

/* Start:/local/templates/.default/assets/css/preloader.css?17074600461169*/
.preloader-main {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #00000069;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    /* animation: preloader-rotate 2s infinite linear; */
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader-main {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader-main {
    display: none;
}
/* End */


/* Start:/local/templates/.default/assets/css/global.css?17074600462030334*/
[hidden] {
    display: none !important
}

.plyr--paused .plyr__poster {
    width: auto !important
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    width: 100% !important
}

.lazy-img, .lazy-picture {
    opacity: 1;
    transition: opacity 1s ease-in-out
}

.lazy-img.js-lazy-img, .lazy-img.js-lazy-picture, .lazy-picture.js-lazy-img, .lazy-picture.js-lazy-picture {
    opacity: 0
}

.dln-loading-spinner {
    position: fixed;
    z-index: 999990;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .55)
}

.dln-loading-spinner--visible {
    display: flex
}

.dln-loading-spinner .loader, .dln-loading-spinner .loader:after {
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.dln-loading-spinner .loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 5px solid hsla(0, 0%, 100%, .2);
    border-left-color: #fff;
    transform: translateZ(0);
    animation: load8 1.1s linear infinite
}

.dln-loading-spinner__text {
    font-size: 22px;
    color: #f1f1f1
}

.dln-notification-center {
    position: fixed;
    z-index: 1000000;
    top: 100px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.dln-notification-center__notification {
    position: relative;
    width: 150px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.dln-notification-center__notification--success {
    background-color: #c8e6c9
}

.dln-notification-center__notification--error {
    background-color: #ffcdd2
}

.dln-notification-center__notification__close {
    position: absolute;
    top: 10px;
    right: 10px
}

#faq-article-content span {
    font-family: var(--fontNameRoman), Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 20px !important
}

#faq-article-content p {
    font-size: 16px;
    margin-top: 10px
}

.dln-faq__main--noResults .dln-search-wrapper {
    width: 100%
}

@media (min-width: 600px) {
    .dln-faq__main--noResults .dln-search-wrapper {
        width: 50%
    }
}

.dln-faq__mainSubtitle + .dln-search-wrapper {
    width: 100%
}

@media (min-width: 600px) {
    .dln-faq__mainSubtitle + .dln-search-wrapper {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .dln-faq__video-container {
        position: relative;
        padding-bottom: 54.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%
    }

    .dln-faq__video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.dln-instruction-manuals__searchWrapper {
    width: 100%
}

.dln-instruction-manuals__helpSection .dln-btn--link {
    color: var(--brand-03);
    text-decoration: none
}

.dln-prodReg--confirmation .dln-prodReg__loading {
    margin: 100px 0;
    width: 100%;
    text-align: center
}

.dln-prodReg--confirmation .dln-chips .dln-icn.dln-icn--mainIcon.dln-icn--mainIcon--error {
    color: var(--support-01)
}

.dln-braun .dln-confirmation-page__wrapper-content a {
    border-radius: 20px
}

.dln-kenwood .dln-confirmation-page__wrapper-content a:hover {
    opacity: 1;
    background-color: var(--brand-04);
    border-color: var(--brand-04)
}

.dln-kenwood .dln-confirmation-page__wrapper-content a.stroked:hover {
    background-color: var(--brand-03);
    color: var(--brand-04);
    border-color: var(--brand-04)
}

.dln-confirmation-page__wrapper-content a {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    background-color: var(--brand-01);
    color: var(--brand-03);
    border: 1px solid var(--brand-01);
    padding: 12px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    margin: 10px;
    min-width: 220px;
    transition: all .3s linear
}

.dln-confirmation-page__wrapper-content a:hover {
    opacity: .8
}

.dln-confirmation-page__wrapper-content a.stroked {
    background-color: var(--brand-03);
    color: var(--brand-01)
}

.consent_blackbar_braun, .consent_blackbar_delonghi, .consent_blackbar_kenwood {
    width: 100% !important;
    background-color: rgba(0, 0, 0, .5) !important;
    position: fixed;
    top: 0;
    display: block;
    height: 100%;
    z-index: 999999
}

.consent_blackbar_braun:empty, .consent_blackbar_delonghi:empty, .consent_blackbar_kenwood:empty {
    display: none
}

.consent_blackbar_braun #truste-consent-track, .consent_blackbar_delonghi #truste-consent-track, .consent_blackbar_kenwood #truste-consent-track {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%
}

.consent_blackbar_braun p, .consent_blackbar_delonghi p, .consent_blackbar_kenwood p {
    font-size: 14px;
    margin-bottom: 1.4666666667rem
}

.consent_blackbar_delonghi #truste-consent-buttons .truste-button1 {
    padding: 13.5px 80px
}

.consent_blackbar_delonghi #truste-consent-buttons .truste-button2 {
    padding: 13.5px 20px
}

[data-screenset-element-id=gigya-newsletter-screen] .gigya-input-text {
    padding: 25px 20px
}

[data-screenset-element-id=gigya-newsletter-screen] .dlg-gigya-button-wrapper input[type=submit] {
    background-color: var(--brand-04);
    margin: 25px 0;
    font-size: 15px;
    width: 50%
}

@media (min-width: 1024px) {
    [data-screenset-element-id=gigya-newsletter-screen] .dlg-gigya-button-wrapper input[type=submit] {
        width: 100%
    }
}

[data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox {
    opacity: 0
}

[data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox + label {
    font-size: 14px;
    padding-left: 10px
}

[data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox + label:before {
    width: 20px;
    height: 20px;
    margin-top: -7px;
    border-radius: 5px
}

[data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox + label:after {
    background-color: transparent;
    margin-top: -5px
}

[data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox:checked + label:after {
    content: "\E0";
    font-family: var(--fontNameIcons)
}

[data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox:checked + label .gigya-checkbox-text {
    color: var(--brand-04);
    font-weight: 400
}

[data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-checkbox-text {
    font-size: 14px;
    color: var(--brand-04)
}

[data-screenset-element-id=gigya-newsletter-screen] .gigya-toggle-content a {
    color: var(--brand-02)
}

[data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

[data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) i {
    background: #000;
    width: 15px;
    height: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 5px
}

[data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) .gigya-toggle-content {
    width: 100%;
    color: var(--brand-02)
}

@media (min-width: 1024px) {
    [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row {
        display: flex;
        flex-wrap: wrap
    }

    [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row {
        width: 25%;
        margin-right: 24px
    }

    [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:first-child, [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(2) {
        width: 46% !important;
        margin-right: 0 !important
    }

    [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(2) {
        margin-left: 8%
    }

    [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(3) {
        display: none
    }

    [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(4) {
        width: 100% !important
    }

    [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(4), [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) {
        margin-right: 0
    }

    [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) {
        width: 100%
    }
}

body {
    background: #fff
}

input::-ms-clear, input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

@media only screen and (max-width: 599px) {
    .dln-serviceLocator .dln-tabs__content {
        opacity: 0;
        display: none;
        flex-wrap: nowrap
    }

    .dln-serviceLocator .dln-tabs__content--current {
        opacity: 1;
        display: block;
        flex-wrap: wrap
    }
}

.dln-braun .dln-account .dln-wrapper {
    padding-top: 48px
}

.dln-braun .dln-profileCard {
    margin-bottom: 32px
}

.dln-cart__aside .dln-cart__noticeBox {
    flex-flow: column;
    padding: 20px;
    gap: 20px;
    border: 1px solid #e5e5e5
}

.dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 5px 0
}

.dln-cart__aside .dln-cart__noticeBox .dln-noticeBox .dln-noticeBox__icon {
    margin: 0;
    width: auto
}

.dln-cart__aside .dln-cart__noticeBox .dln-noticeBox .dln-noticeBox__icon .dln-icn {
    color: var(--brand-01)
}

.dln-cart__aside .dln-cart__noticeBox .dln-noticeBox .dln-noticeBox__content {
    margin: 10px 0 0
}

.dln-cart__aside .dln-cart__noticeBox .dln-noticeBox .dln-noticeBox__content .dln-noticeBox__description {
    display: flex;
    flex-flow: column;
    gap: 5px;
    text-align: left
}

.dln-cart__aside .dln-cart__noticeBox .dln-noticeBox .dln-noticeBox__content .dln-noticeBox__copy {
    text-align: left
}

.dln-cart__aside .dln-cart__noticeBox .dln-noticeBox .dln-noticeBox__content .dln-noticeBox__title {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18.2px
}

.dln-cart__aside .dln-cart__noticeBox .dln-noticeBox--light .dln-noticeBox__content {
    display: flex;
    flex: 1;
    gap: 20px;
    margin: 0;
    width: auto
}

.dln-delonghi .dln-noticeBox--light .dln-noticeBox__link {
    margin: 0;
    color: var(--brand-01)
}

.dln-serviceLocator__map .gm-ui-hover-effect {
    opacity: 1 !important;
    top: 5px !important;
    right: 10px !important;
    z-index: 1
}

.dln-serviceLocator__map .gm-ui-hover-effect img {
    display: none !important
}

.dln-serviceLocator__map .gm-ui-hover-effect:before {
    content: "J";
    font-size: 17px;
    font-family: var(--fontNameIcons)
}

.bra-compareTray__table {
    width: 100%
}

.dln-colorRadioBtn__placeholder:after {
    background-color: unset !important
}

.disable-all {
    opacity: .4 !important
}

.disable-all, .disable-all * {
    cursor: not-allowed !important
}

.bra-radio__placeholder:after {
    background-color: unset !important
}

.dln-recipe-single__col-content .dln-recipe-single__step-content {
    font-size: 15px;
    line-height: 1.4
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-checkServiceBox__cardList {
    display: inline-flex
}

.dlg-orderSumm__boxEntries {
    max-height: 226px;
    overflow-y: auto
}

.dlg-orderSumm__boxEntries .dln-orderSumm__contentRow:nth-last-child(2) {
    border-bottom: 1px solid var(--ui-01)
}

.dln-checkout .dln-accordion--payment .dln-checkServiceBox__cardItem .dln-checkServiceBox__cardImg {
    max-width: 46px;
    min-width: 30px
}

@media only screen and (max-width: 599px) {
    .dln-checkout .dln-accordion--payment .dln-accordion.dln-accordion--payment.dln-accordion--editing.dln-accordion--showInfo {
        border-bottom: none
    }

    .dln-checkout .dln-accordion--payment .dln-checkout .dln-accordion--payment.dln-accordion--showInfo .dln-accordion__content .dln-checkout__form {
        margin-right: 10px;
        padding-right: 10px
    }

    .dln-checkout .dln-accordion--payment .dln-accordion .dln-accordion--payment.dln-accordion--open .dln-checkout__formField .dln-checkout__formField--billingAddress {
        margin-right: 24px
    }

    .dln-checkout .dln-accordion--payment .dln-checkout__content .dln-accordion {
        width: auto
    }
}

.dln-checkout .dln-accordion--payment .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content--submit .dln-checkout__paragraph {
    display: inline;
    margin-bottom: 24px
}

.dln-checkout .dln-accordion--payment .dln-checkout__content .dln-accordion--showInfo .dln-accordion__titleLabel {
    display: inline
}

.dln-checkout .dln-accordion--payment .dlg-adyen-checkout .adyen-checkout__card__exp-cvc .adyen-checkout__field:not(.adyen-checkout__field__cvc) {
    display: none
}

.dln-checkout .dln-accordion--payment #js-adyen-card-checkout, .dln-checkout .dln-accordion--payment #js-adyen-form-checkout {
    margin-bottom: 24px
}

.dln-checkout .dln-accordion--payment .adyen-checkout__field--50:nth-child(2) {
    margin-left: 0
}

@media only screen and (min-width: 1199px) {
    .dln-checkout .dln-accordion--payment .dln-checkout__formGroup {
        width: 60%
    }
}

.dln-checkout-3ds__button-container {
    width: 214px;
    margin-top: 40px
}

.dln-inputs .dln-inputs__autocompleteContainer {
    z-index: 14 !important
}

.dln-order__dlgBackTo > span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-style: normal;
    line-height: 21px;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-01);
    text-decoration: underline
}

.dln-order__dlgBackTo > .dln-icn {
    width: 10px;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
    color: var(--brand-01);
    text-align: center;
    text-decoration: none;
    margin: 0 8px 0 0
}

.dln-order .dln-orderRev__actions > a {
    text-decoration: none
}

.dln-kenwood .dln-site-search .dln-filters-bar, .dln-kenwood .dln-site-search .dln-filters-bar__desktop, .dln-kenwood .dln-site-search .dln-tabs, .dln-kenwood .dln-site-search .dln-tabs__content {
    max-width: 1440px !important;
    margin: 0 auto !important
}

.dln-kenwood .dln-site-search .dln-manuals-list {
    padding: 15px 50px 65px 20px
}

.dlg-smartedit-wrapper {
    width: 100% !important;
    height: auto !important
}

[data-smartedit-component-id=DLGSuggestionLinksSlot-DLGSearch] .se-storefront-component {
    min-height: unset
}

.dlg-hidden {
    display: none !important
}

.dlg-gigya-link {
    outline: none;
    width: auto;
    line-height: normal;
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    box-shadow: none;
    transition: all .3s linear;
    padding: 10px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    background-color: transparent;
    padding: 0 !important;
    color: var(--brand-04);
    text-decoration: underline
}

.dlg-gigya-link:hover {
    opacity: .8
}

.dlg-gigya-button-wrapper input[type=button], .dlg-gigya-button-wrapper input[type=submit] {
    outline: none;
    width: auto;
    line-height: normal;
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    box-shadow: none;
    transition: all .3s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 40px;
    line-height: 17px;
    padding: 13px 8px 10px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 2px;
    overflow: hidden
}

.dlg-gigya-button-wrapper input[type=button]:hover, .dlg-gigya-button-wrapper input[type=submit]:hover {
    opacity: .8
}

.dlg-gigya-captcha-wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

.gigya-captcha-wrapper .gigya-captcha > div > div {
    margin: auto !important
}

div.gigya-screen-dimmer {
    position: fixed !important;
    z-index: 999990 !important;
    overflow: hidden !important;
    margin: auto !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: rgba(0, 0, 0, .55) !important;
    opacity: 1 !important;
    filter: none;
    width: auto !important;
    height: auto !important
}

div.gigya-screen-loader, div.gigya-screen-loader:after {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 1000000 !important
}

div.gigya-screen-loader {
    border: 5px solid hsla(0, 0%, 100%, .2) !important;
    border-left: 5px solid var(--brand-03) !important;
    animation: load8 1.1s linear infinite;
    margin: 0 !important;
    position: absolute !important;
    top: calc(50% - 25px) !important;
    left: calc(50% - 25px) !important;
    transform: translate(-50%, -50%) !important;
    background: none !important
}

@keyframes load8 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.gigya-social-login-container {
    margin: 0 auto !important
}

.gigya-social-login-container .gigya-login-provider-row {
    margin-bottom: 16px
}

.gigya-social-login-container .gigya-login-provider-row .gigya-login-provider:not(:last-child) {
    margin-right: 16px !important
}

.h-hr--line {
    display: block;
    height: 1px;
    background-color: var(--ui-01);
    width: 100%;
    margin: 15px 0 40px
}

.gigya-toggle {
    display: block !important;
    margin: 10px 0 !important;
    cursor: pointer;
    text-decoration: none !important;
    color: var(--brand-02) !important
}

.gigya-toggle-content {
    display: none !important
}

.gigya-toggle-content.is-open {
    display: block !important
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-change-password-screen] .gigya-profile-form .gigya-layout-row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    [data-screenset-element-id=gigya-change-password-screen] .gigya-profile-form .gigya-layout-row .h-emptyBlock, [data-screenset-element-id=gigya-change-password-screen] .gigya-profile-form .gigya-layout-row > .dlg-gigya-input-text-wrapper {
        width: 49%
    }
}

[data-screenset-element-id=gigya-change-password-screen] .gigya-profile-form .dln-btn--cancel {
    float: left
}

[data-screenset-element-id=gigya-change-password-screen] .gigya-profile-form .dln-btn--update {
    max-width: 184px;
    float: right;
    padding: 0 !important
}

[data-screenset-element-id=gigya-change-password-screen] .gigya-profile-form .dln-btn--update .gigya-input-submit {
    font-size: 14px;
    font-family: Helvetica Neue Bold, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.dln-kenwood [data-screenset-element-id=gigya-change-password-screen] .gigya-profile-form .dln-btn--update .gigya-input-submit {
    text-transform: uppercase
}

h1.gigya-screen-caption.gigya-screen-caption {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    font-size: 17px;
    text-align: left;
    padding-bottom: 10px;
    margin: 21px 0 32px;
    width: 100% !important
}

.gigya-composite-control-multi-choice .gigya-required-display {
    visibility: hidden
}

.dlg-gigya-input-text-wrapper {
    font-size: 13px;
    line-height: 150%;
    display: inline-block;
    width: 100%;
    text-align: left;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    position: relative
}

.dlg-gigya-input-text-wrapper .gigya-label {
    line-height: 150%;
    font: inherit;
    display: inline-block;
    color: var(--brand-02);
    white-space: nowrap;
    text-overflow: ellipsis;
    transform-origin: 0 0;
    transition: top .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1), color .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1);
    padding: 0 4px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 7px);
    left: 8px;
    z-index: 1
}

.dlg-gigya-input-text-wrapper .gigya-label.gigya-error {
    color: var(--support-01) !important
}

.dlg-gigya-input-text-wrapper.dlg-gigya-input--active .gigya-label {
    background-color: var(--brand-03);
    transform: translateY(calc(50% - 29px)) scale(.75)
}

.dlg-gigya-input-text-wrapper input {
    border-radius: 2px !important;
    border: 1px solid var(--ui-01) !important;
    color: var(--brand-04) !important;
    font-size: 13px;
    outline: 0;
    width: 100%;
    line-height: 16px;
    background-color: transparent !important;
    padding: 14px 8px 8px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dlg-gigya-input-text-wrapper input:focus {
    border-color: var(--ui-02) !important
}

.dlg-gigya-input-text-wrapper input.gigya-error {
    padding: 14px 8px 8px !important;
    border-radius: 0 !important;
    border: 1px solid var(--support-01) !important
}

.dlg-gigya-input-text-wrapper input.gigya-valid {
    padding-right: 40px !important;
    background-image: url(/_ui/dist/assets/images/icons/icon-valid.svg) !important;
    background-position-x: 100%;
    background-position-y: 50%;
    background-position: right 16px center;
    background-repeat: no-repeat
}

.dlg-gigya-input-text-wrapper .gigya-error-msg {
    min-height: 24px !important;
    color: var(--support-01) !important;
    text-align: left
}

.dlg-gigya-input-date-wrapper:before {
    font-family: var(--fontNameIcons);
    content: "b";
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: auto 95%;
    background-position: 50% 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 17px;
    pointer-events: none
}

.gigya-composite-control-checkbox {
    position: relative;
    margin: 12px 0
}

.gigya-composite-control-checkbox .gigya-checkbox-text {
    font-size: 13px;
    font-weight: 400;
    color: var(--brand-02);
    margin-left: 5px;
    transition: color .12s linear
}

.gigya-input-checkbox {
    width: 16px;
    height: 16px
}

.gigya-input-checkbox + label.gigya-label:before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid var(--ui-02);
    border-radius: 2px;
    background-color: var(--brand-03);
    top: 0;
    left: 0;
    z-index: 2
}

.gigya-input-checkbox + label.gigya-label:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    top: 4px;
    left: 4px;
    border-radius: 1px;
    background-color: var(--support-02);
    z-index: 5;
    transform: scale(0);
    transition: transform .08s ease
}

.gigya-input-checkbox:checked + label .gigya-checkbox-text {
    color: var(--support-02);
    font-weight: 700
}

.gigya-input-checkbox:checked + label.gigya-label:after {
    transform: scale(1)
}

.gigya-input-radio {
    position: relative;
    width: 16px;
    height: 16px;
    visibility: hidden
}

.gigya-input-radio + label {
    cursor: pointer;
    color: var(--ui-04)
}

.gigya-input-radio + label:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 2px solid var(--ui-02);
    border-radius: 50%
}

.gigya-input-radio + label:after {
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    transform: scale(0);
    background: var(--support-02);
    border-radius: 50%;
    transition: transform .08s ease
}

.gigya-input-radio:checked + label:after {
    transform: scale(1)
}

.dlg-gigya-input-select-wrapper {
    position: relative
}

.dlg-gigya-input-select-wrapper .gigya-label {
    line-height: 150%;
    font: inherit;
    display: inline-block;
    color: var(--brand-02);
    white-space: nowrap;
    text-overflow: ellipsis;
    transform-origin: 0 0;
    transition: top .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1), color .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1);
    padding: 0 4px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 21px);
    left: 8px;
    z-index: 1;
    top: -6px;
    background-color: var(--brand-03);
    z-index: 2;
    transform: scale(.75)
}

.dlg-gigya-input-select-wrapper .gigya-label.gigya-error {
    color: var(--support-01) !important
}

.gigya-link-account-screen .gigya-style-modern {
    width: 100%
}

.gigya-link-account-screen .dln-popup__headTitle {
    line-height: 20px;
    font-size: 17px;
    text-align: left;
    padding: 26px 0 10px;
    margin: 0;
    width: 100%;
    max-width: 100%
}

.gigya-link-account-screen .dln-socialAcc__text {
    font-size: 13px
}

.gigya-link-account-screen .gigya-layout-cell.with-site-login .gigya-layout-row:nth-child(2) {
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

.gigya-link-account-screen .gigya-layout-cell.with-site-login .gigya-layout-row:nth-child(2) .gigya-layout-cell {
    width: 49%
}

.gigya-link-account-screen .gigya-layout-cell.with-site-login .gigya-layout-row:nth-child(2) .gigya-layout-cell:nth-child(2) {
    text-align: right
}

[data-dlg-gigya=dlg-gigya-login-container] > .gigya-screen-content.gigya-hidden {
    display: block !important
}

[data-screenset-element-id=gigya-login-screen] .gigya-login-spacer, [data-screenset-element-id=gigya-loginHK-screen] .gigya-login-spacer {
    height: 1px;
    border-top: 1px solid var(--ui-01);
    margin: 30px 0
}

[data-screenset-element-id=gigya-login-screen] .gigya-clear-spacer, [data-screenset-element-id=gigya-loginHK-screen] .gigya-clear-spacer {
    clear: both
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-input-text-wrapper, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-input-text-wrapper {
    font-size: 13px;
    line-height: 150%;
    display: inline-block;
    width: 100%;
    text-align: left;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    position: relative
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-input-text-wrapper .gigya-label, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-input-text-wrapper .gigya-label {
    line-height: 150%;
    font: inherit;
    display: inline-block;
    color: var(--brand-02);
    white-space: nowrap;
    text-overflow: ellipsis;
    transform-origin: 0 0;
    transition: top .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1), color .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1);
    padding: 0 4px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 21px);
    left: 8px;
    z-index: 1
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-input-text-wrapper .gigya-label.gigya-error, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-input-text-wrapper .gigya-label.gigya-error {
    color: var(--support-01) !important
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-input-text-wrapper.dlg-gigya-input--active .gigya-label, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-input-text-wrapper.dlg-gigya-input--active .gigya-label {
    background-color: var(--brand-03);
    transform: translateY(calc(50% - 29px)) scale(.75)
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-input-text-wrapper input, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-input-text-wrapper input {
    border-radius: 2px !important;
    border: 1px solid var(--ui-01) !important;
    color: var(--brand-04) !important;
    font-size: 13px;
    outline: 0;
    width: 100%;
    line-height: 16px;
    background-color: transparent !important;
    padding: 14px 8px 8px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-input-text-wrapper input:focus, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-input-text-wrapper input:focus {
    border-color: var(--ui-02) !important
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-input-text-wrapper input.gigya-error, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-input-text-wrapper input.gigya-error {
    padding: 14px 8px 8px !important;
    border-radius: 0 !important;
    border: 1px solid var(--support-01) !important
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-input-text-wrapper input.gigya-valid, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-input-text-wrapper input.gigya-valid {
    padding-right: 40px !important;
    background-image: url(/_ui/dist/assets/images/icons/icon-valid.svg) !important;
    background-position-x: 100%;
    background-position-y: 50%;
    background-position: right 16px center;
    background-repeat: no-repeat
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-input-text-wrapper .gigya-error-msg, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-input-text-wrapper .gigya-error-msg {
    min-height: 24px !important;
    color: var(--support-01) !important;
    text-align: left
}

[data-screenset-element-id=gigya-login-screen] .gigya-forgotPassword, [data-screenset-element-id=gigya-loginHK-screen] .gigya-forgotPassword {
    outline: none;
    width: auto;
    line-height: normal;
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    box-shadow: none;
    transition: all .3s linear;
    padding: 10px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    background-color: transparent;
    padding: 0 !important;
    color: var(--brand-04);
    text-decoration: underline;
    color: var(--brand-02);
    float: right
}

[data-screenset-element-id=gigya-login-screen] .gigya-forgotPassword:hover, [data-screenset-element-id=gigya-loginHK-screen] .gigya-forgotPassword:hover {
    opacity: .8
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-button-wrapper, [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-button-wrapper {
    width: 100%;
    margin: 0;
    text-align: center
}

[data-screenset-element-id=gigya-login-screen] .dlg-gigya-button-wrapper input[type=submit], [data-screenset-element-id=gigya-loginHK-screen] .dlg-gigya-button-wrapper input[type=submit] {
    width: 100%;
    margin: 0 auto
}

[data-screenset-element-id=gigya-subscribe-with-email-form] .gigya-spacer-divider {
    margin: 0 0 20px
}

[data-screenset-element-id=gigya-login-popup-screen] .gigya-login-spacer, [data-screenset-element-id=gigya-login-popupHK-screen] .gigya-login-spacer {
    height: 1px;
    border-top: 1px solid var(--ui-01);
    margin: 30px 0
}

[data-screenset-element-id=gigya-login-popup-screen] .gigya-clear-spacer, [data-screenset-element-id=gigya-login-popupHK-screen] .gigya-clear-spacer {
    clear: both
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-input-text-wrapper, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-input-text-wrapper {
    font-size: 13px;
    line-height: 150%;
    display: inline-block;
    width: 100%;
    text-align: left;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    position: relative
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-input-text-wrapper .gigya-label, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-input-text-wrapper .gigya-label {
    line-height: 150%;
    font: inherit;
    display: inline-block;
    color: var(--brand-02);
    white-space: nowrap;
    text-overflow: ellipsis;
    transform-origin: 0 0;
    transition: top .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1), color .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1);
    padding: 0 4px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 21px);
    left: 8px;
    z-index: 1
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-input-text-wrapper .gigya-label.gigya-error, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-input-text-wrapper .gigya-label.gigya-error {
    color: var(--support-01) !important
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-input-text-wrapper.dlg-gigya-input--active .gigya-label, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-input-text-wrapper.dlg-gigya-input--active .gigya-label {
    background-color: var(--brand-03);
    transform: translateY(calc(50% - 29px)) scale(.75)
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-input-text-wrapper input, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-input-text-wrapper input {
    border-radius: 2px !important;
    border: 1px solid var(--ui-01) !important;
    color: var(--brand-04) !important;
    font-size: 13px;
    outline: 0;
    width: 100%;
    line-height: 16px;
    background-color: transparent !important;
    padding: 14px 8px 8px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-input-text-wrapper input:focus, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-input-text-wrapper input:focus {
    border-color: var(--ui-02) !important
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-input-text-wrapper input.gigya-error, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-input-text-wrapper input.gigya-error {
    padding: 14px 8px 8px !important;
    border-radius: 0 !important;
    border: 1px solid var(--support-01) !important
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-input-text-wrapper input.gigya-valid, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-input-text-wrapper input.gigya-valid {
    padding-right: 40px !important;
    background-image: url(/_ui/dist/assets/images/icons/icon-valid.svg) !important;
    background-position-x: 100%;
    background-position-y: 50%;
    background-position: right 16px center;
    background-repeat: no-repeat
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-input-text-wrapper .gigya-error-msg, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-input-text-wrapper .gigya-error-msg {
    min-height: 24px !important;
    color: var(--support-01) !important;
    text-align: left
}

[data-screenset-element-id=gigya-login-popup-screen] .gigya-forgotPassword, [data-screenset-element-id=gigya-login-popupHK-screen] .gigya-forgotPassword {
    outline: none;
    width: auto;
    line-height: normal;
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    box-shadow: none;
    transition: all .3s linear;
    padding: 10px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    background-color: transparent;
    padding: 0 !important;
    color: var(--brand-04);
    text-decoration: underline;
    color: var(--brand-02);
    float: right
}

[data-screenset-element-id=gigya-login-popup-screen] .gigya-forgotPassword:hover, [data-screenset-element-id=gigya-login-popupHK-screen] .gigya-forgotPassword:hover {
    opacity: .8
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-button-wrapper, [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-button-wrapper {
    width: 100%;
    margin: 0;
    text-align: center
}

[data-screenset-element-id=gigya-login-popup-screen] .dlg-gigya-button-wrapper input[type=submit], [data-screenset-element-id=gigya-login-popupHK-screen] .dlg-gigya-button-wrapper input[type=submit] {
    width: 100%;
    margin: 0 auto
}

[data-screenset-element-id=gigya-forgot-password-popup-screen] .dlg-gigya-input-text-wrapper, [data-screenset-element-id=gigya-forgot-password-popupHK-screen] .dlg-gigya-input-text-wrapper, [data-screenset-element-id=gigya-forgot-password-screen] .dlg-gigya-input-text-wrapper {
    margin: 0 0 4px
}

[data-screenset-element-id=gigya-forgot-password-popup-screen] .dlg-gigya-button-wrapper input[type=submit], [data-screenset-element-id=gigya-forgot-password-popupHK-screen] .dlg-gigya-button-wrapper input[type=submit], [data-screenset-element-id=gigya-forgot-password-screen] .dlg-gigya-button-wrapper input[type=submit] {
    margin: 0 0 24px
}

[data-screenset-element-id=gigya-forgot-password-popup-screen] .dlg-gigya-link, [data-screenset-element-id=gigya-forgot-password-popupHK-screen] .dlg-gigya-link, [data-screenset-element-id=gigya-forgot-password-screen] .dlg-gigya-link {
    margin: 0 auto;
    display: block
}

[data-screenset-element-id=gigya-reset-password-success-screen] .dlg-gigya-button-wrapper input[type=button] {
    width: 241px
}

[data-screenset-element-id=gigya-reset-password-success-screen] .dln-chips--largeIcon .dln-icn--mainIcon {
    color: var(--support-02)
}

[data-dlg-gigya=dlg-gigya-register-container] > .gigya-screen-content.gigya-hidden {
    display: block !important
}

[data-screenset-element-id=gigya-register-screen] form .gigya-layout-row:nth-child(2) .gigya-composite-control-dropdown.dlg-gigya-input-select-wrapper {
    width: 100%
}

[data-screenset-element-id=gigya-register-screen] form .gigya-layout-row:nth-child(2) .dlg-gigya-input-select-wrapper {
    width: 47%
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-register-screen] form .gigya-layout-row:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    [data-screenset-element-id=gigya-register-screen] form .gigya-layout-row:nth-child(2) .gigya-composite-control {
        width: 47%
    }

    [data-screenset-element-id=gigya-register-screen] form .gigya-layout-row:nth-child(2) .gigya-composite-control--fullWidth {
        width: 100%
    }

    [data-screenset-element-id=gigya-register-screen] form .gigya-layout-row:nth-child(2) .gigya-composite-control--mb-big {
        margin-bottom: 25px
    }
}

[data-screenset-element-id=gigya-register-screen] form .gigya-layout-row:nth-child(2) .gigya-composite-control {
    margin-bottom: 10px
}

[data-screenset-element-id=gigya-register-screen] form .gigya-layout-row:nth-child(2) .gigya-composite-control--fullWidth {
    width: 100%
}

[data-screenset-element-id=gigya-register-screen] form .gigya-layout-row:nth-child(2) .gigya-composite-control--mb-big {
    margin-bottom: 25px
}

[data-screenset-element-id=gigya-register-screen] form .dln-inputs__extraLblFix {
    width: calc(95% - 12px);
    max-width: 200px;
    font-size: 13px;
    line-height: 125%;
    display: block;
    color: var(--brand-02);
    transform: scale(.75);
    margin: 0
}

[data-screenset-element-id=gigya-register-screen] form .dln-registrationForm__paragraph, [data-screenset-element-id=gigya-register-screen] form .dln-registrationForm__subtitle {
    font-size: 10px
}

[data-screenset-element-id=gigya-register-screen] .dln-registrationForm__paragraph.dln-registrationForm__paragraph--secondary {
    text-align: center;
    margin: 32px 0
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-register-screen] .dln-registrationForm__paragraph.dln-registrationForm__paragraph--secondary {
        text-align: left
    }
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-register-screen] .dln-btn.dln-btn--stroked, [data-screenset-element-id=gigya-register-screen] .gigya-composite-control.gigya-composite-control-submit.dlg-gigya-button-wrapper {
        width: 50%
    }
}

.hr--solid {
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    margin: 24px 0
}

.dln-inputs__note {
    width: 47%;
    font-size: 13px;
    line-height: 150%;
    color: var(--brand-02);
    margin: 25px 0
}

.dln-registrationForm__paragraph--secondary {
    display: block;
    line-height: 150%;
    color: var(--brand-02) !important
}

.dln-registrationForm__paragraph--secondary a {
    color: var(--brand-02) !important;
    text-decoration: underline
}

.boldText {
    display: block;
    font-size: 10px;
    line-height: 150%;
    color: var(--ui-05);
    margin: 8px 0 24px
}

.boldText:before {
    content: "* "
}

.gigya-composite-control-multi-choice .gigya-multi-choice-item {
    display: inline-block;
    margin: 20px 48px 20px 0;
    position: relative
}

@supports (display:inline-flex) {
    .gigya-composite-control-multi-choice .gigya-multi-choice-item {
        display: inline-flex
    }

    .gigya-composite-control-multi-choice .gigya-multi-choice-item .gigya-input-radio + label {
        text-indent: 6px
    }
}

.h-mb-25 {
    display: block;
    margin-bottom: 25px
}

[data-screenset-element-id=gigya-complete-registration-screen] form .gigya-required-display {
    visibility: hidden
}

[data-screenset-element-id=gigya-complete-registration-screen] p.boldText {
    margin-top: 25px
}

[data-screenset-element-id=gigya-complete-registration-screen] .h-mb-25 {
    display: block;
    margin-bottom: 25px
}

[data-screenset-element-id=gigya-complete-registration-screen] .dln-completeForm .gigya-style-modern {
    width: 100%
}

.dln-kenwood [data-screenset-element-id=gigya-complete-registration-screen] .gigya-input-submit {
    text-transform: uppercase
}

.dln-persDataRecap__wrap {
    width: 100% !important
}

.dln-persDataRecap__wrap .gigya-profile-form {
    display: flex;
    flex-flow: row wrap
}

.dln-persDataRecap__wrap .gigya-profile-form .gigya-layout-row:first-child, .dln-persDataRecap__wrap .gigya-profile-form div:nth-child(11) {
    width: 100%;
    margin: 0
}

.dln-persDataRecap__wrap .gigya-profile-form div.gigya-container.gigya-container-enabled {
    display: inline-block
}

.dln-persDataRecap__wrap .gigya-profile-form .gigya-layout-row {
    width: 100%;
    margin-bottom: 10px
}

@media (min-width: 900px) {
    .dln-persDataRecap__wrap .gigya-profile-form .gigya-layout-row {
        width: 50%
    }
}

.dln-persDataRecap__wrap .gigya-profile-form .gigya-layout-row .dlg-profile-label {
    color: var(--brand-02);
    font-size: 13px;
    line-height: 125%
}

.dln-persDataRecap__wrap .gigya-profile-form .gigya-layout-row .dlg-profile-label-value {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04);
    margin-left: 5px
}

.dln-persDataRecap__wrap .dln-btn--link {
    float: right
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-update-profile-screen] .gigya-layout-row .dlg-gigya-input-select-wrapper {
        width: 49%
    }
}

[data-screenset-element-id=gigya-update-profile-screen] .gigya-layout-row .gigya-layout-cell:nth-child(2) .gigya-layout-row {
    margin-top: 16px
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-update-profile-screen] .gigya-layout-row .gigya-layout-cell:nth-child(2) .gigya-layout-row {
        display: flex;
        justify-content: space-between
    }

    [data-screenset-element-id=gigya-update-profile-screen] .gigya-layout-row .gigya-layout-cell:nth-child(2) .gigya-layout-row .gigya-visible-when, [data-screenset-element-id=gigya-update-profile-screen] .gigya-layout-row .gigya-layout-cell:nth-child(2) .gigya-layout-row > .dlg-gigya-input-text-wrapper {
        width: 49%
    }
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-update-profile-screen] form > .gigya-layout-row:nth-child(2) {
        display: flex;
        justify-content: space-between
    }

    [data-screenset-element-id=gigya-update-profile-screen] form > .gigya-layout-row:nth-child(2) > div:first-of-type, [data-screenset-element-id=gigya-update-profile-screen] form > .gigya-layout-row:nth-child(2) div:nth-child(2) {
        width: 49%
    }
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-update-profile-screen] form > .gigya-layout-row:nth-child(3) {
        display: flex;
        justify-content: space-between
    }

    [data-screenset-element-id=gigya-update-profile-screen] form > .gigya-layout-row:nth-child(3) > .dlg-gigya-input-text-wrapper {
        width: 49%
    }
}

[data-screenset-element-id=gigya-update-profile-screen] .gigya-profile-form .dln-btn--cancel {
    float: left
}

[data-screenset-element-id=gigya-update-profile-screen] .gigya-profile-form .dln-btn--update {
    max-width: 184px;
    float: right;
    padding: 0 !important
}

[data-screenset-element-id=gigya-update-profile-screen] .gigya-profile-form .dln-btn--update .gigya-input-submit {
    font-size: 14px;
    font-family: Helvetica Neue Bold, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.dln-kenwood [data-screenset-element-id=gigya-update-profile-screen] .dln-btn--update .gigya-input-submit {
    text-transform: uppercase
}

#js-gigya-screenset-marketing-privacy {
    width: 100%
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
    padding: 21px;
    border: 1px solid var(--ui-02)
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .gigya-custom-checkbox {
    width: calc(100% - 30px);
    margin: 0 !important
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .gigya-custom-checkbox label {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--brand-02);
    font-size: 13px
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .gigya-toggle {
    width: 30px;
    text-align: right;
    margin: 0 !important
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .gigya-toggle-content {
    font-size: 11px;
    line-height: 16px;
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-02);
    margin: 21px 0 0 !important
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .is-hidden {
    display: none !important
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .dln-checkbox__confirmText {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    width: 100%
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .dln-btn--link {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .dln-btn--confirm {
    width: 80%;
    display: flex;
    justify-content: flex-end
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .dln-btn--confirm input {
    outline: none;
    width: auto;
    line-height: normal;
    font-size: 13px;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    box-shadow: none;
    transition: all .3s linear;
    padding: 10px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 180px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    height: 40px
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .dln-btn--confirm input:hover {
    opacity: .8
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) .dln-btn--confirm input {
        width: 280px
    }
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper {
    display: flex;
    justify-content: center;
    margin: 50px 0 20px;
    flex-wrap: wrap
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .dln-page__sectionHeadTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 33px;
    width: 100%
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .dln-page__sectionHeadInfoText {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    margin-bottom: 30px
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox {
    position: relative;
    box-shadow: 0 0 0 1px var(--ui-02);
    text-align: center;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
    width: 100%
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox .gigya-label-text.gigya-checkbox-text {
    display: none !important
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox:before {
    content: "";
    position: absolute;
    top: 30%;
    display: block
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox .gigya-input-checkbox {
    position: absolute !important;
    top: -99999px !important;
    left: -99999px !important
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox .gigya-input-checkbox + label:after, [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox .gigya-input-checkbox + label:before {
    position: relative
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox .gigya-input-checkbox + label:after {
    top: -12px
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-delonghi-checkbox:before, [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-nutribullet-checkbox:before {
    background-image: url(/_ui/dist/assets/images/logos/logo-delonghi.svg);
    background-size: 144px 46px;
    background-repeat: no-repeat;
    width: 144px;
    height: 46px;
    top: 20%
}

@media only screen and (min-width: 600px) {
    [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-delonghi-checkbox:before, [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-nutribullet-checkbox:before {
        top: 30%
    }
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-braun-checkbox:before {
    background-image: url(/_ui/dist/assets/images/logos/logo-braun.svg);
    background-size: 108px 44px;
    background-repeat: no-repeat;
    width: 108px;
    height: 44px;
    top: 20%
}

@media only screen and (min-width: 600px) {
    [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-braun-checkbox:before {
        top: 30%
    }
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-kenwood-checkbox:before {
    background-image: url(/_ui/dist/assets/images/logos/logo-kenwood.svg);
    background-size: 160px 24px;
    background-repeat: no-repeat;
    width: 160px;
    height: 24px;
    top: 30%
}

@media only screen and (min-width: 600px) {
    [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-kenwood-checkbox:before {
        top: 37%
    }
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-nutribullet-checkbox:before {
    background-image: url(/_ui/dist/assets/images/logos/logo-nutribullet.svg);
    background-size: 160px 26px;
    background-repeat: no-repeat;
    width: 160px;
    height: 26px;
    top: 28%
}

@media only screen and (min-width: 600px) {
    [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox.gigya-nutribullet-checkbox:before {
        top: 35%
    }
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox {
        margin: 0 10px 20px;
        min-width: 0;
        max-width: 180px;
        min-height: 180px;
        width: calc(33.3% - 20px)
    }
}

@media (min-width: 600px) {
    [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper .gigya-visible-when .gigya-entitlement-checkbox {
        width: 180px
    }
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .dln-btn--update {
    text-align: right;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--ui-01);
    width: 100%
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .dln-btn--update input {
    outline: none;
    width: auto;
    line-height: normal;
    font-size: 13px;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    box-shadow: none;
    transition: all .3s linear;
    padding: 10px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 280px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    height: 40px
}

[data-screenset-element-id=gigya-marketing-preferences-screen] .dln-btn--update input:hover {
    opacity: .8
}

[data-screenset-element-id=gigya-verification-pending-screen] .gigya-screen-caption {
    margin: 20px 0;
    color: #000;
    padding-bottom: 15px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    width: auto !important
}

[data-screenset-element-id=gigya-resend-verification-code-form] .gigya-layout-row:nth-child(5) {
    text-align: center
}

.dln-kenwood .gigya-login-form .gigya-composite-control-dropdown > label, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID > label, .dln-kenwood .gigya-login-form .gigya-composite-control-password > label, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox > label, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown > label, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID > label, .dln-kenwood .gigya-profile-form .gigya-composite-control-password > label, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox > label, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown > label, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID > label, .dln-kenwood .gigya-register-form .gigya-composite-control-password > label, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox > label, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown > label, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID > label, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password > label, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox > label {
    position: relative;
    left: 0;
    top: 0;
    color: var(--ui-07);
    line-height: 16px;
    font-size: 12px;
    padding-left: 0;
    transform: none
}

.dln-kenwood .gigya-login-form .gigya-composite-control-dropdown input, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID input, .dln-kenwood .gigya-login-form .gigya-composite-control-password input, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox input, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown input, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID input, .dln-kenwood .gigya-profile-form .gigya-composite-control-password input, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox input, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown input, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID input, .dln-kenwood .gigya-register-form .gigya-composite-control-password input, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox input, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown input, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID input, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password input, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox input {
    padding: 2px 8px !important;
    height: 43px
}

.dln-kenwood .gigya-login-form .gigya-composite-control-dropdown input.gigya-valid, .dln-kenwood .gigya-login-form .gigya-composite-control-dropdown input:focus, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID input.gigya-valid, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID input:focus, .dln-kenwood .gigya-login-form .gigya-composite-control-password input.gigya-valid, .dln-kenwood .gigya-login-form .gigya-composite-control-password input:focus, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox input.gigya-valid, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox input:focus, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown input.gigya-valid, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown input:focus, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID input.gigya-valid, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID input:focus, .dln-kenwood .gigya-profile-form .gigya-composite-control-password input.gigya-valid, .dln-kenwood .gigya-profile-form .gigya-composite-control-password input:focus, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox input.gigya-valid, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox input:focus, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown input.gigya-valid, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown input:focus, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID input.gigya-valid, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID input:focus, .dln-kenwood .gigya-register-form .gigya-composite-control-password input.gigya-valid, .dln-kenwood .gigya-register-form .gigya-composite-control-password input:focus, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox input.gigya-valid, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox input:focus, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown input.gigya-valid, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown input:focus, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID input.gigya-valid, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID input:focus, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password input.gigya-valid, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password input:focus, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox input.gigya-valid, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox input:focus {
    border-color: var(--brand-04) !important
}

.dln-kenwood .gigya-login-form .gigya-composite-control-dropdown input.gigya-valid, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID input.gigya-valid, .dln-kenwood .gigya-login-form .gigya-composite-control-password input.gigya-valid, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox input.gigya-valid, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown input.gigya-valid, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID input.gigya-valid, .dln-kenwood .gigya-profile-form .gigya-composite-control-password input.gigya-valid, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox input.gigya-valid, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown input.gigya-valid, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID input.gigya-valid, .dln-kenwood .gigya-register-form .gigya-composite-control-password input.gigya-valid, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox input.gigya-valid, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown input.gigya-valid, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID input.gigya-valid, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password input.gigya-valid, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox input.gigya-valid {
    background-image: url(/_ui/dist/assets/images/icons/icon-valid-kenwood.svg) !important;
    background-size: 16px 16px;
    background-position: right 10px center
}

.dln-kenwood .gigya-login-form .gigya-composite-control-dropdown.dlg-gigya-input--active > label, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID.dlg-gigya-input--active > label, .dln-kenwood .gigya-login-form .gigya-composite-control-password.dlg-gigya-input--active > label, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox.dlg-gigya-input--active > label, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown.dlg-gigya-input--active > label, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID.dlg-gigya-input--active > label, .dln-kenwood .gigya-profile-form .gigya-composite-control-password.dlg-gigya-input--active > label, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox.dlg-gigya-input--active > label, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown.dlg-gigya-input--active > label, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID.dlg-gigya-input--active > label, .dln-kenwood .gigya-register-form .gigya-composite-control-password.dlg-gigya-input--active > label, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox.dlg-gigya-input--active > label, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown.dlg-gigya-input--active > label, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID.dlg-gigya-input--active > label, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password.dlg-gigya-input--active > label, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox.dlg-gigya-input--active > label {
    transform: none
}

.dln-kenwood .gigya-login-form .gigya-composite-control-dropdown .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-login-form .gigya-composite-control-dropdown .dln-select__container .dln-select__head, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID .dln-select__container .dln-select__head, .dln-kenwood .gigya-login-form .gigya-composite-control-password .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-login-form .gigya-composite-control-password .dln-select__container .dln-select__head, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox .dln-select__container .dln-select__head, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown .dln-select__container .dln-select__head, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID .dln-select__container .dln-select__head, .dln-kenwood .gigya-profile-form .gigya-composite-control-password .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-profile-form .gigya-composite-control-password .dln-select__container .dln-select__head, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox .dln-select__container .dln-select__head, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown .dln-select__container .dln-select__head, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID .dln-select__container .dln-select__head, .dln-kenwood .gigya-register-form .gigya-composite-control-password .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-register-form .gigya-composite-control-password .dln-select__container .dln-select__head, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox .dln-select__container .dln-select__head, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown .dln-select__container .dln-select__head, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID .dln-select__container .dln-select__head, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password .dln-select__container .dln-select__head, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox .dln-select__container .dln-select--open .dln-select__body, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox .dln-select__container .dln-select__head {
    border-color: var(--ui-02)
}

.dln-kenwood .gigya-login-form .gigya-composite-control-dropdown .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-login-form .gigya-composite-control-password .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-profile-form .gigya-composite-control-password .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-register-form .gigya-composite-control-password .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password .dln-select__container.dln-select--has-value .dln-select__head, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox .dln-select__container.dln-select--has-value .dln-select__head {
    border-color: var(--brand-04)
}

.dln-kenwood .gigya-login-form .gigya-composite-control-dropdown.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-login-form .gigya-composite-control-password.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-profile-form .gigya-composite-control-password.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-register-form .gigya-composite-control-password.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password.dlg-gigya-input--active input.flatpickr-input, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox.dlg-gigya-input--active input.flatpickr-input {
    border-color: var(--brand-04) !important
}

.dln-kenwood .gigya-login-form .gigya-composite-control-dropdown:before, .dln-kenwood .gigya-login-form .gigya-composite-control-loginID:before, .dln-kenwood .gigya-login-form .gigya-composite-control-password:before, .dln-kenwood .gigya-login-form .gigya-composite-control-textbox:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-dropdown:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-loginID:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-password:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-textbox:before, .dln-kenwood .gigya-register-form .gigya-composite-control-dropdown:before, .dln-kenwood .gigya-register-form .gigya-composite-control-loginID:before, .dln-kenwood .gigya-register-form .gigya-composite-control-password:before, .dln-kenwood .gigya-register-form .gigya-composite-control-textbox:before, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-dropdown:before, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-loginID:before, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-password:before, .dln-kenwood .gigya-reset-password-form .gigya-composite-control-textbox:before {
    top: 32px
}

.dln-kenwood .gigya-login-form .gigya-forgotPassword, .dln-kenwood .gigya-profile-form .gigya-forgotPassword, .dln-kenwood .gigya-register-form .gigya-forgotPassword, .dln-kenwood .gigya-reset-password-form .gigya-forgotPassword {
    color: var(--brand-04);
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-size: 14px
}

.dln-kenwood .gigya-login-form .dln-loginForm__paragraph, .dln-kenwood .gigya-profile-form .dln-loginForm__paragraph, .dln-kenwood .gigya-register-form .dln-loginForm__paragraph, .dln-kenwood .gigya-reset-password-form .dln-loginForm__paragraph {
    margin-bottom: 15px
}

.dln-kenwood .gigya-login-form .gigya-input-submit:hover, .dln-kenwood .gigya-profile-form .gigya-input-submit:hover, .dln-kenwood .gigya-register-form .gigya-input-submit:hover, .dln-kenwood .gigya-reset-password-form .gigya-input-submit:hover {
    opacity: 1;
    background-color: var(--brand-04);
    color: var(--brand-03)
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-submit {
    padding: 0 20px !important
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-submit .gigya-input-submit {
    line-height: 45px
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-submit .gigya-input-submit:hover {
    background-color: inherit
}

.dln-kenwood .dln-changePssw .gigya-profile-form .gigya-composite-control-submit .gigya-input-submit, .dln-kenwood .dln-changePssw .gigya-profile-form .gigya-composite-control-submit .gigya-input-submit:hover {
    background: none
}

.dln-kenwood [data-screenset-element-id=gigya-link-account-screen] .dln-completeForm__text {
    text-align: center;
    margin-bottom: 0
}

.dln-kenwood [data-screenset-element-id=gigya-link-account-screen] #js-gigya-login-popup-container {
    margin-top: 0;
    text-align: center
}

.dln-kenwood [data-screenset-element-id=gigya-link-account-screen] button.dln-btn {
    width: 100%
}

.dln-kenwood [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row:nth-child(4) {
    border: none;
    border-bottom: 1px solid var(--ui-02)
}

.dln-kenwood [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper h2 {
    text-align: center
}

.dln-kenwood [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row.subscribe-wrapper h2.dln-page__sectionHeadTitle {
    margin-bottom: 20px;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400
}

.dln-kenwood [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row .gigya-composite-control-checkbox {
    box-shadow: none
}

.dln-kenwood [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row .gigya-composite-control-submit {
    padding-top: 30px !important
}

.dln-kenwood [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row .gigya-composite-control-submit .gigya-input-submit {
    height: 45px;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .2px;
    line-height: 1
}

.dln-kenwood [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row .gigya-composite-control-submit .gigya-input-submit:hover {
    background-color: var(--brand-04)
}

.dln-kenwood [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row .gigya-composite-control-submit .gigya-input-submit[disabled], .dln-kenwood [data-screenset-element-id=gigya-marketing-preferences-screen] .gigya-layout-row .gigya-composite-control-submit .gigya-input-submit[disabled]:hover {
    background-color: var(--brand-01);
    color: var(--brand-03);
    cursor: default
}

.dln-kenwood .gigya-link-accounts-form .dln-popup__content, .dln-kenwood [data-screenset-element-id=gigya-complete-registration-screen] .dln-popup__content {
    max-width: 591px !important
}

.dln-kenwood .gigya-link-accounts-form h2, .dln-kenwood [data-screenset-element-id=gigya-complete-registration-screen] h2 {
    text-align: center !important;
    font-weight: 400 !important
}

.dln-kenwood .gigya-link-accounts-form .gigya-composite-control-label.main-text, .dln-kenwood [data-screenset-element-id=gigya-complete-registration-screen] .gigya-composite-control-label.main-text {
    text-align: center
}

.dln-kenwood .gigya-profile-form > div.dln-completeForm .gigya-screen-caption, .dln-kenwood .gigya-register-form > div.dln-completeForm .gigya-screen-caption {
    line-height: 40px;
    font-weight: 400;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    margin: 0 auto !important;
    font-size: 32px !important;
    text-align: center !important;
    border: none
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .gigya-profile-form > div.dln-completeForm .gigya-screen-caption, .dln-kenwood .gigya-register-form > div.dln-completeForm .gigya-screen-caption {
        font-size: 28px !important
    }
}

.dln-kenwood .gigya-profile-form > div.dln-completeForm .gigya-screen-content .gigya-profile-form .gigya-composite-control-submit, .dln-kenwood .gigya-register-form > div.dln-completeForm .gigya-screen-content .gigya-profile-form .gigya-composite-control-submit {
    background-color: var(--brand-04);
    padding: 0 !important
}

.dln-kenwood .gigya-profile-form > div.dln-completeForm .gigya-screen-content .gigya-profile-form .gigya-composite-control-submit .gigya-input-submit, .dln-kenwood .gigya-register-form > div.dln-completeForm .gigya-screen-content .gigya-profile-form .gigya-composite-control-submit .gigya-input-submit {
    padding: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .gigya-profile-form .gigya-composite-control-link > button, .dln-kenwood .gigya-register-form .gigya-composite-control-link > button {
        width: 100%
    }
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox .gigya-checkbox-text, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox .gigya-checkbox-text {
    color: var(--brand-04)
}

.dln-kenwood .gigya-profile-form .boldText, .dln-kenwood .gigya-register-form .boldText {
    color: var(--brand-02)
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox label > span, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice label > span, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox label > span, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice label > span {
    font-weight: 400
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox .gigya-input-radio + label, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice .gigya-input-radio + label, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox .gigya-input-radio + label, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice .gigya-input-radio + label {
    color: var(--brand-04)
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox .gigya-multi-choice-item > label:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice .gigya-multi-choice-item > label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox .gigya-multi-choice-item > label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice .gigya-multi-choice-item > label:before {
    border: 1px solid var(--brand-04)
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox input[type=checkbox] ~ label:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox input[type=radio] ~ label:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice input[type=checkbox] ~ label:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice input[type=radio] ~ label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox input[type=checkbox] ~ label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox input[type=radio] ~ label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice input[type=checkbox] ~ label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice input[type=radio] ~ label:before {
    border-color: var(--brand-04)
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox input[type=checkbox]:checked ~ label:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox input[type=radio]:checked ~ label:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice input[type=checkbox]:checked ~ label:before, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice input[type=radio]:checked ~ label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox input[type=checkbox]:checked ~ label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox input[type=radio]:checked ~ label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice input[type=checkbox]:checked ~ label:before, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice input[type=radio]:checked ~ label:before {
    border: 1px solid var(--brand-01)
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox input[type=checkbox]:checked ~ label:after, .dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox input[type=radio]:checked ~ label:after, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice input[type=checkbox]:checked ~ label:after, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice input[type=radio]:checked ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox input[type=checkbox]:checked ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox input[type=radio]:checked ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice input[type=checkbox]:checked ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice input[type=radio]:checked ~ label:after {
    background: var(--brand-01)
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox input[type=radio]:checked ~ label:after, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice input[type=radio]:checked ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox input[type=radio]:checked ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice input[type=radio]:checked ~ label:after {
    top: 3px;
    left: 3px
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox input[type=checkbox] ~ label:after, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice input[type=checkbox] ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox input[type=checkbox] ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice input[type=checkbox] ~ label:after {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    background-color: transparent;
    color: var(--brand-01);
    font-size: 8px;
    line-height: normal
}

.dln-kenwood .gigya-profile-form .gigya-composite-control-checkbox input[type=checkbox]:checked ~ label:after, .dln-kenwood .gigya-profile-form .gigya-composite-control-multi-choice input[type=checkbox]:checked ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-checkbox input[type=checkbox]:checked ~ label:after, .dln-kenwood .gigya-register-form .gigya-composite-control-multi-choice input[type=checkbox]:checked ~ label:after {
    content: "\E0";
    background: none
}

.dln-kenwood .dln-popup .gigya-login-form .gigya-composite-control-link .dln-btn {
    width: 100%
}

.dln-kenwood [data-screenset-element-id=gigya-register-screen] .dln-registrationForm__paragraph--secondary {
    font-size: 12px;
    margin: 0 auto 16px;
    line-height: 16px
}

.dln-kenwood [data-screenset-element-id=gigya-register-screen] .dln-registrationForm__paragraph--secondary.wMargin {
    margin: 50px 0 30px
}

.dln-kenwood [data-screenset-element-id=gigya-register-screen] .dln-registrationForm__subtitle {
    font-size: 12px;
    margin-bottom: 0;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--ui-05)
}

.dln-kenwood [data-screenset-element-id=gigya-register-screen] .dln-registrationForm__paragraph {
    font-size: 12px;
    margin-bottom: 16px;
    color: var(--ui-05)
}

.dln-kenwood [data-screenset-element-id=gigya-forgot-password-screen] .dlg-gigya-link {
    font-family: var(--fontNameSemibold), Arial, sans-serif !important;
    font-size: 14px
}

.dln-kenwood .dlg-gigya-button-wrapper input[type=button], .dln-kenwood .dlg-gigya-button-wrapper input[type=submit] {
    text-transform: uppercase
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-checkout__innerCol:nth-child(2) .gigya-input-submit {
    color: var(--brand-01);
    border: 1px solid var(--brand-01);
    background-color: var(--brand-03)
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-checkout__innerCol:nth-child(2) .dln-btn {
    color: var(--brand-03);
    border: 1px solid var(--brand-01);
    background-color: var(--brand-01)
}

.dln-kenwood .newsletter-popup-opened.dln-popup--open .dln-popup__content {
    max-width: none !important;
    width: auto
}

@media screen and (min-width: 600px) {
    .dln-kenwood .newsletter-popup-opened.dln-popup--open .dln-popup__content {
        max-width: 720px !important
    }
}

.dln-kenwood .dln-subscription-flow {
    height: auto;
    min-height: 620px
}

@media only screen and (min-width: 1024px) {
    .dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:first-child, .dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(2), .dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(4), .dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(6) {
        width: calc(50% - 24px)
    }
}

@media only screen and (min-width: 1024px) {
    .dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(4) {
        width: calc(100% - 24px)
    }
}

.dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) .gigya-composite-control-checkbox {
    margin: 0
}

.dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) .gigya-composite-control-checkbox .gigya-input-checkbox {
    display: none
}

.dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) .gigya-composite-control-checkbox .gigya-label {
    display: flex;
    justify-content: flex-end
}

.dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) .gigya-composite-control-checkbox .gigya-label:before {
    width: 14px;
    height: 14px;
    border-color: var(--brand-01);
    border-radius: 0;
    top: 5px
}

.dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) .gigya-composite-control-checkbox .gigya-label:after {
    color: var(--brand-01);
    font-size: 8px;
    top: 3px;
    left: 4px
}

.dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) .gigya-composite-control-checkbox .gigya-label-text {
    display: flex;
    align-items: center;
    width: 95%;
    font-size: 12px;
    line-height: 16px;
    text-align: justify
}

.dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(5) .gigya-composite-control-checkbox .gigya-label-text i {
    flex-shrink: 0;
    margin-left: 10px
}

.dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(6) .gigya-input-submit {
    height: 45px;
    border-radius: 0;
    background-color: var(--brand-01);
    font-size: 12px;
    letter-spacing: .2px
}

.dln-kenwood .dln-subscription-flow [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(6) .gigya-input-submit:hover {
    opacity: 1;
    background-color: var(--brand-04)
}

.dln-kenwood .dln-subscription-flow .dlg-gigya-input-text-wrapper .gigya-label {
    position: static;
    top: unset;
    left: unset;
    padding: 0;
    transform-origin: unset;
    transition: none
}

.dln-kenwood .dln-subscription-flow .dlg-gigya-input-text-wrapper .gigya-label .gigya-label-text, .dln-kenwood .dln-subscription-flow .dlg-gigya-input-text-wrapper .gigya-label .gigya-required-display {
    line-height: 14px;
    font-size: 12px;
    color: var(--ui-07)
}

.dln-kenwood .dln-subscription-flow .dlg-gigya-input-text-wrapper.dlg-gigya-input--active .gigya-label {
    background: none;
    transform: none
}

.dln-kenwood .dln-subscription-flow .dlg-gigya-input-text-wrapper .gigya-input-text {
    height: 43px;
    border: 1px solid var(--brand-04) !important;
    border-radius: 0 !important;
    padding: 2px 8px
}

.dln-kenwood #gigya-marketing-preferences-screen .gigya-input-checkbox {
    width: 0;
    height: 0
}

.dln-kenwood #gigya-marketing-preferences-screen .gigya-label:before {
    border-radius: 0;
    width: 16px;
    height: 16px
}

.dln-kenwood #gigya-marketing-preferences-screen .gigya-checkbox-text {
    margin-left: 24px;
    line-height: 20px;
    position: relative
}

@media screen and (min-width: 768px) {
    .dln-kenwood #gigya-marketing-preferences-screen .gigya-checkbox-text {
        width: calc(100% - 8px);
        position: absolute;
        line-height: 16px
    }
}

@media screen and (min-width: 768px) {
    .dln-kenwood #gigya-marketing-preferences-screen .gigya-layout-row:nth-child(4) {
        padding-bottom: 50px
    }
}

@media screen and (min-width: 768px) {
    .dln-kenwood #gigya-marketing-preferences-screen .gigya-toggle-content.is-open {
        margin-top: 36px !important
    }
}

.dln-kenwood .adyen-checkout__input {
    border-radius: 0
}

[data-dlg-gigya=dlg-gigya-reset-password-container] .gigya-reset-password-form {
    max-width: 600px !important
}

[data-dlg-gigya=dlg-gigya-reset-password-container] .dlg-gigya-button-wrapper {
    max-width: 280px
}

.dln-braun .dlg-gigya-button-wrapper input[type=button], .dln-braun .dlg-gigya-button-wrapper input[type=submit] {
    border-radius: 20px
}

.dln-delonghi .dln-regAdv__textWrap, .dln-delonghi .dln-registration--login .dln-registration__section--main {
    border: none
}

.dln-delonghi .dln-registration .dln-registrationForm__formFoot .dln-btn {
    width: 50%
}

.dln-delonghi .dln-registration .gigya-login-spacer {
    border: none
}

.dln-delonghi .dln-registration .gigya-composite-control-link {
    font-size: .7875rem;
    font-weight: 600;
    line-height: 21px
}

.dln-delonghi .dln-registration .gigya-composite-control-link .dln-btn {
    width: 50%
}

.dln-delonghi .dln-registration .gigya-input-password, .dln-delonghi .dln-registration .gigya-input-text {
    border-color: var(--brand-04) !important
}

.dln-delonghi .dln-registration .gigya-input-submit {
    padding: 0 25px;
    background-color: var(--brand-04);
    font-size: 1.0125rem;
    font-weight: 600;
    line-height: 1
}

.dln-delonghi .dln-popup .gigya-input-password, .dln-delonghi .dln-popup .gigya-input-text {
    border-color: var(--brand-04) !important
}

.dln-delonghi .dln-popup .gigya-input-submit {
    padding: 0 25px;
    background-color: var(--brand-04);
    font-size: 1.0125rem;
    font-weight: 600;
    line-height: 1
}

.dln-delonghi .dln-popup .dln-registration__paragraph {
    margin-bottom: 25px;
    font-size: .7875rem;
    line-height: 1.3;
    text-align: center
}

.dln-delonghi .dln-popup .dln-registrationForm__paragraph--secondary {
    color: var(--brand-02)
}

.dln-delonghi .dln-popup .dln-registrationForm__paragraph--secondary a {
    color: inherit
}

.dln-delonghi .dln-popup .gigya-login-form .dln-btn {
    width: 100% !important
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-layout-row .gigya-layout-row:first-child, .dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-layout-row .gigya-layout-row:nth-child(2) {
    margin-right: 0
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-layout-row .gigya-layout-row:nth-child(4) {
    width: 100%
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-layout-row .gigya-layout-row:nth-last-child(2) {
    width: 100%;
    max-width: 222px
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-input-text {
    height: 38px;
    padding: 10px 35px 10px 16px;
    border-color: var(--ui-02)
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-input-checkbox {
    position: absolute
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-label {
    display: flex;
    justify-content: flex-end
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-label:before {
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 2px
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-label:after {
    top: 3px;
    left: 4px;
    width: 16px;
    height: 16px
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-label span {
    display: flex;
    align-items: center;
    width: 93%;
    line-height: 16px;
    text-align: justify
}

.dln-delonghi .dln-popup .dln-subscription-flow #gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-label span i {
    flex-shrink: 0;
    margin-left: 20px
}

.dln-delonghi .dln-checkout__innerColTitle {
    font-size: 1.29375rem !important;
    line-height: 21px !important;
    font-weight: 600 !important
}

.dln-delonghi .dln-checkout .dln-registrationForm__paragraph--secondary {
    color: var(--brand-02)
}

.dln-delonghi .dln-checkout .dln-registrationForm__paragraph--secondary a {
    color: inherit
}

.dln-delonghi .dln-checkout .gigya-input-password, .dln-delonghi .dln-checkout .gigya-input-text {
    border-color: var(--brand-04) !important
}

.dln-delonghi .dln-checkout .gigya-input-submit {
    padding: 0 25px;
    background-color: var(--brand-04);
    font-size: 1.0125rem;
    font-weight: 600;
    line-height: 1
}

.dln-delonghi .dln-checkout .gigya-forgotPassword {
    font-size: .7875rem;
    font-weight: 600;
    line-height: 21px
}

.dln-delonghi .dln-account .dln-btn--update, .dln-delonghi .dln-account .gigya-layout-row.subscribe-wrapper h2 {
    text-align: center
}

.dln-delonghi .dln-account .gigya-layout-row.subscribe-wrapper .gigya-entitlement-checkbox {
    box-shadow: none
}

.dln-delonghi .dln-account .gigya-input-submit {
    padding: 0 25px !important;
    background-color: var(--brand-04) !important;
    font-family: var(--fontNameBold), Arial, sans-serif !important;
    font-size: 1.0125rem !important;
    font-weight: 600 !important;
    line-height: 1 !important
}

.dln-delonghi .dln-changePssw .gigya-input-text {
    border-color: var(--brand-04) !important
}

.dlg-adyen__add-card__wrapper {
    width: 100%;
    margin-bottom: 32px
}

.dlg-adyen__add-card__wrapper .adyen-checkout__label__text {
    font-size: 13px
}

.dlg-adyen__add-card__wrapper .adyen-checkout__input--wrapper {
    width: 100% !important
}

.dlg-adyen__add-card__wrapper .adyen-checkout__input--wrapper .adyen-checkout__input {
    width: 100% !important;
    border-radius: 0 !important
}

.dlg-adyen__add-card__wrapper .adyen-checkout__input--wrapper .adyen-checkout__input.adyen-checkout__input--valid {
    border-bottom-color: #b9c4cb !important
}

.dlg-adyen__add-card__wrapper .adyen-checkout__field__cvc {
    margin-right: 0 !important
}

[class*=" dln-icn"], [class^=dln-icn] {
    font-family: var(--fontNameIcons);
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" dln-icn"]:after, [class*=" dln-icn"]:before, [class^=dln-icn]:after, [class^=dln-icn]:before {
    font-family: var(--fontNameIcons)
}

body {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-04);
    -webkit-font-smoothing: antialiased
}

body p {
    font-size: 13px;
    line-height: 125%
}

.product-rating{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.color-elements{
    display: flex;
    flex-flow: row wrap;
    margin-top: 15px;
    margin-bottom: 26px;
}

.color-element{
    margin-top: 8px;
    margin-right: 8px;
    position: relative;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-element.active:before, .color-element:hover:before{
    width: 100%;
}

.color-element:before{
    content: '';
    position: absolute;
    bottom: -8px;
    height: 3px;
    width: 0;
    background: #59AEE4;
    left: 0;
    transition: .25s;
}

.product-rating__number{
    color: #59AEE4;
    margin-left: 5px;
}

body *:not([class^="icon-"]), body :after:not([class^="icon-"]), body :before:not([class^="icon-"]), body button, body input, body select, body textarea {
    font-family: var(--fontNameRoman), "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal
}

body b, body strong {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: DeLonghiSansRegular;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansRegular.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansRegular.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansRegular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: DeLonghiSansRegularItalic;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansRegularItalic.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansRegularItalic.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansRegularItalic.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: DeLonghiSansMedium;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansMedium.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansMedium.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansMedium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: DeLonghiSansMediumItalic;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansMediumItalic.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansMediumItalic.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansMediumItalic.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: DeLonghiSansLight;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansLight.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansLight.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansLight.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: DeLonghiSansLightItalic;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansLightItalic.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansLightItalic.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansLightItalic.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: DeLonghiSansBold;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBold.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBold.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: DeLonghiSansBoldItalic;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBoldItalic.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBoldItalic.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBoldItalic.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: DeLonghiSansBlack;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBlack.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBlack.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBlack.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: DeLonghiSansBlackItalic;
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBlackItalic.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSansBlackItalic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "DeLonghiSerifMedium";
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifMedium.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifMedium.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifMedium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "DeLonghiSerifMediumItalic";
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifMediumItalic.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifMediumItalic.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifMediumItalic.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "DeLonghiSerifBold";
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifBold.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifBold.woff) format("woff"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifBold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "DeLonghiSerifBoldItalic";
    src: url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifBoldItalic.woff2) format("woff2"), url(/local/templates/.default/assets/css/../fonts/DeLonghiSerifBoldItalic.woff) format("woff");
    font-display: swap
}

@font-face {
    src: url(/local/templates/.default/assets/css/../fonts/bra-icons.eot?85022927);
    src: url(/local/templates/.default/assets/css/../fonts/bra-icons.eot?85022927#iefix) format("embedded-opentype"), url(/local/templates/.default/assets/css/../fonts/bra-icons.woff2?85022927) format("woff2"), url(/local/templates/.default/assets/css/../fonts/bra-icons.woff?85022927) format("woff"), url(/local/templates/.default/assets/css/../fonts/bra-icons.ttf?85022927) format("truetype"), url(/local/templates/.default/assets/css/../fonts/bra-icons.svg?85022927#bra-icons) format("svg");
    font-family: bra-icons;
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

:focus {
    outline: none
}

* {
    word-wrap: break-word
}

.clearer {
    width: 100%;
    clear: both
}

body, html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

img {
    border: none
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

div {
    box-sizing: border-box
}

[responsive-background-image] img {
    display: none
}

.dln-title-h1, h1 {
    font-size: 44px;
    line-height: 125%
}

@media only screen and (max-width: 599px) {
    .dln-title-h1, h1 {
        font-size: 35px
    }
}

.dln-title-h2, h2 {
    font-size: 32px;
    line-height: 125%
}

@media only screen and (max-width: 599px) {
    .dln-title-h2, h2 {
        font-size: 21px
    }
}

.dln-title-h3, h3 {
    font-size: 22px;
    line-height: 125%
}

.dln-title-h4, h4 {
    font-size: 18px;
    line-height: 125%
}

.swiper-container {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.swiper-wrapper {
    display: flex;
    box-sizing: content-box;
    z-index: 1;
    transform: translateZ(0)
}

.swiper-slide, .swiper-wrapper {
    transition-property: transform;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-button-next, .swiper-button-prev {
    width: 27px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    background-position: 50%;
    margin-top: -22px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10
}

.swiper-scrollbar {
    -ms-touch-action: none;
    border-radius: 10px;
    position: relative
}

.swiper-scrollbar-drag {
    height: 6px
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    max-width: 1200px;
    margin: 55px auto 0
}

.swiper-container .swiper-footer .swiper-button-prev {
    order: 1
}

.swiper-container .swiper-footer .swiper-scrollbar {
    order: 2
}

.swiper-container .swiper-footer .swiper-button-next {
    order: 3
}

.swiper-container .swiper-footer .swiper-scrollbar {
    width: 85%;
    height: 3px;
    background: var(--ui-08);
    position: relative;
    bottom: 0;
    left: 0
}

.swiper-container .swiper-footer .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--brand-01)
}

.swiper-container .swiper-footer .swiper-button-next, .swiper-container .swiper-footer .swiper-button-prev {
    width: auto;
    height: auto;
    color: var(--brand-01);
    background: none;
    margin: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.swiper-container .swiper-footer .swiper-button-next.swiper-button-disabled, .swiper-container .swiper-footer .swiper-button-prev.swiper-button-disabled {
    opacity: .15;
    cursor: auto;
    pointer-events: none
}

.dln-delonghi .swiper-container .swiper-footer .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--brand-04)
}

.dln-delonghi .swiper-container .swiper-footer .swiper-button-next, .dln-delonghi .swiper-container .swiper-footer .swiper-button-prev {
    color: var(--brand-04)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .swiper-container .swiper-header {
        width: calc(100% - 60px)
    }

    .swiper-container .swiper-header .swiper-pagination .swiper-pagination-bullet {
        font-size: 13px;
        padding: 12px 10px
    }

    .swiper-container .swiper-footer {
        justify-content: space-around;
        width: calc(100% - 60px);
        margin-top: 30px
    }

    .swiper-container .swiper-footer .swiper-scrollbar {
        width: 100%
    }

    .swiper-container .swiper-footer .swiper-button-next, .swiper-container .swiper-footer .swiper-button-prev {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .swiper-container .swiper-footer {
        justify-content: space-around;
        width: 100%;
        margin-top: 30px
    }

    .swiper-container .swiper-footer .swiper-scrollbar {
        width: 100%
    }

    .swiper-container .swiper-footer .swiper-button-next, .swiper-container .swiper-footer .swiper-button-prev {
        display: none
    }
}

.dln-btn {
    font-size: 17px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    outline: none;
    width: auto;
    line-height: 1;
    font-size: 14px;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    box-shadow: none;
    transition: all .3s linear;
    padding: 8px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dln-btn--link {
    font-weight: 400;
    color: var(--brand-04);
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
    border: none
}

.dln-btn--link.dln-btn--icon {
    text-decoration: none
}

.dln-btn--link .dln-icn {
    font-size: inherit;
    text-decoration: none
}

.dln-btn--link .dln-btn__lbl {
    text-decoration: underline
}

.dln-btn:not(.dln-btn--link) {
    width: 100%;
    height: 40px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 20px;
    overflow: hidden
}

.dln-btn:not(.dln-btn--link).dln-btn--secondary {
    color: var(--brand-03);
    background-color: var(--brand-02)
}

.dln-btn:not(.dln-btn--link).dln-btn--disabled {
    color: var(--brand-03);
    background-color: var(--ui-02)
}

.dln-btn:hover {
    opacity: .8
}

.dln-btn:active {
    opacity: .7
}

.dln-btn--secondary, .dln-btn--secondary.dln-btn--link {
    color: var(--brand-02)
}

.dln-btn--disabled {
    color: var(--ui-02);
    opacity: .5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dln-btn--brand-03 {
    color: var(--brand-04);
    background-color: var(--brand-03)
}

.dln-btn--stroked {
    color: var(--brand-01);
    border: 1px solid var(--brand-01);
    background-color: var(--brand-03)
}

.dln-btn--light {
    color: var(--brand-02);
    border: 1px solid var(--ui-01);
    background-color: transparent
}

.dln-btn--light .dln-icn {
    font-size: 16px;
    height: auto;
    color: var(--ui-01)
}

.dln-btn--validate .dln-icn {
    color: var(--support-02)
}

.dln-btn__lbl {
    display: inline-block;
    margin: 0 auto
}

.dln-btn--social {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px 16px;
    position: relative
}

.dln-btn--social .dln-icn {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: var(--brand-03);
    position: absolute;
    top: calc(50% - 9px);
    left: 16px
}

.dln-btn--social .dln-icn:before {
    background-size: auto 90%
}

.dln-btn--social.dln-btn--social-fb {
    background-color: #3b5998
}

.dln-btn--social.dln-btn--social-tw {
    background-color: #1da1f2
}

.dln-btn--social.dln-btn--social-inst {
    background-color: #fb3958
}

.dln-btn--social.dln-btn--social-google {
    color: var(--brand-04);
    border: 1px solid var(--ui-02);
    background-color: var(--brand-03)
}

.dln-btn--social.dln-btn--social-google .dln-btn__icon {
    position: absolute;
    top: calc(50% - 8px);
    left: 16px
}

@media (-ms-high-contrast: none) {
    .dln-btn--social .dln-btn__lbl {
        margin: 0
    }
}

.dln-btn--action-button .dln-icn {
    font-size: 18px;
    color: var(--ui-02)
}

.dln-btn--action-button.dln-btn--action-done {
    color: var(--ui-02);
    border: 0;
    animation: smoothFadeInAndScale .5s forwards
}

.dln-btn--centeredIcn .dln-icn {
    font-size: 16px;
    line-height: 16px;
    color: var(--brand-03);
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto
}

.dln-btn--centeredIcn .dln-btn__icon {
    margin: 0 auto;
    position: relative !important;
    top: auto !important;
    left: auto !important
}

.dln-btn--email-icn .dln-icn {
    font-size: 26px;
    line-height: 26px
}

.dln-btn--paypal {
    display: flex;
    align-items: center;
    height: 32px !important;
    color: var(--brand-04);
    background-color: var(--support-03);
    padding: 4px 0
}

.dln-btn--paypal .dln-btn__icon {
    width: auto;
    height: 85%;
    margin: 0 auto 0 0
}

.dln-btn--paypal .dln-btn__lbl {
    order: -1;
    font-size: 9px;
    margin: 0 8px 0 auto
}

.dln-btn--support01 {
    border-color: var(--support-01)
}

.dln-btn--support01 .dln-icn {
    color: var(--support-01)
}

.dln-btn--support02 {
    border-color: var(--support-02)
}

.dln-btn--support02 .dln-icn {
    color: var(--support-02)
}

@media only screen and (max-width: 599px) {
    .dln-btn--action-button.dln-btn--action-done {
        display: block;
        width: 100% !important
    }
}

.dln-kenwood .dln-btn {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2px;
    width: auto;
    border-radius: 0;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    align-items: center
}

.dln-kenwood .dln-btn:not(.dln-btn--link):not(.dln-btn--apply-voucher) {
    height: 45px;
    line-height: 1;
    padding: 0 20px
}

.dln-kenwood .dln-btn:not(.dln-btn--link):not(.dln-btn--stroked):not(.dln-btn--social):not(.dln-btn--paypal):hover {
    opacity: 1;
    background-color: var(--brand-04);
    color: var(--brand-03)
}

.dln-kenwood .dln-btn--stroked {
    color: var(--brand-01);
    border: 1px solid var(--brand-01);
    background-color: var(--brand-03)
}

.dln-kenwood .dln-btn--stroked:hover {
    color: var(--brand-04);
    border: 1px solid var(--brand-04)
}

.dln-kenwood .dln-btn--link {
    text-transform: none;
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0
}

.dln-kenwood .dln-btn--action-button .dln-icn {
    color: var(--support-02)
}

.dln-kenwood .dln-btn--action-button.dln-btn--action-done {
    color: var(--support-02);
    border: 1px solid var(--support-02)
}

.dln-kenwood .dln-btn--social {
    border-radius: 0;
    display: flex;
    align-content: center;
    padding: 0 20px;
    position: relative
}

.dln-kenwood .dln-btn--social .dln-btn__lbl {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    margin: 0 0 0 3em
}

.dln-kenwood .dln-btn--social .dln-icn {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    color: var(--brand-03);
    top: calc(50% - 11px);
    left: 20px
}

.dln-kenwood .dln-btn--social .dln-icn:before {
    background-size: auto 90%
}

.dln-kenwood .dln-btn--social.dln-btn--social-google {
    height: 40px;
    color: var(--brand-04);
    border: 1px solid var(--ui-02);
    background-color: var(--brand-03)
}

.dln-kenwood .dln-btn--social.dln-btn--social-fb, .dln-kenwood .dln-btn--social.dln-btn--social-inst, .dln-kenwood .dln-btn--social.dln-btn--social-tw {
    height: 40px
}

.dln-kenwood .dln-btn--social.dln-btn--centeredIcn .dln-icn {
    left: auto
}

.dln-kenwood .dln-btn--paypal, .dln-kenwood .dln-btn.dln-btn--paypal:not(.dln-btn--link) {
    padding: 8px 20px;
    background: #eee
}

.dln-kenwood .dln-btn--paypal:after, .dln-kenwood .dln-btn.dln-btn--paypal:not(.dln-btn--link):after {
    content: "Checkout";
    font-size: 12px;
    letter-spacing: .2px;
    text-transform: none;
    margin-bottom: 3px;
    margin-left: 5px
}

.dln-kenwood .dln-btn--paypal .dln-btn__icon, .dln-kenwood .dln-btn.dln-btn--paypal:not(.dln-btn--link) .dln-btn__icon {
    height: 1.7em
}

.dln-kenwood .dln-btn--paypal .dln-btn__lbl, .dln-kenwood .dln-btn.dln-btn--paypal:not(.dln-btn--link) .dln-btn__lbl {
    display: none
}

.dln-delonghi .dln-btn {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: auto;
    line-height: 24px;
    font-size: 1.125rem;
    text-transform: none;
    border-radius: 3px
}

.dln-delonghi .dln-btn:not(.dln-btn--link) {
    width: auto;
    min-width: 212px;
    height: 40px;
    line-height: 1;
    padding: 0 25px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-btn:not(.dln-btn--link) {
        min-width: 188px;
        height: 40px;
        font-size: 1.125rem;
        padding: 0 22px
    }
}

.dln-delonghi .dln-btn:not(.dln-btn--link):not(.dln-btn--stroked):not(.dln-btn--social):not(.dln-btn--paypal):not(.dln-btn--secondary) {
    color: var(--brand-03)
}

.dln-delonghi .dln-btn:not(.dln-btn--link):not(.dln-btn--stroked):not(.dln-btn--social):not(.dln-btn--paypal):not(.dln-btn--secondary):hover {
    opacity: .8
}

.dln-delonghi .dln-btn:not(.dln-btn--link).dln-btn--secondary {
    color: var(--brand-03);
    background-color: var(--brand-01)
}

.dln-delonghi .dln-btn:not(.dln-btn--link).dln-btn--disabled {
    color: var(--brand-03);
    background-color: var(--ui-02)
}

.dln-delonghi .dln-btn--stroked {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    font-size: 1.125rem;
    text-transform: none;
    background-color: var(--brand-03);
    padding: 0 30px
}

.dln-delonghi .dln-btn--stroked:not(.dln-btn--link) {
    height: 40px
}

.dln-delonghi .dln-btn--stroked:hover {
    color: var(--brand-04);
    border: 1px solid var(--brand-04)
}

.dln-delonghi .dln-btn--link {
    height: auto;
    line-height: normal;
    line-height: 21px;
    font-size: .875rem;
    letter-spacing: 0;
    text-transform: none;
    padding: 0
}

.dln-delonghi .dln-btn--social {
    padding: 0 12px !important
}

.dln-delonghi .dln-btn--social .dln-icn {
    margin-right: 16px;
    position: relative;
    left: auto
}

.dln-delonghi .dln-btn--social .dln-btn__lbl {
    font-size: .8125rem;
    padding: 0 34px 0 0
}

.dln-delonghi .dln-btn--social-google {
    border-color: var(--ui-04)
}

.dln-delonghi .dln-btn--social-google .dln-btn__lbl {
    padding: 0
}

.dln-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 16px
}

.dln-checkbox__wrap {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: calc(100% - 16px);
    min-height: 16px;
    padding: 0 0 0 16px;
    box-sizing: content-box;
    position: relative;
    z-index: 1
}

.dln-checkbox__input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.dln-checkbox__inputPlaceholder {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid var(--ui-02);
    border-radius: 2px;
    background-color: var(--brand-03);
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    transition: .3s;
    flex-shrink: 0
}

.dln-checkbox__inputPlaceholder:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background-color: var(--support-02);
    transform: scale(0);
    transform-origin: center;
    transition: transform .08s ease;
    transition: .3s;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    z-index: 3
}

.dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder:after {
    transform: scale(1)
}

.dln-checkbox__label {
    display: inline-block;
    width: auto;
    max-width: 100%;
    min-height: 15px;
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
    color: var(--brand-02);
    transition: .2s linear;
    margin: 0 0 0 8px
}

.dln-checkbox--support-02 .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder + .dln-checkbox__label, .dln-checkbox .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder + .dln-checkbox__label {
    color: var(--support-02);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-checkbox--interactive {
    display: flex;
    flex-direction: column;
    padding: 21px;
    border: 1px solid var(--ui-02)
}

.dln-checkbox--interactive.dln-checkbox--tooltip .dln-checkbox__label {
    margin-right: 26px;
    line-height: 16px
}

.dln-checkbox--interactive .dln-checkbox__wrap {
    width: 100%
}

.dln-checkbox--interactive .dln-checkbox__input {
    width: calc(100% - 16px)
}

.dln-checkbox--interactive .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder + .dln-checkbox__label {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--brand-02)
}

.dln-checkbox--interactive .dln-checkbox__tooltipIconWrap {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.dln-checkbox--interactive .dln-checkbox__tooltipIconWrap .dln-icn {
    color: var(--ui-06)
}

.dln-checkbox--interactive .dln-checkbox__tooltipIconWrap input:hover + .dln-icn {
    color: var(--brand-01)
}

.dln-checkbox--interactive .dln-checkbox__tooltipIconWrap .dln-checkbox__tooltipController {
    position: absolute;
    right: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 10
}

.dln-checkbox--interactive .dln-checkbox__confirmWrap, .dln-checkbox--interactive .dln-checkbox__tooltipWrap {
    width: 100%;
    height: 0;
    margin-top: 0;
    transition: height .22s ease-out, margin-top .22s ease-out;
    box-sizing: content-box;
    overflow: hidden
}

.dln-checkbox--interactive .dln-checkbox__tooltipWrap {
    font-size: 11px;
    line-height: 16px;
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-02)
}

@media only screen and (max-width: 599px) {
    .dln-checkbox--interactive .dln-checkbox__tooltipWrap {
        font-size: 13px
    }
}

.dln-checkbox--interactive .dln-checkbox__confirmWrap {
    width: 100%
}

.dln-checkbox--interactive .dln-checkbox__confirmWrap .dln-checkbox__confirmText {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 16px
}

.dln-checkbox--interactive .dln-checkbox__confirmWrap .dln-checkbox__confirmActions {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 20px
}

.dln-checkbox--interactive .dln-checkbox__confirmWrap .dln-checkbox__confirmActions .dln-btn {
    width: auto
}

.dln-checkbox--interactive .dln-checkbox__confirmWrap .dln-checkbox__confirmActions .dln-btn--confirm {
    width: 285px
}

@media only screen and (max-width: 599px) {
    .dln-checkbox--interactive .dln-checkbox__confirmWrap .dln-checkbox__confirmActions .dln-btn--confirm {
        width: 180px
    }
}

.dln-checkbox--interactive.tooltipVisible .dln-checkbox__tooltipWrap {
    margin-top: 21px;
    transition: height .22s ease-out
}

.dln-checkbox--interactive.confirmVisible .dln-checkbox__confirmWrap {
    margin-top: 30px;
    transition: height .22s ease-out
}

.dln-checkbox--hideLabel .dln-checkbox__wrap .dln-checkbox__label {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.dln-checkbox--without-border {
    border: none !important;
    padding: 0
}

.dln-checkbox--without-border .dln-checkbox__tooltipIconWrap {
    bottom: 0;
    top: auto
}

.dln-checkbox--without-border .dln-checkbox__tooltipWrap {
    font-size: 9px;
    line-height: 10px;
    letter-spacing: -.1px;
    margin-top: 9px !important;
    margin-bottom: -20px
}

@media only screen and (max-width: 599px) {
    .dln-checkbox--without-border .dln-checkbox__tooltipWrap {
        margin-left: 24px;
        margin-right: 24px
    }
}

.dln-checkbox--image {
    width: auto;
    min-width: 180px;
    box-shadow: 0 0 0 1px var(--ui-02);
    transition: box-shadow .3s linear
}

.dln-checkbox--image:not(.checked) {
    box-shadow: 0 0 0 1px var(--ui-01);
    transition: box-shadow .3s linear
}

.dln-checkbox--image .dln-checkbox__wrap {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    padding: 20px;
    min-height: 0
}

.dln-checkbox--image .dln-checkbox__wrap .dln-checkbox--image__imagewrapper {
    position: relative;
    height: 0;
    padding-bottom: 45%;
    padding-top: 45%;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex
}

.dln-checkbox--image .dln-checkbox__wrap .dln-checkbox--image__imagewrapper .dln-checkbox--image__image {
    position: absolute;
    width: 160px;
    height: 60px
}

.dln-checkbox--image .dln-checkbox__wrap .dln-checkbox__inputPlaceholder {
    position: relative;
    flex-shrink: 0
}

.dln-checkbox--image .dln-checkbox__wrap .dln-checkbox__label {
    margin: 8px 0
}

@media only screen and (max-width: 599px) {
    .dln-checkbox--image {
        width: 100%
    }

    .dln-checkbox--image .dln-checkbox__wrap {
        min-height: 83px;
        align-items: center;
        justify-content: center
    }

    .dln-checkbox--image .dln-checkbox__wrap .dln-checkbox--image__imagewrapper {
        height: auto;
        padding: 0;
        margin-bottom: 20px
    }

    .dln-checkbox--image .dln-checkbox__wrap .dln-checkbox--image__imagewrapper .dln-checkbox--image__image {
        position: relative
    }
}

@media (-ms-high-contrast: none) {
    .dln-checkbox--image {
        height: 186px
    }

    .dln-checkbox--image > .dln-checkbox__wrap {
        height: 100%;
        box-sizing: border-box
    }

    .dln-checkbox--image > .dln-checkbox__wrap .dln-checkbox--image__imagewrapper {
        justify-content: center;
        width: 100%;
        height: auto;
        padding: 0;
        margin: auto 0;
        position: static
    }

    .dln-checkbox--image > .dln-checkbox__wrap .dln-checkbox--image__imagewrapper .dln-checkbox--image__image {
        position: static
    }
}

.dln-checkboxes__wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

.dln-checkboxes__wrapper .dln-checkbox {
    margin: 0 10px;
    min-width: 0;
    max-width: 180px;
    width: calc(33.3% - 20px)
}

@media only screen and (max-width: 599px) {
    .dln-checkboxes__wrapper {
        flex-direction: column
    }

    .dln-checkboxes__wrapper .dln-checkbox {
        margin: 0;
        min-width: 0;
        max-width: none;
        width: 100%
    }

    .dln-checkboxes__wrapper .dln-checkbox + .dln-checkbox {
        margin-top: 10px
    }
}

.dln-kenwood .dln-checkbox, .dln-kenwood .dln-checkbox__wrap {
    min-height: 18px
}

.dln-kenwood .dln-checkbox__label {
    color: var(--brand-04)
}

.dln-kenwood .dln-checkbox__inputPlaceholder {
    width: 16px;
    height: 16px;
    border: 1px solid var(--brand-04);
    border-radius: 0;
    background-color: var(--brand-03)
}

.dln-kenwood .dln-checkbox__inputPlaceholder:after {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    background-color: transparent;
    content: "\E0";
    color: var(--brand-01);
    font-size: 8px;
    line-height: normal
}

.dln-kenwood .dln-checkbox .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder {
    border-color: var(--brand-01)
}

.dln-kenwood .dln-checkbox .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder + .dln-checkbox__label {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-04)
}

.dln-delonghi .dln-checkbox {
    margin-bottom: 10px !important
}

.dln-delonghi .dln-checkbox__wrap {
    padding: 0
}

.dln-delonghi .dln-checkbox__inputPlaceholder {
    width: 24px;
    height: 24px;
    position: relative;
    top: 0;
    border-color: var(--brand-04)
}

.dln-delonghi .dln-checkbox__inputPlaceholder:after {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: scale(0) translate(-50%, -50%);
    transform-origin: 0 0;
    background: none;
    box-shadow: none;
    content: "\E0";
    font-family: var(--fontNameIcons);
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dln-delonghi .dln-checkbox__inputPlaceholder:after:after, .dln-delonghi .dln-checkbox__inputPlaceholder:after:before {
    font-family: var(--fontNameIcons)
}

.dln-delonghi .dln-checkbox__label {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8125rem;
    line-height: 16px;
    color: var(--brand-04)
}

.dln-delonghi .dln-checkbox .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder {
    border-color: var(--brand-04)
}

.dln-delonghi .dln-checkbox .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder:after {
    transform: scale(1) translate(-50%, -50%)
}

.dln-delonghi .dln-checkbox .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder + .dln-checkbox__label {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-04)
}

.dln-delonghi .dln-checkbox--image .dln-checkbox__wrap {
    padding: 20px
}

.dln-delonghi .dln-checkbox--interactive {
    border: 1px solid var(--ui-01)
}

.dln-delonghi .dln-checkbox--interactive .dln-checkbox__wrap .dln-checkbox__tooltipIconWrap {
    top: auto;
    bottom: 0
}

.dln-delonghi .dln-checkbox--interactive .dln-checkbox__wrap .dln-checkbox__tooltipIconWrap .dln-icn {
    color: var(--brand-04)
}

.dln-inputs {
    font-size: 13px;
    line-height: 125%;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 1px solid var(--ui-01);
    border-radius: 2px;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    position: relative
}

.dln-inputs--active {
    border-color: var(--ui-02)
}

.dln-inputs--active .dln-inputs__lbl {
    width: auto;
    background-color: var(--brand-03);
    transform: translateY(calc(50% - 28px)) scale(.75)
}

@media (-ms-high-contrast: none) {
    .dln-inputs--active .dln-inputs__lbl {
        transform: translateY(-28px) scale(.75);
        transition: top .4s ease-in-out, transform .4s ease-in-out, color .4s ease-in-out, width .4s ease-in-out;
        top: 50%
    }
}

.dln-inputs--disabled {
    display: inline-flex;
    flex-wrap: wrap;
    border-color: transparent
}

.dln-inputs--disabled .dln-inputs__lbl {
    display: inline-flex;
    order: -1;
    align-items: center;
    width: auto;
    max-width: 50%;
    transform: none;
    position: relative;
    top: auto;
    left: auto
}

.dln-inputs--disabled .dln-inputs__input {
    width: auto;
    max-width: 50%;
    height: auto;
    padding: 0;
    margin: 0
}

.dln-inputs--disabled .dln-inputs__input[value] {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04)
}

.dln-inputs__button {
    outline: none;
    width: auto;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dln-inputs__button, .dln-inputs__input {
    border: none;
    background-color: transparent
}

.dln-inputs__input {
    font-size: 13px;
    line-height: 125%;
    outline: 0;
    width: 100%;
    line-height: 16px;
    padding: 12px 8px 8px;
    box-sizing: border-box
}

.dln-inputs__input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 125%;
    color: var(--ui-02);
    opacity: 0
}

.dln-inputs__input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 125%;
    color: var(--ui-02);
    opacity: 0
}

.dln-inputs__input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 125%;
    color: var(--ui-02);
    opacity: 0
}

.dln-inputs__input::placeholder {
    font-size: 12px;
    line-height: 125%;
    color: var(--ui-02);
    opacity: 0
}

.dln-inputs__input[disabled] {
    opacity: .8
}

.dln-inputs__input:-moz-autofill ~ .dln-inputs__lbl, .dln-inputs__input:-webkit-autofill ~ .dln-inputs__lbl {
    width: auto;
    transform: translateY(calc(50% - 28px)) scale(.75)
}

.dln-inputs__lbl {
    font-size: 13px;
    font: inherit;
    display: inline;
    transform-origin: 0 0;
    transition: top .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1), color .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1);
    padding: 0 4px;
    box-sizing: border-box;
    pointer-events: none;
    top: -9px;
    background: white;
    left: 4px;
    padding: 0 4px;
    margin-bottom: 0;
}

.dln-inputs__extraLbl, .dln-inputs__lbl {
    line-height: 125%;
    color: var(--brand-02);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute
}

.dln-inputs__extraLbl {
    font-size: 13px;
    display: block;
    transform: translate(12px) scale(.75);
    transform-origin: 0 0;
    transform-origin: bottom left;
    top: 40px;
    bottom: auto;
    left: 0
}

.dln-inputs__extraLbl:not(.dln-inputs__extraLbl--link) {
    pointer-events: none
}

.dln-inputs__extraLbl--link {
    transform: translateY(24px) scale(1);
    right: 0
}

.dln-inputs__extraLbl a {
    color: var(--brand-02)
}

.dln-inputs .dln-btnIcon {
    background: none;
    background-color: transparent;
    position: absolute;
    top: -1px;
    right: -1px
}

.dln-inputs .dln-tooltip, .dln-inputs__button {
    position: absolute;
    top: calc(50% - 8px);
    right: 16px
}

.dln-inputs .dln-tooltip .dln-icn {
    color: var(--ui-01)
}

.dln-inputs--icon .dln-inputs__input {
    padding-right: 40px
}

.dln-inputs--icon .dln-icn {
    pointer-events: none
}

.dln-inputs .dln-inputs__autocompleteContainer {
    display: none;
    width: calc(100% + 2px);
    border-width: 1px;
    border: 1px solid var(--ui-02);
    border-top: 0 solid var(--ui-02);
    background-color: var(--brand-03);
    box-shadow: 0 2px 6px hsla(0, 0%, 100%, .6);
    visibility: hidden;
    margin-left: -1px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    z-index: 9
}

.dln-inputs .dln-inputs__autocompleteContainer .dln-inputs__autocompleteItem {
    display: block;
    line-height: 30px;
    font-size: 11px;
    color: var(--brand-02);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-color: var(--ui-01);
    border-top: 1px solid var(--ui-01);
    padding: 6px 8px;
    overflow: hidden;
    cursor: pointer
}

.dln-inputs .dln-inputs__autocompleteContainer .dln-inputs__autocompleteItem:hover {
    background-color: #fafafa
}

.dln-inputs .dln-inputs__autocompleteContainer .dln-inputs__autocompleteItem:empty {
    display: none
}

.dln-inputs--writing .dln-inputs__autocompleteContainer {
    display: block;
    height: auto;
    max-height: 240px;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto
}

.dln-inputs--autocomplete .dln-inputs__autocompleteTable {
    display: none
}

.dln-inputs--autocomplete.dln-inputs--active .dln-inputs__autocompleteTable {
    display: block
}

.dln-inputs--autocomplete.dln-inputs--writing {
    border-radius: 2px 2px 0 0
}

.dln-inputs--icon > .dln-icn {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: var(--ui-01);
    cursor: pointer;
    position: absolute;
    top: calc(50% - 8px);
    right: 16px
}

.dln-inputs--datepicker .dln-inputs__input::-webkit-datetime-edit {
    opacity: 0
}

.dln-inputs--datepicker.dln-inputs--active .dln-inputs__input::-webkit-datetime-edit {
    opacity: 1
}

.dln-inputs--datepicker .dln-btnIcon {
    pointer-events: none
}

.dln-inputs--showHideValue .dln-icn:after {
    content: "";
    width: 2px;
    height: 24px;
    color: var(--brand-04);
    background: var(--ui-01);
    opacity: 0;
    transform: rotate(45deg);
    transition: all .3s linear;
    position: absolute;
    top: -5px;
    left: 5px
}

.dln-inputs--showHideValue .dln-icn.-showPassw:after {
    opacity: 1
}

.dln-inputs--validate .dln-icn {
    color: var(--support-02);
    opacity: 0;
    transform: scale(.5)
}

.dln-inputs--validate.dln-inputs--validated .dln-icn {
    opacity: 1;
    transform: scale(1)
}

.dln-inputs--invalid {
    border: 1px solid var(--support-01)
}

.dln-inputs--invalid .dln-inputs__extraLbl--error, .dln-inputs--invalid .dln-inputs__lbl {
    color: var(--support-01)
}

.dln-inputs--invalid .dln-inputs__extraLbl {
    display: none
}

.dln-inputs--invalid .dln-inputs__extraLbl--error {
    display: block;
    font-size: 10px;
    transform: none;
    padding: 3px 0 0;
    left: 0;
    right: auto
}

.dln-inputs--searchBar {
    border: 1px solid var(--ui-02);
    background-color: var(--brand-03)
}

.dln-inputs--searchBar .dln-inputs__input {
    padding-left: 40px
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 999;
    overflow: auto;
    background: rgba(0, 0, 0, 0.2);
    animation-duration: .35s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

.is-modal-active{
    display: flex;
}

.modal__dialog{
    position: relative;
    max-width: 400px;
    background: white;
    margin: auto;
    border-radius: 4px;
    padding: 37px 55px 75px;
}

.modal__close{
    cursor: pointer;
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
}

.modal-title{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 22px;
}

.modal-input{
    outline: none;
    border: 1px solid #E6E6E6;
    background: #F7F7F7;
    height: 50px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 19px;
    margin-bottom: 20px;
}

.modal-textarea{
    outline: none;
    border: 1px solid #E6E6E6;
    background: #F7F7F7;
    height: 75px;
    resize: none;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 19px;
    margin-bottom: 20px;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
}

.btn{
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 15px;
    text-decoration: none;
    color: white;
    position: relative;
}

.btn img{
    position: absolute;
    left: 9px;
}

.btn_blue_light{
    background: #59AEE4;
}

.modal__dialog .btn_blue_light{
    margin-bottom: 25px;
}

.modal__dialog .btn_blue{
    margin-bottom: 12px;
}

.modal-label{
    font-size: 18px;
    margin-bottom: 13px;
}

.btn_blue{
    background: #4285CF;
}

.btn_white{
    border: 1px solid #E6E6E6;
    color: black;
}

.modal-message{
    margin-top: -10px;
    margin-bottom: 5px;
}

.edit_number{
    font-size: 16px;
    color: #59AEE4;
    text-decoration: none;
    margin-bottom: 25px;
    display: inline-block;
}

.modal-code__text{
    font-size: 14px;
    line-height: 18px;
}

.modal-code{
    display: flex;
    margin-bottom: 11px;
}

.modal-code__message{
    color: #B4B4B4;
}

.modal-code__error{
    color: #FF3E3E;
}

.modal-code__link{
    color: #59AEE4;
    text-decoration: none;
}

.modal-code input{
    width: 42px;
    height: 50px;
    margin-right: 12px;
    background: #F7F7F7;
    mix-blend-mode: multiply;
    outline: none;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    border: 1.5px solid #E6E6E6;
    border-radius: 4px;
}

.modal-agreed{
    margin-top: 36px;
    color: #9D9D9D;
    font-size: 13px;
    line-height: 16px;
}

.modal-agreed a{
    text-decoration: none;
    color: #59AEE4;
}

.dln-inputs--searchBar .dln-inputs__input::-webkit-search-cancel-button {
    width: 16px;
    height: 16px;
    background-image: url(/assets/images/icons/icon-close-circle-ui-02.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    -webkit-appearance: none;
    position: relative;
    z-index: 1
}

.dln-inputs--searchBar .dln-inputs__button {
    top: calc(50% - 12px);
    left: 8px;
    right: auto
}

.dln-inputs--searchBar .dln-icn {
    font-size: 25px;
    color: var(--support-02)
}

.dln-inputs--searchBar .dln-inputs__input-has-value.dln-icn {
    font-size: 16px;
    color: var(--ui-02);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 37px
}

.dln-select .dln-select__lbl--active{
    top: -9px;
    left: 4px;
    padding: 0 4px;
    font-size: 11px;
    background: white;
    color: #707070;
}

.dln-inputs .dln-select {
    display: none;
    width: auto;
    top: 0;
    left: 0
}

.dln-inputs .dln-select__head {
    text-align: center;
    border-width: 0 1px 0 0 !important;
    padding: 8px
}

.dln-inputs .dln-select__container {
    font-size: 13px;
    line-height: 125%;
    height: 34px
}

.dln-inputs--selectInside {
    display: flex;
    align-items: center
}

.dln-inputs--selectInside .dln-select {
    display: inline-block;
    order: -1;
    width: 80px
}

.dln-inputs--selectInside .dln-inputs__input {
    width: calc(100% - 80px)
}

.dln-inputs--selectInside .dln-inputs__lbl {
    width: auto;
    background-color: var(--brand-03);
    transform: translateY(calc(50% - 28px)) scale(.75)
}

@media (-ms-high-contrast: none) {
    .dln-inputs--selectInside .dln-inputs__lbl {
        transform: translateY(-28px) scale(.75);
        transition: top .4s ease-in-out, transform .4s ease-in-out, color .4s ease-in-out, width .4s ease-in-out;
        top: 50%
    }
}

.dln-inputs--loadFile {
    border: none;
    cursor: pointer
}

.dln-inputs--loadFile .dln-inputs__input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.dln-inputs--loadFile .dln-btn {
    width: 130px
}

.dln-inputs--loadFile .dln-inputs__lbl {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 140px);
    height: 100%;
    border: 1px solid var(--ui-01);
    transform: translateY(-50%) translateX(140px) scale(1);
    padding: 0 24px;
    box-sizing: border-box;
    cursor: pointer;
    top: 50%;
    left: 0
}

.dln-inputs--googleAutocomplete.dln-inputs--searchBar .dln-inputs__lbl {
    left: 40px
}

.dln-inputs--rightIcon.dln-inputs--active .dln-icn {
    color: var(--support-02)
}

.dln-inputs--rightIcon .dln-icn {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: var(--brand-01);
    top: 1px
}

.dln-inputs--rightIcon .dln-inputs__button {
    left: auto;
    right: 8px
}

.dln-inputs--rightIcon .dln-inputs__input {
    padding-right: 40px;
    padding-left: 8px
}

.pac-logo:after {
    display: none !important
}

.pac-container {
    border: 0;
    border-radius: 0;
    border-width: 0 1px 1px;
    box-shadow: 0 2px 6px hsla(0, 0%, 100%, .6), 0 0 0 1px var(--ui-02);
    box-sizing: border-box
}

.pac-container .pac-item {
    border-color: var(--ui-01);
    padding: 6px 8px;
    cursor: pointer
}

.pac-container .pac-item:first-child {
    border-top: 0
}

.pac-container .pac-item .pac-icon.pac-icon-marker {
    display: none
}

.pca .pcanotification {
    display: none !important
}

.pca .pcaautocomplete {
    border-width: 0 1px 1px !important;
    border-color: var(--ui-02) !important;
    box-shadow: none !important
}

.pca .pcaautocomplete .pcanotification {
    display: none !important
}

.pca .pcaautocomplete .pcalist {
    max-height: 150px;
    background-color: var(--brand-03)
}

.pca .pcaautocomplete .pcalist::-webkit-scrollbar {
    width: 5px
}

.pca .pcaautocomplete .pcalist::-webkit-scrollbar-track {
    background: var(--brand-03)
}

.pca .pcaautocomplete .pcalist::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--brand-04)
}

.pca .pcaautocomplete .pcaitem {
    border-bottom-color: var(--ui-01);
    padding: 10px 22px 10px 10px
}

.pca .pcaautocomplete .pcaitem.pcafirstitem {
    border-top-color: var(--ui-01)
}

[class^=dln-] input:-webkit-autofill, [class^=dln-] input:-webkit-autofill:focus textarea:-webkit-autofill, [class^=dln-] input:-webkit-autofill:hover, [class^=dln-] select:-webkit-autofill, [class^=dln-] select:-webkit-autofill:focus, [class^=dln-] select:-webkit-autofill:hover, [class^=dln-] textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--brand-04);
    -webkit-box-shadow: 0 0 0 1000px var(--brand-03) inset;
    transition: background-color 5000s ease-in-out 0s
}

.flatpickr-next-month:hover svg, .flatpickr-prev-month:hover svg {
    fill: var(--ui-02) !important
}

.dln-kenwood .dln-inputs {
    border-radius: 0;
    border: 0;
    align-self: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px
}

.dln-kenwood .dln-inputs__input {
    border: 1px solid var(--ui-01);
    height: 43px;
    padding: 2px 8px;
    background-color: var(--brand-03)
}

.dln-kenwood .dln-inputs__lbl {
    line-height: 14px;
    font-size: 12px;
    color: var(--ui-07);
    background-color: transparent;
    transform: none;
    padding-left: 0;
    top: -20px;
    left: 0
}

.dln-kenwood .dln-inputs__extraLbl {
    line-height: 12px;
    font-size: 11px;
    transform: none;
    margin-top: 3px;
    padding: 3px 0 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto
}

.dln-kenwood .dln-inputs--selectInside .dln-inputs__input {
    border-left: 0
}

.dln-kenwood .dln-inputs--selectInside .dln-select {
    height: 43px;
    border: 1px solid var(--ui-01);
    border-right: 0;
    margin: 0
}

.dln-kenwood .dln-inputs--active .dln-inputs__input {
    border: 1px solid var(--brand-04)
}

.dln-kenwood .dln-inputs--active .dln-select {
    border-color: var(--brand-04)
}

.dln-kenwood .dln-inputs--active .dln-select__body {
    top: calc(100% + 5px);
    left: -1px
}

.dln-kenwood .dln-inputs--copyClipboard .dln-inputs__input {
    border-color: var(--brand-04);
    opacity: 1;
    color: var(--brand-04)
}

.dln-kenwood .dln-inputs--copyClipboard .dln-inputs__input::-webkit-input-placeholder {
    color: var(--brand-04)
}

.dln-kenwood .dln-inputs--copyClipboard .dln-inputs__input:-ms-input-placeholder {
    color: var(--brand-04)
}

.dln-kenwood .dln-inputs--copyClipboard .dln-inputs__input::-ms-input-placeholder {
    color: var(--brand-04)
}

.dln-kenwood .dln-inputs--copyClipboard .dln-inputs__input::placeholder {
    color: var(--brand-04)
}

.dln-kenwood .dln-inputs--disabled .dln-inputs__lbl {
    position: absolute
}

.dln-kenwood .dln-inputs--disabled .dln-inputs__input {
    display: flex;
    width: 100%;
    max-width: none
}

.dln-kenwood .dln-inputs--disabled .dln-inputs__input[value] {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04)
}

.dln-kenwood .dln-inputs .dln-select--has-value .dln-select__head, .dln-kenwood .dln-inputs .dln-select .dln-select__head {
    border-color: var(--ui-01)
}

.dln-kenwood .dln-inputs .dln-select--has-value .dln-select__arrow:before, .dln-kenwood .dln-inputs .dln-select .dln-select__arrow:before {
    font-size: 8px
}

.dln-kenwood .dln-inputs .dln-select--has-value__container, .dln-kenwood .dln-inputs .dln-select__container {
    height: 28px;
    margin-top: 6px
}

.dln-kenwood .dln-inputs .dln-select--has-value__body, .dln-kenwood .dln-inputs .dln-select__body {
    top: calc(100% + 8px);
    left: -1px
}

.dln-kenwood .dln-inputs--icon > .dln-icn {
    right: 10px;
    top: 14px
}

.dln-kenwood .dln-inputs--searchBar .dln-inputs__input {
    padding-left: 43px
}

.dln-kenwood .dln-inputs--searchBar .dln-inputs__lbl {
    left: 0
}

.dln-kenwood .dln-inputs--searchBar .dln-icn {
    font-size: 25px;
    color: var(--brand-01)
}

.dln-kenwood .dln-inputs--searchBar .dln-inputs__autocompleteContainer {
    top: 43px
}

.dln-kenwood .dln-inputs--invalid.dln-inputs--active .dln-inputs__input {
    border: 1px solid var(--support-01)
}

.dln-kenwood .dln-inputs--invalid.dln-inputs--active .dln-select {
    border-color: var(--support-01)
}

.dln-kenwood .dln-inputs--invalid .dln-inputs__extraLbl {
    display: none;
    position: static
}

.dln-kenwood .dln-inputs--invalid .dln-inputs__extraLbl--error {
    display: block;
    font-size: 10px;
    transform: none;
    padding: 3px 0 0;
    left: 0;
    right: auto;
    bottom: -16px
}

.dln-kenwood .dln-inputs .dln-inputs__autocompleteContainer {
    width: calc(100% + 2px);
    display: none;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    max-height: 224px;
    border-width: 1px;
    border: 1px solid var(--ui-02);
    border-top: 0 solid var(--ui-02);
    box-shadow: 0 2px 6px hsla(0, 0%, 100%, .6);
    box-sizing: border-box;
    background-color: var(--brand-03);
    z-index: 9;
    margin-left: -1px
}

.dln-kenwood .dln-inputs .dln-inputs__autocompleteContainer .dln-inputs__autocompleteItem {
    border-color: var(--ui-01);
    padding: 6px 8px;
    cursor: pointer;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid var(--ui-01);
    font-size: 11px;
    color: var(--brand-02)
}

.dln-kenwood .dln-inputs .dln-inputs__autocompleteContainer .dln-inputs__autocompleteItem:hover {
    background-color: #fafafa
}

.dln-kenwood .dln-inputs .dln-inputs__autocompleteContainer .dln-inputs__autocompleteItem:empty {
    display: none
}

.dln-kenwood .dln-inputs--autocomplete.dln-inputs--writing .dln-inputs__autocompleteContainer {
    width: 100%;
    margin: 0;
    display: block;
    visibility: initial
}

.dln-kenwood .flatpickr-day {
    border-radius: 0 !important
}

.dln-kenwood .flatpickr-day.today {
    border-color: var(--brand-01) !important;
    color: var(--brand-01)
}

.dln-kenwood .flatpickr-day.selected {
    background-color: var(--brand-01) !important;
    border-color: var(--brand-01) !important
}

.dln-kenwood .pac-container {
    transform: translateX(1px)
}

.flatpickr-day.selected, .flatpickr-day.today {
    border-color: var(--support-02) !important
}

.flatpickr-day.selected {
    color: var(--brand-03) !important;
    background-color: var(--support-02) !important
}

.flatpickr-day:not(.selected):hover {
    color: var(--brand-04) !important;
    background-color: var(--ui-03) !important
}

.dln-delonghi .dln-inputs {
    height: 40px;
    border-color: var(--ui-02);
    margin-bottom: 30px
}

.dln-delonghi .dln-inputs--active {
    border-color: var(--brand-04)
}

.dln-delonghi .dln-inputs--active .dln-inputs__lbl {
    line-height: 12px;
    font-size: .75rem;
    transform: translateY(calc(50% - 26px))
}

.dln-delonghi .dln-inputs--disabled .dln-inputs__lbl {
    height: auto;
    transform: none
}

.dln-delonghi .dln-inputs--disabled .dln-inputs__input[value], .dln-delonghi .dln-inputs__input {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-inputs__input {
    padding: 10px 35px 10px 16px;
    height: 38px;
    border-color: var(--ui-02);
    background-color: #fff
}

.dln-delonghi .dln-inputs__lbl {
    width: auto;
    line-height: 16px;
    font-size: .875rem;
    color: var(--ui-02);
    padding: 0 9px
}

.dln-delonghi .dln-inputs__extraLbl, .dln-delonghi .dln-inputs__lbl {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-inputs__extraLbl {
    display: block;
    font-size: .75rem;
    transform: none;
    padding: 3px 0 0;
    left: 0;
    right: auto
}

.dln-delonghi .dln-inputs--searchBar .dln-inputs__lbl {
    left: 8px
}

.dln-delonghi .dln-inputs--searchBar .dln-inputs__button {
    left: auto;
    right: 8px
}

.dln-delonghi .dln-inputs--searchBar .dln-inputs__button .dln-icn {
    color: var(--brand-04)
}

.dln-delonghi .dln-inputs--searchBar .dln-inputs__button {
    width: 25px;
    height: 25px
}

.dln-delonghi .dln-inputs--searchBar .dln-inputs__button .dln-icn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 0
}

.dln-delonghi .dln-inputs--searchBar .dln-inputs__button .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "7";
    width: 25px;
    height: 25px;
    font-size: 1.5625rem
}

.dln-delonghi .dln-inputs--icon > .dln-icn {
    color: var(--ui-02)
}

.dln-delonghi .dln-inputs--validate {
    border-color: var(--support-02)
}

.dln-delonghi .dln-inputs--validate .dln-icn {
    color: var(--support-02)
}

.dln-delonghi .dln-inputs--validate.dln-inputs--validated {
    border-color: var(--support-02)
}

.dln-delonghi .dln-inputs--validate.dln-inputs--validated .dln-icn {
    color: var(--support-02)
}

.dln-delonghi .dln-inputs--invalid, .dln-delonghi .dln-inputs--invalid .dln-inputs__extraLbl, .dln-delonghi .dln-inputs--invalid .dln-inputs__extraLbl--error, .dln-delonghi .dln-inputs--invalid .dln-inputs__lbl {
    color: var(--support-01);
    border-color: var(--support-01)
}

.dln-delonghi .dln-inputs .dln-select__head {
    height: auto;
    border-color: var(--ui-01);
    padding: 4px 8px;
    margin: 6px 0
}

.dln-delonghi .dln-inputs .dln-select__container {
    height: auto
}

.dln-delonghi .dln-inputs .dln-select__container.dln-select--has-value .dln-select__head {
    height: auto;
    border-color: var(--ui-01)
}

.dln-delonghi .dln-inputs--selectInside .dln-inputs__lbl {
    line-height: 12px;
    font-size: .75rem;
    transform: translateY(calc(50% - 26px))
}

.dln-delonghi .flatpickr-day.selected, .dln-delonghi .flatpickr-day.today {
    border-color: var(--brand-01) !important
}

.dln-delonghi .flatpickr-day.selected {
    background-color: var(--brand-01) !important
}

.dln-radioBtn {
    position: relative
}

.dln-radioBtn__lbl {
    position: relative;
    display: inline-block;
    height: 16px;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 0 24px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    color: var(--ui-04);
    transition: .3s
}

.dln-radioBtn__lbl:after, .dln-radioBtn__lbl:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color
}

.dln-radioBtn__lbl:before {
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 2px solid var(--ui-02)
}

.dln-radioBtn__lbl:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    transform: scale(0);
    background: var(--support-02)
}

.dln-radioBtn input[type=radio] {
    cursor: pointer;
    display: none
}

.dln-radioBtn input[type=radio]:checked ~ .dln-radioBtn__lbl:before {
    border-color: var(--ui-02);
    animation: ripple .2s linear forwards
}

.dln-radioBtn input[type=radio]:checked ~ .dln-radioBtn__lbl:after {
    transform: scale(1)
}

.dln-radioBtn--imgLabel .dln-radioBtn__lbl {
    color: transparent
}

.dln-radioBtn__imgLabel {
    height: 16px;
    width: auto
}

.dln-radioBtn--square {
    display: inline-flex
}

.dln-radioBtn--square .dln-radioBtn__lbl {
    height: 14px
}

.dln-radioBtn--square .dln-radioBtn__lbl:after, .dln-radioBtn--square .dln-radioBtn__lbl:before {
    border-radius: 0
}

.dln-radioBtn--square .dln-radioBtn__lbl:before {
    border-width: 1px
}

.dln-radioBtn--square .dln-radioBtn__lbl:after {
    top: 3px;
    left: 3px
}

.dln-radioBtn--square input[type=radio]:checked ~ .dln-radioBtn__lbl {
    color: var(--brand-04)
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 1px transparent
    }
    50% {
        box-shadow: 0 0 0 16px rgba(0, 0, 0, .1)
    }
    to {
        box-shadow: 0 0 0 16px transparent
    }
}

.dln-kenwood .dln-radioBtn__lbl {
    color: var(--brand-04)
}

.dln-kenwood .dln-radioBtn__lbl:before {
    border-color: var(--brand-04);
    border-width: 1px;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px
}

.dln-kenwood .dln-radioBtn__lbl:after {
    background-color: var(--brand-01);
    top: 4px;
    left: 4px
}

.dln-kenwood .dln-radioBtn input[type=radio]:checked ~ .dln-radioBtn__lbl:before {
    border-color: var(--brand-01)
}

.dln-kenwood .dln-radioBtn input[type=radio]:checked ~ .dln-radioBtn__lbl:after {
    background-color: var(--brand-01)
}

.dln-kenwood .dln-radioBtn--square .dln-radioBtn__lbl {
    height: 16px
}

.dln-delonghi .dln-radioBtn__lbl {
    display: inline-flex;
    align-items: center;
    height: 22px;
    line-height: 22px;
    color: var(--brand-04);
    padding-left: 31px;
    font-size: .875rem
}

.dln-delonghi .dln-radioBtn__lbl:before {
    width: 22px;
    height: 22px;
    border: 1px solid var(--ui-02);
    box-sizing: border-box
}

.dln-delonghi .dln-radioBtn__lbl:after {
    width: 14px;
    height: 14px;
    background-color: var(--brand-04)
}

.dln-delonghi .dln-radioBtn input[type=radio]:checked + .dln-radioBtn__lbl:before {
    border-color: var(--brand-04)
}

.dln-icn {
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: auto;
    height: 24px;
    font-style: normal;
    transition: all .3s ease;
    position: relative;
    margin: 0
}

.dln-icn:before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 95%;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0
}

.dln-icn--iconfont {
    height: auto;
    line-height: normal;
    width: auto;
    font-size: 16px
}

[class*=bra-icn__]:before {
    font-family: bra-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1.07em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bra-icn__account:before {
    content: "\E800"
}

.bra-icn__hamburger-menu:before {
    content: "\E801"
}

.bra-icn__cart:before {
    content: "\E802"
}

.bra-icn__logo:before {
    content: "\E804"
}

.bra-icn__search:before {
    content: "\E805"
}

.bra-icn__social--facebook:before {
    content: "\E806"
}

.bra-icn__social--twitter:before {
    content: "\E807"
}

.bra-icn__social--youtube:before {
    content: "\E808"
}

.bra-icn__chat:before {
    content: "\E80D"
}

.bra-icn__arrow--down:before {
    content: "\E803"
}

.bra-icn__arrow--left:before {
    content: "\E80E"
}

.bra-icn__arrow--right:before {
    content: "\E80F";
    margin-right: 0
}

.bra-icn__arrow--up:before {
    content: "\E810"
}

.bra-icn__plus:before {
    content: "\E809"
}

.bra-icn__no:before {
    content: "\E80A"
}

.bra-icn__yes:before {
    content: "\E80B";
    position: relative;
    font-size: 90%
}

.bra-icn__wishlist:before {
    content: "\E832"
}

.bra-icn__print:before {
    content: "\E80C"
}

.bra-icn__share:before {
    content: "\E811"
}

.dln-price {
    font-size: 12px;
    line-height: 125%;
    color: var(--brand-04);
    position: relative;
    max-height: 16px
}

.dln-price--discounted {
    color: var(--support-01)
}

.dln-price--oldPrice:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: var(--brand-01)
}

.dln-price--secondary {
    color: var(--ui-02)
}

.dln-price--total {
    font-size: 15px;
    line-height: 125%
}

.dln-price--free {
    text-transform: uppercase;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--support-02)
}

.dln-price a {
    color: inherit
}

.dln-kenwood .dln-price {
    line-height: 20px;
    font-size: 14px;
    max-height: none
}

.dln-kenwood .dln-price--discounted {
    color: var(--brand-04)
}

.dln-kenwood .dln-price--oldPrice {
    color: #6b6b6b
}

.dln-kenwood .dln-price--oldPrice:after {
    background: #6b6b6b;
    top: calc(50% - 1px)
}

.dln-kenwood .dln-price--freeshippingtarget {
    line-height: 16px;
    font-size: 12px
}

.dln-title {
    display: block;
    width: 100%;
    height: auto;
    line-height: 100%;
    font-size: 44px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04)
}

.dln-title--labeled {
    display: flex;
    width: 100%
}

.dln-title__innerLabel {
    font-size: 10px;
    color: var(--brand-02);
    margin: 0 0 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-title {
        font-size: 35px
    }
}

.dln-delonghi .dln-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.125rem !important;
    line-height: 1.04 !important;
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-title {
        font-size: 2.3125rem !important;
        line-height: 1.08 !important
    }
}

.dln-btnIcon {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative
}

.dln-btnIcon .dln-icn {
    font-size: 17px;
    color: var(--brand-04);
    margin: 0 auto
}

.dln-btnIcon__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.dln-btnIcon__user {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--brand-03)
}

.dln-btnIcon__userLetter {
    width: 100%;
    height: 15px;
    line-height: 100%;
    font-size: 15px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04);
    padding: 0;
    margin: 0 auto;
    font-style: inherit;
    font-family: sans-serif
}

.dln-btnIcon--cart .dln-btnIcon__icon {
    margin: 0 4px 0 0
}

.dln-btnIcon__itemCounter {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--support-01);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-content: center;
    align-items: center
}

.dln-btnIcon__itemCounterText {
    width: auto;
    font-size: 11px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-03);
    text-align: center;
    margin: 0 auto;
    font-style: inherit;
    display: inline-block;
    padding: 0;
    height: 11px;
    line-height: 100%;
    font-family: sans-serif
}

.dln-btnIcon__circle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .7)
}

.dln-btnIcon--cart .dln-icn, .dln-btnIcon--search .dln-icn, .dln-btnIcon--wishlist .dln-icn {
    color: var(--brand-03);
    font-size: 24px
}

.dln-btnIcon--calendar .dln-icn, .dln-btnIcon--close .dln-icn, .dln-btnIcon--delete .dln-icn {
    color: var(--brand-04)
}

.dln-btnIcon--info .dln-icn {
    color: var(--ui-02)
}

.dln-btnIcon--close-circle .dln-icn {
    color: var(--brand-04)
}

.dln-btnIcon.hasDropdown:hover {
    z-index: 2100
}

.dln-btnIcon.displayNotificationDrawer .dln-drawer {
    display: block;
    visibility: visible;
    z-index: 2000
}

.dln-btnIcon .dln-drawer {
    display: none;
    visibility: hidden
}

.dln-kenwood .dln-btnIcon__itemCounter {
    right: -10px;
    top: 2px;
    background-color: var(--brand-01)
}

.dln-kenwood .dln-btnIcon__itemCounterText {
    font-size: 10px
}

.dln-kenwood .dln-btnIcon.hasDropdown:hover {
    position: relative
}

.dln-kenwood .dln-btnIcon.hasDropdown:hover:after {
    content: "";
    background: transparent;
    width: 200%;
    height: 200%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dln-kenwood .dln-btnIcon.hasDropdown:hover.dln-btnIcon--user .dln-drawer {
    display: block;
    visibility: visible;
    left: 50%;
    transform: translateY(0) translateX(-50%)
}

.dln-btnTextIcon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 14px);
    height: auto;
    height: 40px;
    border: 1px solid var(--brand-01);
    border-radius: 20px;
    background-color: var(--brand-03);
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.dln-btnTextIcon__wrap {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 38px;
    font-size: 0;
    padding: 0;
    margin: 0 auto
}

@media (-ms-high-contrast: none) {
    .dln-btnTextIcon__wrap {
        justify-content: center;
        width: 100%;
        margin: 0
    }
}

.dln-btnTextIcon__iconWrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 38px;
    line-height: 38px;
    margin: 0
}

.dln-btnTextIcon__iconWrap .dln-icn {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center
}

.dln-btnTextIcon__text {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    width: auto;
    max-width: calc(100% - 24px);
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    overflow: hidden
}

.dln-btnTextIcon--add .dln-btnTextIcon__iconWrap .dln-icn {
    font-size: 13px
}

.dln-btnTextIcon--reverse .dln-btnTextIcon__wrap {
    flex-direction: row-reverse
}

.dln-btnTextIcon--reverse .dln-btnTextIcon__text {
    margin: 0 10px 0 0
}

.dln-btnTextIcon--widthAuto {
    width: auto;
    max-width: none;
    border: none;
    border-radius: 0;
    padding: 0
}

.dln-btnTextIcon--brand-01 {
    background-color: var(--brand-01)
}

.dln-btnTextIcon--brand-01 .dln-btnTextIcon__iconWrap .bra-icn, .dln-btnTextIcon--brand-01 .dln-btnTextIcon__iconWrap .dln-icn, .dln-btnTextIcon--brand-01 .dln-btnTextIcon__text {
    color: var(--brand-03)
}

.dln-btnTextIcon--filters .dln-btnTextIcon__iconWrap {
    width: 20px
}

.dln-btnTextIcon--filters .dln-icn {
    width: 20px;
    font-size: 20px
}

.dln-kenwood .dln-btnTextIcon {
    padding: 0 20px;
    border-radius: 2px;
    transition: all .3s
}

.dln-kenwood .dln-btnTextIcon__text {
    color: var(--brand-01);
    font-size: 12px;
    text-transform: uppercase
}

.dln-kenwood .dln-btnTextIcon__iconWrap {
    color: var(--brand-01)
}

.dln-kenwood .dln-btnTextIcon__iconWrap .dln-icn {
    font-size: 13px;
    transition: none
}

.dln-kenwood .dln-btnTextIcon:hover {
    background: var(--brand-01)
}

.dln-kenwood .dln-btnTextIcon--brand-01 .dln-btnTextIcon__iconWrap .dln-icn, .dln-kenwood .dln-btnTextIcon--brand-01 .dln-btnTextIcon__text, .dln-kenwood .dln-btnTextIcon:hover .dln-btnTextIcon__iconWrap, .dln-kenwood .dln-btnTextIcon:hover .dln-btnTextIcon__text {
    color: var(--brand-03)
}

.dln-kenwood .dln-btnTextIcon--brand-01:hover {
    background: var(--brand-03);
    transition: all .3s
}

.dln-kenwood .dln-btnTextIcon--brand-01:hover .dln-btnTextIcon__iconWrap .dln-icn, .dln-kenwood .dln-btnTextIcon--brand-01:hover .dln-btnTextIcon__text {
    color: var(--brand-01)
}

.dln-delonghi .dln-btnTextIcon {
    border-radius: 2px
}

.bra-logo__wrapper {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bra-logo__wrapper .bra-logo {
    height: 1em
}

.bra-logo__wrapper .bra-logo--black .logo--fill, .bra-logo__wrapper .bra-logo .logo--fill {
    fill: #000
}

.bra-logo__wrapper .bra-logo--white .logo--fill {
    fill: #fff
}

.bra-btnIcon {
    --bgColor: var(--brand-03);
    --txtColor: var(--brand-01);
    --supportColor: var(--support-02);
    display: inline-block;
    font-size: 20px;
    width: 1em;
    border: none;
    background-color: transparent;
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: var(--txtColor);
    text-decoration: none;
    position: relative
}

.bra-btnIcon .bra-icn {
    font-size: 1em;
    color: var(--txtColor);
    margin: 0;
    line-height: 1
}

.bra-btnIcon__wrap {
    display: block
}

.bra-btnIcon--cart {
    position: relative
}

.bra-btnIcon--cart .bra-btnIcon__icon {
    margin: 0 4px 0 0
}

.bra-btnIcon__checkoutCounter {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--support-02);
    position: absolute;
    top: -8px;
    right: -8px;
    display: flex;
    align-content: center;
    align-items: center
}

.bra-btnIcon__checkoutCounterText {
    width: auto;
    font-size: 11px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-03);
    text-align: center;
    margin: 0 auto;
    font-style: inherit;
    display: inline-block;
    padding: 0;
    height: 11px;
    line-height: 100%;
    font-family: sans-serif
}

.bra-btnIcon--chat {
    width: 1.8em
}

.bra-btnIcon--chat .bra-icn {
    color: var(--support-02)
}

@media (hover: hover) {
    .bra-btnIcon:hover, .bra-btnIcon:hover .bra-icn {
        color: rgba(0, 0, 0, .7)
    }
}

.bra-btnIcon:active, .bra-btnIcon:active .bra-icn {
    color: var(--supportColor)
}

.bra-btnIcon:disabled, .bra-btnIcon:disabled:hover {
    cursor: default
}

.bra-btnIcon:disabled .bra-icn, .bra-btnIcon:disabled:hover .bra-icn {
    color: var(--brand-02) !important
}

.bra-btnIcon--circle {
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 150px
}

@media (hover: hover) {
    .bra-btnIcon--circle:hover, .bra-btnIcon--circle:hover .bra-btnIcon__circle {
        background: var(--bgColor);
        transition: background .2s ease-in-out
    }

    .bra-btnIcon--circle:hover .bra-btnIcon__circle .bra-icn, .bra-btnIcon--circle:hover .bra-icn {
        color: var(--txtColor);
        transition: color .2s ease-in-out
    }
}

.bra-btnIcon__circle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: var(--txtColor);
    transition: background .2s ease-in-out
}

.bra-btnIcon__circle .bra-icn {
    color: var(--bgColor)
}

@media (hover: hover) {
    .bra-btnIcon__circle:hover {
        background: var(--bgColor);
        transition: background .2s ease-in-out
    }

    .bra-btnIcon__circle:hover .bra-icn {
        color: var(--txtColor);
        transition: color .2s ease-in-out
    }
}

.bra-btnIcon--text {
    width: auto;
    display: inline-flex;
    align-items: baseline;
    margin-right: 20px
}

@media (hover: hover) {
    .bra-btnIcon--text:hover {
        text-decoration: underline
    }
}

.bra-btnIcon--text:active, .bra-btnIcon--text:active .bra-icn {
    color: var(--supportColor)
}

.bra-btnIcon__text {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-left: .5em
}

.bra-btnIcon--hamburger-menu .bra-btnIcon__wrap {
    width: 1em;
    height: 1em;
    position: relative;
    justify-content: flex-start
}

.bra-btnIcon--hamburger-menu .bra-btnIcon__wrap input {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

.bra-btnIcon--hamburger-menu .bra-btnIcon__wrap b {
    display: block;
    width: 1em;
    height: .15em;
    background: var(--txtColor);
    margin-bottom: .25em;
    position: relative;
    border-radius: 1px
}

.bra-btnIcon--hamburger-menu .bra-btnIcon__wrap b:last-child {
    margin-bottom: 0;
    width: .5em
}

.bra-btnIcon.displayNotificationDrawer .dln-drawer {
    display: block;
    visibility: visible
}

@media only screen and (max-width: 599px) {
    .bra-btnIcon {
        font-size: 15px
    }
}

.dln-image {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: var(--brand-03);
    overflow: hidden;
    position: relative
}

@media (-ms-high-contrast: none) {
    .dln-image {
        position: relative;
        height: auto
    }
}

.dln-image__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (-ms-high-contrast: none) {
    .dln-image__image {
        position: relative;
        min-width: 100%;
        min-height: 100%;
        max-height: none;
        width: 100%;
        height: auto;
        -ms-grid-row-align: center;
        align-self: center;
        flex-shrink: 0
    }
}

.dln-colorRadioBtn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.dln-colorRadioBtn__input {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 34
}

.dln-colorRadioBtn__placeholder {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--ui-09);
    border-radius: 50%;
    margin: 0 10px 0 0;
    padding: 2px;
    background-clip: content-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2
}

.dln-colorRadioBtn__input:checked + .dln-colorRadioBtn__placeholder {
    border: 2px solid var(--brand-01);
    padding: 1px
}

.dln-colorRadioBtn__label {
    display: block;
    width: calc(100% - 30px);
    line-height: 20px;
    font-size: 15px
}

.dln-select {
    max-width: 400px;
    cursor: pointer
}

.dln-select, .dln-select__container {
    display: inline-block;
    width: 100%;
    position: relative
}

.dln-select__container {
    height: 40px;
    line-height: 16px;
    font-size: 15px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dln-select__container.dln-select--has-value .dln-select__head {
    border-color: var(--ui-02)
}

.dln-select__container.dln-select--has-value .dln-select__option:first-child {
    display: block;
    color: var(--brand-02)
}

.dln-select__container.dln-select--has-value .dln-select__option.dln-select__option-selected {
    font-weight: 700;
    color: var(--brand-04)
}

.dln-select__select {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -100%
}

.dln-select__head {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid var(--ui-01);
    color: var(--brand-04);
    transition: border-color .2s;
    padding: 8px 16px;
    overflow: hidden;
    position: relative
}

.dln-select__body {
    min-width: 120px;
    border-width: 1px;
    border: 1px solid var(--ui-01);
    border-top: 0 solid var(--ui-01);
    background: #fff;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99
}

.dln-select__items-list {
    max-height: 0;
    transition: max-height .2s cubic-bezier(.25, .46, .45, .94);
    overflow: auto
}

.dln-select__option {
    font-size: 13px;
    line-height: 125%;
    border-width: 1px;
    border: 0 solid var(--ui-01);
    padding: 12px 16px;
    cursor: pointer;
    position: relative
}

.dln-select__option:after {
    content: "";
    width: calc(100% - 24px);
    height: 1px;
    background: var(--ui-03);
    position: absolute;
    bottom: 0;
    left: 12px
}

.dln-select__option:first-child {
    color: var(--brand-02)
}

.dln-select__option:last-child {
    border-width: 0
}

.dln-select__option:last-child:after {
    display: none
}

.dln-select__option-selected:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "u";
    display: none;
    position: absolute;
    top: 0;
    left: 6px
}

.dln-select__option-focused {
    color: var(--brand-04)
}

.dln-select__option-focused, .dln-select__option:hover {
    background-color: var(--ui-03)
}

.dln-select__value {
    font-size: 13px;
    line-height: 125%;
    display: inline-block;
    width: calc(100% - 16px);
    white-space: nowrap;
    text-overflow: ellipsis
}

.dln-select__arrow {
    width: 16px;
    height: 16px;
    transition: transform .15s;
    margin: 0 0 0 auto;
    position: relative
}

.dln-select__arrow:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "u";
    width: 100%;
    height: 100%;
    line-height: 18px;
    transform-origin: 50%;
    transition: transform .2s;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0
}

.dln-select--disabled {
    opacity: .6;
    pointer-events: none
}

.dln-select--light .dln-select__body, .dln-select--light .dln-select__head {
    border: none !important
}

.dln-select--light .dln-select--open .dln-select__body {
    color: var(--brand-04);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .05)
}

.dln-select--light .dln-select__container, .dln-select--light .dln-select__value {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-select--light .dln-select__value {
    opacity: 1
}

.dln-select--brand-03 .dln-select__arrow:before, .dln-select--brand-03 .dln-select__container {
    color: var(--brand-03)
}

.dln-select--labeled .dln-select__head {
    border-radius: 2px
}

.dln-select--labeled .dln-select__value {
    opacity: 0
}

.dln-select--has-value .dln-select__value {
    opacity: 1
}

.dln-select--has-value + .dln-select__lbl {
    width: auto;
    background-color: var(--brand-03);
    transform: translateY(calc(50% - 28px)) scale(.75)
}

@media (-ms-high-contrast: none) {
    .dln-select--has-value + .dln-select__lbl {
        transform: translateY(-28px) scale(.75);
        top: 50%
    }
}

.dln-select--open .dln-select__value {
    opacity: 1
}

.dln-select--open .dln-select__body {
    opacity: 1;
    transform: scale(1);
    transition: opacity .2s, transform .1s cubic-bezier(.25, .46, .45, .94);
    overflow: auto;
    pointer-events: all
}

.dln-select--open .dln-select__arrow:before {
    transform: rotate(180deg)
}

.dln-select--open .dln-select__head {
    border-bottom: 1px solid var(--ui-03)
}

.dln-select--open + .dln-select__lbl {
    width: auto;
    background-color: var(--brand-03);
    transform: translateY(calc(50% - 28px)) scale(.75)
}

.dln-select--invalid .dln-select__head {
    border-color: var(--support-01) !important
}

.dln-select--invalid .dln-select__container:not(.dln-select--open) .dln-select__value {
    color: var(--support-01)
}

.dln-select--invalid .dln-select__lbl--error {
    display: block;
    color: var(--support-01);
    transform: translateX(0) scale(.75);
    margin: 4px 0 0;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto
}

.dln-select--invalid.dln-select--labeled .dln-select__lbl--active {
    top: calc(50% - 8px)
}

.dln-select--invalid.dln-select--labeled .dln-select--has-value ~ .dln-select__lbl--active, .dln-select--invalid.dln-select--labeled .dln-select--open ~ .dln-select__lbl--active {
    display: none
}

.dln-select__lbl {
    font-size: 13px;
    line-height: 125%;
    font: inherit;
    display: inline-block;
    color: var(--brand-02);
    white-space: nowrap;
    text-overflow: ellipsis;
    transform-origin: 0 0;
    transition: transform .4s cubic-bezier(.25, .8, .25, 1), color .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1);
    padding: 0 4px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 9px);
    left: 8px
}

.dln-select__lbl--error {
    display: none
}

.dln-select--innerIcn > .dln-icn--iconfont {
    font-size: 16px;
    color: var(--ui-02);
    position: absolute;
    top: calc(50% - 8px);
    left: 8px
}

.dln-select--innerIcn .dln-select__head {
    padding: 8px 16px 8px 32px
}

.dln-select--extraLight {
    width: auto;
    height: 20px
}

.dln-select--extraLight .dln-select__container {
    height: 20px
}

.dln-select--extraLight .dln-select__head {
    align-items: flex-start;
    border: none;
    padding: 0
}

.dln-select--extraLight .dln-select__body {
    border-top: 1px solid var(--ui-01)
}

.dln-select--extraLight .dln-select__value {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: auto;
    line-height: 17px;
    color: var(--brand-04);
    opacity: 1;
    padding: 0;
    margin: 0 4px 0 0
}

.dln-select--extraLight .dln-select__arrow {
    width: 10px;
    height: 20px;
    font-size: 11px
}

.dln-select--extraLight .dln-select__arrow:before {
    height: 17px;
    height: 100%;
    line-height: 19px;
    padding: 0
}

.dln-select--optionsDisabled .dln-select__body {
    cursor: auto;
    pointer-events: auto
}

.dln-select--optionsDisabled .dln-select__option {
    cursor: auto;
    pointer-events: none
}

.dln-select--optionsDisabled .dln-select__option:hover {
    background-color: transparent
}

.dln-select--open-above .dln-select__body {
    bottom: 100%
}

.dln-select--open-above .dln-select__head {
    border-top: 0
}

.dln-select--open-above.dln-select--open .dln-select__body {
    border-width: 1px
}

.dln-select--open-above.dln-select--open .dln-select__head {
    border-bottom: 1px solid var(--ui-01)
}

.dln-select--open-above.dln-select--extraLight .dln-select--open .dln-select__body, .dln-select--open-above.dln-select--light .dln-select--open .dln-select__body {
    border-width: 0
}

.dln-select--open-above.dln-select--extraLight .dln-select--open .dln-select__head, .dln-select--open-above.dln-select--light .dln-select--open .dln-select__head {
    border-bottom: 0
}

.dln-kenwood .dln-select {
    margin: 20px auto 20px 0
}

.dln-kenwood .dln-select__option:first-of-type:before {
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: 1px;
    background: var(--ui-03);
    left: 12px
}

.dln-kenwood .dln-select__container {
    height: 45px
}

.dln-kenwood .dln-select__lbl {
    line-height: 14px;
    font-size: 12px;
    color: var(--ui-07);
    transform: none;
    padding-left: 0;
    top: -20px;
    left: 0
}

.dln-kenwood .dln-select--invalid .dln-select__lbl--error {
    transform: translateX(0) scale(.75);
    margin: 4px 0 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto
}

.dln-kenwood .dln-select--has-value .dln-select__head {
    border-color: var(--brand-04)
}

.dln-kenwood .dln-select--has-value .dln-select__value {
    color: var(--brand-04)
}

.dln-kenwood .dln-select--open .dln-select__head {
    border-width: 1px 1px 0;
    border-color: var(--brand-04)
}

.dln-kenwood .dln-select--open .dln-select__body {
    border-width: 0 1px 1px;
    border-color: var(--brand-04)
}

.dln-kenwood .dln-select--extraLight .dln-select--open .dln-select__body {
    border-width: 1px
}

.dln-kenwood .dln-select--extraLight .dln-select__container {
    height: 20px
}

.dln-kenwood .dln-select--invalid .dln-select__body {
    border-color: var(--support-01)
}

.dln-kenwood .dln-select--labeled .dln-select__head {
    border-radius: 0
}

.dln-kenwood .dln-select--extraLight.dln-select--open.dln-select--open-above .dln-select__head, .dln-kenwood .dln-select--light.dln-select--open.dln-select--open-above .dln-select__head {
    border-width: 0
}

.dln-kenwood .dln-select--extraLight.dln-select--open-above .dln-select--open .dln-select__body, .dln-kenwood .dln-select--light.dln-select--open-above .dln-select--open .dln-select__body {
    border-width: 1px
}

.dln-kenwood .dln-select--extraLight.dln-select--open-above .dln-select--open .dln-select__head, .dln-kenwood .dln-select--light.dln-select--open-above .dln-select--open .dln-select__head {
    border-bottom: 1px solid var(--brand-04)
}

.dln-kenwood .dln-select--open-above.dln-select--open .dln-select__body {
    border-width: 1px
}

.dln-kenwood .dln-select--open-above.dln-select--open .dln-select__head {
    border-top: 0;
    border-bottom: 1px solid var(--brand-04)
}

.dln-kenwood .dln-select.dln-select--extraLight .dln-select--open-above.dln-select--open .dln-select__body, .dln-kenwood .dln-select.dln-select--extraLight .dln-select--open-below.dln-select--open .dln-select__body, .dln-kenwood .dln-select.dln-select--light .dln-select--open-above.dln-select--open .dln-select__body, .dln-kenwood .dln-select.dln-select--light .dln-select--open-below.dln-select--open .dln-select__body {
    border-width: 1px
}

.dln-kenwood .dln-select.dln-select--extraLight .dln-select--open-above.dln-select--open .dln-select__head, .dln-kenwood .dln-select.dln-select--extraLight .dln-select--open-below.dln-select--open .dln-select__head, .dln-kenwood .dln-select.dln-select--light .dln-select--open-above.dln-select--open .dln-select__head, .dln-kenwood .dln-select.dln-select--light .dln-select--open-below.dln-select--open .dln-select__head {
    border-bottom: 0
}

.dln-delonghi .dln-select__container {
    height: auto
}

.dln-delonghi .dln-select__container .dln-select__head {
    height: 40px
}

.dln-delonghi .dln-select__container .dln-select__body, .dln-delonghi .dln-select__container .dln-select__head {
    border-color: var(--ui-02)
}

.dln-delonghi .dln-select__lbl {
    font-size: .875rem;
    line-height: 16px;
    padding: 0 9px
}

.dln-delonghi .dln-select .dln-select--has-value + .dln-select__lbl, .dln-delonghi .dln-select .dln-select--open + .dln-select__lbl {
    font-size: .75rem;
    line-height: 12px;
    transform: translateY(calc(50% - 28px))
}

.dln-tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.dln-tabs:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--ui-01);
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0
}

.dln-tabs__gradient {
    display: block;
    width: 32px;
    height: 32px;
    opacity: 0;
    transition: opacity .12s linear;
    position: absolute;
    top: 0;
    z-index: 4
}

.dln-tabs__gradient.-left {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
    left: 0
}

.dln-tabs__gradient.-right {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
    right: 0
}

.dln-tabs__gradient.-visible {
    opacity: 1
}

.dln-tabs__list {
    font-size: 0;
    white-space: nowrap;
    list-style: inside none;
    border-bottom: 2px solid transparent;
    position: relative;
    z-index: 2
}

.dln-tabs__item, .dln-tabs__list {
    display: inline-block;
    width: auto;
    height: 30px
}

.dln-tabs__item {
    margin: 0 35px 0 0
}

.dln-tabs__item--current .dln-tabs__btn, .dln-tabs__item--current .dln-tabs__btn .\--amount, .dln-tabs__item--current .dln-tabs__btn .\--amount i {
    font-weight: 700
}

.dln-tabs__btn {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border: none;
    background: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.dln-tabs__btnAmount {
    display: inline-block;
    width: auto;
    margin: 0 0 0 3px
}

.dln-tabs__currentLine {
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--brand-01);
    transition: transform .3s ease;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 3
}

.dln-tabs__content {
    display: none
}

.dln-tabs__content--current {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-tabs--icon {
    width: 118px;
    height: 40px;
    background-color: var(--ui-03)
}

.dln-tabs--icon .dln-tabs__gradient, .dln-tabs--icon:before {
    display: none
}

.dln-tabs--icon .dln-tabs__list {
    height: 40px
}

.dln-tabs--icon .dln-tabs__item {
    width: 57px;
    height: 40px;
    border-bottom: none;
    margin: 0
}

.dln-tabs--icon .dln-tabs__item--current .dln-icn {
    color: var(--brand-01)
}

.dln-tabs--icon .dln-tabs__item:first-child {
    border-right: 4px solid var(--brand-03)
}

.dln-tabs--icon .dln-tabs__btn {
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 40px
}

.dln-tabs--icon .dln-icn {
    color: var(--ui-07)
}

@media only screen and (max-width: 599px) {
    .dln-tab > ul {
        width: 100%;
        font-size: 0;
        text-align: left;
        white-space: nowrap;
        padding: 0;
        overflow-x: scroll;
        position: relative
    }

    .dln-tab > ul, .dln-tab__listGradient {
        display: block
    }

    .dln-tab__links {
        display: inline-block;
        box-sizing: content-box
    }
}

.dln-kenwood .dln-tabs__links {
    margin: 0 64px 0 0;
    font-size: 16px
}

.dln-kenwood .dln-tabs__links--active {
    font-family: var(--fontNameBold), Arial, sans-serif
}

.dln-kenwood .dln-tabs__line {
    bottom: 0
}

.dln-kenwood .dln-tabs--icon {
    background-color: var(--brand-03)
}

.dln-kenwood .dln-tabs--icon .dln-tabs__item--current .dln-icn {
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-tabs__links {
        margin: 0 16px 0 0;
        font-size: 16px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-tabs__btn {
        border-left: 1px solid var(--ui-01)
    }

    .dln-kenwood .dln-tabs--icon .dln-tabs__item:first-child {
        border-right: none
    }

    .dln-kenwood .dln-tabs .dln-icn {
        line-height: 40px
    }

    .dln-kenwood .dln-icn {
        font-size: 21px
    }
}

.dln-delonghi .dln-tabs__item--current .dln-tabs__btn {
    font-weight: 500
}

.dln-delonghi .dln-tabs__btn, .dln-delonghi .dln-tabs__item--current .dln-tabs__btn {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-style: normal;
    color: var(--brand-04)
}

.dln-delonghi .dln-tabs__btn {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px
}

.dln-delonghi .dln-tabs__btn span {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-breadcrumbs {
    width: 100%;
    margin: 0 0 16px;
    font-size: 15px
}

.dln-breadcrumbs ol {
    list-style: none
}

.dln-breadcrumbs__li {
    display: none;
    position: relative;
    color: var(--brand-01)
}

.dln-breadcrumbs__li.previousActive {
    display: inline-block
}

@media only screen and (max-width: 900px) {
    .dln-breadcrumbs__li.previousActive:before {
        content: "\2039";
        display: inline-block;
        margin: 0 .6em 0 0;
        width: 1em;
        text-align: center;
        position: relative;
        bottom: 1px;
        font-weight: 700
    }
}

@media only screen and (min-width: 900px) {
    .dln-breadcrumbs__li {
        display: inline-block
    }
}

.dln-breadcrumbs__li:not(:first-child) a:before, .dln-breadcrumbs__li:not(:first-child) span:before {
    content: "\2039";
    display: inline-block;
    margin: 0 .6em 0 0;
    width: 1em;
    text-align: center;
    position: relative;
    bottom: 1px
}

@media only screen and (min-width: 900px) {
    .dln-breadcrumbs__li:not(:first-child) a:before, .dln-breadcrumbs__li:not(:first-child) span:before {
        content: "\2022";
        margin: 0 .6em
    }
}

.dln-breadcrumbs__li:not(:first-child):not(.active) {
    display: inline-block
}

.dln-breadcrumbs__li a, .dln-breadcrumbs__li span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-01);
    display: inline-block;
    text-decoration: none;
    transition: color .22s linear .08s;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

@media (-ms-high-contrast: none), not all and (hover: none), not all and (pointer: coarse) {
    .dln-breadcrumbs__li:hover a:hover {
        color: var(--support-02);
        text-decoration: underline
    }

    .dln-breadcrumbs__li:hover a:hover:before {
        text-decoration: none
    }
}

.dln-delonghi .dln-breadcrumbs__li, .dln-kenwood .dln-breadcrumbs__li {
    color: var(--ui-07)
}

.dln-delonghi .dln-breadcrumbs__li:not(:first-child) a:before, .dln-delonghi .dln-breadcrumbs__li:not(:first-child) span:before, .dln-kenwood .dln-breadcrumbs__li:not(:first-child) a:before, .dln-kenwood .dln-breadcrumbs__li:not(:first-child) span:before {
    content: "";
    margin: 0;
    width: 0;
    position: static;
    bottom: 0
}

@media only screen and (min-width: 900px) {
    .dln-delonghi .dln-breadcrumbs__li:not(:first-child) a:before, .dln-delonghi .dln-breadcrumbs__li:not(:first-child) span:before, .dln-kenwood .dln-breadcrumbs__li:not(:first-child) a:before, .dln-kenwood .dln-breadcrumbs__li:not(:first-child) span:before {
        content: "";
        margin: 0
    }
}

.dln-delonghi .dln-breadcrumbs__li:not(:first-child):before, .dln-kenwood .dln-breadcrumbs__li:not(:first-child):before {
    content: "/";
    color: var(--brand-02);
    display: inline-block
}

.dln-delonghi .dln-breadcrumbs__li a:hover, .dln-kenwood .dln-breadcrumbs__li a:hover {
    color: var(--brand-02)
}

.dln-delonghi .dln-breadcrumbs__li a, .dln-delonghi .dln-breadcrumbs__li span, .dln-kenwood .dln-breadcrumbs__li a, .dln-kenwood .dln-breadcrumbs__li span {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    color: var(--brand-02);
    text-decoration: none
}

.dln-kenwood .dln-breadcrumbs {
    font-size: 12px;
    line-height: 15px
}

.dln-kenwood .dln-breadcrumbs__li {
    color: var(--ui-07)
}

.dln-kenwood .dln-breadcrumbs__li:before {
    padding-right: .05em;
    padding-left: .05em;
    color: var(--brand-04)
}

.dln-kenwood .dln-breadcrumbs__li a, .dln-kenwood .dln-breadcrumbs__li span {
    font-size: 12px;
    line-height: 15px
}

.dln-kenwood .dln-breadcrumbs__li span {
    text-decoration: underline
}

.dln-kenwood .dln-breadcrumbs__li:last-of-type {
    opacity: .5
}

.dln-delonghi .dln-breadcrumbs {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .9375rem;
    line-height: 21px;
    padding: 10px 0;
    margin: 0 0 20px !important
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-breadcrumbs {
        margin-bottom: 4px !important
    }
}

.dln-delonghi .dln-breadcrumbs__li {
    color: var(--ui-07)
}

.dln-delonghi .dln-breadcrumbs__li:before {
    padding-right: .05em;
    padding-left: .05em;
    color: var(--ui-07)
}

.dln-delonghi .dln-breadcrumbs__li a, .dln-delonghi .dln-breadcrumbs__li span {
    font-size: .9375rem;
    line-height: 21px
}

.dln-delonghi .dln-breadcrumbs__li--active:before, .dln-delonghi .dln-breadcrumbs__li:last-of-type:before {
    color: var(--brand-04)
}

.dln-delonghi .dln-breadcrumbs__li--active a, .dln-delonghi .dln-breadcrumbs__li--active span, .dln-delonghi .dln-breadcrumbs__li:last-of-type a, .dln-delonghi .dln-breadcrumbs__li:last-of-type span {
    text-decoration: none;
    color: var(--brand-04)
}

.dln-delonghi .dln-breadcrumbs__li--active a:hover, .dln-delonghi .dln-breadcrumbs__li:last-of-type a:hover {
    text-decoration: underline
}

.dln-chips {
    width: 100%;
    border: 1px solid var(--ui-01);
    background-color: var(--ui-03);
    padding: 16px;
    position: relative
}

.dln-chips__strong {
    display: block;
    width: 100%
}

.dln-chips__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.dln-chips__wrapper .dln-btnIcon {
    width: auto;
    height: auto;
    transform: rotate(-45deg);
    position: absolute;
    right: 16px;
    z-index: 9
}

.dln-chips__wrapper .dln-btnIcon .dln-icn {
    margin: 0
}

.dln-chips__content {
    width: 100%;
    position: relative
}

.dln-chips--iconinside .dln-chips__content {
    width: calc(100% - 26px)
}

.dln-chips span:not(.dln-chips__strong) {
    line-height: 14px;
    display: block;
    width: 100%;
    color: var(--ui-06);
    margin: 0 0 16px
}

.dln-chips span:not(.dln-chips__strong):last-child {
    margin: 0
}

.dln-chips .dln-icn {
    height: auto;
    font-size: 16px;
    color: var(--ui-06);
    margin: 0 8px 0 0
}

.dln-chips a {
    color: var(--ui-06)
}

.dln-chips--light {
    padding: 4px 8px
}

.dln-chips--light, .dln-chips--light span {
    display: inline-block;
    width: auto;
    color: var(--brand-03)
}

.dln-chips--light span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    text-transform: uppercase
}

.dln-chips--lightGray {
    border: none;
    background-color: var(--ui-02)
}

.dln-chips--lightGray span:not(.dln-chips__strong) {
    color: var(--brand-03)
}

.dln-chips--warning {
    border-color: var(--support-04)
}

.dln-chips--warning .dln-chips__wrapper {
    align-items: flex-start
}

.dln-chips--warning .dln-icn {
    color: var(--support-04)
}

.dln-chips--warning span {
    font-size: 13px
}

.dln-chips--warning span:not(:first-of-type) {
    color: var(--brand-04)
}

.dln-chips--warning span:first-of-type {
    line-height: 11px;
    padding-top: 2px
}

.dln-chips--warning span b {
    color: var(--brand-04)
}

.dln-chips--advantage {
    border-color: var(--support-02);
    background-color: var(--brand-03);
    padding: 8px 16px
}

.dln-chips--advantage .dln-chips__content {
    width: auto;
    max-width: calc(100% - 30px);
    margin: 0 auto
}

.dln-chips--advantage .dln-chips__content > span {
    font-size: 15px;
    line-height: 125%;
    line-height: 150%;
    color: var(--brand-04)
}

.dln-chips--advantage .dln-chips__content > span .dln-icn {
    font-size: 30px;
    color: var(--support-02)
}

.dln-chips--largeIcon .dln-icn--mainIcon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    margin: 0 32px 0 0
}

.dln-chips--largeIcon .dln-chips__content {
    width: calc(100% - 80px);
    padding: 0 30px 0 0
}

.dln-chips--largeIcon.dln-chips--recallInformation .dln-icn--mainIcon {
    color: var(--support-02)
}

.dln-chips--largeIcon.dln-chips--recallInformation .dln-chips__info, .dln-chips--largeIcon.dln-chips--recallInformation .dln-chips__title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-chips--largeIcon.dln-chips--recallInformation .dln-chips__description {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-chips--largeIcon.dln-chips--recallInformation .dln-btn--link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-chips--largeIcon .dln-btn--link {
    display: inline-block;
    font-size: 13px;
    color: var(--brand-04);
    margin: 0 0 8px
}

.dln-chips--largeIcon .dln-btnIcon--close {
    top: 12px;
    right: 12px
}

.dln-chips--largeIcon .dln-btnIcon--close .dln-icn {
    font-size: 22px
}

.dln-chips__info {
    line-height: 16px;
    font-size: 16px;
    color: var(--brand-02)
}

.dln-chips__info, .dln-chips__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    padding: 4px 0 0;
    margin: 0 0 8px
}

.dln-chips__title {
    line-height: 22px;
    font-size: 18px;
    color: var(--brand-04)
}

.dln-chips__description {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: var(--brand-04);
    margin: 0 0 16px
}

.dln-chips--extraLight {
    border: none;
    background-color: transparent
}

.dln-kenwood .dln-chips {
    background-color: var(--ui-03);
    padding: 20px
}

.dln-kenwood .dln-chips span, .dln-kenwood .dln-chips span:not(.dln-chips__strong) {
    color: var(--ui-07);
    font-size: 12px;
    line-height: 16px;
    text-transform: none
}

.dln-kenwood .dln-chips .dln-chips__strong {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--ui-07);
    margin: 0 0 8px
}

.dln-kenwood .dln-chips .dln-icn {
    font-size: 30px;
    line-height: 30px
}

.dln-kenwood .dln-chips--iconinside .dln-chips__content {
    width: calc(100% - 40px)
}

.dln-kenwood .dln-chips:not(.dln-chips--warning):not(.dln-chips--recallInformation):not(.dln-chips--advantage) .dln-icn, .dln-kenwood .dln-chips:not(.dln-chips--warning):not(.dln-chips--recallInformation):not(.dln-chips--advantage) a, .dln-kenwood .dln-chips:not(.dln-chips--warning):not(.dln-chips--recallInformation):not(.dln-chips--advantage) span:not(.dln-chips__strong) {
    color: var(--ui-07)
}

.dln-kenwood .dln-chips .dln-btnIcon {
    transform: none;
    right: 18px
}

.dln-kenwood .dln-chips .dln-btnIcon--close .dln-icn {
    color: var(--brand-01);
    font-size: 22px;
    line-height: 1;
    width: 1em;
    height: 1em;
    text-indent: 999px;
    overflow: hidden
}

.dln-kenwood .dln-chips .dln-btnIcon--close .dln-icn:after, .dln-kenwood .dln-chips .dln-btnIcon--close .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-chips .dln-btnIcon--close .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "\E6";
    text-indent: 0;
    color: var(--brand-01)
}

.dln-kenwood .dln-chips--advantage {
    padding: 10px
}

.dln-kenwood .dln-chips--advantage .dln-chips__content span, .dln-kenwood .dln-chips--advantage .dln-chips__content span:not(.dln-chips__strong) {
    color: var(--brand-04);
    font-size: 14px;
    line-height: 20px;
    text-transform: none
}

.dln-kenwood .dln-chips--advantage .dln-chips__content span:not(.dln-chips__strong) b, .dln-kenwood .dln-chips--advantage .dln-chips__content span b {
    font-size: 16px;
    line-height: 22px
}

.dln-kenwood .dln-chips--advantage .dln-chips__content > span .dln-icn {
    font-size: 50px;
    line-height: 36px;
    vertical-align: middle
}

.dln-kenwood .dln-chips--recallInformation {
    background: #fff4e5;
    border: 0;
    border-left: 3px solid #ee9a20;
    padding: 20px 15px 28px
}

.dln-kenwood .dln-chips--recallInformation .dln-chips__wrapper .dln-chips__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-chips--recallInformation .dln-chips__wrapper .dln-chips__content .dln-chips__info {
    font-size: 12px;
    line-height: 16px;
    color: var(--support-04)
}

.dln-kenwood .dln-chips--recallInformation .dln-chips__wrapper .dln-chips__content .dln-chips__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px
}

.dln-kenwood .dln-chips--recallInformation .dln-chips__wrapper .dln-chips__content .dln-chips__description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

.dln-kenwood .dln-chips--recallInformation .dln-chips__wrapper .dln-chips__content .dln-btn--link {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-align-last: left;
    margin: 0
}

.dln-kenwood .dln-chips--recallInformation .dln-chips__wrapper .dln-icn--mainIcon {
    display: inline-block;
    text-align: center;
    text-align-last: center;
    margin-right: 15px;
    background: var(--support-04);
    border-radius: 100%;
    line-height: 1.5;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-chips--advantage .dln-btnIcon {
        top: 20px
    }

    .dln-kenwood .dln-chips--advantage .dln-chips__content {
        text-align: center;
        max-width: none
    }

    .dln-kenwood .dln-chips--advantage .dln-chips__content > span .dln-icn {
        display: block;
        margin-bottom: 10px
    }

    .dln-kenwood .dln-chips--recallInformation {
        padding: 23px 15px 33px
    }

    .dln-kenwood .dln-chips--recallInformation .dln-chips__wrapper .dln-chips__content .dln-chips__title {
        margin-bottom: 4px
    }
}

.dln-delonghi .dln-chips--extraLight .dln-chips__content {
    font-size: .875rem
}

.dln-notification {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative
}

.dln-notification .dln-btnIcon__checkoutCounter {
    margin: 0 8px 0 0;
    position: relative;
    top: auto;
    right: auto
}

.dln-notification__desc {
    font-size: 13px;
    line-height: 125%;
    width: calc(100% - 24px);
    line-height: 13px;
    color: var(--brand-04)
}

.dln-tooltip {
    display: inline-block;
    cursor: pointer;
    position: relative
}

.dln-tooltip__anchor {
    margin: 0 auto
}

.dln-tooltip__container {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: .3s linear;
    position: absolute;
    top: auto;
    bottom: 24px;
    left: 50%
}

.dln-tooltip:hover .dln-tooltip__container {
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.dln-tooltip__content {
    font-size: 13px;
    line-height: 125%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    width: calc(100% - 9px);
    color: var(--brand-02);
    background-color: var(--brand-03);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .1);
    padding: 10px;
    margin: 0 auto
}

.dln-tooltip__content .dln-icn {
    margin: 0 8px 0 0
}

.dln-tooltip__text {
    max-width: calc(100% - 24px);
    line-height: 16px;
    font-size: 13px;
    color: var(--brand-02)
}

.dln-tooltip__arrow {
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-top: 9px solid var(--brand-03);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.dln-tooltip--topAlign .dln-tooltip__container {
    top: calc(100% + 8px);
    bottom: auto
}

.dln-tooltip--topAlign .dln-tooltip__content {
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .1)
}

.dln-tooltip--topAlign .dln-tooltip__arrow {
    order: -1;
    border-top: none;
    border-bottom: 9px solid var(--brand-03)
}

.dln-tooltip--rightAlign .dln-tooltip__container {
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    left: auto;
    right: calc(100% + 8px)
}

.dln-tooltip--rightAlign .dln-tooltip__content {
    width: calc(100% - 9px);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    margin: 0
}

.dln-tooltip--rightAlign .dln-tooltip__content .dln-icn {
    margin: 0 8px 0 0
}

.dln-tooltip--rightAlign .dln-tooltip__arrow {
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 9px solid var(--brand-03);
    margin: auto 0
}

.dln-tooltip--leftAlign .dln-tooltip__container {
    text-align: right;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    left: calc(100% + 8px);
    right: auto
}

.dln-tooltip--leftAlign .dln-tooltip__content {
    width: calc(100% - 9px);
    box-shadow: 7px 0 7px 0 rgba(0, 0, 0, .1);
    margin: 0
}

.dln-tooltip--leftAlign .dln-tooltip__content .dln-icn {
    order: 2;
    margin: 0 0 0 8px
}

.dln-tooltip--leftAlign .dln-tooltip__arrow {
    order: -1;
    border-top: 7px solid transparent;
    border-right: 9px solid var(--brand-03);
    border-bottom: 7px solid transparent;
    border-left: none;
    margin: auto 0
}

.dln-kenwood .dln-tooltip__content {
    border: 1px solid var(--brand-02);
    position: relative;
    z-index: 1
}

.dln-kenwood .dln-tooltip__content:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 11px solid var(--brand-02);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: auto;
    bottom: -11px;
    left: calc(50% - 8px);
    right: auto;
    z-index: 2
}

.dln-kenwood .dln-tooltip .dln-tooltip__arrow {
    transform: translateY(-1px);
    position: relative;
    z-index: 3
}

.dln-kenwood .dln-tooltip--topAlign .dln-tooltip__content {
    width: 100%;
    margin: 0
}

.dln-kenwood .dln-tooltip--topAlign .dln-tooltip__content:before {
    border-top: none;
    border-right: 8px solid transparent;
    border-bottom: 11px solid var(--brand-02);
    border-left: 8px solid transparent;
    top: -11px;
    left: calc(50% - 8px);
    right: auto;
    z-index: 2
}

.dln-kenwood .dln-tooltip--topAlign .dln-tooltip__arrow {
    transform: translateY(1px)
}

.dln-kenwood .dln-tooltip--leftAlign .dln-tooltip__content:before {
    border-top: 8px solid transparent;
    border-right: 11px solid var(--brand-02);
    border-bottom: 8px solid transparent;
    border-left: none;
    top: calc(50% - 8px);
    left: -11px;
    right: auto;
    z-index: 2
}

.dln-kenwood .dln-tooltip--leftAlign .dln-tooltip__arrow {
    transform: translateX(1px)
}

.dln-kenwood .dln-tooltip--rightAlign .dln-tooltip__content:before {
    border-top: 8px solid transparent;
    border-right: none;
    border-bottom: 8px solid transparent;
    border-left: 11px solid var(--brand-02);
    left: auto;
    right: -11px;
    top: calc(50% - 8px)
}

.dln-kenwood .dln-tooltip--rightAlign .dln-tooltip__arrow {
    transform: translateX(-1px)
}

.dln-titleIcon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 48px
}

.dln-titleIcon__iconWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--support-02);
    border-radius: 50%;
    margin: 0 10px 0 0;
    box-sizing: border-box
}

.dln-titleIcon__iconWrap .dln-icn {
    font-size: 30px;
    line-height: normal;
    color: var(--support-02)
}

.dln-titleIcon__icon {
    display: block
}

.dln-titleIcon__title {
    width: calc(100% - 58px);
    height: auto;
    line-height: 44px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    overflow: hidden
}

.dln-kenwood .dln-titleIcon__iconWrap {
    border: none
}

.dln-kenwood .dln-titleIcon__iconWrap .dln-icn {
    color: var(--brand-04);
    font-size: 37px
}

.dln-kenwood .dln-titleIcon__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-breadCrumbSel {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    height: 20px;
    color: var(--brand-02);
    text-decoration: none
}

.dln-breadCrumbSel__arrow, .dln-breadCrumbSel__text {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    color: var(--brand-02);
    margin: 0 4px 0 0;
    box-sizing: border-box
}

.dln-breadCrumbSel__arrow {
    line-height: 20px;
    padding: 0;
    margin: 0;
    font-size: 10px
}

.dln-breadCrumbSel:hover .dln-breadCrumbSel__text {
    text-decoration: underline
}

@media only screen and (max-width: 599px) {
    .dln-breadCrumbSel__text {
        display: none
    }

    .dln-breadCrumbSel__arrow {
        transform: rotate(-180deg)
    }
}

.dln-drawer {
    display: none;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 23px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    min-width: 170px;
    padding: 20px;
    box-shadow: 0 4px 7px 0 rgba(82, 90, 102, .46);
    color: var(--brand-01);
    text-align: center;
    z-index: 2000
}

.dln-drawer:after {
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 6px solid hsla(0, 0%, 100%, 0);
    border-bottom-color: #fff;
    margin-left: -6px
}

.dln-drawer .txt_container .icon {
    display: block
}

.dln-drawer .txt_container .icon .dln-icn {
    color: var(--brand-04)
}

.dln-drawer .txt_container .text {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 21px
}

.dln-drawer .txt_container + .cta_container {
    margin-top: 10px
}

.dln-drawer .cta_container .text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

.dln-drawer .cta_container .text a {
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-01)
}

.dln-drawer .cta_container .ctas .dln-btn, .dln-drawer .userNotLogged > .dln-btn {
    display: block;
    font-size: 17px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    outline: none;
    width: auto;
    line-height: 21px;
    font-size: 14px;
    color: var(--brand-03);
    text-align: center;
    border: none;
    background-color: var(--brand-01);
    box-shadow: none;
    transition: all .3s linear;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    white-space: nowrap
}

.dln-drawer--slim {
    padding: 15px
}

.dln-drawer--slim .txt_container {
    display: flex;
    align-items: center
}

.dln-drawer--slim .txt_container .icon {
    margin-right: 9px
}

@media only screen and (max-width: 599px) {
    .dln-drawer {
        top: calc(100% + 17px)
    }
}

.dln-kenwood .dln-drawer {
    color: var(--brand-04);
    min-width: 206px;
    box-shadow: none;
    border: 1px solid var(--ui-01);
    position: absolute;
    top: calc(100% + 16px);
    left: 12px;
    transform: translateX(-75%)
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-drawer {
        top: calc(100% + 10px)
    }
}

.dln-kenwood .dln-drawer:after, .dln-kenwood .dln-drawer:before {
    bottom: 100%;
    left: 75%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 6px solid hsla(0, 0%, 100%, 0);
    border-bottom-color: #fff;
    margin-left: -6px
}

.dln-kenwood .dln-drawer:before {
    border-bottom-color: var(--ui-01);
    border-width: 8px;
    margin-left: -8px
}

.dln-kenwood .dln-drawer .txt_container .icon {
    margin-bottom: 16px
}

.dln-kenwood .dln-drawer .txt_container .icon svg path {
    fill: var(--brand-01)
}

.dln-kenwood .dln-drawer .txt_container .icon .dln-icn {
    font-size: 24px;
    color: var(--brand-01)
}

.dln-kenwood .dln-drawer .txt_container .text {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-drawer .txt_container + .cta_container {
    margin-top: 17px
}

.dln-kenwood .dln-drawer .cta_container .text {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 30px
}

.dln-kenwood .dln-drawer .cta_container .text a {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-drawer .cta_container .ctas .dln-btn {
    font-size: 12px;
    line-height: 23px;
    padding: 11px;
    text-transform: uppercase;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-drawer--slim {
    padding: 14px 25px 13px 20px;
    text-align: left
}

.dln-kenwood .dln-drawer--slim .txt_container .icon {
    margin-bottom: 0;
    margin-right: 15px
}

.dln-kenwood .dln-drawer--slim .txt_container .text {
    font-size: 16px;
    line-height: 22px
}

.dln-kenwood .dln-drawer--user {
    border-top: 1px solid #000;
    box-shadow: 0 -1px 0 0 #000
}

.dln-kenwood .dln-drawer--user:before {
    content: none
}

.dln-kenwood .dln-drawer--user:after {
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 6px solid hsla(0, 0%, 100%, 0);
    border-bottom-color: #000;
    margin-left: -6px
}

.dln-kenwood .dln-drawer--user .userNotLogged button {
    width: 100%
}

.dln-kenwood .dln-drawer--user .userNotLogged .text {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: left
}

.dln-kenwood .dln-drawer--user .userNotLogged .text a {
    font-size: 12px;
    line-height: 20px
}

.dln-kenwood .dln-drawer--user .userNotLogged hr {
    height: 0;
    border: 0;
    background: none;
    border-bottom: 1px solid var(--ui-01);
    margin-bottom: 10px
}

.dln-kenwood .dln-drawer--user .utilityLinks {
    text-align: left
}

.dln-kenwood .dln-drawer--user .utilityLinks a {
    text-align: left;
    display: block;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none
}

.dln-kenwood .dln-drawer--user .utilityLinks a:hover {
    text-decoration: underline
}

.dln-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    list-style: inside none;
    margin: 0 0 72px
}

.dln-list + .dln-btn {
    width: 184px
}

.dln-listItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 16px
}

.dln-listItem .dln-icn {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--support-02);
    text-align: center;
    margin: 0 15px 0 0 !important
}

.dln-listLink {
    display: inline-block;
    width: auto;
    max-width: calc(100% - 36px);
    line-height: 16px;
    font-size: 14px;
    color: var(--brand-04);
    text-decoration: underline;
    padding: 0
}

@media only screen and (max-width: 599px) {
    .dln-list {
        margin-top: 8px;
        margin-bottom: 32px
    }

    .dln-listItem {
        align-items: flex-start
    }

    .dln-listLink {
        font-size: 14px;
        line-height: 20px
    }

    .dln-list + .dln-btn {
        margin: 0 0 0 36px
    }
}

.dln-kenwood .dln-list {
    margin: 0 0 30px
}

.dln-kenwood .dln-listItem {
    height: auto;
    margin: 0 0 19px
}

.dln-kenwood .dln-listItem .dln-icn {
    width: 24px;
    height: 24px;
    font-size: 0;
    overflow: hidden
}

.dln-kenwood .dln-listItem .dln-icn:after, .dln-kenwood .dln-listItem .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-listItem .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "\3C0";
    text-indent: 0;
    color: var(--brand-01);
    font-size: 24px;
    line-height: 1
}

.dln-kenwood .dln-listLink {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    max-width: calc(100% - 44px)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-list + .dln-btn {
        margin: 0
    }
}

.dln-delonghi .dln-listItem {
    margin-bottom: 14px;
    align-items: flex-start
}

.dln-delonghi .dln-listItem .dln-icn--check-circle {
    color: var(--brand-04);
    font-weight: 700;
    font-size: 1.25rem
}

.dln-delonghi .dln-listItem .dln-listLink {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 20px
}

.simple-list__title {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    color: var(--brand-02)
}

.simple-list__lists {
    margin-top: 16px;
    list-style: none
}

.simple-list__item {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0
}

.simple-list__item + .simple-list__item {
    padding-top: 16px
}

.simple-list__item, .simple-list__item > a {
    text-decoration: underline;
    color: var(--brand-04);
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    cursor: pointer
}

.simple-list__item:visited, .simple-list__item > a:visited {
    color: var(--brand-04)
}

.simple-list__view-all {
    color: var(--brand-02);
    font-size: 12px
}

.dln-delonghi .simple-list__title {
    font-size: .875rem;
    line-height: 1.29;
    color: var(--brand-02)
}

.dln-delonghi .simple-list__item {
    font-size: .875rem;
    line-height: 1.43
}

.dln-search-result {
    display: flex
}

.dln-search-result:active, .dln-search-result:hover, .dln-search-result:link, .dln-search-result:visited {
    text-decoration: none
}

.dln-search-result__content {
    width: calc(100% - 140px);
    padding-left: 20px;
    box-sizing: border-box
}

.dln-search-result__itemPic {
    width: 140px
}

.dln-search-result__itemPic img {
    width: 100%;
    height: auto
}

.dln-search-result__category {
    display: block;
    font-size: 11px;
    color: #707070;
    margin-bottom: 9px
}

.dln-search-result__detailsTitle {
    line-height: 15px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--brand-01)
}

.dln-search-result__priceWrapper {
    display: flex;
    font-weight: 700;
    margin-bottom: 10px
}

.dln-search-result .dln-ratingStars {
    margin: 0
}

.dln-search-result__ratingWrapper {
    display: flex;
    align-items: center;
    line-height: 1
}

.dln-search-result__reviews {
    font-size: 12px;
    color: #707070;
    padding-left: 5px
}

.dln-search-result .dln-price {
    margin-right: 13px
}

.dln-delonghi .dln-search-result__itemPic {
    max-width: 124px
}

.dln-delonghi .dln-search-result__category {
    color: var(--ui-02);
    font-size: .875rem
}

.dln-delonghi .dln-search-result__category, .dln-delonghi .dln-search-result__detailsTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1
}

.dln-delonghi .dln-search-result__detailsTitle {
    color: var(--brand-04);
    font-size: 1.1875rem;
    margin-bottom: 5px
}

.dln-delonghi .dln-search-result .dln-ratingStars .dln-icn {
    width: 15px;
    height: 15px
}

.dln-delonghi .dln-search-result .dln-ratingStars .dln-icn:before {
    font-size: .9375rem
}

.dln-delonghi .dln-search-result__priceWrapper {
    margin-top: 7px
}

.dln-delonghi .dln-search-result__priceWrapper .dln-price {
    font-size: 1rem;
    line-height: 1.13;
    color: var(--ui-02)
}

.dln-delonghi .dln-search-result__priceWrapper .dln-price + .dln-price {
    margin-right: 0
}

.dln-delonghi .dln-search-result__priceWrapper .dln-price:after {
    background: var(--ui-02)
}

.dln-delonghi .dln-search-result__priceWrapper .dln-price--discounted {
    color: var(--brand-04);
    font-size: 1.1875rem;
    line-height: .95
}

.dln-filterDropdown {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    position: relative;
    z-index: 12
}

.dln-filterDropdown__trigger {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--brand-03);
    width: auto;
    height: 21px;
    border: none
}

.dln-filterDropdown__triggerText {
    display: inline-block;
    width: auto;
    line-height: 21px;
    font-size: 15px;
    margin: 0 8px 0 0;
    pointer-events: none
}

.dln-filterDropdown__trigger .dln-icn--arrow-top {
    display: inline-block;
    width: 16px;
    height: 10px;
    line-height: 10px;
    transform: rotateX(180deg);
    transform-origin: center;
    transition: transform .22s ease;
    pointer-events: none
}

.dln-filterDropdown__dropdown {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 6px;
    background-color: var(--brand-03);
    opacity: 0;
    transform: translateY(-16px);
    transform-origin: 0 0;
    transition: transform .18s ease, opacity .12s linear;
    padding: 0 18px 30px;
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 13;
    box-shadow: 0 4px 7px 0 rgba(82, 90, 102, .46)
}

.dln-filterDropdown__dropdown--pushToLeft {
    left: auto;
    right: 0
}

.dln-filterDropdown__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: inside none;
    padding: 4px 0 0;
    margin: 0 0 30px
}

.dln-filterDropdown__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-bottom: 1px solid var(--ui-01);
    padding: 15px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 14
}

.dln-filterDropdown__item--disabled {
    opacity: .25;
    pointer-events: none
}

.dln-filterDropdown__checkbox {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15
}

.dln-filterDropdown__label {
    width: calc(100% - 24px);
    line-height: 18px;
    font-size: 15px;
    margin: 0 auto 0 0;
    pointer-events: none
}

.dln-filterDropdown__placeholder {
    width: 16px;
    height: 14px;
    margin: 0 0 0 8px;
    pointer-events: none
}

.dln-filterDropdown__placeholder .dln-icn--checkOutline {
    width: 16px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    transform: scale(0);
    transform-origin: center;
    transition: transform .12s ease
}

.dln-filterDropdown__actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-filterDropdown__actions .dln-btn {
    width: 100px;
    padding: 0;
    margin: 0 0 0 auto
}

.dln-filterDropdown__actions .dln-btn--brand-03 {
    display: inline-flex;
    width: auto;
    border-radius: 0;
    background: none;
    background-color: transparent;
    padding: 0;
    margin: 0 auto 0 0;
    font-size: 15px
}

.dln-filterDropdown__checkbox:checked + .dln-filterDropdown__label {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-filterDropdown__checkbox:checked + .dln-filterDropdown__label + .dln-filterDropdown__placeholder .dln-icn--checkOutline {
    transform: scale(1)
}

.dln-filterDropdown--range .dln-filterDropdown__dropdown {
    width: 350px;
    padding: 30px 18px
}

.dln-filterDropdown--search .dln-filterDropdown__dropdown {
    width: 350px;
    padding: 18px 18px 30px
}

.dln-filterDropdown--search .dln-filterDropdown__dropdown .dln-inputs--searchBar {
    margin: 0 0 20px
}

.dln-filterDropdown--rightOrigin .dln-filterDropdown__dropdown {
    left: auto;
    right: 0
}

.dln-filterDropdown--open {
    z-index: 20
}

.dln-filterDropdown--open .dln-filterDropdown__dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.dln-filterDropdown--open .dln-icn--arrow-top {
    transform: rotateX(0deg)
}

.dln-filterDropdown .dln-filterDropdown__range {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box
}

.dln-filterDropdown .dln-filterDropdown__rangeBar {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.dln-filterDropdown .dln-filterDropdown__rangeBar:after, .dln-filterDropdown .dln-filterDropdown__rangeBar:before {
    content: "";
    width: 8px;
    height: 6px;
    background-color: var(--ui-07);
    position: absolute;
    top: calc(50% - 3px);
    left: -8px
}

.dln-filterDropdown .dln-filterDropdown__rangeBar:after {
    left: auto;
    right: -8px
}

.dln-filterDropdown .dln-filterDropdown__rangeLabelWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 15px;
    position: relative
}

.dln-filterDropdown .dln-filterDropdown__rangeLabelWrap .dln-filterDropdown__rangeLabel {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    transform: translateX(-50%);
    position: absolute;
    top: 0
}

.dln-filterDropdown .dln-filterDropdown__rangeLabelWrap .dln-filterDropdown__rangeLabel.-min {
    left: 0
}

.dln-filterDropdown .dln-filterDropdown__rangeLabelWrap .dln-filterDropdown__rangeLabel.-max {
    left: 100%
}

.dln-filterDropdown .dln-filterDropdown__rangeBar.noUi-target.noUi-ltr.noUi-horizontal {
    height: 6px;
    border: none;
    border-radius: 0;
    background-color: var(--ui-07);
    box-shadow: none
}

.dln-filterDropdown .noUi-connect {
    background-color: var(--brand-01)
}

.dln-filterDropdown .noUi-handle.noUi-handle-lower, .dln-filterDropdown .noUi-handle.noUi-handle-upper {
    width: 20px;
    height: 20px;
    border: 1px solid var(--ui-09);
    border-radius: 50%;
    box-shadow: none;
    box-sizing: border-box;
    top: -6px;
    right: -10px !important
}

.dln-filterDropdown .noUi-handle.noUi-handle-lower:after, .dln-filterDropdown .noUi-handle.noUi-handle-lower:before, .dln-filterDropdown .noUi-handle.noUi-handle-upper:after, .dln-filterDropdown .noUi-handle.noUi-handle-upper:before {
    display: none
}

.dln-delonghi .dln-filterDropdown__label {
    font-size: 1rem
}

.dln-delonghi .dln-filterDropdown__list {
    margin-bottom: 12px
}

.dln-delonghi .dln-filterDropdown__item {
    min-height: 32px;
    border: none;
    padding: 4px 0
}

.dln-delonghi .dln-filterDropdown__item:first-child {
    padding-top: 14px
}

.dln-delonghi .dln-filterDropdown__checkbox:checked + .dln-filterDropdown__label {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-filterDropdown__actions .dln-btn--reset {
    align-self: flex-end;
    min-width: 0;
    height: auto;
    line-height: 18px;
    font-size: .875rem;
    color: var(--brand-04) !important;
    text-decoration: underline;
    background: none;
    background-color: var(--brand-03) !important;
    padding: 0
}

.dln-delonghi .dln-filterDropdown__actions .dln-btn--apply {
    width: 100px;
    min-width: 0;
    height: 32px;
    line-height: 32px;
    font-size: .9375rem
}

.dln-sortList {
    border-radius: 6px;
    background-color: var(--brand-03);
    padding: 0 0 16px
}

.dln-sortList, .dln-sortList__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box
}

.dln-sortList__item {
    align-items: center;
    min-height: 30px;
    padding: 6px 0;
    position: relative;
    z-index: 4
}

.dln-sortList__item--disabled {
    opacity: .25;
    pointer-events: none
}

.dln-sortList__radio {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.dln-sortList__placeholder {
    width: 16px;
    height: 14px;
    margin: 0 13px 0 0;
    pointer-events: none
}

.dln-sortList__placeholder .dln-icn--checkOutline {
    display: inline-block;
    width: 16px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    transform: scale(0);
    transform-origin: center;
    transition: transform .12s ease
}

.dln-sortList__label {
    width: calc(100% - 29px);
    line-height: 18px;
    font-size: 15px;
    margin: 0;
    pointer-events: none
}

.dln-sortList__radio:checked + .dln-sortList__placeholder .dln-icn--checkOutline {
    transform: scale(1)
}

.dln-sortList__radio:checked + .dln-sortList__placeholder + .dln-sortList__label {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-filterTag {
    flex-wrap: wrap;
    width: auto;
    height: 30px;
    border: 1px solid var(--ui-09);
    border-radius: 5px;
    padding: 0 10px 0 8px;
    box-sizing: border-box
}

.dln-filterTag, .dln-filterTag__remove {
    display: inline-flex;
    align-items: center
}

.dln-filterTag__remove {
    font-size: 10px;
    line-height: 1;
    width: 13px;
    height: 13px;
    border: none;
    background: none;
    background-color: transparent;
    margin: 0 10px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.dln-filterTag + .dln-filterTag {
    margin-left: 10px
}

.dln-filterTag .dln-icn {
    font-size: 10px;
    line-height: 10px;
    height: auto
}

.dln-kenwood .dln-filterTag {
    background: var(--ui-03);
    border: none;
    border-radius: 0
}

.dln-kenwood .dln-filterTag__remove {
    order: 2;
    margin-right: 0;
    margin-left: 15px
}

.dln-kenwood .dln-filterTag__remove i {
    font-size: 18px;
    font-weight: 700
}

.dln-btnView {
    display: inline-flex;
    width: auto;
    height: auto
}

.dln-btnView__button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    background-color: transparent;
    padding: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}

.dln-btnView__button .dln-icn {
    color: var(--ui-04);
    line-height: 20px;
    font-size: 20px
}

.dln-btnView__button .dln-icn, .dln-btnView__button .dln-icn:before {
    display: inline-block;
    width: 20px;
    height: 20px
}

.dln-btnView__button.-active .dln-icn {
    color: var(--brand-01)
}

.dln-cart__aside .dln-cart__orderRecap {
    margin-bottom: 24px
}

.dln-cart__aside .dln-cart_paymentBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    width: 100%;
    color: var(--ui-02);
    background-color: var(--ui-03)
}

.dln-cart__aside .dln-cart_paymentBox ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 5px
}

.dln-cart__aside .dln-cart__button-wrapper {
    margin-top: 30px;
    padding: 0 20px
}

.dln-cart__aside .dln-orderSumm__price-wrapper {
    padding: 24px;
    background-color: var(--ui-03)
}

.dln-cart__aside .dln-orderSumm__contentRow:first-of-type {
    border-bottom: 0
}

.dln-cart__aside .dln-orderSumm__contentRow--promo {
    margin-bottom: 16px;
    padding: 24px;
    background-color: var(--ui-03)
}

.dln-orderSumm {
    width: 100%;
    border: 1px solid var(--ui-01)
}

.dln-orderSumm--light .dln-orderSumm__content {
    padding: 40px 24px
}

.dln-orderSumm__head {
    font-size: 15px;
    line-height: 125%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: var(--ui-01);
    padding: 16px 24px
}

.dln-orderSumm__head .dln-icn {
    width: 24px
}

.dln-orderSumm__head .dln-icn--cart {
    font-size: 24px
}

.dln-orderSumm__head .dln-icn--arrow-down {
    display: none
}

.dln-orderSumm__head .dln-orderSumm__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0 16px
}

.dln-orderSumm__head .dln-orderSumm__headPriceLbl {
    margin: 0 0 0 auto
}

.dln-orderSumm__total-title {
    margin-bottom: 15px;
    font-size: 1.125rem
}

.dln-orderSumm__total-title > i {
    margin-right: 10px;
    font-size: 24px
}

.dln-orderSumm__content {
    width: 100%;
    padding: 0 24px 40px
}

.dln-orderSumm__content .dln-orderSumm__lbl + .dln-btn--link {
    margin: 0 0 0 auto;
    padding: 0
}

.dln-orderSumm__recap {
    width: 100%
}

.dln-orderSumm__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-orderSumm__itemPicWrap {
    display: inline-flex;
    align-items: center;
    max-width: 80px;
    height: 80px;
    background-color: var(--brand-03);
    margin: 0 24px 0 0;
    position: relative;
    z-index: 1
}

.dln-orderSumm__itemPicWrap:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.dln-orderSumm__itemPicWrap > img {
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

.dln-orderSumm__itemDetails {
    width: calc(100% - 104px)
}

.dln-orderSumm__itemDetails h5 {
    font-size: 15px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 4px 0 16px;
    padding-right: 30px
}

.dln-orderSumm__itemDetails .dln-price {
    margin: 0 8px 0 0
}

.dln-orderSumm__contentRow {
    font-size: 13px;
    line-height: 125%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--ui-01);
    padding: 16px 0
}

.dln-orderSumm__contentRow .dln-price {
    margin: 0 0 0 auto
}

.dln-orderSumm__contentRow .dln-price + .dln-price {
    margin: 0 0 0 10px
}

.dln-orderSumm__contentRow .dln-price--secondary {
    font-size: 12px
}

.dln-orderSumm__contentRow .dln-price--removeLink {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 0 8px
}

.dln-orderSumm__contentRow .dln-price--removeLink a {
    font-weight: 700
}

.dln-orderSumm__contentRow:nth-last-child(2) {
    position: relative;
    border: none
}

.dln-orderSumm__contentRow--promo .dln-price {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--support-01);
    margin: 0 0 0 auto
}

.dln-orderSumm__contentRow--promo .dln-price a {
    color: var(--brand-04)
}

.dln-orderSumm__contentRow--promo .dln-price--removeLink {
    margin: 0 auto 0 0
}

.dln-orderSumm__contentRow--promo .dln-btn--apply-voucher {
    padding: 0
}

.dln-orderSumm__contentRow--promo .dln-price--coupon {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100px
}

.dln-orderSumm__contentRow--promo .dln-price--coupon > span {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--brand-02)
}

.dln-orderSumm__contentRow--promo .dln-price--coupon > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: var(--support-02);
    font-size: 14px
}

.dln-orderSumm__contentRow--promo .dln-price--coupon > div span {
    margin-left: 10px
}

.dln-orderSumm__contentRow--promo .dln-price--coupon > div > i {
    font-size: 26px;
    color: var(--brand-04);
    cursor: pointer
}

.dln-orderSumm__contentRow--subtotal .dln-price--discounted {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--support-01)
}

.dln-orderSumm__contentRow--shipping .dln-orderSumm__rowTitle, .dln-orderSumm__contentRow--shipping .dln-price {
    line-height: 23px !important
}

.dln-orderSumm__contentRow--shipping .dln-orderSumm__rowTitle > i, .dln-orderSumm__contentRow--shipping .dln-price > i {
    color: var(--brand-01)
}

.dln-orderSumm__contentRow--shipping .dln-price__free {
    position: absolute;
    right: 0;
    font-size: 19px;
    color: var(--support-02)
}

.dln-orderSumm__contentRow--shipping .dln-price--secondary {
    color: var(--brand-02)
}

.dln-orderSumm__contentRow--taxes {
    justify-content: space-between
}

.dln-orderSumm__contentRow--taxes .dln-orderSumm__rowTitle {
    width: auto;
    height: 16px;
    line-height: 16px;
    margin-right: 0;
    align-items: baseline
}

.dln-orderSumm__contentRow--taxes .dln-tooltip {
    margin: 0 auto 0 0
}

.dln-orderSumm__contentRow--taxes .dln-orderSumm__field {
    margin: 16px 0;
    width: 75%
}

.dln-orderSumm__contentRow--taxes .dln-orderSumm__field .dln-inputs__extraLbl--error {
    width: 100%
}

.dln-orderSumm__contentRow--total {
    border: 1px solid var(--brand-02);
    border-width: 1px 0
}

.dln-orderSumm__contentRow--total span {
    font-size: 15px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04)
}

.dln-orderSumm__contentRow--total span .dln-icn, .dln-orderSumm__contentRow--total span a {
    font-size: 16px;
    color: var(--ui-02)
}

.dln-orderSumm__contentRow--total span a {
    font-size: 10px;
    margin: 0 0 0 4px
}

.dln-orderSumm__field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 16px 0 0
}

.dln-orderSumm__field .dln-btn {
    width: 105px !important;
    min-width: 91px !important;
    text-overflow: clip;
    height: 48px
}

.dln-orderSumm__field .dln-inputs {
    width: calc(100% - 115px);
    margin: 0 8px 0 0
}

.dln-orderSumm__rowTitle {
    font-size: 13px;
    line-height: 125%;
    display: inline-flex;
    align-items: center;
    align-content: center;
    color: var(--brand-02);
    margin: 0 10px 0 0
}

.dln-orderSumm__rowTitle--secondary {
    color: var(--ui-02);
    font-size: 12px
}

.dln-orderSumm__rowTitle .dln-icn {
    height: 16px;
    line-height: 16px
}

.dln-orderSumm__rowTitle .dln-tooltip, .dln-orderSumm__rowTitle > .dln-icn {
    margin: 0 0 0 8px
}

.dln-orderSumm__rowTitle .dln-price {
    margin: 0 4px
}

.dln-orderSumm__rowTitle .dln-price--secondary {
    font-size: 12px
}

.dln-orderSumm__rowTitle + .dln-tooltip {
    margin-left: 8px
}

.dln-braun .dln-orderSumm__contentRow--taxes svg {
    margin-left: 10px
}

.dln-braun .dln-orderSumm__contentRow--taxes svg path {
    fill: var(--brand-04)
}

@media screen and (min-width: 600px) {
    .dln-orderSumm {
        max-height: none !important
    }
}

@media only screen and (max-width: 599px) {
    .dln-cart__aside .dln-cart__orderRecap {
        padding: 32px 0
    }

    .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--promo, .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__price-wrapper {
        padding: 24px 20px
    }

    .dln-cart__aside .dln-cart__orderRecap .dln-cart_paymentBox {
        padding: 20px
    }

    .dln-cart__aside .dln-cart__orderRecap .dln-cart__button-wrapper {
        margin: 30px 20px 20px;
        padding: 0
    }

    .dln-orderSumm {
        transition: max-height .4s linear .1s;
        overflow: hidden
    }

    .dln-orderSumm__head {
        cursor: pointer
    }

    .dln-orderSumm__head .dln-orderSumm__title {
        font-size: 15px;
        line-height: 125%;
        margin: 0
    }

    .dln-orderSumm__head .dln-icn--arrow-down {
        display: inline-block;
        margin: 0 0 0 auto
    }

    .dln-orderSumm:not(.dln-orderSumm--light) .dln-orderSumm__content {
        opacity: 0;
        transition: opacity .2s linear
    }

    .dln-orderSumm:not(.dln-orderSumm--light) .dln-icn--cart {
        display: none
    }

    .dln-orderSumm:not(.dln-orderSumm--light) .dln-icn--arrow-down {
        display: inline-block;
        margin: 0 0 0 auto
    }

    .dln-orderSumm--checkout .dln-orderSumm__head {
        cursor: pointer
    }

    .dln-orderSumm--checkout .dln-orderSumm__head .dln-icn--cart {
        display: inline-block;
        margin: 0 8px 0 0
    }

    .dln-orderSumm--checkout .dln-orderSumm__head .dln-icn--arrow-down {
        margin: 0 0 0 8px
    }

    .dln-orderSumm--checkout .dln-orderSumm__head > span {
        margin: 0 0 0 auto
    }

    .dln-orderSumm--open {
        transition-delay: 0s
    }

    .dln-orderSumm--open .dln-orderSumm__content {
        opacity: 1 !important;
        transition-delay: 0s
    }

    .dln-orderSumm--open .dln-icn--arrow-down {
        transform: rotate(-180deg)
    }
}

.dln-kenwood .dln-orderSumm {
    border-width: 0;
    background-color: var(--brand-03)
}

.dln-kenwood .dln-orderSumm__head {
    background-color: var(--ui-03)
}

.dln-kenwood .dln-orderSumm__title {
    font-size: 20px;
    line-height: 24px
}

.dln-kenwood .dln-orderSumm__content {
    padding: 0 20px 20px
}

@media only screen and (min-width: 599px) {
    .dln-kenwood .dln-orderSumm {
        border-color: var(--brand-04);
        border-width: 1px
    }
}

.dln-kenwood .dln-orderSumm__total-title span {
    font-family: var(--fontNameBold), Arial, sans-serif
}

.dln-kenwood .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
    font-size: 1.125rem;
    font-family: var(--fontNameRoman), Arial, sans-serif;
    color: var(--brand-04)
}

.dln-kenwood .dln-orderSumm__contentRow--promo .dln-price, .dln-kenwood .dln-orderSumm__contentRow--subtotal .dln-price--discounted {
    color: var(--brand-04)
}

.dln-kenwood .dln-orderSumm__contentRow--taxes svg {
    margin-left: 10px
}

.dln-kenwood .dln-orderSumm__contentRow--taxes svg path {
    fill: var(--brand-01)
}

.dln-kenwood .dln-orderSumm__rowTitle {
    font-size: 14px;
    line-height: 20px;
    color: var(--ui-10)
}

.dln-kenwood .dln-orderSumm__rowTitle--secondary {
    color: var(--ui-08);
    font-size: 12px
}

.dln-kenwood .dln-orderSumm .dln-icn--coupon {
    color: var(--support-02)
}

.dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__head .dln-icn--cart {
    display: none
}

.dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__head .dln-orderSumm__title {
    max-width: calc(100% - 32px);
    width: auto;
    display: inline-block
}

@media only screen and (min-width: 599px) {
    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__head {
        display: block;
        text-align: center
    }

    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__head .dln-orderSumm__headPriceLbl {
        display: none
    }
}

.dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow {
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--total {
    border-bottom: none;
    padding-bottom: 0
}

.dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--total span {
    font-size: 20px;
    line-height: 24px;
    max-height: none;
    color: var(--brand-04)
}

.dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__itemPicWrap {
    max-width: 100px;
    width: 100px;
    height: auto;
    margin: 0 20px 0 0
}

.dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__itemPicWrap > img {
    width: 100%;
    height: auto
}

.dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__itemDetails {
    width: calc(100% - 120px)
}

.dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__itemDetails h5 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px
}

.dln-kenwood .dln-orderSumm--light .dln-orderSumm__contentRow:first-of-type {
    border-top: none
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-orderSumm {
        background-color: var(--ui-03)
    }

    .dln-kenwood .dln-orderSumm__title {
        font-size: 16px;
        line-height: 22px
    }

    .dln-kenwood .dln-orderSumm__item {
        background-color: var(--brand-03)
    }

    .dln-kenwood .dln-orderSumm__content {
        padding: 0 0 20px
    }

    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow {
        padding: 16px 20px;
        border-bottom: 0
    }

    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow:nth-child(2) {
        background-color: var(--brand-03)
    }

    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--promo, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--shipping, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--subtotal, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--total {
        position: relative
    }

    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--promo:after, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--promo:before, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--shipping:after, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--shipping:before, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--subtotal:after, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--subtotal:before, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--total:after, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--total:before {
        content: "";
        position: absolute
    }

    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--promo:after, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--shipping:after, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--subtotal:after, .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--total:after {
        width: calc(100% - 40px);
        height: 1px;
        left: 20px;
        bottom: 0;
        background-color: var(--ui-01)
    }

    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--total {
        border-top: none
    }

    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__contentRow--total:after {
        bottom: auto;
        top: 0;
        background-color: var(--brand-02)
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-orderSumm--checkout .dln-orderSumm__head .dln-orderSumm__headPriceLbl {
        font-size: 16px
    }
}

.dln-braun .dln-orderSumm__content .dln-icn--coupon {
    color: var(--support-02)
}

.dln-braun .dln-cart__noticeBox .dln-noticeBox__description, .dln-braun .dln-orderSumm__rowTitle {
    color: var(--brand-01)
}

.dln-delonghi .dln-cart__orderRecap .dln-cart__payment-wrapper {
    background-color: var(--brand-03)
}

.dln-delonghi .dln-cart__orderRecap .dln-cart__payment-wrapper .dln-cart_paymentBox {
    margin: 0
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__contentRow.dln-orderSumm__contentRow--promo .dln-orderSumm__field .dln-btn {
    width: 91px;
    min-width: 0;
    padding: 0
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    font-size: 1.1875rem
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price--removeLink {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    height: 19px;
    max-height: none;
    line-height: 19px
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price--removeLink > a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-style: normal;
    display: inline-block;
    width: auto;
    line-height: 18px;
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: 1px
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price--checkout, .dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price--discounted {
    color: var(--brand-04)
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price--oldPrice {
    font-size: 1rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price--oldPrice:after {
    background-color: var(--ui-02)
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price--secondary {
    font-size: .875rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price--taxes {
    font-size: 14px !important
}

.dln-delonghi .dln-orderSumm .dln-orderSumm__content .dln-price--taxes > i {
    margin-left: 10px;
    cursor: pointer
}

.dln-delonghi .dln-orderSumm--checkout {
    border: none
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__head {
    border-bottom: 1px solid var(--ui-01);
    background-color: transparent;
    padding: 16px 20px
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__title {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__content {
    padding: 0 20px 43px
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow {
    padding: 10px 0
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow:first-child {
    padding: 16px 0 12px
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow .dln-orderSumm__lbl {
    font-size: .875rem
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow .dln-orderSumm__lbl > b {
    font-weight: 400
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow .dln-orderSumm__item {
    padding: 22px 0
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow .dln-orderSumm__itemDetails > h5 {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    font-size: 1.1875rem
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow > .dln-orderSumm__rowTitle {
    line-height: 19px;
    font-size: .8125rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
    margin-right: 16px
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow--total {
    border-color: var(--ui-01);
    padding: 14.5px 0
}

.dln-delonghi .dln-orderSumm--checkout .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 19px;
    font-size: 1.125rem;
    color: var(--brand-04);
    text-transform: uppercase
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow {
    position: relative
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .coupon {
    line-height: 13px !important
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .coupon i {
    color: var(--support-02)
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .dln-orderSumm__rowTitle {
    line-height: 18px;
    font-size: .875rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .dln-price {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    font-size: 1.1875rem
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .dln-price--checkout, .dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .dln-price--discounted {
    color: var(--brand-04)
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .dln-price--oldPrice {
    line-height: 19px;
    font-size: 1rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .dln-price--oldPrice:after {
    background-color: var(--ui-02)
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .dln-price--secondary {
    line-height: 19px;
    font-size: 1rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow .dln-price > a {
    display: inline-block;
    width: auto;
    height: 18px;
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow--shipping .dln-price:not(.dln-price--secondary), .dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow--taxes .dln-price {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    font-size: 1.125rem;
    text-transform: uppercase
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow--total .dln-price {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
    font-size: 18px
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-price--checkout {
    margin-bottom: 1px
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-price--removeLink {
    margin-bottom: 3px
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-price {
    font-size: 1.125rem;
    font-weight: 400
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-price--secondary {
    font-size: .875rem
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow.dln-orderSumm__contentRow--taxes .dln-price--checkout {
    display: inline-block;
    margin-bottom: 5px
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow.dln-orderSumm__contentRow--taxes .dln-icn {
    color: var(--brand-01)
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow.dln-orderSumm__contentRow--total {
    padding: 13px 0
}

.dln-delonghi .dln-orderSumm--light .dln-orderSumm__content .dln-orderSumm__contentRow.dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle a {
    font-size: .875rem;
    text-transform: capitalize
}

.dln-delonghi .dln-orderSumm--cart .dln-orderSumm__content .dln-orderSumm__field {
    display: flex;
    flex-wrap: nowrap
}

.dln-delonghi .dln-orderSumm--cart .dln-orderSumm__content .dln-orderSumm__field .dln-btn.dln-btn--active {
    width: 91px;
    padding: 0;
    min-width: 0
}

.dln-delonghi .dln-orderSumm--cart .dln-orderSumm__content .dln-inputs--invalid {
    margin-bottom: 18px
}

.dln-headCheckout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--brand-01)
}

.dln-headCheckout .dln-wrapper {
    align-items: flex-end
}

.dln-headCheckout__logo {
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 0 0 20px;
    cursor: pointer;
    font-size: 35px
}

.dln-headCheckout__logoIcon {
    display: block;
    width: 85px;
    height: 35px
}

@media only screen and (max-width: 599px) {
    .dln-headCheckout {
        align-items: center;
        height: 60px
    }

    .dln-headCheckout__logo {
        width: 58px;
        height: 24px;
        margin: 0
    }

    .dln-headCheckout__logoIcon {
        width: 58px;
        height: 24px
    }
}

.dln-kenwood .dln-headCheckout {
    display: none
}

.dln-kenwood .dln-headCheckout.dln-head--kenwood {
    display: flex
}

.dln-kenwood .dln-headCheckout.dln-head--kenwood .dln-headCheckout__logoIcon {
    display: block;
    width: auto;
    height: auto
}

.dln-footCheckout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: auto;
    background-color: var(--brand-01);
    padding: 30px 0
}

.dln-footCheckout__wrap {
    display: inline-flex;
    flex-wrap: wrap;
    width: 50%;
    height: auto
}

.dln-footCheckout__logo {
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 0 0 10px;
    cursor: pointer
}

.dln-footCheckout__logoIcon {
    display: block;
    width: 85px;
    height: 35px
}

.dln-footCheckout__description {
    display: inline-block;
    width: auto;
    line-height: 17px;
    font-size: 11px;
    color: var(--brand-02);
    padding: 0
}

.dln-footCheckout__list {
    list-style: inside none;
    display: inline-flex;
    align-self: flex-end;
    width: auto;
    margin: 0 0 0 auto
}

.dln-footCheckout__item {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 0 8px;
    position: relative
}

.dln-footCheckout__item:first-of-type {
    padding: 0 8px 0 0
}

.dln-footCheckout__item:last-of-type {
    padding: 0 0 0 8px
}

.dln-footCheckout__item:after {
    content: "";
    display: inline-flex;
    width: 1px;
    height: 8px;
    background-color: var(--brand-02);
    position: absolute;
    top: 5px;
    right: 0
}

.dln-footCheckout__item:last-of-type:after {
    display: none
}

.dln-footCheckout__item:hover {
    text-decoration: underline
}

.dln-footCheckout__link {
    display: inline-flex;
    width: auto;
    height: 17px;
    line-height: 17px;
    font-size: 11px;
    color: var(--brand-02);
    text-decoration: none;
    padding: 0
}

.dln-footCheckout .dln-select__container.dln-select--has-value .dln-select__head {
    border-color: transparent
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-footCheckout {
        padding: 20px 0 10px
    }

    .dln-footCheckout__wrap {
        justify-content: center;
        width: 100%;
        border-bottom: 1px solid var(--brand-02);
        padding: 0 0 24px;
        margin: 0 0 10px
    }

    .dln-footCheckout__logo, .dln-footCheckout__logoIcon {
        width: 68px;
        height: 28px
    }

    .dln-footCheckout__description {
        text-align: center
    }

    .dln-footCheckout__list {
        display: flex;
        width: 100%
    }

    .dln-footCheckout__item {
        display: flex;
        width: 25%
    }

    .dln-footCheckout__item:after {
        top: 16px
    }

    .dln-footCheckout__link {
        height: 37px;
        line-height: 37px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 599px) {
    .dln-footCheckout {
        padding: 20px 0 10px
    }

    .dln-footCheckout .dln-wrapper {
        width: calc(100% - 32px)
    }

    .dln-footCheckout__wrap {
        justify-content: center;
        width: 100%;
        border-bottom: 1px solid var(--brand-02);
        padding: 0 0 24px;
        margin: 0 0 10px
    }

    .dln-footCheckout__logo, .dln-footCheckout__logoIcon {
        width: 68px;
        height: 28px
    }

    .dln-footCheckout__description {
        text-align: center
    }

    .dln-footCheckout__list {
        display: flex;
        width: 100%
    }

    .dln-footCheckout__item {
        padding: 0 5px
    }

    .dln-footCheckout__item:first-of-type {
        padding: 0 5px 0 0
    }

    .dln-footCheckout__item:last-of-type {
        padding: 0 0 0 5px
    }

    .dln-footCheckout__item:after {
        top: 16px
    }

    .dln-footCheckout__link {
        height: 37px;
        line-height: 37px;
        margin: 0 auto
    }
}

.dln-kenwood .dln-footCheckout {
    display: none
}

.dln-kenwood .dln-footCheckout.dln-foot--kenwood {
    display: flex
}

.dln-checkServiceBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% - 40px);
    height: auto;
    min-height: 150px;
    background-color: var(--ui-03);
    padding: 40px 20px 20px
}

.dln-checkServiceBox__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.dln-checkServiceBox .dln-icn {
    font-size: 44px;
    color: var(--support-02)
}

.dln-checkServiceBox__iconWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    height: 48px;
    margin: 0 0 10px
}

.dln-checkServiceBox__icon {
    display: block;
    width: 100%;
    height: auto
}

.dln-checkServiceBox__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.dln-checkServiceBox__title {
    font-size: 13px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 8px auto
}

.dln-checkServiceBox .dln-btn {
    margin: 0 auto
}

.dln-checkServiceBox__text {
    font-size: 13px;
    line-height: 125%;
    display: block;
    width: 100%;
    height: auto;
    color: var(--brand-04);
    text-align: center;
    margin: 0 auto 20px
}

.dln-checkServiceBox__cardList {
    list-style: inside none;
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto
}

.dln-checkServiceBox__cardItem {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 24px;
    border-radius: 4px;
    background-color: var(--brand-03);
    margin: 0 4px 0 0
}

.dln-checkServiceBox__cardItem:last-of-type {
    margin: 0
}

.dln-checkServiceBox__cardImg {
    display: block
}

.dln-checkServiceBox__cardImg--verisignSecured {
    margin-bottom: 3px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-checkout__aside .dln-checkout__noticeBox {
        display: none
    }

    .dln-checkout__aside--secondary {
        display: flex !important;
        order: 4 !important
    }

    .dln-checkout__aside--secondary .dln-checkout__noticeBox {
        display: flex;
        margin: 0 auto;
        width: auto
    }

    .dln-checkout__noticeBox {
        max-width: 100%
    }

    .dln-checkout__noticeBox .dln-noticeBox {
        width: 100%
    }

    .dln-checkout__noticeBox .dln-noticeBox:nth-child(2n):after {
        content: "";
        position: absolute;
        width: calc(100% - 48px);
        height: 1px;
        right: 24px;
        top: auto;
        bottom: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-checkServiceBox {
        width: 100%
    }

    .dln-checkServiceBox__iconWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin: 0 0 10px
    }

    .dln-checkServiceBox__icon {
        display: block
    }

    .dln-checkServiceBox__text {
        text-align: left;
        margin: 0 auto 8px 0
    }

    .dln-checkServiceBox .dln-btn {
        margin: 0 auto 0 0
    }

    .dln-checkServiceBox .dln-btn__cardList {
        list-style: inside none;
        display: inline-flex;
        flex-wrap: wrap;
        width: auto;
        margin: 0
    }

    .dln-checkServiceBox .dln-btn__title {
        text-align: left;
        margin: 0 auto 8px 0
    }

    .dln-checkServiceBox .dln-btn__iconWrap {
        margin: 0 24px 0 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-checkServiceBox {
        width: 100%;
        padding: 32px 24px;
        min-height: auto
    }

    .dln-checkServiceBox__content {
        width: calc(100% - 72px) !important;
        text-align: left
    }

    .dln-checkServiceBox__text {
        text-align: left;
        margin: 0 auto 8px 0
    }

    .dln-checkServiceBox .dln-btn {
        margin: 0 auto 0 0
    }

    .dln-checkServiceBox__title {
        text-align: left;
        margin: 0 auto 8px 0;
        width: 100%
    }

    .dln-checkServiceBox__iconWrap {
        margin: 0 24px 0 0
    }
}

.dln-kenwood .dln-checkServiceBox {
    background-color: var(--brand-03);
    border: 1px solid var(--ui-09)
}

.dln-kenwood .dln-checkServiceBox .dln-icn {
    font-size: 50px;
    color: var(--brand-01)
}

.dln-kenwood .dln-checkServiceBox__text, .dln-kenwood .dln-checkServiceBox__title {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-checkServiceBox__title {
    margin-bottom: 0;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-checkServiceBox__text {
    margin-bottom: 10px;
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-checkServiceBox .dln-btn {
    font-size: 14px;
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-checkServiceBox__cardItem {
    border: 1px solid var(--ui-01)
}

.dln-delonghi .dln-checkServiceBox {
    display: inline-block;
    padding: 24px 22px
}

.dln-delonghi .dln-checkServiceBox__iconWrap {
    margin-bottom: 22px
}

.dln-delonghi .dln-checkServiceBox__iconWrap > .dln-icn {
    line-height: 48px;
    font-size: 2.125rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-checkServiceBox__iconWrap > .dln-icn.dln-icn--iconfont.dln-icn--B, .dln-delonghi .dln-checkServiceBox__iconWrap > .dln-icn.dln-icn--iconfont.dln-icn--x {
    font-size: 3rem
}

.dln-delonghi .dln-checkServiceBox__content .dln-checkServiceBox__title {
    width: 100%;
    line-height: 18px;
    font-size: .875rem;
    text-align: center;
    margin: 0 0 2px
}

.dln-delonghi .dln-checkServiceBox__content .dln-checkServiceBox__text {
    line-height: 18px;
    font-size: .875rem;
    margin-bottom: 10px
}

.dln-delonghi .dln-checkServiceBox__content .dln-checkServiceBox__text + .dln-btn--secondary {
    color: var(--brand-04);
    line-height: 18px
}

.dln-accordion {
    height: auto;
    max-height: 60px;
    border-bottom: 1px solid var(--ui-01);
    background-color: var(--brand-03);
    transition: max-height .22s ease-out;
    will-change: max-height;
    overflow: hidden
}

.dln-accordion, .dln-accordion__head {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: content-box
}

.dln-accordion__head {
    height: 50px;
    padding-bottom: 10px;
    cursor: pointer
}

.dln-accordion__icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px
}

.dln-accordion__title {
    display: block;
    width: 100%;
    height: 57px;
    line-height: 57px;
    font-size: 17px;
    color: var(--brand-02);
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .12s linear;
    padding: 0;
    margin: 0 auto 0 0;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer
}

.dln-accordion__title:hover {
    color: var(--brand-04)
}

.dln-accordion__content {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 32px);
    opacity: 0;
    transition: opacity .12s linear;
    padding: 32px 16px;
    box-sizing: content-box
}

.dln-accordion--ui-03 {
    background-color: var(--ui-03)
}

.dln-accordion--titleIcon .dln-accordion__head {
    align-items: center;
    padding-bottom: 0
}

.dln-accordion--titleIcon .dln-accordion__icon {
    padding-top: 0;
    pointer-events: none
}

.dln-accordion--titleIcon .dln-accordion__title {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 13px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04);
    padding: 0;
    margin: 0 8px 0 0;
    pointer-events: none
}

.dln-accordion--titleIcon .dln-icn--arrow-down {
    padding-top: 0;
    pointer-events: none;
    position: static
}

.dln-accordion--titleIcon .dln-icn:before {
    display: none
}

.dln-accordion--open {
    transition: max-height .2s ease-in
}

.dln-accordion--open .dln-accordion__title {
    color: var(--brand-04)
}

.dln-accordion--open .dln-accordion__content {
    opacity: 1;
    transition: opacity .32s linear
}

.dln-accordion--open .dln-accordion__head {
    border-bottom: 1px solid var(--ui-01)
}

.dln-accordion--open .dln-accordion__head .dln-icn--arrow-down {
    transform: rotateX(180deg)
}

.dln-accordion--arrow .dln-accordion__head {
    align-items: center;
    position: relative
}

.dln-accordion--arrow .dln-accordion__head .dln-accordion__title {
    width: 100%;
    padding: 0 61px 0 20px
}

.dln-accordion--arrow .dln-accordion__head .dln-icn {
    width: 24px;
    transform-origin: center;
    transition: transform .12s ease-in-out;
    pointer-events: none;
    position: absolute;
    right: 20px;
    right: 8px
}

.dln-accordion--arrow.dln-accordion--open .dln-accordion__head .dln-icn--arrow-down, .dln-accordion--filters.dln-accordion--open .dln-accordion__head .dln-icn--arrow-down {
    transform: rotateX(180deg)
}

.dln-accordion--brand-01 {
    background-color: var(--brand-01)
}

.dln-accordion--brand-01 .dln-accordion__head {
    background: var(--brand-01)
}

.dln-accordion--brand-01 .dln-accordion__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-03)
}

.dln-accordion--brand-01 .dln-accordion__head:hover .dln-accordion__title {
    color: var(--brand-02)
}

.dln-accordion--brand-01 .dln-accordion__content {
    background: var(--brand-01)
}

.dln-accordion--brand-01 .dln-icn, .dln-accordion--brand-01.dln-accordion--open .dln-accordion__head:hover .dln-accordion__title {
    color: var(--brand-03)
}

.dln-accordion--item-review .dln-accordion__head {
    padding: 5px 0 5px 10px
}

.dln-accordion--item-review .dln-accordion__head .dln-accordion__title {
    display: flex;
    align-items: center;
    max-width: calc(100% - 76px);
    height: auto;
    line-height: normal;
    font-size: 15px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04);
    white-space: normal;
    border: 0;
    padding: 0 24px 0 0
}

.dln-accordion--item-review .dln-accordion__content {
    padding: 0 10px 16px
}

.dln-accordion--item-review .dln-accordion__content .dln-price {
    display: block;
    width: 100%;
    padding-left: 76px;
    margin: 0 0 16px
}

.dln-accordion--item-review.dln-accordion--open .dln-accordion__head {
    border-width: 0
}

.dln-accordion__imgWrap {
    display: inline-flex;
    align-items: center;
    width: 60px;
    height: 50px;
    margin: 0 16px 0 0;
    position: relative;
    z-index: 1
}

.dln-accordion__imgWrap:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.dln-accordion__titleImg {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-accordion--item-review .dln-accordion__content {
        padding: 16px
    }
}

.dln-kenwood .dln-accordion--item-review .dln-accordion__content .dln-price {
    display: inline-block;
    width: auto;
    padding-left: 76px;
    margin: 0 0 16px
}

.dln-kenwood .dln-accordion--item-review .dln-accordion__head .dln-accordion__title {
    font-size: 14px
}

.dln-kenwood .dln-accordion--item-review.dln-accordion--open .dln-accordion__head {
    border-width: 0
}

.dln-delonghi .dln-accordion:nth-child(2n):not(:empty), .dln-delonghi .dln-accordion:nth-child(odd):not(:empty) {
    background-color: transparent
}

.dln-delonghi .dln-accordion--item-review .dln-accordion__head {
    padding: 5px 0
}

.dln-delonghi .dln-accordion--item-review .dln-accordion__head .dln-accordion__imgWrap {
    margin-right: 10px
}

.dln-delonghi .dln-accordion--item-review .dln-accordion__head .dln-accordion__title {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 19px;
    font-size: 1.1875rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-accordion--item-review .dln-accordion__content {
    padding: 0 0 10px 70px
}

.dln-delonghi .dln-accordion--item-review .dln-accordion__content .dln-price {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    font-size: .8125rem;
    padding: 0;
    margin: 0
}

.dln-delonghi .dln-accordion--item-review .dln-accordion__content .dln-price--secondary {
    color: var(--brand-02)
}

.dln-delonghi .dln-accordion--item-review .dln-accordion__content .dln-price + .dln-price {
    margin-top: 16px
}

.dln-delonghi .dln-accordion .dln-accordion__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    font-size: 1.125rem;
    color: var(--ui-02);
    padding: 18px 0 0
}

.dln-delonghi .dln-accordion--open .dln-accordion__title, .dln-delonghi .dln-accordion--showInfo .dln-accordion__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--brand-04)
}

@media only screen and (max-width: 900px) {
    .dln-delonghi .dln-accordion--item-review .dln-accordion__head .dln-accordion__title {
        line-height: 16px;
        font-size: 1rem
    }

    .dln-delonghi .dln-accordion--item-review .dln-accordion__content {
        padding: 0 0 12px 70px
    }
}

.dln-head {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 85px;
    background-color: var(--brand-04)
}

.dln-head .dln-wrapper {
    align-items: flex-end
}

.dln-head__logo {
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 0 0 20px;
    cursor: pointer
}

.dln-head__logoIcon {
    display: block;
    width: 85px;
    height: 35px
}

.dln-head__nav {
    display: inline-block;
    width: auto;
    height: 90px;
    padding: 16px 0 5px;
    margin: 0 auto 0 112px
}

.dln-head__navTopList {
    list-style: inside none;
    vertical-align: top;
    display: inline-block;
    width: auto;
    height: 15px;
    font-size: 0;
    margin: 0 0 14px
}

.dln-head__navTopItem {
    display: inline-block;
    width: auto;
    height: 15px;
    margin: 0 17px 0 0;
    position: relative
}

.dln-head__navTopItem:after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: var(--brand-02);
    position: absolute;
    top: 0;
    right: -8px
}

.dln-head__navTopItem:last-of-type {
    margin: 0
}

.dln-head__navTopItem:last-of-type:after {
    display: none
}

.dln-head__navTopLink {
    display: inline-block;
    width: auto;
    height: 15px;
    font-size: 13px;
    color: var(--brand-02);
    text-decoration: none
}

.dln-head__navList {
    list-style: inside none;
    width: auto;
    font-size: 0
}

.dln-head__navItem, .dln-head__navList {
    vertical-align: top;
    display: inline-block;
    height: 40px
}

.dln-head__navItem {
    margin: 0 16px
}

.dln-head__navItem:first-of-type {
    margin: 0 16px 0 0
}

.dln-head__navItem:last-of-type {
    margin: 0 0 0 16px
}

.dln-head__navLink {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-02);
    color: var(--brand-03);
    text-decoration: none
}

.dln-head__btnNav {
    display: inline-flex;
    width: auto;
    margin: 0 0 4px auto
}

.dln-head__btnNav .dln-btnIcon {
    margin: 0 20px 0 0
}

.dln-head__btnNav .dln-btnIcon:last-of-type {
    margin: 0
}

.dln-head .dln-btnIcon--mobileMenu {
    display: none
}

.dln-head .dln-select__container.dln-select--has-value .dln-select__head {
    border-color: transparent
}

.dln-head .dln-select__head {
    padding: 0
}

.dln-head .dln-select__value {
    line-height: 40px;
    color: var(--brand-03)
}

.dln-head--kenwood {
    display: none;
    background-color: var(--brand-03);
    height: auto !important;
    max-height: 110px;
    border-bottom: 1px solid var(--ui-01);
    align-content: flex-start
}

.dln-head--kenwood .dln-wrapper {
    align-items: center
}

.dln-head--kenwood .dln-head__topListWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--ui-01);
    text-align: right
}

.dln-head--kenwood .dln-head__logo {
    margin: 0 auto
}

.dln-head--kenwood .dln-head__logoIcon {
    width: 180px;
    height: auto
}

.dln-head--kenwood .dln-btnIcon--mobileMenu, .dln-head--kenwood .dln-btnIcon--mobileMenu .dln-btnIcon__wrap {
    width: auto
}

.dln-head--kenwood .dln-head__nav, .dln-head--kenwood .dln-head__navList {
    height: auto
}

.dln-head--kenwood .dln-head__navLink {
    height: auto;
    color: var(--brand-04);
    font-size: 14px;
    line-height: normal;
    padding: 32px 0 22px
}

.dln-head--kenwood .dln-head__navTopItem {
    height: auto;
    line-height: normal
}

.dln-head--kenwood .dln-head__navTopItem:after {
    display: none
}

.dln-head--kenwood .dln-head__navTopLink {
    height: auto;
    line-height: normal;
    padding: 8px 0
}

.dln-head--kenwood .dln-head__navTopList {
    box-sizing: border-box;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    height: auto;
    background-color: var(--brand-03)
}

.dln-head--kenwood .dln-head__navItem {
    height: auto;
    text-transform: uppercase
}

.dln-head--kenwood .dln-head__btnNav {
    margin: 0
}

.dln-head--kenwood .dln-head__btnNav .dln-btnIcon {
    margin: 0 30px 0 0
}

.dln-head--kenwood .dln-head__btnNav .dln-btnIcon:last-of-type {
    margin: 0
}

.dln-head--kenwood .dln-head__btnNav .dln-btnIcon, .dln-head--kenwood .dln-head__btnNav .dln-btnIcon .dln-btnIcon__wrap {
    width: auto
}

.dln-head--kenwood .dln-head__btnNav .dln-btnIcon .dln-icn {
    color: var(--brand-04);
    font-size: 22px
}

.dln-head--kenwood .dln-head__btnNav .dln-btnIcon--user .dln-btnIcon__user {
    background-color: var(--brand-04);
    color: var(--brand-03)
}

.dln-head--kenwood .dln-head__btnNav .dln-btnIcon--user .dln-btnIcon__userLetter {
    color: var(--brand-03)
}

.dln-head--kenwood .dln-head__btnNav .dln-btnIcon--search .dln-icn {
    color: transparent
}

.dln-head--kenwood .dln-head__btnNav .dln-btnIcon--search .dln-icn:before {
    content: "Q";
    color: var(--brand-04)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-head__nav {
        display: none
    }

    .dln-head .dln-btnIcon--mobileMenu {
        display: block
    }

    .dln-head--kenwood, .dln-head--kenwood .dln-wrapper {
        height: 60px
    }

    .dln-head--kenwood .dln-head__navList, .dln-head--kenwood .dln-head__topListWrap {
        display: none
    }

    .dln-head--kenwood .dln-head__logo {
        width: 150px;
        height: auto;
        margin: 0 auto
    }

    .dln-head--kenwood .dln-head__logoIcon {
        width: 100%;
        height: auto
    }

    .dln-head--kenwood .dln-head__btnNav {
        margin: 0
    }

    .dln-head--kenwood .dln-btnIcon--search {
        display: none
    }

    .dln-head--kenwood .dln-btnIcon--mobileMenu .dln-icn {
        font-size: 24px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .bra-header {
        padding: 23px 20px
    }

    .bra-header .bra-quickLinks__wrapper {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-head {
        height: 60px
    }

    .dln-head .dln-wrapper {
        align-items: center;
        height: 60px
    }

    .dln-head__logo {
        margin: 0
    }

    .dln-head__logo, .dln-head__logoIcon {
        width: 58px;
        height: 24px
    }

    .dln-head__nav {
        display: none
    }

    .dln-head__btnNav {
        margin: 0 0 0 auto
    }

    .dln-head__btnNav .dln-btnIcon {
        margin: 0
    }

    .dln-head .dln-btnIcon--mobileMenu {
        display: block
    }

    .dln-head--kenwood .dln-head__navList, .dln-head--kenwood .dln-head__topListWrap {
        display: none
    }

    .dln-head--kenwood .dln-head__logo {
        width: 150px;
        height: auto;
        margin: 0 auto
    }

    .dln-head--kenwood .dln-head__logoIcon {
        width: 100%;
        height: auto
    }

    .dln-head--kenwood .dln-head__btnNav {
        margin: 0
    }

    .dln-head--kenwood .dln-head__btnNav .dln-btnIcon {
        margin: 0 20px 0 0
    }

    .dln-head--kenwood .dln-btnIcon--search {
        display: none
    }

    .dln-head--kenwood .dln-btnIcon--mobileMenu .dln-icn {
        font-size: 24px
    }
}

@media only screen and (max-width: 320px) {
    .dln-head--kenwood .dln-head__logo {
        width: 120px
    }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .bra-header {
        padding: 18px 20px 17px
    }

    .bra-header .bra-header__logo {
        font-size: 25px
    }

    .bra-header .bra-quickLinks__wrapper {
        display: none
    }
}

@media only screen and (max-width: 320px) {
    .bra-header {
        padding: 18px 20px 17px
    }

    .bra-header .bra-btnIcon {
        font-size: 20px
    }

    .bra-header .bra-quickLinks__wrapper {
        display: none
    }

    .bra-header--shrink {
        padding: 20px 30px
    }
}

.dln-kenwood .dln-head {
    display: none
}

.dln-kenwood .dln-head--kenwood {
    display: flex
}

.dln-kenwood .dln-head__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-head__logo {
        left: 20px;
        transform: none
    }
}

.dln-kenwood .dln-head__btnNav {
    margin-left: auto
}

.dln-delonghi .dln-head:not(.dln-head--delonghi), .dln-head--delonghi, .dln-kenwood .bra-header {
    display: none
}

.dln-delonghi .dln-head--delonghi {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.3125rem;
    line-height: 1;
    letter-spacing: -.7px;
    background: rgba(0, 0, 0, .03);
    border-bottom: 1px solid #e5e5e5
}

.dln-delonghi .bra-header {
    display: none
}

.dln-foot {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
    background: var(--brand-04);
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: hidden
}

.dln-foot .dln-accordion, .dln-foot .dln-accordion__content, .dln-foot .dln-accordion__head {
    background-color: transparent
}

.dln-foot__copyright {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(16.66% - 16.66px);
    height: auto;
    margin: 0 20px 48px 0;
    box-sizing: content-box
}

.dln-foot__copyrightLogo {
    display: block;
    margin: 0 0 20px
}

.dln-foot__copyrightText {
    display: block;
    width: 100%;
    height: auto;
    font-size: 11px;
    line-height: 16px;
    color: var(--brand-02)
}

.dln-foot__list {
    list-style: inside none;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.dln-foot__listItem {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 0 4px
}

.dln-foot__listItem:last-of-type {
    margin: 0
}

.dln-foot__listLink {
    display: block;
    width: 100%;
    height: auto;
    line-height: 16px;
    font-size: 13px;
    color: var(--brand-02);
    text-decoration: none;
    padding: 0
}

.dln-foot__separator {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--brand-02);
    margin: 0 0 24px
}

.dln-foot__separator:last-of-type {
    margin: 0 0 10px
}

.dln-foot__middleSection {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-foot__socialIcn {
    display: inline-flex;
    align-items: center;
    margin: 0 auto 24px 0
}

.dln-foot__socialIcn ul {
    list-style: none;
    display: inline-flex;
    width: 100%
}

.dln-foot__socialIcn ul li {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    list-style: none;
    background-color: var(--brand-02);
    text-align: center;
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    margin: 0 8px 0 0
}

.dln-foot__socialIcn ul li:hover {
    opacity: .6
}

.dln-foot__socialIcn ul li:last-of-type {
    margin-right: 0
}

.dln-foot__socialIcn ul li a {
    margin: 0 auto;
    height: auto;
    width: 100%;
    text-decoration: none;
    display: inline-flex;
    align-items: center
}

.dln-foot__socialIcn .dln-icn {
    color: var(--brand-04);
    font-size: 16px;
    margin: 0 auto
}

.dln-foot__icn {
    width: auto;
    height: 20px;
    margin: 0 auto;
    display: block
}

.dln-foot__icn[alt="Youtube - Delonghi"] {
    height: 10px
}

.dln-foot__icn[alt="Facebook - Delonghi"] {
    height: 15px
}

.dln-foot__creditCards {
    list-style: inside none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    height: 40px;
    margin: 0 auto 24px 0
}

.dln-foot__creditCardsItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 60px;
    max-width: calc(20% - 10px);
    height: 40px;
    border: 1px solid var(--brand-02);
    border-radius: 4px;
    margin: 0 10px 0 0
}

.dln-foot__creditCardsItem:last-of-type {
    margin: 0
}

.dln-foot__creditCardsImg {
    display: block
}

.dln-foot__subscribe {
    display: inline-flex;
    align-items: center;
    width: 473px;
    height: 42px;
    margin: 0 0 24px
}

.dln-foot__subscribe .dln-inputs {
    width: 200px;
    margin: 0 10px 0 0;
    border-color: var(--brand-02)
}

.dln-foot__subscribe .dln-inputs__input {
    background-color: transparent;
    color: var(--brand-02)
}

.dln-foot__subscribe .dln-inputs__lbl {
    color: var(--brand-02)
}

.dln-foot__subscribe .dln-inputs--active .dln-inputs__lbl {
    background-color: var(--brand-01)
}

.dln-foot__subscribeText {
    display: inline-flex;
    width: auto;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-03);
    padding: 0;
    margin: 0 16px 0 0
}

.dln-foot__subscribe .dln-btn {
    width: 140px
}

.dln-foot__footer-selects {
    list-style: inside none;
    display: inline-flex;
    align-self: flex-end;
    width: auto;
    margin: 0 0 0 auto
}

.dln-foot__footer-selects .dln-btn--selects {
    display: none
}

.dln-foot__infoList {
    list-style: inside none;
    display: inline-flex;
    align-self: flex-end;
    width: auto;
    height: 40px;
    margin: 0 auto 0 0
}

.dln-foot__infoListItem {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 0 8px;
    position: relative
}

.dln-foot__infoListItem:first-of-type {
    padding: 0 8px 0 0
}

.dln-foot__infoListItem:last-of-type {
    padding: 0 0 0 8px
}

.dln-foot__infoListItem:after {
    content: "";
    display: inline-flex;
    width: 1px;
    height: 8px;
    background-color: var(--brand-02);
    position: absolute;
    top: 16px;
    right: 0
}

.dln-foot__infoListItem:last-of-type:after {
    display: none
}

.dln-foot__infoListItem:hover {
    text-decoration: underline
}

.dln-foot__infoListLink {
    display: inline-flex;
    width: auto;
    height: 37px;
    line-height: 37px;
    font-size: 11px;
    color: var(--brand-02);
    text-decoration: none;
    padding: 0
}

.dln-foot .dln-btn--ok {
    width: 56px;
    margin: 0 0 0 16px
}

.dln-foot .dln-select {
    width: auto
}

.dln-foot .dln-select__body {
    color: var(--brand-02)
}

.dln-foot .dln-select__container {
    font-size: 11px;
    color: var(--brand-02);
    font-weight: 400
}

.dln-foot .dln-select__value {
    padding: 0;
    font-weight: 400
}

.dln-foot .dln-select__arrow {
    height: 12px
}

.dln-foot__lang {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 0
}

.dln-foot__rights {
    font-size: 12px;
    color: var(--brand-02);
    margin: 0 auto 0 0
}

.dln-foot__accordionWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.dln-foot--kenwood {
    display: none;
    background-color: var(--ui-03)
}

.dln-foot--kenwood .dln-foot__copyright {
    width: 100%;
    margin: 0;
    order: -1
}

.dln-foot--kenwood .dln-foot__copyright .dln-foot__socialIcn {
    width: auto;
    max-width: calc(100% - 154px);
    margin: 0 0 0 auto
}

.dln-foot--kenwood .dln-foot__copyright .dln-foot__socialIcn li a {
    display: inline-flex;
    align-items: center
}

.dln-foot--kenwood .dln-foot__copyright .dln-foot__socialIcn li a .dln-icn {
    margin: 0 auto
}

.dln-foot--kenwood .dln-foot__copyrightText {
    font-size: 12px;
    line-height: 18px;
    color: var(--brand-04);
    display: none
}

.dln-foot--kenwood .dln-foot__copyrightLogo {
    width: auto;
    height: 20px;
    margin: 0 auto 0 0
}

.dln-foot--kenwood .dln-foot__listLink {
    font-size: 12px;
    line-height: 15px;
    color: var(--brand-04)
}

.dln-foot--kenwood .dln-foot__listItem {
    margin: 0 0 8px
}

.dln-foot--kenwood .dln-select .dln-select__value {
    color: var(--brand-02)
}

.dln-foot--kenwood .dln-select__arrow {
    height: 17px
}

.dln-foot--kenwood .dln-accordion--open .dln-accordion__head:hover .dln-accordion__title {
    color: var(--brand-04)
}

.dln-foot--kenwood .dln-accordion__head {
    padding: 0
}

.dln-foot--kenwood .dln-accordion__head:hover .dln-accordion__title {
    color: var(--brand-04)
}

.dln-foot--kenwood .dln-accordion__head .dln-accordion__title {
    color: var(--brand-04);
    text-transform: uppercase;
    font-size: 12px
}

.dln-foot--kenwood .dln-accordion__head .dln-accordion__title:hover {
    color: var(--brand-04);
    border-bottom: none
}

.dln-foot--kenwood .dln-foot__socialIcn ul li {
    background-color: var(--brand-04);
    width: 32px;
    height: 32px
}

.dln-foot--kenwood .dln-foot__socialIcn .dln-icn {
    color: var(--brand-03)
}

.dln-foot--kenwood .dln-foot__middleSection {
    margin: 32px auto 0;
    padding: 16px 0;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    align-items: center
}

.dln-foot--kenwood .dln-foot__middleSection .dln-foot__socialIcn {
    width: 25%;
    margin: 0;
    display: none
}

.dln-foot--kenwood .dln-foot__middleSection .dln-foot__creditCards {
    margin: 0 auto 0 0;
    max-width: 350px
}

.dln-foot--kenwood .dln-foot__middleSection .dln-foot__creditCardsItem {
    box-sizing: border-box;
    max-width: calc(20% - 8px);
    background-color: var(--brand-03);
    border-color: var(--ui-01)
}

.dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe {
    max-width: 100%;
    width: auto;
    margin: 0 0 0 auto
}

@media only screen and (min-width: 960px) {
    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe {
        max-width: calc(90% - 510px)
    }
}

.dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribeText {
    color: var(--brand-04);
    font-size: 14px;
    white-space: nowrap;
    margin: 0 8px 0 0
}

.dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe .dln-inputs {
    border-color: var(--ui-01)
}

.dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe .dln-inputs__input {
    height: 38px;
    background-color: var(--brand-03)
}

.dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe .dln-btn {
    background-color: transparent;
    height: 40px
}

@media only screen and (min-width: 991px) {
    .dln-foot .dln-foot__accordionWrap {
        width: 75%
    }

    .dln-foot .dln-accordion {
        align-content: flex-start;
        width: calc(16.66% - 16.66px);
        max-height: none;
        border-bottom: none;
        margin: 0 20px 48px 0
    }

    .dln-foot .dln-accordion--last {
        margin: 0 0 48px
    }

    .dln-foot .dln-accordion__head {
        height: 20px;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .dln-foot .dln-accordion__head .dln-accordion__title {
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        border-bottom: none;
        padding: 0
    }

    .dln-foot .dln-accordion__head .dln-accordion__title:hover {
        color: var(--brand-03);
        border-bottom: none
    }

    .dln-foot .dln-accordion__head .dln-icn {
        display: none
    }

    .dln-foot .dln-accordion__content {
        width: 100%;
        opacity: 1;
        padding: 10px 0 0
    }

    .dln-foot--kenwood .dln-foot__copyright {
        width: 25%;
        padding: 0
    }

    .dln-foot--kenwood .dln-foot__copyrightText {
        display: block;
        color: var(--ui-08)
    }

    .dln-foot--kenwood .dln-foot__copyright .dln-foot__socialIcn {
        display: none
    }

    .dln-foot--kenwood .dln-foot__copyrightLogo {
        margin: 0 0 20px
    }

    .dln-foot--kenwood .dln-accordion {
        width: calc(25% - 52.5px);
        margin: 0 70px 0 0
    }

    .dln-foot--kenwood .dln-accordion:last-of-type {
        margin: 0
    }

    .dln-foot--kenwood .dln-accordion__head {
        height: 20px;
        padding-bottom: 10px
    }

    .dln-foot--kenwood .dln-accordion__head .dln-accordion__title {
        color: var(--brand-04);
        font-size: 12px
    }

    .dln-foot--kenwood .dln-accordion__head .dln-accordion__title:hover {
        color: var(--brand-03);
        border-bottom: none
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__socialIcn {
        display: inline-flex
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-foot .dln-wrapper {
        width: 100%;
        padding: 0
    }

    .dln-foot__copyright {
        width: calc(100% - 40px);
        padding: 0 20px;
        margin: 0;
        order: 100
    }

    .dln-foot__copyrightLogo {
        margin: 0 auto 20px
    }

    .dln-foot__copyrightText {
        text-align: center
    }

    .dln-foot__creditCards {
        margin: 0 auto 24px
    }

    .dln-foot__infoList {
        margin: 0 auto;
        height: 24px;
        width: 100%
    }

    .dln-foot__infoListItem:after {
        top: 9px;
        right: 0
    }

    .dln-foot__infoListLink {
        height: auto;
        line-height: normal
    }

    .dln-foot .dln-accordion {
        max-height: 56px;
        border-color: var(--brand-02)
    }

    .dln-foot .dln-accordion--open .dln-accordion__head {
        padding-bottom: 0
    }

    .dln-foot .dln-accordion--open .dln-accordion__content {
        padding-top: 0
    }

    .dln-foot .dln-accordion__head {
        height: 57px
    }

    .dln-foot .dln-accordion__head .dln-accordion__title {
        height: 53px;
        line-height: 53px;
        font-size: 13px;
        border-color: var(--brand-02);
        border-width: 0
    }

    .dln-foot .dln-accordion__content {
        width: calc(100% - 40px);
        padding: 16px 20px
    }

    .dln-foot__subscribe {
        display: none
    }

    .dln-foot .dln-select {
        display: none;
        width: 100%;
        margin: 0 auto
    }

    .dln-foot__socialIcn {
        margin: 0 auto 24px;
        width: 100%
    }

    .dln-foot__socialIcn ul {
        margin: 0 auto
    }

    .dln-foot__footer-selects {
        flex-wrap: wrap;
        margin: 24px auto;
        padding: 24px 0 0;
        width: 100%;
        border-top: 1px solid var(--brand-02)
    }

    .dln-foot__footer-selects .dln-btn:not(.dln-btn--selects) {
        display: none
    }

    .dln-foot__footer-selects .dln-btn--selects {
        display: inline-block;
        width: auto;
        margin: 0 auto
    }

    .dln-foot__footer-selects.-showContent .dln-select {
        display: inline-block
    }

    .dln-foot__footer-selects.-showContent .dln-btn--selects {
        display: none
    }

    .dln-foot--kenwood {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .dln-foot--kenwood .dln-foot__copyright {
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 24px;
        align-items: center
    }

    .dln-foot--kenwood .dln-foot__copyright + .dln-accordion {
        border-top: 1px solid var(--ui-01)
    }

    .dln-foot--kenwood .dln-accordion {
        border-color: var(--ui-01)
    }

    .dln-foot--kenwood .dln-accordion__head .dln-icn {
        color: var(--brand-04)
    }

    .dln-foot--kenwood .dln-foot__middleSection {
        border-width: 0
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__socialIcn {
        display: none
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__creditCards {
        width: auto;
        margin: 0 auto;
        max-width: 100%
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe {
        display: inline-flex;
        width: 100%;
        height: auto;
        max-width: 100%;
        flex-wrap: wrap;
        margin: 24px auto 0
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribeText {
        width: 100%;
        height: auto;
        line-height: normal;
        margin: 0 0 8px;
        display: block;
        text-align: center
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe .dln-inputs {
        margin: 0 10px 0 auto
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe .dln-btn {
        margin: 0 auto 0 0
    }

    .dln-foot--kenwood .dln-foot__lang {
        text-align: center;
        display: flex;
        padding: 0
    }

    .dln-foot--kenwood .dln-foot__lang .dln-select {
        display: inline-block;
        width: auto;
        order: -1;
        margin: 8px auto 16px
    }

    .dln-foot--kenwood .dln-foot__lang .dln-foot__rights {
        width: 100%
    }
}

@media only screen and (max-width: 900px) {
    .dln-foot--kenwood .dln-foot__middleSection {
        border-width: 0
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__socialIcn {
        display: none
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__creditCards {
        width: auto;
        margin: 0 auto;
        max-width: 100%
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe {
        display: inline-flex;
        width: 100%;
        height: auto;
        max-width: 100%;
        flex-wrap: wrap;
        margin: 24px auto 0
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribeText {
        width: 100%;
        height: auto;
        line-height: normal;
        margin: 0 0 8px;
        display: block;
        text-align: center
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe .dln-inputs {
        margin: 0 10px 0 auto
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe .dln-btn {
        margin: 0 auto 0 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-foot > .dln-wrapper {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .dln-foot__copyright {
        width: calc(100% - 40px);
        margin: 0 10px;
        padding: 0 10px;
        order: 100
    }

    .dln-foot__copyrightLogo {
        margin: 0 auto 20px
    }

    .dln-foot__copyrightText {
        text-align: center
    }

    .dln-foot__middleSection {
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px
    }

    .dln-foot__creditCards {
        margin: 0 auto 24px
    }

    .dln-foot__infoList {
        margin: 0 10px;
        padding-right: 10px;
        padding-left: 10px;
        height: 24px;
        width: 100%;
        flex-wrap: wrap
    }

    .dln-foot__infoListItem {
        box-sizing: border-box;
        width: 25%;
        text-align: center
    }

    .dln-foot__infoListItem:after {
        top: 9px;
        right: 0
    }

    .dln-foot__infoListLink {
        text-align: center;
        white-space: pre;
        height: auto;
        line-height: normal;
        margin: 0 auto
    }

    .dln-foot .dln-accordion {
        max-height: 56px;
        border-color: var(--brand-02);
        padding-right: 20px;
        padding-left: 20px
    }

    .dln-foot .dln-accordion--open .dln-accordion__head {
        padding-bottom: 0;
        border-width: 0
    }

    .dln-foot .dln-accordion--open .dln-accordion__content {
        padding-top: 0
    }

    .dln-foot .dln-accordion__head {
        height: 57px
    }

    .dln-foot .dln-accordion__head .dln-accordion__title {
        height: 53px;
        line-height: 53px;
        font-size: 13px;
        border-color: var(--brand-02);
        border-width: 0;
        padding: 0
    }

    .dln-foot .dln-accordion__content {
        width: calc(100% - 40px);
        padding: 16px 0
    }

    .dln-foot .dln-accordion + .dln-foot__separator {
        background-color: transparent
    }

    .dln-foot__subscribe {
        display: none
    }

    .dln-foot .dln-select {
        display: none;
        width: 60%;
        margin: 0 auto
    }

    .dln-foot__socialIcn {
        margin: 0 auto 24px;
        width: 100%
    }

    .dln-foot__socialIcn ul {
        margin: 0 auto
    }

    .dln-foot__footer-selects {
        flex-wrap: wrap;
        margin: 24px auto;
        padding: 24px 0 0;
        width: 100%;
        border-top: 1px solid var(--brand-02)
    }

    .dln-foot__footer-selects .dln-btn:not(.dln-btn--selects) {
        display: none
    }

    .dln-foot__footer-selects .dln-btn--selects {
        display: inline-block;
        width: auto;
        margin: 0 auto
    }

    .dln-foot__footer-selects.-showContent .dln-select {
        display: inline-block
    }

    .dln-foot__footer-selects.-showContent .dln-btn--selects {
        display: none
    }

    .dln-foot--kenwood {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .dln-foot--kenwood .dln-foot__copyright {
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 24px;
        align-items: center
    }

    .dln-foot--kenwood .dln-foot__copyright + .dln-accordion {
        border-top: 1px solid var(--ui-01)
    }

    .dln-foot--kenwood .dln-accordion {
        border-color: var(--ui-01)
    }

    .dln-foot--kenwood .dln-accordion__head .dln-icn {
        color: var(--brand-04);
        right: 0
    }

    .dln-foot--kenwood .dln-foot__middleSection {
        border-width: 0
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__socialIcn {
        display: none
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__creditCards {
        width: auto;
        margin: 0 auto;
        max-width: 100%
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe {
        display: inline-flex;
        width: 100%;
        height: auto;
        max-width: 100%;
        flex-wrap: wrap;
        margin: 24px auto 0
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribeText {
        width: 100%;
        height: auto;
        line-height: normal;
        margin: 0 0 8px;
        display: block;
        text-align: center
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe .dln-inputs {
        margin: 0 10px 0 auto;
        max-width: calc(50% - 25px)
    }

    .dln-foot--kenwood .dln-foot__middleSection .dln-foot__subscribe .dln-btn {
        margin: 0 auto 0 0;
        max-width: 50%
    }

    .dln-foot--kenwood .dln-foot__lang {
        text-align: center;
        display: flex;
        padding: 0
    }

    .dln-foot--kenwood .dln-foot__lang .dln-select {
        display: inline-block;
        width: auto;
        order: -1;
        margin: 8px auto 16px
    }

    .dln-foot--kenwood .dln-foot__lang .dln-foot__rights {
        width: 100%
    }
}

@media only screen and (max-width: 320px) {
    .dln-foot__infoList {
        height: auto
    }

    .dln-foot__infoListItem {
        margin: 8px 0;
        box-sizing: border-box;
        width: calc(50% - 4px);
        text-align: center
    }

    .dln-foot__infoListItem:after {
        top: 5px;
        right: 0
    }

    .dln-foot__infoListItem:nth-child(2n+2):after {
        opacity: 0
    }

    .dln-foot__infoListItem:first-of-type, .dln-foot__infoListItem:last-of-type {
        padding: 0 8px
    }

    .dln-foot__infoListLink {
        text-align: center;
        white-space: pre;
        height: auto;
        line-height: normal;
        margin: 0 auto
    }

    .dln-foot__creditCardsItem {
        width: 50px;
        height: 35px
    }

    .dln-foot--kenwood .dln-foot__socialIcn ul li {
        width: 25px;
        height: 25px
    }
}

.dln-kenwood .bra-footer {
    display: none
}

.dln-kenwood .dln-foot--kenwood {
    display: flex
}

.dln-delonghi .bra-footer, .dln-delonghi .dln-foot:not(.dln-foot--delonghi), .dln-foot--delonghi {
    display: none
}

.dln-delonghi .dln-foot--delonghi {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.3125rem;
    line-height: 1;
    letter-spacing: -.7px;
    height: 80px;
    border-top: 1px solid #e5e5e5
}

.dln-vertMenu {
    width: 100%;
    position: relative
}

.dln-vertMenu__container {
    width: 100%;
    background-color: var(--brand-03)
}

.dln-vertMenu__container .dln-icn {
    display: none;
    cursor: pointer;
    font-size: 12px
}

.dln-vertMenu__li {
    position: relative;
    overflow: hidden
}

.dln-vertMenu__li, .dln-vertMenu__li a {
    font-size: 14px;
    color: var(--brand-04);
    text-decoration: none;
    transition: .2s
}

.dln-vertMenu__li a {
    display: block
}

.dln-vertMenu__li:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 0;
    background-color: var(--brand-01);
    width: 2px;
    height: 100%;
    transition: .3s
}

.dln-vertMenu__li:not(.dln-vertMenu__li--heading) {
    border-left: 1px solid var(--ui-01)
}

.dln-vertMenu__li:not(.dln-vertMenu__li--heading) a {
    padding: 16px
}

.dln-vertMenu__li--heading {
    padding: 16px 16px 16px 0;
    color: var(--ui-04);
    font-size: 14px
}

.dln-vertMenu__li--active, .dln-vertMenu__li--heading {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-vertMenu__li--active {
    border-left: 1px solid var(--brand-01) !important
}

.dln-vertMenu__li--active a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-vertMenu__li--active:before {
    left: 0
}

.dln-vertMenu__liHeading {
    color: var(--ui-04);
    font-size: 14px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-vertMenu--open .dln-vertMenu__list {
    margin-bottom: 40px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-vertMenu {
        border: 1px solid var(--ui-02);
        border-radius: 2px
    }

    .dln-vertMenu:not(.dln-vertMenu--open) {
        margin: 0 0 32px
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li {
        padding: 0 16px;
        display: none
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li--active {
        display: block
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li:before {
        display: none
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li:not(.dln-vertMenu__li--heading) {
        border-left: none
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li a {
        pointer-events: none
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-icn {
        transition: none
    }

    .dln-vertMenu__container {
        max-height: 50px;
        overflow: hidden;
        padding: 0;
        box-sizing: border-box;
        position: relative
    }

    .dln-vertMenu__container .dln-icn {
        display: inline-block;
        position: absolute;
        right: 4px;
        top: calc(50% - 6.5px)
    }

    .dln-vertMenu__li:not(.dln-vertMenu__li--heading) a {
        padding: 16px 0;
        display: inline-block
    }

    .dln-vertMenu__li--heading {
        padding: 16px 0;
        display: none
    }

    .dln-vertMenu__li--active {
        border-left: none !important
    }

    .dln-vertMenu--open {
        border-color: transparent
    }

    .dln-vertMenu--open .dln-vertMenu__container {
        overflow: auto;
        height: calc(100vh - var(--headerHeight));
        padding: 40px 32px;
        position: fixed;
        max-height: none;
        left: 0;
        top: var(--headerHeight);
        opacity: 0;
        animation: smoothFadeIn .3s linear forwards;
        background-color: var(--brand-03);
        z-index: 9
    }

    .dln-vertMenu--open .dln-icn {
        right: 24px;
        top: 24px;
        opacity: 0;
        animation: smoothFadeInAndScale .5s linear .4s forwards
    }

    .dln-vertMenu--open .dln-vertMenu__li--heading {
        display: block
    }

    .dln-vertMenu--open .dln-vertMenu__li a {
        padding: 16px 0 16px 16px
    }
}

@media only screen and (max-width: 599px) {
    body.ov-hidden {
        overflow: hidden
    }

    .dln-vertMenu {
        border: 1px solid var(--ui-02);
        border-radius: 2px
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li {
        display: none;
        padding: 0 16px
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li--active {
        display: block
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li:before {
        display: none
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li:not(.dln-vertMenu__li--heading) {
        border-left: none
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li a {
        pointer-events: none
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-icn {
        transition: none
    }

    .dln-vertMenu__container {
        max-height: 50px;
        padding: 0;
        box-sizing: border-box;
        overflow: hidden;
        position: relative
    }

    .dln-vertMenu__container .dln-icn {
        display: inline-block;
        width: 32px;
        position: absolute;
        top: calc(50% - 6.5px);
        right: 0
    }

    .dln-vertMenu__li:not(.dln-vertMenu__li--heading) a {
        display: inline-block;
        padding: 16px 0
    }

    .dln-vertMenu__li--heading {
        display: none;
        padding: 16px 0
    }

    .dln-vertMenu__li--active {
        border-left: none !important
    }

    .dln-vertMenu--open {
        border-color: transparent
    }

    .dln-vertMenu--open .dln-vertMenu__container {
        height: 100vh;
        max-height: none;
        background-color: var(--brand-03);
        opacity: 0;
        animation: smoothFadeIn .3s linear forwards;
        padding: 80px 32px 40px;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 151
    }

    .dln-vertMenu--open .dln-icn {
        opacity: 0;
        animation: smoothFadeInAndScale .5s linear .4s forwards;
        top: 70px;
        right: 24px
    }

    .dln-vertMenu--open .dln-vertMenu__li--heading {
        display: block
    }

    .dln-vertMenu--open .dln-vertMenu__li a {
        padding: 16px 0 16px 16px
    }

    .dln-vertMenu--open .dln-vertMenu__li--active a {
        padding: 16px 0 16px 20px
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__list:not(.-activeList) {
        margin-bottom: 0
    }

    .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__list.-activeList {
        margin-bottom: 40px
    }
}

.dln-kenwood .dln-vertMenu__list {
    margin: 0 0 40px
}

.dln-kenwood .dln-vertMenu__liHeading {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--ui-07)
}

.dln-kenwood .dln-vertMenu__li--heading {
    padding: 0 16px 0 0
}

.dln-kenwood .dln-vertMenu__li:not(.dln-vertMenu__li--heading) {
    border-left: none;
    padding-left: 0
}

.dln-kenwood .dln-vertMenu__li:before {
    display: none
}

.dln-kenwood .dln-vertMenu__li a {
    position: relative;
    display: inline-block;
    padding: 16px 0 4px;
    letter-spacing: .2px
}

.dln-kenwood .dln-vertMenu__li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    background-color: var(--brand-04);
    width: 100%;
    height: 0;
    transition: .3s
}

.dln-kenwood .dln-vertMenu__li.dln-vertMenu__li--active {
    border-left: none !important
}

.dln-kenwood .dln-vertMenu__li.dln-vertMenu__li--active > a {
    font-weight: 700 !important
}

.dln-kenwood .dln-vertMenu__li.dln-vertMenu__li--active > a:before {
    height: 2px;
    bottom: 0 !important
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li a:before {
        opacity: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-vertMenu__li a {
        font-size: 14px
    }

    .dln-kenwood .dln-vertMenu--open .dln-icn {
        width: auto;
        font-size: 22px;
        color: var(--brand-01)
    }

    .dln-kenwood .dln-vertMenu--open .dln-vertMenu__container {
        padding: 60px 20px 40px
    }

    .dln-kenwood .dln-vertMenu--open .dln-vertMenu__li a {
        padding: 15px 0 14px 16px
    }

    .dln-kenwood .dln-vertMenu--open .dln-vertMenu__li--heading {
        margin-bottom: 5px
    }

    .dln-kenwood .dln-vertMenu--open .dln-vertMenu__li--active a {
        padding: 15px 0 15px 16px
    }

    .dln-kenwood .dln-vertMenu--open .dln-vertMenu__li--active a:before {
        left: 16px;
        bottom: 12px;
        width: calc(100% - 16px)
    }

    .dln-kenwood .dln-vertMenu__li:not(.dln-vertMenu__li--heading) {
        padding: 0 16px
    }

    .dln-kenwood .dln-vertMenu__li:not(.dln-vertMenu__li--heading) a {
        font-size: 13px;
        font-family: var(--fontNameRoman), Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-bottom: 0;
        margin-top: 3px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-vertMenu--open .dln-vertMenu__li--active a, .dln-kenwood .dln-vertMenu--open .dln-vertMenu__li a {
        padding: 16px 0 16px 16px
    }

    .dln-kenwood .dln-vertMenu--open .dln-vertMenu__li--active a:before {
        left: 16px;
        bottom: 12px;
        width: calc(100% - 16px)
    }

    .dln-kenwood .dln-vertMenu__li:not(.dln-vertMenu__li--heading) {
        padding: 0 16px
    }

    .dln-kenwood .dln-vertMenu__li:not(.dln-vertMenu__li--heading) a {
        font-size: 13px;
        font-family: var(--fontNameRoman), Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-bottom: 0;
        margin-top: 3px
    }
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-vertMenu {
        border: 1px solid var(--brand-04)
    }
}

@media only screen and (min-width: 599px) {
    .dln-kenwood .dln-vertMenu__li:not(.dln-vertMenu__li--heading) {
        padding-left: 10px
    }
}

.dln-delonghi .dln-vertMenu__list {
    margin-bottom: 40px
}

.dln-delonghi .dln-vertMenu__li {
    padding: 10px 16px 10px 0;
    margin: 0;
    border: 0 !important;
    font-size: 0;
    line-height: 0
}

.dln-delonghi .dln-vertMenu__li a {
    padding: 0;
    display: inline-block;
    position: relative;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 24px
}

.dln-delonghi .dln-vertMenu__li:before {
    display: none;
    content: none
}

.dln-delonghi .dln-vertMenu__li--heading {
    padding: 0
}

.dln-delonghi .dln-vertMenu__liHeading {
    padding: 10px 16px 10px 0;
    color: var(--brand-04);
    opacity: .6;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 24px
}

.dln-delonghi .dln-vertMenu__liHeading:empty {
    display: none
}

.dln-delonghi .dln-vertMenu__li--active a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--brand-04)
}

@media only screen and (max-width: 900px) {
    .dln-delonghi .dln-vertMenu {
        border: 1px solid var(--brand-04);
        margin-bottom: 0 !important
    }

    .dln-delonghi .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__container {
        max-height: 40px
    }

    .dln-delonghi .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li {
        padding: 13px 16px
    }

    .dln-delonghi .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__li a:after {
        content: none
    }

    .dln-delonghi .dln-vertMenu:not(.dln-vertMenu--open) .dln-icn {
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        right: 12px
    }

    .dln-delonghi .dln-vertMenu__li {
        transition: none
    }

    .dln-delonghi .dln-vertMenu__li a {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 16px;
        transition: none
    }
}

.dln-addBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--ui-04);
    background: var(--brand-03);
    padding: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.dln-addBox .dln-icn {
    margin: 0 0 20px;
    font-size: 48px;
    color: var(--ui-04)
}

.dln-addBox__icon {
    margin: 0 0 20px
}

.dln-addBox__iconFill {
    transition: fill .12s linear;
    fill: var(--ui-04)
}

.dln-addBox__title {
    line-height: 32px;
    font-size: 28px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 16px
}

.dln-addBox__text, .dln-addBox__title {
    display: block;
    width: 100%;
    height: auto;
    color: var(--ui-04);
    text-align: center;
    transition: color .12s linear
}

.dln-addBox__text {
    line-height: 20px;
    font-size: 13px
}

.dln-addBox:hover {
    border-color: var(--brand-02)
}

.dln-addBox:hover .dln-addBox__iconFill {
    fill: var(--brand-02)
}

.dln-addBox:hover .dln-addBox__text, .dln-addBox:hover .dln-addBox__title {
    color: var(--brand-02)
}

.dln-kenwood .dln-addBox {
    width: 387px;
    min-height: 220px;
    border-style: dashed
}

.dln-kenwood .dln-addBox .dln-icn {
    text-indent: 9999px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--brand-01);
    border-radius: 50%;
    margin: 0 0 8px;
    overflow: hidden
}

.dln-kenwood .dln-addBox .dln-icn:before {
    text-indent: 0;
    content: "8";
    width: auto;
    height: auto;
    font-size: 16px;
    color: var(--brand-01);
    top: calc(50% - 8px);
    left: calc(50% - 8px)
}

.dln-kenwood .dln-addBox__title {
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04);
    margin: 0 0 8px;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-addBox__text {
    width: 80%;
    line-height: 16px;
    font-size: 12px;
    color: var(--ui-08)
}

.dln-kenwood .dln-addBox:hover .dln-addBox__title {
    color: var(--brand-04)
}

.dln-kenwood .dln-addBox:hover .dln-addBox__text {
    color: var(--ui-04)
}

@media screen and (max-width: 599px) {
    .dln-kenwood .dln-addBox__title {
        font-size: 18px
    }
}

.dln-delonghi .dln-addBox {
    border: 1px solid var(--ui-01);
    background-color: var(--brand-03)
}

.dln-delonghi .dln-addBox .dln-icn {
    text-indent: 9999px;
    width: 50px;
    height: 50px;
    background: var(--brand-05);
    border-radius: 50%;
    margin: 0 0 24px;
    overflow: hidden
}

.dln-delonghi .dln-addBox .dln-icn:before {
    text-indent: 0;
    content: "8";
    width: auto;
    height: auto;
    font-size: 1rem;
    color: var(--brand-03);
    top: calc(50% - 8px);
    left: calc(50% - 8px)
}

.dln-delonghi .dln-addBox__title {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 34px;
    margin: 0
}

.dln-delonghi .dln-addBox__text {
    color: var(--brand-04)
}

.dln-profileCard {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border: 1px solid var(--ui-01);
    background-color: var(--ui-03);
    padding: 10px
}

.dln-profileCard__circle {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--brand-01);
    margin: 0 10px 0 0
}

.dln-profileCard__circleText {
    width: 100%;
    line-height: 2.6;
    font-size: 20px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-03);
    text-align: center
}

.dln-profileCard__text {
    display: block;
    width: calc(100% - 62px);
    height: auto;
    line-height: 16px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.dln-kenwood .dln-profileCard {
    border-width: 0 0 1px;
    background-color: transparent;
    padding: 0 0 32px;
    margin: 0 0 32px
}

.dln-kenwood .dln-profileCard__circle {
    background-color: var(--brand-04)
}

.dln-kenwood .dln-profileCard__text {
    font-size: 14px
}

.dln-kenwood .dln-profileCard__userName {
    font-weight: 700
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-profileCard {
        margin: 0 0 16px
    }
}

.dln-delonghi .dln-profileCard {
    border-width: 0;
    background-color: var(--ui-03);
    padding: 10px;
    margin: 0 0 30px
}

.dln-delonghi .dln-profileCard__circle {
    background-color: var(--brand-05)
}

.dln-delonghi .dln-profileCard__circleText {
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 23px
}

.dln-delonghi .dln-profileCard__circleText, .dln-delonghi .dln-profileCard__text {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-style: normal
}

.dln-delonghi .dln-profileCard__text {
    font-weight: 400;
    font-size: .875rem;
    line-height: 18px
}

.dln-delonghi .dln-profileCard__userName {
    font-weight: 700
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-profileCard {
        margin: 0 0 16px
    }
}

.dln-wishProd {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    transition: border-color .12s linear;
    padding: 10px
}

.dln-wishProd:hover {
    border-color: var(--ui-02)
}

.dln-wishProd__imgLink {
    display: flex;
    flex-wrap: wrap;
    width: 182px;
    height: 140px;
    margin: 0 20px 0 0
}

.dln-wishProd__imgWrap {
    display: block;
    width: 182px;
    height: 140px;
    background-color: var(--brand-03);
    position: relative;
    z-index: 1
}

.dln-wishProd__imgWrap:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.dln-wishProd__imgWrap > img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.dln-wishProd__data {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: calc(100% - 202px);
    height: auto;
    min-height: 114px;
    padding: 0
}

.dln-wishProd__name {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    height: auto;
    line-height: 16px;
    font-size: 14px;
    color: var(--brand-04);
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 10px;
    margin: 0 0 10px
}

.dln-wishProd__name:active, .dln-wishProd__name:hover, .dln-wishProd__name:link, .dln-wishProd__name:visited {
    text-decoration: none
}

.dln-wishProd__priceWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 17px
}

.dln-wishProd__price, .dln-wishProd__priceDiscounted {
    display: inline-block;
    width: auto;
    line-height: 20px;
    font-size: 14px;
    color: var(--brand-04);
    padding: 0
}

.dln-wishProd__price--discounted {
    color: var(--brand-02);
    margin: 0 10px 0 0;
    position: relative
}

.dln-wishProd__price--discounted:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--brand-02);
    position: absolute;
    top: calc(50% + 1px);
    left: 0
}

.dln-wishProd__priceDiscounted {
    color: var(--support-01)
}

.dln-wishProd__outOfStock {
    display: block;
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
    color: var(--support-01)
}

.dln-wishProd .dln-btn--link {
    display: inline-flex;
    align-items: center;
    margin: 0 auto 0 0
}

.dln-wishProd .dln-btn--stroked {
    width: 100%;
    max-width: 140px;
    margin: 0
}

.dln-wishProd--outOfStock .dln-wishProd__imgWrap > img, .dln-wishProd--outOfStock .dln-wishProd__price {
    opacity: .3
}

.dln-wishProd--outOfStock .dln-wishProd__name {
    color: rgba(0, 0, 0, .3);
    opacity: 1
}

.dln-wishProd--outOfStock .dln-wishProd__price, .dln-wishProd--outOfStock .dln-wishProd__priceWrap + .dln-wishProd__priceWrap {
    display: none
}

.dln-wishProd .dln-btnTextIcon {
    width: 128px
}

.swiper-slide .dln-wishProd {
    width: calc(100% - 20px);
    margin: 0 auto
}

.swiper-slide .dln-wishProd__imgLink {
    width: 100%;
    margin: 0 auto
}

.swiper-slide .dln-wishProd__imgWrap {
    width: 100%;
    text-align: center
}

.swiper-slide .dln-wishProd__imgWrap > img {
    width: 182px;
    height: 140px;
    margin: 0 auto
}

.swiper-slide .dln-wishProd__data {
    width: 100%;
    text-align: center
}

.swiper-slide .dln-wishProd__name {
    min-height: 45px;
    font-size: 15px;
    border-width: 0;
    padding: 0 32px;
    margin: 16px auto 0
}

.swiper-slide .dln-wishProd__priceWrap {
    display: block
}

.swiper-slide .dln-wishProd .dln-btn--link {
    display: none
}

.swiper-slide .dln-wishProd button {
    margin: 24px auto 0
}

@media only screen and (max-width: 599px) {
    .swiper-slide .dln-wishProd__name {
        min-height: auto
    }

    .swiper-slide .dln-wishProd button {
        margin: 0 auto
    }

    .dln-wishProd {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        position: relative
    }

    .dln-wishProd__imgLink {
        width: 100%;
        height: 146px;
        margin: 0
    }

    .dln-wishProd__imgWrap {
        display: flex;
        align-items: center;
        width: 100%;
        height: 146px;
        background-color: var(--ui-03)
    }

    .dln-wishProd__imgWrap > img {
        display: block;
        max-width: 182px;
        height: auto;
        padding: 0;
        margin: 0 auto;
        -o-object-fit: initial;
        object-fit: fill
    }

    .dln-wishProd__data {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        margin: 8px 0 0
    }

    .dln-wishProd__name {
        font-size: 13px;
        border: 0;
        padding: 0
    }

    .dln-wishProd__price, .dln-wishProd__priceDiscounted {
        font-size: 13px
    }

    .dln-wishProd__priceWrap {
        margin-bottom: 10px
    }

    .dln-wishProd .dln-btn--stroked, .dln-wishProd .dln-btnTextIcon {
        font-size: 13px;
        margin-top: auto
    }

    .dln-wishProd .dln-btn--stroked .dln-btnTextIcon__text, .dln-wishProd .dln-btnTextIcon .dln-btnTextIcon__text {
        font-size: 13px
    }

    .dln-wishProd .dln-btn--link {
        text-indent: 9999px;
        width: 30px;
        height: 30px;
        color: hsla(0, 0%, 100%, 0);
        border-radius: 150px;
        background-color: hsla(0, 0%, 100%, .7);
        padding: 0;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 10px;
        right: 10px
    }

    .dln-wishProd .dln-btn--link:after, .dln-wishProd .dln-btn--link:before {
        content: "";
        position: absolute
    }

    .dln-wishProd .dln-btn--link:before {
        font-family: var(--fontNameIcons), sans-serif;
        font-variant: normal;
        text-transform: none;
        text-indent: 0;
        content: "J";
        width: 100%;
        height: 100%;
        font-size: 30px;
        color: var(--brand-02)
    }

    .dln-wishProd .dln-btnTextIcon {
        margin-top: auto
    }
}

.dln-kenwood .dln-wishProd {
    height: auto
}

.dln-kenwood .dln-wishProd .dln-btnTextIcon {
    width: 150px
}

.dln-kenwood .dln-wishProd__price, .dln-kenwood .dln-wishProd__priceDiscounted {
    font-size: 14px;
    color: var(--brand-04)
}

.dln-kenwood .dln-wishProd__price--discounted {
    color: #6b6b6b
}

.dln-kenwood .dln-wishProd__price--discounted:after {
    top: calc(50% - 1px);
    background-color: #6b6b6b
}

.dln-kenwood .dln-wishProd__outOfStock {
    font-size: 14px
}

.dln-kenwood .dln-wishProd:hover {
    border-color: var(--brand-04)
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) {
    text-align: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    border-width: 0
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__imgLink {
    width: 100%;
    height: auto;
    margin: 0 0 10px
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__imgWrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: var(--brand-03)
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__imgWrap > img {
    margin: 0 auto;
    width: auto;
    height: 100%;
    max-width: 100%
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__data {
    width: 100%;
    min-height: 0;
    margin: auto auto 0;
    display: flex;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__name {
    padding: 0;
    border-width: 0;
    margin-bottom: 5px
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__priceWrap {
    text-align: center;
    display: block;
    margin: 0 0 13px
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__priceWrap:empty {
    display: none
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__priceWrap--outOfStock {
    z-index: 2
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btn, .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btnTextIcon {
    margin: auto auto 0
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btn--stroked {
    height: 40px
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btn--link {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 150px;
    right: 0;
    top: 0;
    background-color: transparent;
    text-indent: 9999px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: transparent;
    z-index: 2
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btn--link:after, .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btn--link:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btn--link:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "g";
    text-indent: 0;
    width: 100%;
    height: 100%;
    color: var(--brand-01);
    font-size: 30px
}

.dln-kenwood .dln-wishProd--outOfStock .dln-btn--link {
    opacity: .7
}

.dln-kenwood .dln-wishProd--outOfStock .dln-wishProd__data .dln-wishProd__priceWrap--outOfStock {
    background-color: var(--ui-06);
    position: absolute;
    top: 88px;
    left: 50%;
    font-size: 14px;
    transform: translateX(-50%);
    color: var(--brand-03);
    margin: 0;
    display: inline-block;
    width: auto
}

.dln-kenwood .dln-wishProd--outOfStock .dln-wishProd__data .dln-wishProd__priceWrap--outOfStock p {
    color: var(--brand-03);
    padding: 8px;
    width: 120px;
    height: auto;
    box-sizing: border-box
}

.dln-kenwood .dln-wishProd--outOfStock .dln-wishProd__data .dln-wishProd__price {
    display: block
}

@media only screen and (min-width: 600px) {
    .dln-kenwood .dln-wishProd--outOfStock .dln-wishProd__data .dln-btn:last-child {
        border-width: 0;
        text-transform: none;
        padding: 0 0 0 24px;
        width: auto;
        max-width: none;
        color: var(--brand-04);
        display: inline-block;
        position: relative;
        text-decoration: underline;
        font-size: 14px
    }

    .dln-kenwood .dln-wishProd--outOfStock .dln-wishProd__data .dln-btn:last-child:after, .dln-kenwood .dln-wishProd--outOfStock .dln-wishProd__data .dln-btn:last-child:before {
        content: "";
        position: absolute
    }

    .dln-kenwood .dln-wishProd--outOfStock .dln-wishProd__data .dln-btn:last-child:before {
        font-family: var(--fontNameIcons), sans-serif;
        font-variant: normal;
        text-transform: none;
        content: "\3A9";
        width: 16px;
        height: 16px;
        color: var(--brand-04);
        font-size: 16px;
        left: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-wishProd--outOfStock .dln-wishProd__data .dln-btn:last-child {
        font-size: 12px;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        opacity: 1;
        height: 38px
    }

    .dln-kenwood .dln-wishProd--outOfStock .dln-wishProd__data .dln-btn:last-child:hover {
        border-color: var(--brand-01);
        background: var(--brand-01);
        color: var(--brand-03)
    }
}

.dln-kenwood .dln-wishProd--profile .dln-wishProd__name {
    border-bottom: none
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) {
        padding: 0 0 30px
    }

    .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__data {
        min-height: auto
    }

    .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__imgLink {
        height: 250px;
        margin: 0 0 20px
    }

    .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__imgWrap {
        height: 100%
    }

    .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__imgWrap > img {
        max-width: 100%;
        -o-object-fit: none;
        object-fit: none;
        margin: 0 auto
    }

    .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__priceWrap {
        margin: 0
    }

    .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btn, .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btnTextIcon {
        margin: 20px auto 0
    }

    .dln-kenwood .dln-wishProd:not(.dln-wishProd--profile) .dln-btn--link {
        margin: 0
    }

    .dln-kenwood .dln-wishProd .dln-btn, .dln-kenwood .dln-wishProd .dln-btnTextIcon {
        margin: 30px auto 0
    }

    .dln-kenwood .dln-wishProd__data, .dln-kenwood .dln-wishProd__priceWrap {
        text-align: center;
        display: block;
        margin-top: 8px
    }
}

.dln-delonghi .dln-wishProd {
    height: auto;
    border: none
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-wishProd:not(.dln-wishProd--profile) {
        padding: 0 0 30px
    }

    .dln-delonghi .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__data {
        min-height: auto
    }

    .dln-delonghi .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__imgLink {
        height: 110px;
        margin: 0 0 20px
    }

    .dln-delonghi .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__imgWrap {
        height: 110px
    }

    .dln-delonghi .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__img {
        margin: 0 auto
    }

    .dln-delonghi .dln-wishProd:not(.dln-wishProd--profile) .dln-wishProd__priceWrap {
        margin: 0
    }

    .dln-delonghi .dln-wishProd:not(.dln-wishProd--profile) .dln-btn, .dln-delonghi .dln-wishProd:not(.dln-wishProd--profile) .dln-btnTextIcon {
        margin: 20px auto 0
    }

    .dln-delonghi .dln-wishProd:not(.dln-wishProd--profile) .dln-btn--link {
        margin: 0
    }

    .dln-delonghi .dln-wishProd .dln-btn, .dln-delonghi .dln-wishProd .dln-btnTextIcon {
        margin: 13px auto 0
    }

    .dln-delonghi .dln-wishProd__data, .dln-delonghi .dln-wishProd__priceWrap {
        display: block;
        text-align: center;
        margin-top: 8px
    }

    .dln-delonghi .dln-wishProd__priceWrap {
        margin-bottom: 0
    }
}

.dln-delonghi .dln-wishProd:hover {
    border: none
}

.dln-delonghi .dln-wishProd__imgWrap {
    background-color: transparent
}

.dln-delonghi .dln-wishProd .dln-btnTextIcon {
    width: 124px;
    border-radius: 3px;
    background: var(--brand-01);
    transition: opacity .3s ease 0s;
    padding: 0;
    box-sizing: border-box
}

.dln-delonghi .dln-wishProd .dln-btnTextIcon .dln-btnTextIcon__iconWrap {
    display: none
}

.dln-delonghi .dln-wishProd .dln-btnTextIcon .dln-btnTextIcon__text {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    max-width: none;
    height: auto;
    line-height: 24px;
    font-size: 1.125rem;
    color: var(--brand-03);
    margin: 0
}

.dln-delonghi .dln-wishProd .dln-btnTextIcon:hover {
    opacity: .8
}

.dln-delonghi .dln-wishProd .dln-btn--stroked {
    width: 124px;
    min-width: 0;
    padding: 0;
    box-sizing: border-box
}

.dln-delonghi .dln-wishProd .dln-btn--link {
    margin: 0 24px 0 0
}

.dln-delonghi .dln-wishProd__name {
    font-weight: 500;
    line-height: 19px;
    padding: 0;
    margin: 0 0 16px
}

.dln-delonghi .dln-wishProd__name, .dln-delonghi .dln-wishProd__price {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-style: normal;
    font-size: 1.1875rem
}

.dln-delonghi .dln-wishProd__price {
    font-weight: 400;
    line-height: 18px;
    color: var(--brand-04)
}

.dln-delonghi .dln-wishProd__priceWrap {
    margin-bottom: 28px
}

.dln-delonghi .dln-wishProd__price--discounted {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    font-size: 1rem;
    color: var(--ui-02);
    text-decoration: line-through;
    margin: 0 14px 0 0
}

.dln-delonghi .dln-wishProd__price--discounted:after {
    content: none
}

.dln-delonghi .dln-wishProd__priceDiscounted {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    font-size: 1.1875rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-wishProd__outOfStock {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: .75rem;
    color: var(--brand-03);
    text-transform: uppercase;
    border-radius: 2px;
    background: var(--ui-02);
    padding: 0 10px
}

.dln-delonghi .dln-wishProd:hover {
    border-color: var(--brand-04)
}

.dln-delonghi .dln-wishProd--outOfStock .dln-wishProd__img {
    opacity: 1
}

.dln-delonghi .dln-wishProd--outOfStock .dln-wishProd__name {
    color: var(--brand-04)
}

.dln-delonghi .dln-wishProd .dln-wishProd__name {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 19px;
    font-size: 1.1875rem;
    border-bottom: none
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-wishProd .dln-wishProd__name {
        line-height: 16px;
        font-size: 1rem
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-wishProd {
        padding-top: 10px !important
    }

    .dln-delonghi .dln-wishProd .dln-btn.dln-btn--link {
        display: flex;
        justify-content: center;
        width: 24px;
        height: 24px;
        right: 0;
        top: 0;
        z-index: 10
    }

    .dln-delonghi .dln-wishProd .dln-btn.dln-btn--link:before {
        content: "g";
        width: auto !important;
        height: auto !important;
        font-size: 1.5rem;
        color: var(--brand-04)
    }

    .dln-delonghi .dln-wishProd .dln-image > img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .dln-delonghi .dln-wishProd .dln-wishProd__name {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-wishProd .dln-wishProd__outOfStock {
        width: 100px;
        margin: 0 auto;
        box-sizing: border-box
    }

    .dln-delonghi .dln-wishProd .dln-btnTextIcon {
        margin-top: 11px !important
    }
}

.dln-persDataRecap {
    width: 100%;
    padding: 16px 24px 24px;
    border: 1px solid var(--ui-01);
    display: flex;
    flex-wrap: wrap
}

.dln-persDataRecap__wrap {
    width: 100%;
    padding: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 140px;
    overflow: hidden
}

.dln-persDataRecap__wrap .dln-inputs {
    margin: 0 24px 16px 0;
    width: calc(50% - 24px);
    overflow: hidden
}

.dln-persDataRecap__wrap .dln-select {
    margin: 0 24px 16px 0;
    width: calc(50% - 24px);
    max-width: none
}

.dln-persDataRecap__wrap .dln-select .dln-select__head {
    border-color: var(--ui-02)
}

.dln-persDataRecap .dln-btn {
    margin: 0 0 0 auto
}

.dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select {
    opacity: 1;
    margin: 0 24px 16px 0;
    width: calc(50% - 16px);
    max-width: none;
    display: inline-flex
}

.dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select .dln-select__container {
    width: 50%;
    opacity: 1;
    height: auto
}

.dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select .dln-select__head {
    padding: 0;
    border-width: 0
}

.dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select .dln-select__arrow {
    display: none
}

.dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select .dln-select__value {
    font-size: 13px;
    line-height: 125%;
    color: var(--brand-04);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select .dln-select__lbl {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    order: -1;
    color: var(--brand-02);
    font-size: 13px;
    line-height: 125%
}

.dln-persDataRecap--editing .dln-persDataRecap__wrap {
    max-height: 236px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-persDataRecap__wrap {
        flex-direction: row;
        max-height: none;
        overflow: auto
    }

    .dln-persDataRecap__wrap .dln-inputs {
        width: 100%;
        max-width: none;
        margin: 0 0 16px !important
    }

    .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__input, .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__lbl {
        width: 100%;
        max-width: none;
        padding: 0
    }

    .dln-persDataRecap__wrap .dln-select {
        width: 100%;
        max-width: none;
        padding: 0;
        margin: 0 0 16px !important
    }

    .dln-persDataRecap--editing .dln-persDataRecap__wrap {
        max-height: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-persDataRecap {
        width: calc(100% - 50px)
    }

    .dln-persDataRecap__wrap {
        flex-direction: row;
        max-height: none;
        overflow: auto
    }

    .dln-persDataRecap__wrap .dln-inputs {
        width: 100%;
        flex-wrap: nowrap;
        max-width: none;
        margin: 0 0 16px !important
    }

    .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__input, .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__lbl {
        width: auto;
        max-width: none;
        padding: 0;
        max-width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__lbl {
        margin-right: 4px
    }

    .dln-persDataRecap__wrap .dln-select {
        width: 100%;
        max-width: none;
        padding: 0;
        margin: 0 0 16px !important
    }

    .dln-persDataRecap--editing .dln-persDataRecap__wrap {
        max-height: none
    }
}

.dln-kenwood .dln-persDataRecap {
    padding: 20px 22px
}

.dln-kenwood .dln-persDataRecap .dln-inputs, .dln-kenwood .dln-persDataRecap .dln-persDataRecap {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs, .dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select {
    margin: 0 24px 24px 0
}

.dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs .dln-select__container, .dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select .dln-select__container {
    font-size: 14px;
    line-height: 20px;
    flex: 1
}

.dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs .dln-select__container .dln-select__head .dln-select__value, .dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select .dln-select__container .dln-select__head .dln-select__value {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs input, .dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select input {
    display: inline-flex;
    flex: 1;
    order: 0;
    width: auto;
    border: 0;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs label, .dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select label {
    display: inline-flex;
    order: -1;
    align-items: center;
    width: auto;
    max-width: 50%;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs label:after, .dln-kenwood .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select label:after {
    content: ":"
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__lbl {
        margin: 0 8px 0 0
    }

    .dln-kenwood .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__input, .dln-kenwood .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__lbl {
        width: auto
    }
}

.dln-delonghi .dln-persDataRecap .dln-inputs {
    overflow: visible
}

.dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) {
    padding: 15px 20px 20px
}

.dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap {
    padding: 0
}

.dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs {
    margin: 0 24px 16px 0;
    width: calc(50% - 24px);
    overflow: hidden
}

.dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled, .dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select.dln-select--disabled {
    order: 0;
    width: auto;
    border: 0;
    height: auto;
    padding: 0;
    margin: 0;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 30px;
    color: var(--brand-04)
}

@media only screen and (max-width: 900px) {
    .dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled, .dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select.dln-select--disabled {
        width: 100%;
        margin: 0 !important
    }
}

.dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__lbl, .dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-select__lbl, .dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select.dln-select--disabled .dln-inputs__lbl, .dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select.dln-select--disabled .dln-select__lbl {
    opacity: 1;
    line-height: normal;
    height: auto;
    padding: 0;
    margin: 0 10px 0 0;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 30px
}

.dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-inputs__input, .dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-inputs.dln-inputs--disabled .dln-select__value, .dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select.dln-select--disabled .dln-inputs__input, .dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select.dln-select--disabled .dln-select__value {
    opacity: 1;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    line-height: 30px
}

.dln-delonghi .dln-persDataRecap:not(.dln-persDataRecap--editing) .dln-persDataRecap__wrap .dln-select.dln-select--disabled .dln-select__head {
    height: auto
}

.dln-recipe {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    transition: border-color .12s linear;
    cursor: pointer
}

.dln-recipe:hover {
    border-color: var(--ui-02)
}

.dln-recipe:hover .dln-recipe__title {
    border-color: var(--ui-01)
}

.dln-recipe__img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 0;
    background: var(--ui-03);
    padding: 0 0 100%;
    margin: 0 0 10px;
    position: relative
}

.dln-recipe__img .dln-btnIcon--delete {
    width: auto;
    margin: 5px 5px 0 auto
}

.dln-recipe__img .dln-btnIcon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10
}

.dln-recipe__img .dln-btnIcon .dln-icn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: var(--ui-07);
    border-radius: 50%;
    background-color: var(--ui-03)
}

.dln-recipe__img .dln-btnIcon--bookmark-active .dln-icn {
    color: var(--support-02)
}

.dln-recipe__img picture {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    z-index: 0
}

.dln-recipe__title {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    margin: 0 0 13px;
    overflow: hidden
}

.dln-recipe__title a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    color: var(--brand-01);
    text-decoration: none
}

.dln-recipe__details {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    justify-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 16px;
    font-size: 14px;
    color: var(--brand-02);
    margin-top: auto
}

.dln-recipe__details .dln-icn {
    height: 22px;
    line-height: normal;
    font-size: 22px;
    margin-right: 7px
}

.dln-recipe__details .dln-recipe__detail {
    display: flex;
    align-items: center;
    align-content: center;
    width: auto;
    line-height: 22px;
    margin-bottom: 8px
}

.dln-recipe__details .dln-recipe__detail--difficultyLevel {
    color: var(--ui-07);
    margin-right: 24px
}

.dln-recipe__details .dln-recipe__detail--preparationTime, .dln-recipe__details .dln-recipe__detail .dln-icn {
    color: var(--ui-07)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-recipe__title a {
        line-height: 19px;
        font-size: 15px
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe__img .dln-btnIcon {
        top: 10px;
        right: 10px
    }

    .dln-recipe__title a {
        font-size: 13px;
        line-height: 16px
    }

    .dln-recipe__details .dln-recipe__detail {
        width: 100%;
        font-size: 13px
    }

    .dln-recipe__details .dln-recipe__detail--preparationTime {
        margin-bottom: 0
    }
}

.dln-kenwood .dln-recipe:hover {
    border-color: var(--brand-04)
}

.dln-kenwood .dln-recipe:hover .dln-recipe__title {
    border-width: 0
}

.dln-kenwood .dln-recipe__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 15px 0 10px;
    height: auto
}

.dln-kenwood .dln-recipe__title a {
    line-height: 17px;
    font-size: 14px !important;
    color: var(--brand-04) !important;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dln-kenwood .dln-recipe__topic {
    font-size: 12px;
    color: var(--ui-07)
}

.dln-kenwood .dln-recipe__img {
    height: 170px;
    background: transparent;
    margin-bottom: 0
}

.dln-kenwood .dln-recipe__img .dln-btnIcon {
    top: 10px;
    right: 10px;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: 50%
}

.dln-kenwood .dln-recipe__img .dln-btnIcon .dln-btnIcon__wrap .dln-icn {
    width: 40px;
    height: 40px;
    font-size: 24px
}

.dln-kenwood .dln-recipe__img .dln-btnIcon--bookmark-active .dln-btnIcon__wrap .dln-icn {
    font-size: 0
}

.dln-kenwood .dln-recipe__img .dln-btnIcon--bookmark-active .dln-btnIcon__wrap .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "c";
    font-size: 24px;
    color: var(--brand-01);
    line-height: 40px
}

.dln-kenwood .dln-recipe__img .dln-btnIcon--inactive .dln-btnIcon__wrap .dln-icn {
    font-size: 0
}

.dln-kenwood .dln-recipe__img .dln-btnIcon--inactive .dln-btnIcon__wrap .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "c";
    font-size: 24px;
    color: var(--brand-01);
    line-height: 40px
}

.dln-kenwood .dln-recipe__img .dln-btnIcon--delete {
    display: inline-flex;
    align-items: center
}

.dln-kenwood .dln-recipe__img .dln-btnIcon--delete .dln-btnIcon__wrap {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    border-radius: 50%
}

.dln-kenwood .dln-recipe__img .dln-icn {
    color: var(--brand-01);
    font-size: 24px;
    background-color: transparent;
    background: none;
    width: 40px;
    height: 40px
}

.dln-kenwood .dln-recipe__img .dln-icn:before {
    color: var(--brand-03);
    font-size: 18px
}

.dln-kenwood .dln-recipe__detail {
    font-size: 12px !important
}

.dln-kenwood .dln-recipe .dln-image {
    border-radius: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-recipe__img {
        height: auto
    }

    .dln-kenwood .dln-recipe__img .dln-icn {
        width: 40px;
        height: 40px
    }

    .dln-kenwood .dln-recipe__img .dln-icn:before {
        font-size: 20px
    }

    .dln-kenwood .dln-recipe__title {
        font-size: 13px;
        padding: 10px 0
    }

    .dln-kenwood .dln-recipe__title > a {
        text-overflow: clip;
        white-space: normal;
        overflow: initial
    }
}

.dln-delonghi .dln-recipe {
    max-width: none
}

.dln-delonghi .dln-recipe__img {
    margin: 0;
    padding: 0;
    height: 0;
    padding-bottom: 100% !important
}

.dln-delonghi .dln-recipe__img .dln-image {
    border-radius: 0
}

.dln-delonghi .dln-recipe__img .dln-btnIcon {
    margin: 0 0 0 auto
}

.dln-delonghi .dln-recipe__img .dln-btnIcon .dln-icn {
    background-color: #fff;
    color: var(--brand-01);
    width: 40px;
    height: 40px
}

.dln-delonghi .dln-recipe__img .dln-btnIcon .dln-icn:before {
    font-size: 1.25rem
}

.dln-delonghi .dln-recipe__img .dln-btnIcon--bookmark-active .dln-icn {
    color: var(--brand-01)
}

.dln-delonghi .dln-recipe__img .dln-btnIcon--close .dln-icn {
    color: var(--ui-02)
}

.dln-delonghi .dln-recipe__title {
    margin: 16px 0
}

.dln-delonghi .dln-recipe__title a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3125rem;
    line-height: 1.14;
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe__title {
        font-size: 1.125rem;
        line-height: 20px;
        margin-top: 8px;
        margin-bottom: 12px
    }
}

.dln-delonghi .dln-recipe__details {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--ui-02)
}

.dln-orderRev {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid transparent;
    transition: border-color .12s linear;
    padding: 10px;
    position: relative
}

.dln-orderRev:hover {
    border-color: var(--ui-02)
}

.dln-orderRev__itemPic {
    display: inline-flex;
    align-items: center;
    width: 180px;
    height: auto;
    max-height: 142px;
    margin: 0 16px 0 0;
    position: relative;
    z-index: 1
}

.dln-orderRev__itemPic:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.dln-orderRev__itemPic > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dln-orderRev__detailsTitle {
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    font-size: 15px;
    text-overflow: ellipsis;
    margin: 0 0 4px;
    overflow: hidden
}

.dln-orderRev__reviewTitle {
    display: none
}

.dln-orderRev .dln-price {
    display: inline-flex;
    width: auto;
    height: 16px;
    max-height: none;
    line-height: 16px;
    margin: 4px 0 0
}

.dln-orderRev .dln-price:after {
    background-color: var(--brand-02)
}

.dln-orderRev .dln-price--oldPrice {
    color: var(--brand-02);
    margin: 4px 8px 0 0
}

.dln-orderRev__delivery {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: var(--brand-02);
    text-align: right;
    padding: 4px 0 0;
    margin: 0 0 0 auto
}

.dln-orderRev__content {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: calc(100% - 196px);
    padding: 8px 0 0
}

.dln-orderRev__details {
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 8px
}

.dln-orderRev__details, .dln-orderRev__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-orderRev__wrap:nth-of-type(2) {
    align-items: flex-end
}

.dln-orderRev__rating {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto 8px 0
}

.dln-orderRev__rating .dln-icn {
    color: #ffd446
}

.dln-orderRev__actions {
    display: flex;
    align-self: flex-end;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
    margin: 16px 0 0
}

.dln-orderRev__actions .dln-btn {
    width: auto;
    min-width: 180px;
    margin: 0
}

.dln-orderRev__actions .dln-btn.dln-btn--link {
    margin: 0 16px 0 auto
}

.dln-orderRev__actions .dln-btn.dln-btn--action-done {
    width: auto;
    pointer-events: none
}

.dln-orderRev__actions .dln-btn:not(:last-child) {
    min-width: 0;
    margin: 0 auto 0 0
}

.dln-orderRev--productReview .dln-orderRev__delivery {
    margin: 0 0 10px
}

.dln-orderRev--productReview .dln-orderRev__actions .dln-btn--stroked {
    width: 184px
}

.dln-orderRev--productReview .dln-orderRev__actions .dln-btn--link {
    align-self: flex-end;
    min-width: 0;
    margin: 0 auto 0 0
}

.dln-orderRev__productCode {
    font-size: 15px;
    line-height: 125%;
    width: 100%;
    margin: 0 0 10px
}

.dln-orderRev--cart-order .dln-orderRev__content {
    padding: 0
}

.dln-orderRev--cart-order .dln-orderRev__details {
    -ms-grid-row-align: auto;
    align-self: auto;
    width: auto;
    max-width: 60%;
    border: none;
    padding: 0;
    margin: 0 auto 0 0
}

.dln-orderRev--cart-order .dln-orderRev__wrap--main {
    margin: 0 0 16px
}

.dln-orderRev--cart-order .dln-orderRev__actions {
    display: flex;
    align-self: auto;
    flex-wrap: wrap;
    width: auto;
    max-width: 40%;
    margin: 0 0 0 auto
}

@media only screen and (min-width: 599px) {
    .dln-orderRev--cart-order .dln-orderRev__actions {
        text-align: right
    }
}

.dln-orderRev--cart-order .dln-orderRev__actions .dln-btn {
    display: block;
    width: 100%;
    margin: 0 0 10px
}

.dln-orderRev--returned .dln-orderRev__actions {
    width: 40%
}

.dln-orderRev--returned .dln-orderRev__actions .dln-btn {
    width: 184px
}

.dln-orderRev--returned .dln-orderRev__howItWorks {
    display: inline-flex;
    width: 88px;
    color: var(--brand-01);
    text-decoration: underline;
    border: none;
    background: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 10px 48px 0 auto
}

.dln-orderRev--simpleview .dln-orderRev__content {
    align-content: center;
    padding: 0
}

.dln-orderRev--simpleview .dln-orderRev__details {
    border-bottom: none;
    padding: 0
}

.dln-orderRev--registeredproduct {
    border-width: 0;
    padding: 0
}

.dln-orderRev--registeredproduct:hover {
    border-width: 0
}

.dln-orderRev--registeredproduct .dln-orderRev__details {
    padding: 0 0 16px
}

.dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--main {
    margin: 0 0 16px
}

.dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links, .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--registeredproduct {
    width: 50%
}

.dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links {
    display: inline-block;
    width: auto;
    text-align: right;
    margin: 0 0 0 auto
}

.dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link {
    display: block;
    text-align: right
}

.dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap .dln-orderRev__purchaseDate {
    width: 100%;
    color: var(--brand-02);
    margin: 0 0 4px
}

.dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap .dln-orderRev__purchaseDate b {
    color: var(--brand-04)
}

.dln-orderRev--registeredproduct .dln-orderRev__actions {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links {
    display: inline-block;
    width: auto;
    max-width: calc(100% - 100px);
    text-align: right;
    margin: 0 auto 0 0
}

.dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links:last-of-type {
    width: 60%;
    margin: 0
}

.dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links .dln-btn {
    width: calc(50% - 16px);
    min-width: auto
}

.dln-orderRev--productDescription {
    display: inline-block;
    padding: 10px
}

.dln-orderRev--productDescription .dln-orderRev__content {
    display: block;
    width: calc(100% - 196px);
    float: left
}

.dln-orderRev--productDescription .dln-orderRev__details {
    border: none;
    padding: 0
}

.dln-orderRev--productDescription .dln-orderRev__itemPic {
    display: block;
    width: 180px;
    float: left
}

.dln-orderRev--productDescription .dln-orderRev__detailsTitle {
    width: calc(50% - 20px);
    margin: 0 20px 0 0
}

.dln-orderRev--productDescription .dln-orderRev__sku {
    font-size: 13px;
    line-height: 125%;
    font-size: 14px;
    color: var(--brand-02)
}

.dln-orderRev--productDescription .dln-orderRev__desc {
    font-size: 13px;
    line-height: 125%;
    display: block;
    width: calc(100% - 400px);
    font-size: 12px;
    color: var(--brand-02);
    float: left;
    margin: 16px 24px 0 0
}

.dln-orderRev--productDescription > .dln-btn {
    display: block;
    width: 180px;
    float: left;
    margin: 16px 0 0
}

.dln-orderRev--productDescription .dln-orderRev__actions {
    width: 100%;
    max-width: 180px
}

.dln-orderRev--productDescription .dln-orderRev__actions .dln-btn {
    margin: 0
}

.dln-orderRev-input-wrapper {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px
}

.dln-orderRev-input-wrapper--notReturnable > .dln-checkbox {
    opacity: 0;
    pointer-events: none
}

.dln-orderRev-input-wrapper + .dln-orderRev-input-wrapper {
    border-top: 1px solid #e6e6e6
}

.dln-orderRev-input-wrapper__single-item-content {
    flex: 0 0 calc(33.33% - 15px);
    align-self: flex-start
}

.dln-orderRev-input-wrapper .dln-orderRev {
    flex: 0 0 calc(66.66% - 15px)
}

.dln-orderRev-input-wrapper .dln-orderRev__wrap {
    margin-bottom: 15px
}

.dln-orderRev-input-wrapper .dln-orderRev__detailsTitle {
    width: 100%
}

.dln-orderRev-input-wrapper .dln-orderRev {
    padding: 0
}

.dln-orderRev-input-wrapper .dln-orderRev:hover {
    border-color: transparent
}

.dln-orderRev-input-wrapper__select-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.dln-orderRev-input-wrapper__select-quantity .dln-inputIncr {
    max-width: 120px;
    border: 1px solid #e6e6e6;
    border-radius: 22.5px;
    padding: 10px 20px;
    margin-left: 20px
}

.dln-orderRev-input-wrapper__single-item-content.-notReturnable .dln-orderRev-input-wrapper__select-motivation {
    pointer-events: none
}

.dln-orderRev-input-wrapper__single-item-content.-notReturnable .dln-orderRev__notReturnSel {
    width: 100%;
    color: var(--ui-02);
    border: 1px solid var(--ui-01);
    background-color: var(--brand-03);
    padding: 12px 16px;
    box-sizing: border-box
}

.dln-orderRev-input-wrapper__single-item-content.-notReturnable .dln-orderRev__notReturnBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-orderRev-input-wrapper__single-item-content.-notReturnable .dln-orderRev__notReturnBox .dln-orderRev__notReturnText {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    padding: 15px 0 20px
}

.dln-orderRev-input-wrapper__single-item-content.-notReturnable .dln-orderRev__notReturnBox .dln-btn {
    width: 184px;
    margin: 0 0 0 auto
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-orderRev__actions .dln-btn {
        max-width: calc(50% - 16px)
    }

    .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links .dln-btn {
        min-width: calc(50% - 16px)
    }

    .dln-orderRev--productDescription {
        padding: 0 0 24px;
        margin: 0 0 24px;
        border-width: 0
    }

    .dln-orderRev--productDescription:hover {
        border-width: 0
    }

    .dln-orderRev--productDescription .dln-orderRev__content {
        width: calc(100% - 136px);
        padding: 16px 0 0
    }

    .dln-orderRev--productDescription .dln-orderRev__itemPic {
        width: 120px
    }

    .dln-orderRev--productDescription .dln-orderRev__desc {
        margin: 16px 16px 0 0;
        width: calc(100% - 116px)
    }

    .dln-orderRev--productDescription .dln-orderRev__detailsTitle {
        width: calc(100% - 140px)
    }

    .dln-orderRev--productDescription .dln-orderRev__sku {
        width: 120px
    }

    .dln-orderRev--productDescription > .dln-btn {
        width: 100px;
        margin: 16px 0 0
    }

    .dln-orderRev--productDescription .dln-orderRev__actions {
        width: 100%;
        max-width: 180px
    }

    .dln-orderRev--productDescription .dln-orderRev__actions .dln-btn {
        margin: 0
    }

    .dln-orderRev--returned .dln-orderRev__actions > .dln-btn {
        max-width: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-orderRev {
        border-width: 0 0 1px;
        padding: 10px;
        margin: 0 0 8px
    }

    .dln-orderRev, .dln-orderRev:hover {
        border-color: var(--ui-01)
    }

    .dln-orderRev__itemPic {
        width: 100%;
        height: 206px;
        margin: 0
    }

    .dln-orderRev__itemPic img {
        margin: 0 auto
    }

    .dln-orderRev__price {
        width: 100%
    }

    .dln-orderRev__content {
        width: 100%;
        text-align: center
    }

    .dln-orderRev__delivery {
        text-align: center;
        margin: 0 0 4px !important
    }

    .dln-orderRev .dln-price--oldPrice {
        margin: 0 4px 0 auto
    }

    .dln-orderRev .dln-price--discounted {
        margin: 0 auto 0 0
    }

    .dln-orderRev__details {
        border: none;
        padding: 0 0 16px
    }

    .dln-orderRev__detailsTitle {
        font-size: 13px;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal
    }

    .dln-orderRev__wrap {
        width: 100%;
        margin: 0 0 4px
    }

    .dln-orderRev__wrap:nth-of-type(2) {
        margin: 0
    }

    .dln-orderRev .dln-ratingStars, .dln-orderRev__rating {
        margin: 0 auto
    }

    .dln-orderRev__actions {
        flex-wrap: wrap
    }

    .dln-orderRev__actions .dln-btn {
        max-width: 100%;
        margin: 0
    }

    .dln-orderRev__actions .dln-btn:first-child {
        margin: 16px 0 8px
    }

    .dln-orderRev__actions {
        justify-content: center
    }

    .dln-orderRev__actions .dln-btn--link {
        order: 2
    }

    .dln-orderRev__actions .dln-btn--stroked {
        width: 100% !important;
        order: 1
    }

    .dln-orderRev--cart-order .dln-orderRev__quantity {
        width: 100%;
        text-align: center
    }

    .dln-orderRev--cart-order .dln-orderRev__content {
        padding: 8px 0 0
    }

    .dln-orderRev--cart-order .dln-orderRev__details {
        width: 100%;
        max-width: 100%;
        -ms-grid-row-align: auto;
        align-self: auto;
        margin: 0
    }

    .dln-orderRev--cart-order .dln-orderRev__wrap--main {
        margin: 0 0 16px
    }

    .dln-orderRev--cart-order .dln-orderRev__actions {
        width: 100%;
        max-width: 100%;
        margin: 16px 0 0
    }

    .dln-orderRev--cart-order .dln-orderRev__actions .dln-btn {
        display: block;
        margin: 0 0 10px
    }

    .dln-orderRev--registeredproduct {
        border-width: 0 0 1px !important
    }

    .dln-orderRev--registeredproduct .dln-orderRev__details {
        padding: 0
    }

    .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--registeredproduct {
        border-bottom: 1px solid var(--ui-01);
        width: 100%;
        padding: 0 0 16px;
        margin: 0 0 16px
    }

    .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link {
        margin: 0 auto 0 0
    }

    .dln-orderRev--registeredproduct .dln-orderRev__actions, .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link:last-of-type {
        margin: 0
    }

    .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links {
        width: 100%;
        max-width: none;
        display: flex;
        flex-wrap: wrap
    }

    .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links:last-of-type {
        order: -1;
        margin: 0 0 24px;
        width: 100%
    }

    .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links .dln-btn--link {
        margin: 0 auto 0 0;
        min-width: auto
    }

    .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links .dln-btn--link:last-of-type {
        margin: 0
    }

    .dln-orderRev--productDescription {
        padding: 0 0 24px;
        margin: 0 0 24px
    }

    .dln-orderRev--productDescription .dln-orderRev__content {
        width: calc(100% - 106px);
        text-align: left;
        padding: 0
    }

    .dln-orderRev--productDescription .dln-orderRev__content .dln-orderRev__details {
        height: 90px;
        padding-right: 8px;
        align-items: flex-start;
        text-align: left
    }

    .dln-orderRev--productDescription .dln-orderRev__itemPic {
        width: 90px;
        height: 90px;
        margin: 0 16px 0 0
    }

    .dln-orderRev--productDescription .dln-orderRev__sku {
        margin: 0
    }

    .dln-orderRev--productDescription .dln-orderRev__detailsTitle {
        width: 100%;
        margin: 0 0 16px;
        font-size: 14px
    }

    .dln-orderRev--productDescription .dln-orderRev__desc {
        margin: 16px 24px 0 0;
        width: calc(100% - 124px)
    }

    .dln-orderRev--productDescription > .dln-btn {
        width: 100px;
        margin: 16px 0 0
    }

    .dln-orderRev--returned .dln-orderRev__actions .dln-orderRev__howItWorks {
        margin: 0 auto
    }

    .dln-orderRev-input-wrapper {
        align-items: flex-start;
        justify-content: flex-end;
        flex-wrap: wrap
    }

    .dln-orderRev-input-wrapper__single-item-content {
        flex: 0 0 calc(100% - 30px);
        margin-top: 30px
    }

    .dln-orderRev-input-wrapper__select-motivation, .dln-orderRev-input-wrapper__select-quantity {
        margin-left: 10px
    }

    .dln-orderRev-input-wrapper__select-motivation .dln-select, .dln-orderRev-input-wrapper__select-quantity .dln-select {
        max-width: 100%
    }

    .dln-orderRev-input-wrapper .dln-checkbox {
        flex: 0;
        margin-top: 28px
    }

    .dln-orderRev-input-wrapper .dln-orderRev {
        flex: 0 0 calc(100% - 30px)
    }

    .dln-orderRev-input-wrapper__single-item-content.-notReturnable .dln-orderRev__notReturnSel {
        margin: 0
    }

    .dln-orderRev-input-wrapper__single-item-content.-notReturnable .dln-orderRev__notReturnBox .dln-btn {
        width: calc(100% - 40px);
        margin: 0 auto 0 0
    }
}

.dln-kenwood .dln-orderRev:hover {
    border-color: var(--brand-04)
}

.dln-kenwood .dln-orderRev .dln-orderRev__content {
    padding: 0
}

.dln-kenwood .dln-orderRev .dln-orderRev__details {
    -ms-grid-row-align: auto;
    align-self: auto;
    width: auto;
    max-width: 60%;
    border: none;
    padding: 0;
    margin: 0 auto 0 0
}

.dln-kenwood .dln-orderRev .dln-orderRev__detailsTitle {
    font-size: 14px
}

.dln-kenwood .dln-orderRev .dln-orderRev__reviewTitle {
    width: 100%;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    display: initial
}

.dln-kenwood .dln-orderRev .dln-price--oldPrice {
    color: #6b6b6b
}

.dln-kenwood .dln-orderRev .dln-orderRev__wrap--main {
    margin: 0 0 16px
}

.dln-kenwood .dln-orderRev .dln-orderRev__actions {
    display: block;
    -ms-grid-row-align: auto;
    align-self: auto;
    width: auto;
    max-width: 40%;
    margin: 0 0 0 auto
}

.dln-kenwood .dln-orderRev .dln-orderRev__actions .dln-btn {
    display: block;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    margin: 0 0 10px
}

.dln-kenwood .dln-orderRev .dln-orderRev__delivery {
    text-align: left
}

.dln-kenwood .dln-orderRev .dln-orderRev__itemPic {
    max-height: none;
    width: auto
}

.dln-kenwood .dln-orderRev .dln-orderRev__itemPic > img {
    -o-object-fit: none;
    object-fit: none
}

.dln-kenwood .dln-orderRev--productDescription {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-height: 150px;
    border: none;
    padding: 0 196px;
    position: relative
}

.dln-kenwood .dln-orderRev--productDescription .dln-orderRev__itemPic {
    position: absolute;
    top: calc(50% - 75px);
    left: 0
}

.dln-kenwood .dln-orderRev--productDescription .dln-orderRev__content {
    width: 100%;
    float: none
}

.dln-kenwood .dln-orderRev--productDescription .dln-orderRev__content .dln-orderRev__details {
    width: 100%;
    max-width: none
}

.dln-kenwood .dln-orderRev--productDescription .dln-orderRev__content .dln-orderRev__wrap--main {
    margin: 0
}

.dln-kenwood .dln-orderRev--productDescription .dln-orderRev__content .dln-orderRev__detailsTitle {
    width: 100%;
    padding: 0;
    margin: 0
}

.dln-kenwood .dln-orderRev--productDescription .dln-orderRev__sku {
    display: none
}

.dln-kenwood .dln-orderRev--productDescription .dln-orderRev__desc {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    margin: 8px 0 0;
    color: var(--brand-04)
}

.dln-kenwood .dln-orderRev--productDescription .dln-btn--productDescription {
    color: var(--brand-01);
    border: 1px solid var(--brand-01);
    background-color: var(--brand-03);
    margin: 0;
    position: absolute;
    top: calc(50% - 22.5px);
    right: 0
}

.dln-kenwood .dln-orderRev--productDescription .dln-btn--productDescription:hover {
    color: var(--brand-03);
    background-color: var(--brand-01) !important
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__content {
    margin-top: 10px
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details {
    flex-direction: column;
    display: flex;
    height: 100%;
    padding-right: 10px
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap .dln-orderRev__purchaseDate b {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--registeredproduct {
    width: 100%
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links {
    margin-top: auto;
    width: 100%;
    text-align: left
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link {
    display: inline-flex;
    width: auto;
    text-align: left;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 20px
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link + .dln-btn--link {
    margin-left: 31px
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions {
    flex-direction: column-reverse;
    display: flex;
    height: 100%
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap {
    display: flex;
    max-width: none;
    width: 100%
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links {
    margin-top: auto
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap:first-of-type {
    align-content: flex-end;
    flex-direction: row-reverse
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap:first-of-type .dln-btn--link + .dln-btn--link {
    margin-right: 31px
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap:nth-of-type(2) {
    flex-direction: column-reverse
}

.dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap .dln-btn--link {
    display: inline-flex;
    width: auto;
    text-align: left;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-orderRev {
        border-width: 0
    }

    .dln-kenwood .dln-orderRev .dln-orderRev__itemPic {
        width: auto;
        position: relative;
        height: auto
    }

    .dln-kenwood .dln-orderRev .dln-orderRev__content {
        margin-left: 0;
        width: calc(100% - 120px);
        padding: 0
    }

    .dln-kenwood .dln-orderRev .dln-orderRev__detailsTitle {
        margin: 0 0 8px
    }

    .dln-kenwood .dln-orderRev .dln-orderRev__reviewTitle {
        margin-top: 8px
    }

    .dln-kenwood .dln-orderRev .dln-orderRev__details {
        width: 100%;
        max-width: 100%
    }

    .dln-kenwood .dln-orderRev .dln-orderRev__delivery {
        text-align: center
    }

    .dln-kenwood .dln-orderRev .dln-orderRev__actions {
        margin-top: 16px;
        width: 100%;
        max-width: 100%
    }

    .dln-kenwood .dln-orderRev .dln-orderRev__actions .dln-btn {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev {
        margin: 0;
        padding: 29px 0 30px
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev:first-of-type {
        padding-top: 0
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev:last-of-type {
        border-bottom: 0;
        padding-bottom: 0
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__itemPic {
        width: 100%;
        padding: 0
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__itemPic img {
        max-width: 100%
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__content {
        width: 100%
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__wrap--main {
        margin: 0 0 10px
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__wrap--registeredproduct {
        border-bottom: 0;
        padding: 0;
        margin: 0 0 40px
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__detailsTitle {
        margin: 0
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions, .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details {
        height: auto;
        width: 100%;
        max-width: 100%
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details {
        padding-right: 0
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links {
        display: block
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link {
        display: block;
        text-align: center;
        margin: 0 0 10px
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link + .dln-btn--link {
        margin-left: 0
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions {
        flex-direction: column;
        width: auto;
        margin: 20px auto 0
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-btn:first-child {
        margin: 0
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap:first-of-type .dln-btn--link {
        display: inline-block;
        width: 50%;
        text-align: right;
        text-align-last: right
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap:first-of-type .dln-btn--link + .dln-btn--link {
        margin-right: 0;
        text-align: left;
        text-align-last: left
    }

    .dln-kenwood .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap:last-of-type {
        margin: 0 0 16px
    }
}

.dln-delonghi .dln-orderRev {
    align-items: flex-start
}

.dln-delonghi .dln-orderRev .dln-ratingStars .dln-icn {
    width: 16px;
    height: 16px
}

.dln-delonghi .dln-orderRev .dln-ratingStars .dln-icn:before {
    font-size: 1rem
}

.dln-delonghi .dln-orderRev__productCode {
    color: var(--ui-02);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev {
        border: 0
    }
}

.dln-delonghi .dln-orderRev__itemPic {
    background-color: transparent
}

.dln-delonghi .dln-orderRev .dln-orderRev__content {
    flex-direction: column;
    padding: 14px 0
}

.dln-delonghi .dln-orderRev .dln-orderRev__details {
    flex: 0;
    border-bottom: 0;
    padding: 0;
    position: relative
}

.dln-delonghi .dln-orderRev .dln-orderRev__detailsTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1875rem;
    line-height: 1.3
}

.dln-delonghi .dln-orderRev .dln-orderRev__sku {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem;
    line-height: 14px;
    color: var(--ui-02);
    margin-bottom: 13px
}

.dln-delonghi .dln-orderRev .dln-orderRev__desc {
    font-size: .875rem;
    line-height: 18px
}

.dln-delonghi .dln-orderRev .dln-orderRev__wrap {
    display: block
}

.dln-delonghi .dln-orderRev .dln-orderRev__wrap .dln-price, .dln-delonghi .dln-orderRev .dln-orderRev__wrap .dln-price--discounted, .dln-delonghi .dln-orderRev .dln-orderRev__wrap .dln-price--oldPrice {
    width: auto;
    flex: 0;
    display: inline-block
}

.dln-delonghi .dln-orderRev .dln-orderRev__wrap .dln-price--oldPrice {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 18px;
    letter-spacing: -.17px;
    color: var(--ui-02);
    margin-right: 17px;
    text-decoration: line-through
}

.dln-delonghi .dln-orderRev .dln-orderRev__wrap .dln-price--oldPrice:after {
    content: none
}

.dln-delonghi .dln-orderRev .dln-orderRev__wrap .dln-price--discounted {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1875rem;
    line-height: 18px;
    letter-spacing: -.2px;
    color: var(--brand-04)
}

.dln-delonghi .dln-orderRev .dln-orderRev__wrap.dln-orderRev__wrap--delivery {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8125rem;
    line-height: 16px;
    color: var(--ui-02);
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 4px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev .dln-orderRev__wrap.dln-orderRev__wrap--delivery {
        position: relative;
        border: 0;
        bottom: auto;
        right: auto;
        padding: 0;
        margin-bottom: 16px
    }

    .dln-delonghi .dln-orderRev .dln-orderRev__wrap.dln-orderRev__wrap--delivery .dln-orderRev__delivery {
        padding: 0;
        margin: 0
    }
}

.dln-delonghi .dln-orderRev .dln-orderRev__actions .dln-orderRev__howItWorks {
    margin-top: 6px
}

.dln-delonghi .dln-orderRev .dln-orderRev__wrap--main {
    position: relative;
    flex-direction: column;
    margin-bottom: 14px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev .dln-orderRev__wrap--main {
        display: flex
    }
}

.dln-delonghi .dln-orderRev .dln-orderRev__wrap--main .dln-ratingStars {
    position: absolute;
    right: 0;
    top: 0
}

.dln-delonghi .dln-orderRev .dln-orderRev__wrap--main .dln-ratingStars + .dln-orderRev__detailsTitle {
    max-width: calc(100% - 100px)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev .dln-orderRev__wrap--main .dln-ratingStars + .dln-orderRev__detailsTitle {
        max-width: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev .dln-orderRev__wrap--main .dln-ratingStars {
        position: relative;
        max-width: none
    }
}

.dln-delonghi .dln-orderRev .dln-orderRev__actions {
    flex: 0;
    margin-top: auto
}

.dln-delonghi .dln-orderRev .dln-orderRev__actions .dln-btn:not(:last-child):not(a) {
    margin: 0 16px 0 0
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev .dln-orderRev__actions .dln-btn:not(:last-child):not(a) {
        margin: 0 0 10px
    }
}

.dln-delonghi .dln-orderRev .dln-orderRev__actions .dln-btn--action-done {
    border: 0;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    line-height: 18px
}

.dln-delonghi .dln-orderRev .dln-orderRev__actions .dln-btn--action-done i {
    color: var(--support-02)
}

.dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__content {
    padding-bottom: 0
}

.dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap {
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap {
        flex-direction: row
    }
}

.dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap:nth-of-type(2) {
    position: relative;
    bottom: auto;
    right: auto
}

.dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap .dln-orderRev__purchaseDate {
    color: var(--ui-02);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8125rem;
    line-height: 16px
}

.dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__details .dln-orderRev__wrap .dln-orderRev__purchaseDate b {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-04)
}

.dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__sku {
    margin-bottom: 20px
}

.dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions {
    border-top: 1px solid var(--ui-08);
    margin-top: 10px;
    padding-top: 16px
}

.dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links:last-of-type {
    width: 70%
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links:last-of-type {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions {
        border: 0;
        margin-top: 23px;
        padding-top: 0
    }

    .dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-btn:first-child {
        margin-top: 0;
        margin-bottom: 10px
    }

    .dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-btn:not(.dln-btn--stroked) {
        width: auto;
        margin: 0;
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: .875rem;
        line-height: 18px
    }

    .dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links {
        justify-content: space-between;
        display: flex;
        margin: 0
    }

    .dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-orderRev__wrap--links:last-of-type {
        margin: 0
    }
}

.dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-btn:not(:last-child):not(a) {
    margin: 0 auto 0 0
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-btn:not(:last-child):not(a) {
        margin: 0 0 10px
    }
}

@media only screen and (min-width: 599px) {
    .dln-delonghi .dln-orderRev--registeredproduct .dln-orderRev__actions .dln-btn + .dln-btn {
        margin-left: 16px
    }
}

.dln-delonghi .dln-orderRev--cart-order .dln-orderRev__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.dln-delonghi .dln-orderRev--cart-order .dln-orderRev__details {
    margin: 0;
    width: 50%;
    flex: auto
}

.dln-delonghi .dln-orderRev--cart-order .dln-orderRev__actions {
    margin: 0;
    width: 50%;
    flex: auto;
    max-width: none;
    flex-direction: column;
    align-items: flex-end
}

.dln-delonghi .dln-orderRev--cart-order .dln-orderRev__actions .dln-btn {
    max-width: none;
    width: 200px;
    padding: 0;
    min-width: 0;
    box-sizing: border-box
}

.dln-delonghi .dln-orderRev--cart-order .dln-orderRev__actions .dln-btn:not(:last-child):not(a) {
    margin: 0 0 10px
}

.dln-delonghi .dln-orderRev--simpleview {
    border-bottom: 1px solid var(--ui-02)
}

.dln-delonghi .dln-orderRev--productDescription .dln-orderRev__itemPic {
    max-width: 190px
}

.dln-delonghi .dln-orderRev--productDescription .dln-orderRev__content {
    width: calc(100% - 200px)
}

.dln-delonghi .dln-orderRev--productDescription .dln-orderRev__desc {
    width: calc(100% - 440px);
    font-size: .875rem;
    line-height: 1.3;
    color: var(--brand-04)
}

.dln-delonghi .dln-orderRev--productDescription .dln-orderRev .dln-btn {
    max-width: 190px
}

.dln-delonghi .dln-orderRev--productDescription .dln-orderRev__wrap {
    display: flex;
    flex-direction: row;
    margin-bottom: 0
}

.dln-delonghi .dln-orderRev--productDescription .dln-orderRev__sku {
    width: calc(50% - 20px);
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.3;
    color: var(--ui-02)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-delonghi .dln-orderRev--productDescription .dln-orderRev__desc {
        width: calc(100% - 365px)
    }

    .dln-delonghi .dln-orderRev--productDescription .dln-orderRev__detailsTitle {
        width: calc(60% - 20px);
        margin-bottom: 10px
    }

    .dln-delonghi .dln-orderRev--productDescription .dln-orderRev__content {
        width: calc(100% - 136px)
    }

    .dln-delonghi .dln-orderRev--productDescription .dln-orderRev__sku {
        width: calc(40% - 20px)
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderRev {
        padding: 0;
        margin: 0
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-orderRev__content {
        flex-wrap: wrap
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-image.dln-orderRev__itemPic {
        width: 61px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-orderRev__productCode {
        font-size: .8125rem
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-orderRev__wrap.dln-orderRev__wrap--main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
        padding-left: 70px;
        position: relative
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-orderRev__wrap.dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        order: 1
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-orderRev__wrap.dln-orderRev__wrap--main .dln-orderRev__productCode {
        order: 2
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-orderRev__wrap.dln-orderRev__wrap--main .dln-price {
        order: 3;
        width: auto;
        max-width: 50%;
        flex: initial;
        margin: 0
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-orderRev__wrap.dln-orderRev__wrap--main .dln-price--discounted {
        margin-left: 8px
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-orderRev__wrap.dln-orderRev__wrap--quantity {
        padding-left: 70px;
        text-align: left;
        margin-bottom: 24px;
        color: var(--ui-02)
    }

    .dln-delonghi .dln-orderRev--cart-order .dln-orderRev__actions {
        width: 100%
    }

    .dln-delonghi .dln-orderRev .dln-orderRev__content, .dln-delonghi .dln-orderRev .dln-orderRev__itemPic {
        padding: 0
    }

    .dln-delonghi .dln-orderRev .dln-orderRev__wrap--main {
        margin-bottom: 16px
    }

    .dln-delonghi .dln-orderRev .dln-ratingStars {
        position: relative;
        order: 3;
        margin-top: 15px;
        margin-bottom: 17px
    }

    .dln-delonghi .dln-orderRev .dln-ratingStars + .dln-orderRev__detailsTitle {
        max-width: none
    }

    .dln-delonghi .dln-orderRev .dln-orderRev__detailsTitle {
        order: 1;
        font-size: 1rem
    }

    .dln-delonghi .dln-orderRev .dln-orderRev__sku {
        order: 2;
        margin: 0;
        font-size: .8125rem
    }

    .dln-delonghi .dln-orderRev .dln-orderRev__reviewTitle {
        order: 4
    }

    .dln-delonghi .dln-orderRev .dln-orderRev__desc {
        order: 5
    }

    .dln-delonghi .dln-orderRev .dln-orderRev__actions .dln-btn:not(.dln-btn--stroked) {
        margin: 20px 0 0
    }

    .dln-delonghi .dln-orderRev--productDescription {
        padding: 0
    }

    .dln-delonghi .dln-orderRev--productDescription + .dln-orderRev--productDescription {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid var(--ui-01)
    }

    .dln-delonghi .dln-orderRev--productDescription .dln-orderRev__details, .dln-delonghi .dln-orderRev--productDescription .dln-orderRev__itemPic {
        height: auto
    }

    .dln-delonghi .dln-orderRev--productDescription .dln-orderRev__detailsTitle {
        margin-bottom: 10px
    }

    .dln-delonghi .dln-orderRev--productDescription .dln-orderRev__content {
        width: calc(100% - 106px)
    }

    .dln-delonghi .dln-orderRev--productDescription .dln-orderRev__desc {
        width: calc(100% - 124px);
        margin-top: 10px
    }

    .dln-delonghi .dln-orderRev--productDescription .dln-btn:not(.dln-btn--link) {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
        background: red
    }
}

.dln-addressBox {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    border: 1px solid var(--ui-01);
    background-color: var(--brand-03);
    padding: 20px
}

.dln-addressBox__data {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    color: var(--brand-04)
}

.dln-addressBox .dln-checkbox, .dln-addressBox__data:last-of-type {
    margin: 0 0 16px
}

.dln-addressBox .dln-btn.dln-btn--link {
    display: inline-flex;
    height: 14px;
    line-height: 16px;
    padding: 0
}

.dln-addressBox .dln-btn.dln-btn--edit {
    margin: 0 0 0 auto
}

.dln-addressBox .dln-btn.dln-btn--edit:after {
    content: "";
    display: inline-flex;
    align-self: center;
    width: 1px;
    height: 16px;
    background-color: var(--brand-01);
    margin: 0 8px
}

.dln-addressBox form {
    width: 100%
}

.dln-addressBox__divider {
    margin: 16px 0 0;
    width: 100%
}

.dln-addressBox__logoContainer {
    border: 1px solid var(--ui-01);
    border-radius: 4px;
    padding: 8px;
    margin: 0 0 16px;
    background-color: var(--brand-03)
}

.dln-addressBox__logoContainer img {
    width: 32px;
    height: auto;
    display: block
}

.dln-kenwood .dln-addressBox {
    border: 1px solid var(--ui-07)
}

.dln-kenwood .dln-addressBox__data {
    font-size: 14px
}

.dln-kenwood .dln-addressBox .dln-btn.dln-btn--link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    font-weight: 500
}

.dln-kenwood .dln-addressBox .dln-btn.dln-btn--edit:after {
    content: "";
    background-color: var(--brand-04);
    margin: 0 10px
}

.dln-delonghi .dln-addressBox {
    border: 1px solid var(--ui-01);
    padding: 25px 20px 20px
}

.dln-delonghi .dln-addressBox__data {
    font-weight: 400;
    font-size: .875rem
}

.dln-delonghi .dln-addressBox__data, .dln-delonghi .dln-addressBox__data strong {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-style: normal
}

.dln-delonghi .dln-addressBox__data strong {
    font-weight: 600
}

.dln-delonghi .dln-addressBox .dln-btn.dln-btn--link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    height: auto;
    font-size: .875rem;
    line-height: 18px
}

.dln-delonghi .dln-addressBox .dln-btn.dln-btn--edit:after {
    content: "";
    background-color: var(--ui-01);
    margin: 0 10px
}

.dln-delonghi .dln-address--editing .dln-address__section {
    border: 0;
    margin-bottom: 40px
}

.dln-delonghi .dln-address--editing .dln-address__sectionHead {
    margin-bottom: 24px
}

.dln-delonghi .dln-address--editing .dln-address__sectionHeadTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 34px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-address--editing .dln-address__sectionHeadTitle {
        font-size: 1.3125rem;
        line-height: 23px
    }
}

.dln-delonghi .dln-address--editing .dln-address__sectionHeadInfoText {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8125rem;
    line-height: 16px;
    height: auto
}

.dln-delonghi .dln-address--editing .dln-address__form {
    margin: 0;
    padding: 0
}

.dln-table {
    width: 100%;
    position: relative;
    display: block;
    padding: 16px 0 0;
    overflow: auto
}

.dln-table__tdHeading {
    display: none
}

.dln-table__table {
    font-size: 14px;
    width: 100%;
    text-align: left;
    color: var(--brand-04);
    border-spacing: 0;
    border-collapse: collapse
}

.dln-table__table thead th {
    color: var(--brand-04);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    padding: 0 4px 16px 0;
    border-bottom: 1px solid var(--ui-02)
}

.dln-table__table thead th:first-child {
    padding: 0 0 16px 16px
}

.dln-table__table thead th:last-child {
    padding: 0 16px 16px 0
}

.dln-table__table tbody td {
    padding: 16px 0;
    border-bottom: 1px solid var(--ui-02)
}

.dln-table__table tbody tr:nth-child(odd) td {
    background-color: var(--ui-03)
}

.dln-table__table tbody tr td:first-child {
    padding: 16px 0 16px 16px
}

.dln-table__table tbody tr td:last-child {
    padding: 16px 16px 16px 0
}

.dln-table__table td, .dln-table__table th {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 34px
}

@media only screen and (max-width: 599px) {
    .dln-table {
        padding: 0
    }

    .dln-table__tdHeading {
        display: block;
        font-size: 10px;
        color: var(--ui-02)
    }

    .dln-table__table thead {
        display: none
    }

    .dln-table__table tbody tr {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        grid-template-rows:auto;
        -ms-grid-columns:(33.333%) [ 3 ];
        grid-template-columns:repeat(3, 33.333%)
    }

    .dln-table__table tbody td {
        display: inline-block;
        border: none
    }

    .dln-table__table tbody td:not(.dln-table__fullwidth) {
        width: calc(100% - 32px);
        padding: 16px !important
    }

    .dln-table__table tbody td span {
        display: block
    }

    .dln-table__table .dln-table__fullwidth {
        width: calc(100% - 32px);
        display: block;
        order: 1;
        padding: 16px !important;
        grid-area: auto/1/span 1/-1
    }
}

.dln-table {
    padding: 0
}

.dln-table__table thead th {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    border-color: var(--ui-01);
    font-size: 1rem;
    padding: 5px 20px !important
}

.dln-table__table thead th:first-child {
    padding: 5px 20px
}

.dln-table__table thead th:last-child {
    padding: 5px 20px 5px 0
}

@media only screen and (max-width: 599px) {
    .dln-table__table tbody tr {
        border-top: 1px solid var(--ui-01)
    }
}

@media only screen and (max-width: 599px) {
    .dln-table__table tbody tr:last-child {
        border-bottom: 1px solid var(--ui-01)
    }
}

.dln-table__table tbody td {
    border-bottom: 1px solid var(--ui-01);
    padding: 12px 20px !important;
    font-size: 0;
    line-height: 0
}

.dln-table__table tbody td:last-child {
    padding: 12px 20px 12px 0
}

@media only screen and (max-width: 599px) {
    .dln-table__table tbody td.dln-table__fullwidth, .dln-table__table tbody td:not(.dln-table__fullwidth) {
        width: calc(100% - 40px);
        border: 0;
        padding: 10px 20px !important
    }
}

@media only screen and (max-width: 599px) {
    .dln-table__table tbody td {
        border: 0;
        padding: 10px 20px !important
    }

    .dln-table__table tbody td:first-child {
        width: calc(100% - 30px);
        padding: 10px 10px 10px 20px !important
    }

    .dln-table__table tbody td:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-area: 1/2/1/2;
        width: calc(100% - 20px);
        padding: 10px !important
    }

    .dln-table__table tbody td:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: 1/3/1/3;
        width: calc(100% - 30px);
        padding: 10px 20px 10px 10px !important
    }
}

.dln-table__table tbody td .dln-table__tdValue {
    display: block;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 24px
}

@media only screen and (max-width: 599px) {
    .dln-table__table tbody td .dln-table__tdHeading, .dln-table__table tbody td .dln-table__tdValue {
        font-size: .8125rem;
        line-height: 16px
    }
}

.dln-smsCheck {
    height: auto;
    max-height: 20px;
    transition: max-height .12s ease-out .12s;
    will-change: max-height;
    overflow: hidden
}

.dln-smsCheck, .dln-smsCheck__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-smsCheck__wrap {
    min-height: 20px
}

.dln-smsCheck__wrap .dln-checkbox {
    display: inline-flex;
    width: auto;
    width: 56px
}

.dln-smsCheck__wrap .dln-checkbox__label {
    color: var(--brand-04)
}

.dln-smsCheck__wrap:nth-of-type(2) {
    width: calc(100% - 64px);
    height: auto;
    opacity: 0;
    transition: opacity .12s linear;
    padding: 4px 0 0 64px;
    margin: 0;
    box-sizing: content-box
}

.dln-smsCheck__text {
    display: inline-flex;
    width: auto;
    max-width: calc(100% - 64px);
    min-height: 15px;
    line-height: 15px;
    color: var(--ui-02);
    opacity: 0;
    transition: opacity .12s linear;
    padding: 5px 0 0;
    margin: 0 0 0 8px
}

.dln-smsCheck__input {
    display: block;
    width: 304px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border: 1px solid var(--ui-02);
    border-radius: 2px;
    background-color: var(--brand-03);
    padding: 4px 20px 0;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}

.dln-smsCheck .dln-btn--stroked {
    width: 160px
}

.dln-smsCheck--showInput {
    transition: max-height .12s ease-out
}

.dln-smsCheck--showInput .dln-smsCheck__text, .dln-smsCheck--showInput .dln-smsCheck__wrap:nth-of-type(2) {
    opacity: 1;
    transition: opacity .12s linear .12s
}

@media only screen and (max-width: 599px) {
    .dln-smsCheck__wrap:nth-of-type(2) {
        width: calc(100% - 24px);
        padding: 0 0 0 24px
    }

    .dln-smsCheck__wrap:nth-of-type(2) .dln-smsCheck__input {
        width: calc(100% - 114px)
    }

    .dln-smsCheck__wrap:nth-of-type(2) .dln-btn--stroked {
        width: 104px
    }

    .dln-smsCheck .dln-checkbox {
        width: 100%;
        margin: 0 0 4px !important
    }

    .dln-smsCheck__text {
        width: calc(100% - 24px);
        max-width: none;
        padding: 0 0 0 24px;
        margin: 0 0 8px
    }
}

.dln-payCardBox {
    height: auto;
    border: 1px solid var(--ui-01);
    background-color: var(--brand-03)
}

.dln-payCardBox, .dln-payCardBox__head {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-payCardBox__head {
    align-items: center;
    height: 60px;
    background-color: var(--ui-01);
    padding: 0 20px
}

.dln-payCardBox__creditCard {
    display: flex;
    flex-wrap: wrap;
    width: 46px;
    height: 29px;
    border: 1px solid var(--brand-01);
    border-radius: 3px;
    background-color: var(--brand-03);
    box-sizing: border-box
}

.dln-payCardBox__creditCardStrip {
    align-self: flex-end;
    width: 100%;
    height: 4px;
    border-top: 1px solid var(--brand-01);
    border-bottom: 1px solid var(--brand-01);
    margin: 0 0 5px
}

.dln-payCardBox__creditCardImage {
    display: flex;
    flex-wrap: wrap;
    width: 46px;
    height: 29px
}

.dln-payCardBox__cardInfo {
    display: block;
    width: calc(100% - 66px);
    height: auto;
    line-height: 20px;
    font-size: 13px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px 0 0;
    margin: 0 0 0 20px;
    overflow: hidden
}

.dln-payCardBox__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 20px
}

.dln-payCardBox__field {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 16px
}

.dln-payCardBox__fieldLabel {
    display: block;
    width: 100%;
    height: auto;
    line-height: 16px;
    font-size: 10px;
    font-weight: 400;
    color: var(--ui-02)
}

.dln-payCardBox__fieldData {
    display: block;
    width: 100%;
    height: auto;
    line-height: 16px;
    font-size: 13px
}

.dln-payCardBox__foot {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%
}

.dln-payCardBox__foot .dln-checkbox {
    width: 100%;
    margin: 0 0 16px
}

.dln-payCardBox .dln-btn--link {
    display: inline-flex;
    font-size: 13px
}

.dln-payCardBox .dln-btn--link:first-of-type {
    margin: 0 0 0 auto
}

.dln-payCardBox .dln-btn--link:first-of-type:after {
    content: "";
    display: block;
    display: none;
    width: 1px;
    height: 16px;
    background-color: var(--brand-01);
    margin: 0 8px
}

.dln-kenwood .dln-payCardBox {
    min-height: 220px;
    border-color: var(--ui-07)
}

.dln-kenwood .dln-payCardBox__head {
    width: calc(100% - 40px);
    height: auto;
    background-color: transparent;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid var(--ui-01)
}

.dln-kenwood .dln-payCardBox__creditCard {
    display: flex;
    flex-wrap: wrap;
    width: 50px;
    height: 36px;
    border: 2px solid var(--brand-04);
    border-radius: 4px;
    background-color: var(--brand-03);
    position: relative
}

.dln-kenwood .dln-payCardBox__creditCard:after, .dln-kenwood .dln-payCardBox__creditCard:before {
    content: "";
    display: block;
    position: absolute;
    background: var(--brand-04);
    height: 2px;
    left: 4px
}

.dln-kenwood .dln-payCardBox__creditCard:before {
    top: 16px;
    width: 10px;
    box-shadow: 12px 0 0 0 var(--brand-04)
}

.dln-kenwood .dln-payCardBox__creditCard:after {
    top: 20px;
    width: 14px;
    border-right: 2px solid var(--brand-03);
    box-shadow: 6px 0 0 0 var(--brand-04)
}

.dln-kenwood .dln-payCardBox__creditCardStrip {
    align-self: flex-start;
    width: 100%;
    height: 5px;
    border-top: 2px solid var(--brand-04);
    border-bottom: 2px solid var(--brand-04);
    margin: 4px 0 0
}

.dln-kenwood .dln-payCardBox__creditCardStrip:after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid var(--brand-04);
    height: 6px;
    width: 10px;
    bottom: 3px;
    right: 3px
}

.dln-kenwood .dln-payCardBox__cardInfo {
    width: calc(100% - 90px);
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-payCardBox__field {
    flex: 0;
    width: auto;
    padding-right: 20px
}

.dln-kenwood .dln-payCardBox__field:first-child {
    flex: 1;
    padding-right: 0
}

.dln-kenwood .dln-payCardBox__fieldLabel {
    color: var(--ui-08);
    font-size: 12px
}

.dln-kenwood .dln-payCardBox__fieldData, .dln-kenwood .dln-payCardBox__fieldLabel {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-payCardBox__fieldData {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-payCardBox__foot {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%
}

.dln-kenwood .dln-payCardBox__foot .dln-checkbox {
    width: 100%;
    margin: 0 0 16px
}

.dln-kenwood .dln-payCardBox .dln-btn--link {
    display: inline-flex;
    font-size: 13px
}

.dln-kenwood .dln-payCardBox .dln-btn--link:first-of-type {
    margin: 0 0 0 auto
}

.dln-kenwood .dln-payCardBox .dln-btn--link:first-of-type:after {
    content: "";
    display: block;
    display: none;
    width: 1px;
    height: 16px;
    background-color: var(--brand-01);
    margin: 0 8px
}

.dln-delonghi .dln-payCardBox__content {
    padding: 14px 20px 24px
}

.dln-delonghi .dln-payCardBox__cardInfo {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem;
    line-height: 16px;
    padding: 0
}

.dln-delonghi .dln-payCardBox__field {
    margin: 0
}

.dln-delonghi .dln-payCardBox__fieldLabel {
    font-size: .8125rem;
    line-height: 16px;
    color: var(--ui-02)
}

.dln-delonghi .dln-payCardBox__fieldData, .dln-delonghi .dln-payCardBox__fieldLabel {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-payCardBox__fieldData {
    font-size: .875rem;
    line-height: 18px
}

.dln-delonghi .dln-payCardBox__field + .dln-payCardBox__field {
    margin-top: 9px
}

.dln-delonghi .dln-payCardBox__foot {
    margin-top: 16px
}

.dln-delonghi .dln-payCardBox__foot .dln-checkbox {
    margin-bottom: 12px
}

.dln-regAdv {
    list-style: inside none;
    align-items: flex-start;
    align-content: flex-start
}

.dln-regAdv, .dln-regAdv__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-regAdv__item {
    align-items: center;
    min-height: 64px
}

.dln-regAdv .dln-icn {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 48px;
    color: var(--support-02);
    margin: 0 40px 0 0
}

.dln-regAdv__textWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 104px);
    height: auto;
    border-bottom: 1px solid var(--ui-01);
    padding: 21.5px 0
}

.dln-regAdv__item:last-of-type .dln-regAdv__textWrap {
    border-bottom: none
}

.dln-regAdv__text {
    line-height: 16px;
    font-size: 13px;
    color: var(--brand-02);
    padding: 4px 0 0
}

.dln-regAdv__text span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04)
}

@media only screen and (max-width: 900px) {
    .dln-regAdv .dln-icn {
        width: 32px;
        font-size: 32px;
        margin: 0 20px 0 0
    }

    .dln-regAdv__textWrap {
        width: calc(100% - 52px)
    }
}

.dln-kenwood .dln-regAdv {
    border-top: 1px solid var(--ui-01)
}

.dln-kenwood .dln-regAdv .dln-icn {
    color: var(--brand-01)
}

.dln-kenwood .dln-regAdv .dln-regAdv__text {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-regAdv .dln-regAdv__textWrap {
    border-bottom: none;
    padding: 0
}

.dln-kenwood .dln-regAdv .dln-regAdv__item {
    border-bottom: 1px solid var(--ui-01);
    padding: 12px 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-regAdv .dln-icn {
        font-size: 40px;
        margin-right: 33px
    }

    .dln-kenwood .dln-regAdv .dln-regAdv__textWrap {
        width: calc(100% - 66px)
    }
}

.dln-inputAction {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    max-height: 20px;
    transition: max-height .12s ease-out .12s;
    will-change: max-height;
    overflow: hidden
}

.dln-inputAction__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 20px
}

.dln-inputAction__wrap .dln-checkbox {
    display: inline-flex;
    width: auto
}

.dln-inputAction__wrap .dln-checkbox__label {
    color: var(--brand-02)
}

.dln-inputAction__wrap--component {
    width: calc(100% - 64px);
    height: auto;
    opacity: 0;
    transition: opacity .12s linear;
    padding: 4px 0 0 64px;
    margin: 0;
    box-sizing: content-box
}

.dln-inputAction__text {
    display: inline-flex;
    width: auto;
    max-width: calc(100% - 64px);
    min-height: 15px;
    line-height: normal;
    color: var(--ui-02);
    opacity: 0;
    transition: opacity .12s linear;
    margin: 0 0 0 8px
}

.dln-inputAction__input {
    display: block;
    width: 304px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border: 1px solid var(--ui-02);
    border-radius: 2px;
    background-color: var(--brand-03);
    padding: 4px 20px 0;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}

.dln-inputAction .dln-btn--stroked {
    width: 160px
}

.dln-inputAction--showInput {
    transition: max-height .12s ease-out
}

.dln-inputAction--showInput .dln-inputAction__text, .dln-inputAction--showInput .dln-inputAction__wrap--component {
    opacity: 1;
    transition: opacity .12s linear .12s
}

.dln-inputAction--selects .dln-inputAction__wrap--component {
    padding: 0;
    margin: 8px 0 16px
}

.dln-inputAction--selects.dln-inputAction--showInput {
    overflow: visible
}

@media only screen and (max-width: 599px) {
    .dln-inputAction--showInput .dln-inputAction__wrap--component {
        width: 100%;
        padding: 4px 0 0
    }

    .dln-inputAction--showInput .dln-inputAction__wrap--component .dln-inputAction__input {
        width: calc(100% - 130px)
    }

    .dln-inputAction--showInput .dln-inputAction__wrap--component .dln-btn {
        width: 115px;
        transition: none
    }
}

.dln-loginForm__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.dln-loginForm__paragraph {
    font-size: 13px;
    line-height: 125%;
    width: 100%;
    color: var(--brand-04);
    margin: 0 0 20px;
    text-align: center
}

.dln-loginForm__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-loginForm__paragraph--noMarg {
    margin: 0
}

.dln-loginForm__paragraph--secondary {
    font-size: 10px;
    line-height: 125%;
    color: var(--ui-05)
}

.dln-loginForm__paragraph a {
    color: var(--ui-05)
}

.dln-loginForm__subtitle {
    font-size: 17px;
    line-height: 125%;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-loginForm__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: auto
}

.dln-loginForm__btnGroup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.dln-loginForm__btnGroup .dln-btn {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0
}

.dln-loginForm__btnGroup .dln-btn:nth-child(2n) {
    margin: 0 0 16px
}

.dln-loginForm .dln-btn--secondary {
    margin: 0 0 0 auto
}

.dln-loginForm .dln-checkbox {
    width: auto
}

.dln-loginForm__section {
    width: 100%;
    margin: 24px 0 0
}

.dln-loginForm__section--main {
    margin: 0
}

.dln-loginForm__section--registration {
    padding: 32px 0 0;
    position: relative
}

.dln-loginForm__section--registration:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 250px;
    height: 1px;
    background-color: var(--ui-01);
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.dln-loginForm__section--registration .dln-loginForm__paragraph {
    color: var(--brand-02)
}

.dln-loginForm__section--registration .dln-loginForm__formFoot {
    margin: 32px 0 0
}

.dln-loginForm__form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-loginForm__formContainer {
    width: 100%;
    padding: 32px 0 0;
    margin: 24px 0 0;
    border-top: 1px solid var(--ui-01)
}

.dln-loginForm__formContainer .dln-select {
    width: calc(50% - 10px);
    margin: 0 50% 32px 0
}

.dln-loginForm__formContainer .dln-inputs {
    margin: 0 0 16px
}

.dln-loginForm__formContainer .dln-inputs--halfCol {
    width: calc(50% - 10px);
    margin: 0 0 32px
}

.dln-loginForm__formContainer .dln-inputs--halfCol:nth-child(2n) {
    margin: 0 20px 32px 0
}

.dln-loginForm__formContainer .dln-inputs .dln-inputs__extraLbl {
    max-width: 250px;
    white-space: normal
}

.dln-loginForm__formFoot {
    width: 100%;
    margin: 30px 0 0;
    text-align: center
}

.dln-loginForm__formFoot .dln-btn {
    width: 100%;
    margin: 0 auto
}

.dln-loginForm--simplified .dln-loginForm__formContainer {
    padding: 0;
    border: 0;
    margin: 12px 0 0
}

.dln-loginForm--simplified .dln-loginForm__paragraph--divider {
    margin: 0 0 24px;
    position: relative
}

.dln-loginForm--simplified .dln-loginForm__paragraph--divider:after, .dln-loginForm--simplified .dln-loginForm__paragraph--divider:before {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--ui-01);
    width: calc(50% - 15px);
    top: calc(50% - 1px)
}

.dln-loginForm--simplified .dln-loginForm__paragraph--divider:before {
    left: 0
}

.dln-loginForm--simplified .dln-loginForm__paragraph--divider:after {
    right: 0
}

.dln-loginForm--simplified .dln-loginForm__paragraph--dividerText {
    display: none
}

.dln-loginForm--simplified .dln-loginForm__section--registration {
    display: flex;
    padding: 0;
    align-items: center
}

.dln-loginForm--simplified .dln-loginForm__section--registration:before {
    display: none
}

.dln-loginForm--simplified .dln-loginForm__section--registration .dln-btn, .dln-loginForm--simplified .dln-loginForm__section--registration .dln-loginForm__paragraph {
    display: inline-block;
    width: auto;
    margin: 0 auto
}

.dln-loginForm--simplified .dln-loginForm__section--registration .dln-loginForm__paragraph {
    margin: 0 8px 0 auto
}

.dln-loginForm--simplified .dln-loginForm__section--registration .dln-btn {
    margin: 0 auto 0 0
}

.dln-kenwood .dln-loginForm__paragraph {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-loginForm--simplified .dln-loginForm__paragraph--divider, .dln-kenwood .dln-loginForm__formContainer .dln-inputs {
    margin-bottom: 36px
}

.dln-kenwood .dln-loginForm__formContainer .dln-inputs + .dln-inputs {
    margin-bottom: 10px
}

.dln-kenwood .dln-loginForm__section--registration {
    margin-top: 40px
}

.dln-delonghi .dln-loginForm__content .dln-loginForm__paragraph {
    line-height: 24px;
    font-size: 1rem;
    margin-bottom: 25px
}

.dln-delonghi .dln-loginForm__btnGroup .dln-btn--social {
    width: calc(50% - 6px);
    min-width: 0;
    box-sizing: border-box
}

.dln-delonghi .dln-loginForm__btnGroup .dln-btn--social-fb {
    margin: 0 12px 20px 0
}

.dln-delonghi .dln-loginForm__btnGroup .dln-btn--social-inst {
    margin: 0 0 20px
}

.dln-delonghi .dln-loginForm__btnGroup .dln-btn--social-google {
    margin: 0 12px 0 0
}

.dln-delonghi .dln-loginForm__btnGroup .dln-btn--social-tw {
    margin: 0
}

.dln-delonghi .dln-loginForm__form .dln-inputs--checkoutLogin {
    margin-bottom: 21px
}

.dln-delonghi .dln-loginForm__form .dln-checkbox {
    margin: 0 !important
}

.dln-delonghi .dln-loginForm__form .dln-checkbox__wrap {
    max-width: none
}

.dln-delonghi .dln-loginForm__form .dln-checkbox__inputPlaceholder {
    border-color: var(--ui-02)
}

.dln-delonghi .dln-loginForm__form .dln-checkbox__label {
    color: var(--ui-02)
}

.dln-delonghi .dln-loginForm__form .dln-checkbox + .dln-btn {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-loginForm__content .dln-loginForm__paragraph {
        line-height: 23px;
        font-size: .9375rem
    }

    .dln-delonghi .dln-loginForm__paragraph {
        margin-bottom: 16px !important
    }

    .dln-delonghi .dln-loginForm__section--main .dln-loginForm__btnGroup .dln-btn--social {
        min-width: 0
    }

    .dln-delonghi .dln-loginForm__section--main .dln-loginForm__btnGroup .dln-btn--social-fb, .dln-delonghi .dln-loginForm__section--main .dln-loginForm__btnGroup .dln-btn--social-google {
        margin: 0 12px 12px 0
    }

    .dln-delonghi .dln-loginForm__section--main .dln-loginForm__btnGroup .dln-btn--social-inst, .dln-delonghi .dln-loginForm__section--main .dln-loginForm__btnGroup .dln-btn--social-tw {
        margin: 0 0 12px
    }

    .dln-delonghi .dln-loginForm__section--main .dln-loginForm__formContainer {
        margin-top: 20px
    }

    .dln-delonghi .dln-loginForm__section--main .dln-loginForm__formContainer .dln-loginForm__paragraph--divider {
        font-size: .875rem;
        color: var(--ui-02);
        margin-bottom: 34px !important
    }

    .dln-delonghi .dln-loginForm__section--main .dln-loginForm__formContainer .dln-loginForm__form .dln-inputs--checkoutLogin {
        margin-bottom: 14px
    }

    .dln-delonghi .dln-loginForm__section--main .dln-newUserForm__section {
        margin-top: 30px
    }
}

.dln-dropdown {
    width: 100%;
    max-width: 400px;
    background-color: transparent
}

.dln-dropdown__arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid var(--brand-03);
    margin-left: 20px
}

.dln-dropdown__wrapper {
    width: 100%;
    padding: 40px;
    border-radius: 2px;
    background-color: var(--brand-03);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1)
}

.dln-dropdown__head {
    width: 100%;
    padding: 0 0 16px
}

.dln-dropdown__content {
    width: 100%;
    padding: 24px 0 0;
    border-top: 1px solid var(--ui-01);
    display: flex;
    flex-wrap: wrap
}

.dln-dropdown__mainTitle {
    font-size: 17px;
    line-height: 125%;
    color: var(--brand-04);
    margin: 0
}

.dln-dropdown__list {
    list-style: none;
    width: calc(50% - 16px);
    padding: 0 16px 0 0
}

.dln-dropdown__list:nth-child(2n) ~ .dln-dropdown__list {
    margin: 32px 0 0
}

.dln-dropdown__list--closing {
    margin: auto 0 0 !important;
    padding-top: 24px;
    border-top: 2px solid var(--ui-01)
}

.dln-dropdown__liHeading {
    font-size: 15px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 8px
}

.dln-dropdown__li a {
    font-size: 13px;
    line-height: 125%;
    color: var(--brand-02);
    text-decoration: none;
    padding: 8px 0;
    display: inline-block
}

.dln-dropdown__li a:hover {
    text-decoration: underline
}

.dln-kenwood .dln-dropdown__mainTitle {
    font-size: 16px;
    line-height: 22px
}

.dln-kenwood .dln-dropdown__head {
    padding-bottom: 20px
}

.dln-kenwood .dln-dropdown__content {
    padding-top: 20px
}

.dln-kenwood .dln-dropdown__liHeading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: var(--ui-07)
}

.dln-kenwood .dln-dropdown__list--closing {
    margin: 50px 0 0 !important;
    padding-top: 20px;
    border-top-width: 1px
}

.dln-kenwood .dln-dropdown__li:last-child a {
    margin-bottom: 0
}

.dln-kenwood .dln-dropdown__li a {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0
}

.dln-kenwood .dln-dropdown--userArea {
    max-width: 500px
}

.dln-kenwood .dln-dropdown--userArea .dln-dropdown__wrapper {
    padding: 40px 40px 60px
}

.dln-kenwood .dln-dropdown--userArea .dln-dropdown__wrapper .dln-dropdown__liHeading {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-dropdown--userArea .dln-dropdown__wrapper .dln-dropdown__li a {
    color: var(--brand-04)
}

.dln-delonghi .dln-dropdown {
    max-width: 378px
}

.dln-delonghi .dln-dropdown__wrapper {
    padding-bottom: 35px
}

.dln-delonghi .dln-dropdown .dln-loginForm__paragraph {
    line-height: 18px;
    font-size: .875rem;
    margin-bottom: 28px
}

.dln-delonghi .dln-dropdown .dln-loginForm__paragraph--divider {
    margin-bottom: 30px
}

.dln-delonghi .dln-dropdown .dln-loginForm__btnGroup {
    margin-bottom: 32px
}

.dln-delonghi .dln-dropdown .dln-loginForm__btnGroup .dln-btn:not(.dln-btn--link) {
    min-width: 0
}

.dln-delonghi .dln-dropdown .dln-loginForm__btnGroup > .dln-btn--social-fb, .dln-delonghi .dln-dropdown .dln-loginForm__btnGroup > .dln-btn--social-inst {
    margin-bottom: 12px
}

.dln-delonghi .dln-dropdown .dln-loginForm__form .dln-inputs + .dln-inputs {
    margin-bottom: 25px
}

.dln-delonghi .dln-dropdown .dln-loginForm__form .dln-btn--link {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-dropdown .dln-loginForm__formFoot {
    margin-top: 27px
}

.dln-delonghi .dln-dropdown .dln-loginForm__section--main {
    margin: 0 0 20px
}

.dln-delonghi .dln-dropdown .dln-loginForm__section--registration {
    justify-content: center;
    margin: 0
}

.dln-delonghi .dln-dropdown .dln-loginForm__section--registration .dln-loginForm__paragraph {
    margin: 0 4px 0 0
}

.dln-delonghi .dln-dropdown .dln-loginForm__section--registration .dln-btn {
    margin: 0
}

.dln-delonghi .dln-dropdown--userArea {
    max-width: 469px
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__arrow {
    margin: 0 68px 0 auto
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__wrapper {
    padding: 40px 40px 46px
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__head {
    padding-bottom: 12px
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__mainTitle {
    line-height: 24px;
    font-size: 1.125rem
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__content {
    padding-top: 20px
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__list {
    width: calc(50% - 16.5px);
    padding: 0 33px 24px 0
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__list:nth-of-type(2n+2) {
    padding: 0 0 24px
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__list:nth-of-type(3) {
    padding: 0 33px 0 0;
    margin: 0
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__list:last-of-type {
    padding: 15px 0 0
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__list--closing {
    margin: 0
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__liHeading {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    font-size: 1.0625rem;
    margin-bottom: 6px
}

.dln-delonghi .dln-dropdown--userArea .dln-dropdown__li a {
    line-height: 24px;
    font-size: 1rem;
    padding: 4px 0
}

.dln-orderHistory {
    width: 100%;
    margin: 0 0 40px
}

.dln-orderHistory__reference {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 10px
}

.dln-orderHistory__codes {
    width: auto;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 auto 0 0;
    max-width: calc(100% - 80px)
}

.dln-orderHistory__code {
    font-size: 12px;
    line-height: 125%;
    color: var(--brand-02);
    padding: 4px 4px 4px 0;
    position: relative
}

.dln-orderHistory__code:nth-child(1n) ~ .dln-orderHistory__code {
    padding: 4px
}

.dln-orderHistory__code:last-child:after {
    display: none
}

.dln-orderHistory__code:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: var(--brand-02);
    top: calc(50% - 6px);
    right: 0
}

.dln-orderHistory__totalprice {
    font-size: 15px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-orderHistory__content {
    width: 100%;
    position: relative
}

.dln-orderHistory .dln-orderRev {
    padding: 0;
    border-width: 0;
    margin: 0 0 20px
}

.dln-orderHistory--openorder {
    margin: 0 0 20px;
    padding: 0 0 2px;
    border-bottom: 1px solid var(--ui-01)
}

.dln-orderHistory--openorder:last-of-type {
    border-width: 0
}

.dln-orderHistory--openorder .dln-orderHistory__reference {
    max-height: 20px;
    position: absolute;
    width: calc(100% - 216px);
    left: 216px
}

.dln-orderHistory--openorder .dln-orderRev__content {
    padding-top: 30px
}

.dln-orderHistory--noButtons .dln-orderRev__actions {
    display: none
}

.dln-orderHistory--disabled {
    opacity: .3;
    pointer-events: none
}

.dln-kenwood .dln-orderHistory {
    border-bottom: 2px solid var(--ui-02)
}

.dln-kenwood .dln-orderHistory:last-of-type, .dln-kenwood .dln-orderHistory:only-of-type {
    border-bottom: none
}

.dln-kenwood .dln-orderHistory__reference {
    margin-bottom: 32px;
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 4px
}

.dln-kenwood .dln-orderHistory__code {
    font-size: 12px;
    line-height: 20px;
    padding: 0 6px !important
}

.dln-kenwood .dln-orderHistory__code:first-of-type {
    font-family: var(--fontNameMedium), Arial, sans-serif;
    font-size: 14px;
    color: var(--brand-04);
    padding: 0 8px 0 0 !important
}

.dln-kenwood .dln-orderHistory__totalprice {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-size: 14px
}

.dln-kenwood .dln-orderHistory .dln-orderRev:last-of-type, .dln-kenwood .dln-orderHistory .dln-orderRev:only-of-type {
    margin-bottom: 32px
}

.dln-kenwood .dln-orderHistory .dln-orderRev__quantity {
    font-size: 14px
}

.dln-kenwood .dln-orderHistory .dln-orderRev__detailsTitle {
    margin-bottom: 2px !important
}

.dln-kenwood .dln-orderHistory .dln-orderRev__details .dln-orderRev__productCode {
    font-size: 12px !important;
    line-height: 16px !important;
    color: var(--brand-02)
}

.dln-kenwood .dln-orderHistory .dln-orderRev__details .dln-price {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-size: 14px
}

.dln-kenwood .dln-orderHistory .dln-orderRev__details .dln-price--discounted {
    color: var(--brand-04)
}

.dln-kenwood .dln-orderHistory--openorder .dln-orderHistory__reference {
    width: 100%;
    max-height: none;
    position: static;
    top: auto;
    left: auto
}

.dln-kenwood .dln-orderHistory--openorder .dln-orderRev__wrap--main {
    margin-bottom: 32px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-orderHistory__reference {
        margin: 0 0 24px;
        position: relative
    }

    .dln-kenwood .dln-orderHistory__codes {
        width: 100%;
        max-width: none;
        padding: 0 64px 0 0;
        margin: 0
    }

    .dln-kenwood .dln-orderHistory__code {
        line-height: 16px
    }

    .dln-kenwood .dln-orderHistory__code:first-of-type {
        width: 100%;
        font-size: 14px;
        padding: 0 !important
    }

    .dln-kenwood .dln-orderHistory__code:first-of-type:after {
        display: none
    }

    .dln-kenwood .dln-orderHistory__code:nth-of-type(1n+2) {
        font-size: 12px
    }

    .dln-kenwood .dln-orderHistory__code:nth-of-type(2) {
        padding: 0 8px 0 0 !important;
        margin: 0 8px 0 0
    }

    .dln-kenwood .dln-orderHistory__code:nth-of-type(3) {
        padding: 0 !important
    }

    .dln-kenwood .dln-orderHistory__total {
        width: auto;
        position: absolute;
        top: 0;
        right: 0
    }

    .dln-kenwood .dln-orderHistory .dln-orderRev {
        background: none;
        background-color: transparent !important;
        padding: 0;
        margin: 0 0 32px;
        align-items: center
    }

    .dln-kenwood .dln-orderHistory .dln-orderRev__detailsTitle {
        margin: 0 0 8px
    }

    .dln-kenwood .dln-orderHistory .dln-orderRev__actions .dln-btn:last-of-type {
        margin: 0
    }

    .dln-kenwood .dln-orderHistory--openorder .dln-orderHistory__reference {
        padding: 0 0 8px
    }

    .dln-kenwood .dln-orderHistory--openorder .dln-orderHistory__reference .dln-orderHistory__codes {
        width: auto;
        margin: 0 auto 0 0
    }

    .dln-kenwood .dln-orderHistory--openorder .dln-orderHistory__reference .dln-orderHistory__codes .dln-orderHistory__code {
        line-height: 20px
    }

    .dln-kenwood .dln-orderHistory--openorder .dln-orderRev__wrap--main {
        margin-bottom: 16px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-orderRev-input-wrapper .dln-orderRev__detailsTitle {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-orderHistory--multiple .dln-orderRev:nth-child(odd) {
        background-color: var(--ui-03)
    }

    .dln-orderHistory .dln-orderRev {
        padding: 10px
    }

    .dln-orderHistory .dln-orderRev__reference {
        padding: 0 10px
    }

    .dln-orderHistory .dln-orderRev__itemPic {
        max-width: none;
        width: 60px;
        height: 50px;
        position: absolute
    }

    .dln-orderHistory .dln-orderRev__content {
        width: 100%;
        padding: 0
    }

    .dln-orderHistory .dln-orderRev__details {
        width: calc(100% - 70px);
        margin: 0 0 0 68px;
        text-align: left
    }

    .dln-orderHistory .dln-orderRev__detailsTitle {
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 125%
    }

    .dln-orderHistory .dln-orderRev__details .dln-price {
        font-size: 14px;
        line-height: 1.2
    }

    .dln-orderHistory .dln-orderRev__details .dln-price--oldPrice {
        margin: 0 4px 0 0
    }

    .dln-orderHistory .dln-orderRev__details .dln-price--discounted {
        margin: 0
    }

    .dln-orderHistory .dln-orderRev__productCode {
        margin: 0 0 10px;
        font-size: 15px
    }

    .dln-orderHistory .dln-orderRev__quantity {
        width: auto;
        text-align: left;
        font-size: 12px;
        line-height: 125%
    }

    .dln-orderHistory .dln-orderRev__actions {
        margin: 16px auto 0;
        width: calc(100% - 80px)
    }

    .dln-orderHistory--openorder .dln-orderHistory__reference {
        max-height: none;
        position: relative;
        width: 100%;
        left: auto;
        padding: 0 10px
    }

    .dln-orderHistory--openorder .dln-orderRev__content {
        padding-top: 0
    }

    .dln-orderHistory .dln-orderRev--return-flow .dln-orderRev__productCode {
        order: 0;
        margin: 0 0 10px;
        font-size: 15px;
        line-height: auto
    }

    .dln-orderHistory .dln-orderRev--return-flow .dln-price {
        font-size: 14px;
        line-height: 1.2
    }
}

.dln-itemRegDetails {
    width: 100%
}

.dln-itemRegDetails__head {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 16px
}

.dln-itemRegDetails__itemName {
    font-size: 22px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: calc(100% - 120px);
    margin: 0 auto 0 0
}

.dln-itemRegDetails__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px 0 0
}

.dln-itemRegDetails__itemImg {
    display: flex;
    align-content: center;
    width: 100%;
    max-width: 349px;
    height: 305px;
    background-color: var(--ui-03);
    margin: 0 20px 0 0;
    position: relative;
    z-index: 1
}

.dln-itemRegDetails__itemImg:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.dln-itemRegDetails__itemImg > img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

.dln-itemRegDetails__paragraph, .dln-itemRegDetails__sku {
    font-size: 13px;
    line-height: 125%;
    color: var(--brand-02)
}

.dln-itemRegDetails__sku {
    width: auto;
    max-width: 120px;
    font-size: 14px
}

.dln-itemRegDetails__details {
    width: calc(100% - 405px)
}

.dln-itemRegDetails__details .dln-itemRegDetails__title {
    font-size: 17px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin: 0 0 32px
}

.dln-itemRegDetails__details .dln-inputs, .dln-itemRegDetails__details .dln-inputsFile, .dln-itemRegDetails__details .dln-select {
    width: 100%;
    max-width: 100%;
    margin: 0 0 32px
}

.dln-itemRegDetails__details--extra {
    width: 100%;
    margin: 16px 0 0
}

.dln-itemRegDetails__details--extra .dln-itemRegDetails__paragraph {
    width: 385px
}

.dln-itemRegDetails .dln-tooltip__container {
    transform: none;
    left: auto;
    right: -24px
}

.dln-itemRegDetails .dln-tooltip__arrow {
    margin: 0 24px 0 auto
}

.dln-itemRegDetails--productRegistration .dln-itemRegDetails__itemImg {
    max-width: 450px
}

.dln-itemRegDetails--productRegistration .dln-itemRegDetails__details {
    width: calc(100% - 470px);
    max-width: 400px;
    margin: 0 0 0 auto
}

.dln-itemRegDetails--productRegistration .dln-itemRegDetails__details--extra {
    width: 100%;
    margin: 16px 0 0
}

.dln-itemRegDetails--productRegistration .dln-itemRegDetails__details--extra .dln-itemRegDetails__paragraph {
    width: 450px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-itemRegDetails {
        width: 100%
    }

    .dln-itemRegDetails__head {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border-bottom: 1px solid var(--ui-01);
        padding: 0 0 16px
    }

    .dln-itemRegDetails__itemName {
        font-size: 22px;
        line-height: 125%;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        width: calc(100% - 120px);
        margin: 0 auto 0 0
    }

    .dln-itemRegDetails__content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 16px 0 0
    }

    .dln-itemRegDetails__itemImg {
        align-items: center;
        align-content: center;
        max-width: 250px;
        height: 218px
    }

    .dln-itemRegDetails__details {
        width: calc(100% - 270px);
        max-width: 100%
    }

    .dln-itemRegDetails__details--extra, .dln-itemRegDetails__details--extra .dln-itemRegDetails__paragraph {
        width: 100%
    }

    .dln-itemRegDetails--productRegistration .dln-itemRegDetails__itemImg {
        align-items: center;
        align-content: center;
        max-width: 250px
    }

    .dln-itemRegDetails--productRegistration .dln-itemRegDetails__details {
        width: calc(100% - 270px);
        max-width: 100%
    }

    .dln-itemRegDetails--productRegistration .dln-itemRegDetails__details--extra {
        width: 100%;
        max-width: 100%
    }

    .dln-itemRegDetails--productRegistration .dln-itemRegDetails__details--extra .dln-itemRegDetails__paragraph {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-itemRegDetails__itemName {
        font-size: 15px
    }

    .dln-itemRegDetails__itemImg {
        display: flex;
        align-content: center;
        justify-content: center;
        width: 100%;
        max-width: 559px;
        height: 489px;
        margin: 0 auto
    }

    .dln-itemRegDetails__itemImg > img {
        height: auto
    }

    .dln-itemRegDetails__details {
        width: 100%;
        margin: 16px 0 0
    }

    .dln-itemRegDetails__details .dln-itemRegDetails__title {
        margin: 0 0 16px
    }

    .dln-itemRegDetails__details .dln-inputs, .dln-itemRegDetails__details .dln-inputsFile, .dln-itemRegDetails__details .dln-select {
        margin: 0 0 20px
    }

    .dln-itemRegDetails__details .dln-inputsFile {
        margin: 0 0 32px
    }

    .dln-itemRegDetails--productRegistration .dln-itemRegDetails__itemImg {
        order: 1;
        width: 100%;
        max-width: 100%
    }

    .dln-itemRegDetails--productRegistration .dln-itemRegDetails__details {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin: 16px 0 0
    }

    .dln-itemRegDetails--productRegistration .dln-itemRegDetails__details--extra {
        order: 2;
        width: 100%;
        max-width: 100%
    }

    .dln-itemRegDetails--productRegistration .dln-itemRegDetails__details--extra .dln-itemRegDetails__paragraph {
        width: 100%
    }
}

.dln-kenwood .dln-itemRegDetails__itemImg {
    max-width: 265px;
    height: auto
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-itemRegDetails__itemImg {
        max-width: 265px;
        height: 232px
    }
}

@media only screen and (min-width: 900px) {
    .dln-kenwood .dln-itemRegDetails__itemImg {
        max-width: 265px;
        height: 232px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-itemRegDetails__details {
        width: calc(100% - 290px)
    }
}

.dln-kenwood .dln-itemRegDetails .dln-inputs__lbl {
    top: calc(50% - 13px);
    left: 8px;
    width: auto;
    padding: 0 9px;
    background-color: var(--brand-03)
}

.dln-kenwood .dln-itemRegDetails .dln-inputs--active .dln-inputs__lbl {
    font-size: 12px;
    transform: translateY(calc(50% - 27px));
    background-color: var(--brand-03)
}

.dln-kenwood .dln-itemRegDetails .dln-select__lbl {
    margin-top: 35px;
    margin-left: 8px
}

.dln-kenwood .dln-itemRegDetails .dln-select--has-value + .dln-select__lbl, .dln-kenwood .dln-itemRegDetails .dln-select--open + .dln-select__lbl {
    transform: translateY(calc(50% - 28px))
}

.dln-delonghi .dln-itemRegDetails__itemName {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 19px;
    font-size: 1.1875rem
}

.dln-delonghi .dln-itemRegDetails__details .dln-itemRegDetails__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    font-size: 1.125rem;
    margin-bottom: 40px
}

.dln-delonghi .dln-itemRegDetails__details .dln-inputs, .dln-delonghi .dln-itemRegDetails__details .dln-inputsFile {
    margin-bottom: 30px
}

.dln-delonghi .dln-itemRegDetails__details .dln-select {
    margin: 5px 0 0
}

.dln-delonghi .dln-itemRegDetails--productRegistration .dln-itemRegDetails__head {
    border-bottom: none
}

.dln-delonghi .dln-itemRegDetails--productRegistration .dln-itemRegDetails__content {
    padding-top: 0
}

.dln-delonghi .dln-itemRegDetails--productRegistration .dln-itemRegDetails__details--extra {
    max-width: 450px
}

.dln-delonghi .dln-itemRegDetails--productRegistration .dln-itemRegDetails__paragraph {
    width: 100%;
    line-height: 18px;
    font-size: .875rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-select--has-value + .dln-select__lbl, .dln-delonghi .dln-select--open + .dln-select__lbl {
    transform: translateY(calc(50% - 24px));
    margin-top: 3px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-itemRegDetails__itemName {
        line-height: 16px;
        font-size: 1rem
    }

    .dln-delonghi .dln-itemRegDetails__details .dln-itemRegDetails__title {
        line-height: 18px;
        font-size: 1rem;
        margin-bottom: 26px
    }

    .dln-delonghi .dln-itemRegDetails__details .dln-select {
        margin-top: 15px
    }

    .dln-delonghi .dln-itemRegDetails__content .dln-itemRegDetails__itemImg {
        height: 272px
    }

    .dln-delonghi .dln-itemRegDetails--productRegistration .dln-itemRegDetails__sku {
        font-size: .8125rem
    }

    .dln-delonghi .dln-itemRegDetails--productRegistration .dln-itemRegDetails__details--extra {
        margin-bottom: 24px
    }
}

.dln-noticeBox {
    width: 100%;
    padding: 24px 16px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--ui-04);
    color: var(--ui-04)
}

.dln-noticeBox__title {
    font-size: 22px;
    line-height: 125%;
    font-size: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 8px;
    width: 100%;
    display: block
}

.dln-noticeBox__copy {
    font-size: 13px;
    line-height: 125%;
    width: 100%;
    display: block
}

.dln-noticeBox__content {
    width: calc(100% - 72px);
    margin: 0 0 0 auto;
    display: block;
    color: var(--ui-04);
    text-decoration: none
}

.dln-noticeBox__icon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center
}

.dln-noticeBox__icon .dln-icn {
    font-size: 48px
}

.dln-noticeBox--light {
    border: none;
    text-align: center;
    padding: 24px
}

.dln-noticeBox--light .dln-noticeBox__content, .dln-noticeBox--light .dln-noticeBox__icon {
    width: 100%;
    margin: 0 auto 8px
}

.dln-noticeBox--light .dln-noticeBox__copy {
    font-size: 13px;
    line-height: 125%;
    font-size: 12px;
    margin: 0 auto 8px
}

.dln-noticeBox__link {
    font-size: 13px;
    line-height: 125%;
    font-size: 12px;
    color: var(--brand-04);
    margin: auto auto 0
}

@media only screen and (max-width: 599px) {
    .dln-noticeBox__title {
        font-size: 15px;
        margin: 0
    }
}

.dln-kenwood .dln-noticeBox {
    border-color: var(--ui-08);
    padding: 44px 31px;
    position: relative
}

.dln-kenwood .dln-noticeBox__icon {
    align-items: flex-start;
    width: auto
}

.dln-kenwood .dln-noticeBox .dln-icn {
    color: var(--brand-02);
    text-align: left
}

.dln-kenwood .dln-noticeBox__content {
    margin-bottom: 5px
}

.dln-kenwood .dln-noticeBox__content:hover .dln-noticeBox__title {
    text-decoration: underline
}

.dln-kenwood .dln-noticeBox__title {
    line-height: 22px;
    font-size: 16px;
    color: var(--brand-04);
    margin: 0
}

.dln-kenwood .dln-noticeBox__copy {
    min-height: 60px;
    line-height: 20px;
    font-size: 14px;
    color: var(--brand-04)
}

.dln-kenwood .dln-noticeBox--light .dln-noticeBox__content {
    color: var(--brand-04)
}

.dln-delonghi .dln-noticeBox {
    flex-direction: row;
    border-color: var(--ui-02);
    position: relative
}

.dln-delonghi .dln-noticeBox__icon {
    align-items: flex-start;
    width: auto
}

.dln-delonghi .dln-noticeBox .dln-icn {
    color: var(--ui-02);
    text-align: left
}

.dln-delonghi .dln-noticeBox__content {
    width: calc(100% - 78px)
}

.dln-delonghi .dln-noticeBox__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 34px;
    font-size: 1.75rem;
    color: var(--brand-04);
    margin: 0 0 8px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-noticeBox__title {
        line-height: 23px;
        font-size: 1.3125rem;
        margin-bottom: 5px
    }
}

.dln-delonghi .dln-noticeBox__copy {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    font-size: .875rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-noticeBox--light {
    align-content: flex-start
}

.dln-delonghi .dln-noticeBox--light .dln-noticeBox__icon {
    height: 48px
}

.dln-delonghi .dln-noticeBox--light .dln-noticeBox__icon .dln-icn {
    color: var(--brand-04)
}

.dln-delonghi .dln-noticeBox--light .dln-noticeBox__copy {
    line-height: 18px;
    color: var(--ui-02);
    margin-bottom: 0
}

.dln-delonghi .dln-noticeBox--light .dln-noticeBox__content {
    width: 100%;
    min-height: 36px;
    margin-bottom: 12px
}

.dln-delonghi .dln-noticeBox--light .dln-noticeBox__link {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-cartItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 32px 0;
    position: relative;
    border-top: 1px solid var(--ui-01);
    background-color: var(--brand-03)
}

.dln-cartItem__closeBtn {
    position: absolute;
    top: 32px;
    right: 24px
}

.dln-cartItem__closeBtn .dln-btnIcon, .dln-cartItem__closeBtn .dln-btnIcon__wrap {
    height: auto;
    width: auto
}

.dln-cartItem__article {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.dln-cartItem__picture {
    width: 180px;
    max-height: 144px;
    background-color: var(--brand-03);
    display: inline-flex;
    align-items: baseline;
    float: left;
    position: relative;
    z-index: 1;
    top: 0
}

.dln-cartItem__picture > img {
    width: 100%;
    height: auto;
    -o-object-fit: initial;
    object-fit: fill
}

.dln-cartItem__description {
    flex: 1
}

.dln-cartItem__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.dln-cartItem__content > .dln-chips {
    margin: 24px 0 0
}

.dln-cartItem__accessories, .dln-cartItem__warranty {
    width: calc(100% - 204px);
    margin: 0 0 0 24px
}

.dln-cartItem__accessoriesMobile {
    display: none
}

.dln-cartItem__title {
    font-size: 17px;
    margin-bottom: 16px
}

.dln-cartItem__subTitle, .dln-cartItem__title {
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-cartItem__subTitle {
    font-size: 13px
}

.dln-cartItem__price {
    display: flex;
    flex-direction: column;
    order: 2;
    margin-top: 0;
    margin-bottom: 12px
}

.dln-cartItem__price .priceBox {
    display: flex;
    flex-direction: row;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .dln-cartItem__price .priceBox {
        flex-direction: column
    }
}

.dln-cartItem__price .priceBox .prices {
    display: flex
}

.dln-cartItem__price .dln-price {
    font-size: 16px
}

.dln-cartItem__price .dln-cart-order-item__vat-included {
    margin: 3px 0 0 10px
}

.dln-cartItem__quantity {
    display: flex;
    align-items: center;
    position: static
}

.dln-cartItem__quantity .dln-inputIncr {
    margin-left: 20px
}

.dln-cartItem__quantity > i {
    margin-left: 15px;
    cursor: pointer
}

.dln-cartItem__label {
    font-size: 13px;
    line-height: 125%
}

.dln-cartItem__accessories {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0 24px
}

.dln-cartItem__accessories .dln-btn, .dln-cartItem__accessories .dln-btnTextIcon, .dln-cartItem__accessories .dln-select {
    width: 300px;
    max-width: none
}

.dln-cartItem__accessories .dln-btn__text, .dln-cartItem__accessories .dln-btnTextIcon__text, .dln-cartItem__accessories .dln-select__text {
    max-width: 100%
}

.dln-cartItem__accessories .dln-select {
    margin: 0 20px 0 0
}

.dln-cartItem__warranty {
    width: calc((100% - 214px) / 2);
    margin: 32px 0 0 204px
}

.dln-cartItem__warrantyHead {
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 16px;
    margin: 0 0 16px
}

.dln-cartItem__plan {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 24px
}

.dln-cartItem__plan .dln-radioBtn__input:checked ~ .dln-radioBtn__lbl {
    color: var(--brand-04)
}

.dln-cartItem__plan .dln-cartItem__tooltip {
    margin: 0 0 0 8px
}

.dln-cartItem__plan .dln-price {
    font-size: 13px;
    line-height: 125%;
    margin: 0 0 0 auto
}

.dln-braun .dln-cartItem__price .dln-cartItem__chips {
    margin-top: 5px
}

.dln-braun .dln-cartItem__price .dln-cartItem__chips .dln-chips--lightGray {
    border-radius: 2px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-cartItem__accessories, .dln-cartItem__warranty {
        width: 100%;
        margin: 8px 0 0
    }

    .dln-cartItem__accessories {
        margin: 32px 0 0;
        display: none
    }

    .dln-cartItem__accessories .dln-btn, .dln-cartItem__accessories .dln-btnTextIcon, .dln-cartItem__accessories .dln-select {
        width: 300px;
        margin: 0 0 20px
    }

    .dln-cartItem__price, .dln-cartItem__price .priceBox {
        flex-direction: column
    }

    .dln-cartItem__price .dln-cart-order-item__vat-included {
        margin: 10px 0 0
    }

    .dln-cartItem__accessoriesMobile {
        display: block;
        margin-top: 20px;
        width: 100%
    }

    .dln-cartItem__accessoriesMobile .dln-btnTextIcon {
        width: 100%
    }

    .dln-cartItem__accessoriesMobile .dln-btnTextIcon__text {
        max-width: 100%
    }

    .dln-cartItem__quantity > i {
        position: absolute;
        top: -4px;
        right: 0
    }
}

@media only screen and (max-width: 1199px) {
    .dln-cartItem__accessories, .dln-cartItem__warranty {
        width: 100%;
        margin: 8px 0 0
    }

    .dln-cartItem__accessories {
        min-width: 0;
        margin: 32px 0 0
    }

    .dln-cartItem__accessories .dln-btn, .dln-cartItem__accessories .dln-btnTextIcon, .dln-cartItem__accessories .dln-select {
        width: 100%;
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 599px) {
    .dln-cartItem {
        padding: 32px 20px;
        margin-bottom: 30px
    }

    .dln-cartItem__accessories, .dln-cartItem__chips, .dln-cartItem__price, .dln-cartItem__quantity, .dln-cartItem__warranty {
        width: 100%
    }

    .dln-cartItem__picture {
        width: 124px;
        max-height: 100px
    }

    .dln-cartItem__title {
        font-size: 15px;
        line-height: 125%;
        width: 90%
    }

    .dln-cartItem__price {
        margin: 16px 0;
        font-size: 13px;
        flex-direction: column
    }

    .dln-cartItem__price .prices {
        display: flex;
        flex-direction: row
    }

    .dln-cartItem__price .dln-cart-order-item__vat-included {
        margin: 10px 0 0
    }

    .dln-cartItem__accessories {
        display: none
    }

    .dln-cartItem__accessories .dln-btn, .dln-cartItem__accessories .dln-btnTextIcon, .dln-cartItem__accessories .dln-select {
        width: 100%;
        margin: 0 0 20px
    }

    .dln-cartItem__accessoriesMobile {
        display: block;
        margin-top: 20px;
        width: 100%
    }

    .dln-cartItem__accessoriesMobile .dln-btnTextIcon {
        width: 100%
    }

    .dln-cartItem__accessoriesMobile .dln-btnTextIcon__text {
        max-width: 100%
    }

    .dln-cartItem__accessories, .dln-cartItem__warranty {
        float: none;
        width: 100%;
        margin: 8px 0 0
    }

    .dln-cartItem__quantity > i {
        position: absolute;
        top: -4px;
        right: 0
    }
}

.dln-kenwood .dln-cartItem__content .dln-cartItem__quantity {
    z-index: 3
}

.dln-kenwood .dln-cartItem__content .dln-cartItem__quantity .dln-inputIncr, .dln-kenwood .dln-cartItem__content .dln-cartItem__quantity .dln-inputIncr__btn {
    height: 17px
}

.dln-kenwood .dln-cartItem__content .dln-cartItem__quantity .dln-inputIncr__btn .dln-icn {
    line-height: 17px;
    font-size: 10px
}

.dln-kenwood .dln-cartItem__content .dln-cartItem__quantity .dln-inputIncr__btn--decrement .dln-icn {
    font-size: 12px
}

.dln-kenwood .dln-cartItem__price > .dln-cartItem__chips {
    margin-top: 5px
}

.dln-kenwood .dln-cartItem .dln-popup-entry {
    font-weight: 700
}

.dln-kenwood .dln-cartItem__closeBtn {
    z-index: 3
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__picture {
    height: unset
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-cartItem .dln-popup-entry {
        font-weight: 400;
        font-size: .8125rem;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.46;
        letter-spacing: normal;
        color: #000
    }
}

.dln-delonghi .dln-cartItem {
    position: relative
}

.dln-delonghi .dln-cartItem__chips {
    order: 3
}

.dln-delonghi .dln-cartItem .dln-chips.dln-chips--lightGray.dln-chips--light {
    background: transparent;
    padding: 0
}

.dln-delonghi .dln-cartItem .dln-chips.dln-chips--lightGray.dln-chips--light .dln-chips__content span {
    color: var(--support-02);
    font-weight: 400;
    font-size: .8125rem
}

.dln-delonghi .dln-cartItem .dln-chips.dln-chips--iconinside.dln-chips--warning {
    order: 7;
    margin-top: 41px;
    width: calc(100% + 180px);
    transform: translateX(-180px)
}

.dln-delonghi .dln-cartItem__price .dln-price--oldPrice {
    font-size: 1rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-cartItem__price .dln-price--oldPrice:after {
    background-color: var(--ui-02);
    top: 49%
}

.dln-delonghi .dln-cartItem__price .dln-price--discounted {
    font-size: 1rem;
    color: var(--brand-04);
    font-weight: 400;
    margin-left: 8px
}

.dln-delonghi .dln-cartItem__quantity {
    order: 4;
    float: none
}

.dln-delonghi .dln-cartItem__quantity .dln-inputIncr > button, .dln-delonghi .dln-cartItem__quantity .dln-inputIncr > button i, .dln-delonghi .dln-cartItem__quantity .dln-inputIncr input, .dln-delonghi .dln-cartItem__quantity .dln-inputIncr input i {
    font-size: .8125rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-cartItem__quantity .dln-inputIncr .dln-inputIncr__btn.dln-inputIncr__btn--increment {
    margin-bottom: 1px
}

.dln-delonghi .dln-cartItem__quantity .dln-inputIncr .dln-inputIncr__input {
    height: auto;
    font-size: 12px
}

.dln-delonghi .dln-cartItem__quantity > i {
    font-size: 22px
}

.dln-delonghi .dln-cartItem__label {
    font-size: .875rem
}

.dln-delonghi .dln-cartItem__accessories {
    order: 5;
    margin: 15px 0 13px;
    width: 100%
}

.dln-delonghi .dln-cartItem__accessories .dln-btnTextIcon {
    border: 1px solid var(--brand-04);
    border-radius: 2px;
    margin-bottom: 0
}

.dln-delonghi .dln-cartItem__accessories .dln-select .dln-select__head {
    border-radius: 2px
}

.dln-delonghi .dln-cartItem__accessories .dln-select .dln-select__value {
    font-size: .875rem
}

.dln-delonghi .dln-cartItem__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1875rem;
    order: 1
}

.dln-delonghi .dln-cartItem__warranty {
    width: 50%;
    padding-left: 24px;
    margin-left: 0;
    margin-top: 15px;
    order: 6
}

.dln-delonghi .dln-cartItem__warranty .dln-price {
    font-weight: 400;
    font-size: 1.125rem
}

.dln-delonghi .dln-cartItem__tooltip {
    display: flex;
    align-items: center
}

.dln-delonghi .dln-cartItem__tooltip .dln-icn.dln-icn--iconfont {
    color: var(--brand-04)
}

.dln-delonghi .dln-cartItem__closeBtn {
    top: 44px;
    right: 38px
}

.dln-delonghi .dln-cartItem__closeBtn i {
    font-size: 1.5rem
}

@media screen and (min-width: 0) and (max-width: 1100px) {
    .dln-delonghi .dln-cartItem__content {
        position: relative
    }

    .dln-delonghi .dln-cartItem__title {
        font-size: 1rem
    }

    .dln-delonghi .dln-cartItem__chips, .dln-delonghi .dln-cartItem__price, .dln-delonghi .dln-cartItem__quantity {
        width: 100%
    }

    .dln-delonghi .dln-cartItem__warranty {
        position: relative
    }

    .dln-delonghi .dln-cartItem__warranty .dln-price {
        font-size: 1rem
    }

    .dln-delonghi .dln-cartItem__closeBtn {
        top: 27px;
        right: 16px
    }

    .dln-delonghi .dln-cartItem .dln-chips.dln-chips--iconinside.dln-chips--warning {
        order: 7;
        width: calc(100% + 120px);
        transform: translateX(-120px)
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-cartItem__title {
        transform: translateY(0)
    }
}

.dln-braun .dln-cartItem__content .dln-cartItem__quantity {
    z-index: 3
}

.dln-braun .dln-cartItem__content .dln-cartItem__quantity .dln-inputIncr, .dln-braun .dln-cartItem__content .dln-cartItem__quantity .dln-inputIncr__btn {
    height: 17px
}

.dln-braun .dln-cartItem__content .dln-cartItem__quantity .dln-inputIncr__btn .dln-icn {
    line-height: 17px;
    font-size: 10px
}

.dln-braun .dln-cartItem__content .dln-cartItem__quantity .dln-inputIncr__btn--decrement .dln-icn {
    font-size: 12px
}

.dln-braun .dln-cartItem__price .dln-cart-order-item__vat-included {
    color: var(--brand-01)
}

.dln-braun .dln-cartItem__closeBtn {
    z-index: 3
}

.dln-braun .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__picture {
    height: unset
}

@media only screen and (max-width: 599px) {
    .dln-braun .dln-cartItem .dln-popup-entry {
        font-size: .8125rem;
        line-height: 1.46;
        letter-spacing: normal;
        color: #000
    }

    .dln-braun .dln-cartItem__content .dln-cartItem__quantity > i {
        top: 2px
    }
}

.dln-ratingStars {
    direction: rtl;
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    text-align: left;
    margin: 0 auto 8px 0
}

.dln-ratingStars:hover {
    transform: scale(1)
}

.dln-ratingStars input {
    display: none;
    pointer-events: none;
    position: absolute
}

.dln-ratingStars input:checked .dln-icn:before, .dln-ratingStars input:checked ~ label .dln-icn:before {
    content: "p"
}

.dln-ratingStars__error {
    font-size: 13px;
    line-height: 125%;
    display: inline-block;
    width: 100%;
    color: var(--support-01);
    text-align: left
}

.dln-ratingStars--error {
    justify-content: flex-end
}

.dln-ratingStars__star {
    display: inline-block;
    transition: .1s;
    cursor: pointer;
    position: relative
}

.dln-ratingStars__star input {
    display: none;
    position: absolute;
    bottom: -100px
}

.dln-ratingStars__star--selected .dln-icn:before, .dln-ratingStars__star--selected ~ .dln-ratingStars__star .dln-icn:before {
    content: "p"
}

.dln-ratingStars__star--active .dln-icn:before, .dln-ratingStars__star--active ~ .dln-ratingStars__star .dln-icn:before {
    content: "p" !important;
    color: var(--brand-01)
}

.dln-ratingStars--static .dln-ratingStars__star {
    cursor: auto
}

.dln-ratingStars .dln-icn {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: var(--support-02);
    pointer-events: none
}

.dln-ratingStars .dln-icn:before {
    content: "o";
    transition: .3s ease-in
}

.dln-ratingStars:not(.dln-ratingStars--static) input {
    pointer-events: auto
}

.dln-ratingStars:not(.dln-ratingStars--static) .dln-ratingStars__star .dln-ratingStars:not(.dln-ratingStars--static) .dln-ratingStars__star:hover ~ .dln-ratingStars__star .dln-icn:before, .dln-ratingStars:not(.dln-ratingStars--static) .dln-ratingStars__star:hover .dln-icn:before, .dln-ratingStars:not(.dln-ratingStars--static) input:hover .dln-icn:before, .dln-ratingStars:not(.dln-ratingStars--static) input:hover ~ label .dln-icn:before {
    content: "p"
}

.dln-kenwood .dln-ratingStars .dln-icn {
    color: var(--brand-01)
}

.dln-delonghi .dln-ratingStars .dln-icn {
    width: 35px;
    height: 35px;
    color: var(--ui-01)
}

.dln-delonghi .dln-ratingStars .dln-icn:before {
    font-size: 2.1875rem;
    content: "p"
}

.dln-delonghi .dln-ratingStars:not(.dln-ratingStars--disabled) .dln-ratingStars__star:hover .dln-icn:before, .dln-delonghi .dln-ratingStars:not(.dln-ratingStars--disabled) .dln-ratingStars__star:hover ~ .dln-ratingStars__star .dln-icn:before {
    color: var(--brand-01)
}

.dln-delonghi .dln-ratingStars input {
    display: none;
    position: absolute;
    pointer-events: none
}

.dln-delonghi .dln-ratingStars__star--selected .dln-icn:before, .dln-delonghi .dln-ratingStars__star--selected ~ .dln-ratingStars__star .dln-icn:before, .dln-delonghi .dln-ratingStars input:checked .dln-icn:before, .dln-delonghi .dln-ratingStars input:checked ~ label .dln-icn:before {
    color: var(--brand-01)
}

.dln-csmDropdown {
    margin: 16px 0;
    position: relative;
    width: 100%;
    display: block
}

.dln-csmDropdown--open {
    overflow: visible;
    opacity: 1;
    max-height: 15rem
}

.dln-csmDropdown--open .dln-csmDropdown__list {
    opacity: 1;
    overflow: auto;
    max-height: 15rem;
    top: 0
}

.dln-csmDropdown--open .dln-csmDropdown__arrow:before {
    transform: rotate(180deg)
}

.dln-csmDropdown--open .dln-csmDropdown__selected {
    background-color: var(--ui-01)
}

.dln-csmDropdown--open .dln-csmDropdown__list {
    z-index: 9
}

.dln-csmDropdown--hasValue .dln-csmDropdown__list-item--placeholder {
    display: block
}

.dln-csmDropdown__dropdown {
    font-size: 13px;
    line-height: 125%;
    background-color: var(--brand-03);
    list-style: none;
    position: relative;
    border: 1px solid var(--ui-01);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    margin: 100px;
    padding: 0
}

.dln-csmDropdown__label {
    position: absolute;
    top: -9px;
    left: 15px;
    background: #fff;
    color: #444;
    font-size: .8em
}

.dln-csmDropdown__arrow {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
    transition: transform .15s;
    color: var(--brand-02);
    pointer-events: none
}

.dln-csmDropdown__arrow:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "u";
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 16px;
    transition: transform .2s;
    transform-origin: 50%
}

.dln-csmDropdown__list {
    width: 100%;
    position: absolute;
    left: -1px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, .1);
    transition: opacity .1s cubic-bezier(0, 0, .38, .9), max-height .5s cubic-bezier(0, 0, .38, .9);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border: 1px solid var(--ui-01);
    border-top: 0 solid var(--ui-01);
    background-color: var(--brand-03)
}

.dln-csmDropdown__itemLabel {
    display: none
}

.dln-csmDropdown__list-container {
    position: relative;
    overflow: visible
}

.dln-csmDropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dln-csmDropdown__list-item {
    padding: 14px 16px;
    transition: background-color .1s linear, color .1s linear;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dln-csmDropdown__list-item:focus, .dln-csmDropdown__list-item:hover {
    background-color: var(--ui-01)
}

.dln-csmDropdown__list-item--placeholder {
    color: var(--ui-02);
    display: none
}

.dln-csmDropdown__selected {
    padding: 10px 16px;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s ease
}

.dln-csmDropdown .dln-cartItem__plan {
    margin: 0;
    align-items: center
}

.dln-csmDropdown .dln-cartItem__plan .dln-icn {
    color: var(--ui-02)
}

.dln-kenwood .dln-csmDropdown__label {
    line-height: 14px;
    transform: none;
    top: -18px;
    left: 0;
    font-size: 12px;
    color: var(--brand-02);
    background-color: transparent
}

.dln-addItem {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 10px
}

.dln-addItem__picture {
    position: relative;
    width: 80px;
    height: 63px;
    z-index: 1;
    margin-right: 10px
}

@media only screen and (min-width: 599px) {
    .dln-addItem__picture {
        height: auto;
        margin: 0 12px 0 0
    }
}

.dln-addItem__picture:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.dln-addItem__picture > img {
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width: 599px) {
    .dln-addItem__picture > img {
        max-width: 100%;
        height: auto;
        -o-object-fit: initial;
        object-fit: fill
    }
}

.dln-addItem__content {
    width: calc(100% - 92px);
    align-self: flex-start
}

.dln-addItem__title {
    font-size: 13px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04)
}

.dln-addItem__price {
    display: flex;
    width: 100%
}

.dln-addItem__price .dln-price {
    margin: 0 8px 0 0;
    font-size: 1rem
}

@media only screen and (min-width: 599px) {
    .dln-addItem__price .dln-price {
        font-size: .9375rem
    }
}

.dln-addItem__price .dln-price--discounted {
    color: var(--brand-04)
}

.dln-addItem__price .dln-price--oldPrice {
    color: var(--ui-02)
}

.dln-addItem__price .dln-price--oldPrice:after {
    background-color: var(--ui-02)
}

.dln-addItem__quantity {
    font-size: 13px;
    line-height: 125%;
    color: var(--brand-04)
}

.dln-addItem .dln-btn {
    margin: 16px 0 0
}

.dln-addItem--basic {
    align-items: flex-start;
    border-bottom: 1px solid var(--ui-01);
    padding: 32px 0
}

.dln-addItem--basic .dln-addItem__picture {
    width: 120px;
    margin: 0 16px 0 0
}

.dln-addItem--basic .dln-addItem__content {
    width: calc(100% - 136px)
}

.dln-addItem--basic .dln-addItem__title {
    font-size: 15px
}

.dln-addItem--basic .dln-addItem__price {
    margin: 16px 0
}

.dln-delonghi .dln-addItem {
    max-width: 236px;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
    justify-content: space-between
}

.dln-delonghi .dln-addItem .prices {
    display: flex
}

.dln-delonghi .dln-addItem__title {
    font-size: 1rem;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-addItem__price {
    margin-top: 6px
}

.dln-delonghi .dln-addItem__price .dln-price--oldPrice {
    font-size: .9375rem;
    color: var(--ui-02);
    margin-right: 0
}

.dln-delonghi .dln-addItem__price .dln-price--oldPrice:after {
    background-color: var(--ui-02);
    top: 49%
}

.dln-delonghi .dln-addItem__price .dln-price--discounted {
    font-size: 1rem;
    color: var(--brand-04);
    font-weight: 400;
    margin-left: 26px
}

.dln-delonghi .dln-addItem__content {
    transform: translateY(-3px)
}

.dln-delonghi .dln-addItem .dln-btn.dln-btn {
    width: 100%;
    border: none;
    height: 32px;
    align-self: flex-end
}

.dln-delonghi .dln-addItem .dln-btn.dln-btn--light {
    background: var(--brand-01) !important;
    border: none
}

.dln-delonghi .dln-addItem .dln-btn.dln-btn i {
    display: none
}

.dln-delonghi .dln-addItem .dln-btn.dln-btn--support02 {
    opacity: .8;
    background: var(--brand-03) !important;
    border: 1px solid var(--ui-02)
}

.dln-delonghi .dln-addItem .dln-btn.dln-btn--support02 .dln-btn__lbl {
    color: var(--support-02);
    font-weight: 700
}

.dln-delonghi .dln-addItem .dln-btn.dln-btn--support02 i {
    display: inline-block
}

.dln-delonghi .dln-addItem__picture {
    width: 73px;
    height: 61px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-addItem__picture {
        width: 80px;
        height: 63px
    }
}

.dln-delonghi .dln-addItem--basic {
    height: auto;
    max-width: none;
    align-items: center
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-addItem .dln-btn.dln-btn--light.dln-btn--support02 .dln-btn__lbl {
        font-size: .9375rem
    }
}

.dln-kenwood .dln-addItem .prices {
    display: flex
}

.dln-kenwood .dln-addItem__picture .dln-image__image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dln-kenwood .dln-addItem__price .dln-price {
    font-size: 13px
}

.dln-kenwood .dln-addItem__price .dln-price--oldPrice {
    margin: 0 12px 0 0;
    font-size: 13px;
    color: var(--brand-02)
}

.dln-kenwood .dln-addItem__price .dln-price--oldPrice:after {
    background-color: var(--ui-02)
}

.dln-braun .dln-addItem .prices {
    display: flex
}

.dln-braun .dln-cartItem__picture .dln-image__image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width: 599px) {
    .dln-braun .dln-cartItem__picture {
        width: 80px;
        height: 63px
    }
}

.dln-braun .dln-cartItem__priceBox .dln-price--discounted {
    color: var(--brand-01);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 600
}

.dln-braun .dln-cartItem__priceBox .dln-price--oldPrice {
    margin: 0 12px 0 0;
    color: var(--ui-02);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 600
}

.dln-braun .dln-cartItem__priceBox .dln-price--oldPrice:after {
    background-color: var(--ui-02)
}

.dln-advtBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 250px;
    text-decoration: none;
    border: 1px solid var(--ui-02);
    background-color: var(--brand-03);
    padding: 8px 32px;
    box-sizing: border-box;
    cursor: pointer
}

.dln-advtBox .dln-icn {
    font-size: 80px;
    color: var(--support-02)
}

.dln-advtBox__title {
    font-size: 22px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    font-size: 18px;
    color: var(--brand-04);
    margin: 16px 0 8px
}

.dln-advtBox__desc {
    font-size: 13px;
    line-height: 125%;
    color: var(--brand-02)
}

@media only screen and (max-width: 599px) {
    .dln-advtBox > .dln-icn {
        width: 80px;
        height: 80px;
        line-height: 80px
    }

    .dln-advtBox__title {
        margin: 20px 0 5px
    }
}

.dln-kenwood .dln-advtBox {
    height: auto;
    border: none;
    padding: 0 0 0 70px;
    position: relative
}

.dln-kenwood .dln-advtBox .dln-icn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: var(--brand-01);
    position: absolute;
    top: calc(50% - 25px);
    left: 0
}

.dln-kenwood .dln-advtBox__title {
    margin: 0
}

.dln-kenwood .dln-advtBox__desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-delonghi .dln-advtBox .dln-icn {
    color: var(--brand-04)
}

.dln-delonghi .dln-advtBox__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.07
}

.dln-delonghi .dln-advtBox__desc {
    font-size: .875rem;
    line-height: 1.3;
    color: var(--brand-04)
}

.dln-miniCart {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px
}

.dln-miniCart__arrow {
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 9px solid var(--brand-03);
    border-left: 7px solid transparent;
    margin-right: 8px;
    margin-left: auto
}

.dln-miniCart__wrapper {
    width: 100%;
    border-radius: 2px;
    background-color: var(--brand-03);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    padding: 24px 0
}

.dln-miniCart__head {
    width: 100%;
    padding: 0 32px 16px
}

.dln-miniCart__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 200px;
    max-height: 289px;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    padding: 24px 32px;
    overflow: hidden;
    overflow-y: auto
}

.dln-miniCart__footer {
    padding: 0 32px 8px
}

.dln-miniCart__footer .dln-orderSumm .dln-orderSumm__contentRow:not(.dln-orderSumm__contentRow--total) {
    border-bottom: 1px solid var(--ui-01)
}

.dln-miniCart__footer .dln-orderSumm .dln-orderSumm__contentRow--total {
    border-top: none
}

.dln-miniCart__mainTitle {
    font-size: 17px;
    line-height: 125%;
    color: var(--brand-04);
    margin: 0
}

.dln-miniCart__cta {
    display: flex;
    flex-wrap: wrap;
    padding: 0 32px 16px
}

.dln-miniCart__cta .dln-btn {
    width: calc(50% - 8px);
    margin: 0 16px 0 0
}

.dln-miniCart__cta .dln-btn:nth-child(2n) {
    margin: 0
}

.dln-miniCart .dln-addItem {
    border: none;
    padding: 0
}

.dln-miniCart .dln-addItem + .dln-addItem {
    border-top: 1px solid var(--ui-01);
    padding: 24px 0 0;
    margin: 16px 0 0
}

.dln-miniCart .dln-orderSumm {
    border: none;
    background-color: transparent;
    margin: 24px 0 0
}

.dln-search .dln-popup__head{
    padding-top: 30px !important;
}

.dln-miniCart .dln-orderSumm__contentRow--total {
    border-width: 1px 0 0;
    border-color: var(--ui-02)
}

.dln-miniCart .dln-orderSumm__rowTitle {
    color: var(--brand-04)
}

.dln-miniCart .dln-orderSumm .dln-price--freeshippingtarget {
    color: var(--brand-02);
    margin: 0 0 0 auto
}

.dln-miniCart__message {
    font-size: 17px;
    line-height: 125%;
    display: block;
    width: 100%;
    font-size: 18px;
    color: var(--brand-02)
}

.dln-miniCart--empty .dln-miniCart__content {
    align-items: center;
    align-content: center;
    text-align: center;
    border-bottom: none
}

.dln-miniCart--empty .dln-miniCart__content .dln-icn {
    font-size: 48px;
    color: var(--brand-02);
    margin: 0 auto 10px;
    height: auto !important;
}

.dln-delonghi .dln-miniCart {
    box-sizing: border-box;
    max-width: 387px
}

.dln-delonghi .dln-miniCart * {
    box-sizing: border-box
}

.dln-delonghi .dln-miniCart__wrapper {
    padding-top: 27px;
    padding-bottom: 37px
}

.dln-delonghi .dln-miniCart__content {
    padding: 20px 37px 0;
    max-height: none;
    min-height: 0
}

.dln-delonghi .dln-miniCart__content .dln-addItem {
    margin: 0
}

.dln-delonghi .dln-miniCart__content .dln-addItem__price .dln-price, .dln-delonghi .dln-miniCart__content .dln-addItem__title {
    font-size: 1.1875rem
}

.dln-delonghi .dln-miniCart__content .dln-addItem__quantity b {
    font-weight: 400
}

.dln-delonghi .dln-miniCart__content .dln-addItem__picture {
    width: 124px;
    display: flex;
    align-items: stretch;
    height: 103px
}

.dln-delonghi .dln-miniCart__content .dln-addItem--basic {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-bottom: 23px
}

.dln-delonghi .dln-miniCart__mainTitle b {
    font-weight: 400
}

.dln-delonghi .dln-miniCart__footer .dln-orderSumm {
    margin-top: 0
}

.dln-delonghi .dln-miniCart__footer .dln-orderSumm .dln-price--free {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-miniCart__footer .dln-orderSumm .dln-price {
    font-size: 1.1875rem;
    margin-bottom: 8px
}

.dln-delonghi .dln-miniCart__footer .dln-orderSumm .dln-orderSumm__rowTitle, .dln-delonghi .dln-miniCart__footer .dln-orderSumm .dln-price--freeshippingtarget {
    font-size: .875rem;
    margin-bottom: 0
}

.dln-delonghi .dln-miniCart__footer .dln-orderSumm__contentRow.dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.125rem
}

.dln-delonghi .dln-miniCart__footer .dln-orderSumm__contentRow.dln-orderSumm__contentRow--total .dln-price--total {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 400
}

.dln-delonghi .dln-miniCart__footer .dln-orderSumm__contentRow.dln-orderSumm__contentRow--total span a {
    font-size: .875rem;
    text-transform: capitalize
}

.dln-delonghi .dln-miniCart__cta {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.dln-delonghi .dln-miniCart__cta .dln-btn {
    width: calc(50% - 8px);
    padding: initial 0;
    margin: 0;
    min-width: 0;
    max-width: none
}

.dln-delonghi .dln-miniCart__cta .dln-btn:last-of-type {
    background: var(--brand-01) !important
}

.dln-delonghi .dln-miniCart .dln-price--oldPrice:after {
    top: 11px
}

.dln-delonghi .dln-miniCart--empty .dln-miniCart__content {
    min-height: 200px
}

.dln-delonghi .dln-miniCart--empty .dln-miniCart__content .dln-icn {
    color: var(--brand-04)
}

.dln-delonghi .dln-miniCart--empty .dln-miniCart__mainTitle {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-miniCart--empty .dln-miniCart__mainTitle b {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-miniCart__arrow {
    display: none
}

.dln-kenwood .dln-miniCart__wrapper {
    border-radius: 0;
    background-color: var(--brand-03);
    box-shadow: none;
    padding: 20px 20px 30px
}

.dln-kenwood .dln-miniCart__head {
    width: 100%;
    padding: 0 0 15px
}

.dln-kenwood .dln-miniCart__content {
    min-height: auto;
    padding: 20px 0
}

.dln-kenwood .dln-miniCart__footer {
    padding: 0
}

.dln-kenwood .dln-miniCart__footer .dln-orderSumm__contentRow--total {
    border-top: 1px solid var(--brand-04)
}

.dln-kenwood .dln-miniCart__mainTitle {
    line-height: 20px;
    font-size: 14px
}

.dln-kenwood .dln-miniCart__cta {
    padding: 0;
    margin-top: 15px
}

.dln-kenwood .dln-miniCart__cta .dln-btn {
    order: 1;
    width: 100%;
    margin: 0 0 15px
}

.dln-kenwood .dln-miniCart__cta .dln-btn--stroked {
    order: 2;
    margin: 0
}

.dln-kenwood .dln-miniCart .dln-addItem .dln-addItem__quantity, .dln-kenwood .dln-miniCart .dln-addItem .dln-addItem__title {
    line-height: 16px;
    font-size: 14px
}

.dln-kenwood .dln-miniCart .dln-addItem .dln-addItem__price {
    margin: 8px 0 16px
}

.dln-kenwood .dln-miniCart .dln-addItem .dln-addItem__picture {
    width: 100px;
    margin-right: 20px
}

.dln-kenwood .dln-miniCart .dln-addItem .dln-addItem__content {
    width: calc(100% - 120px)
}

.dln-kenwood .dln-miniCart .dln-addItem + .dln-addItem {
    padding: 20px 0 0;
    margin: 20px 0 0
}

.dln-kenwood .dln-miniCart .dln-orderSumm {
    margin: 0
}

.dln-kenwood .dln-miniCart .dln-orderSumm__rowTitle {
    color: var(--ui-10)
}

.dln-kenwood .dln-miniCart .dln-orderSumm__contentRow {
    padding: 20px 0
}

.dln-kenwood .dln-miniCart .dln-orderSumm__contentRow--total {
    padding: 15px 0
}

.dln-kenwood .dln-miniCart .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-miniCart .dln-orderSumm__contentRow--total span .dln-icn, .dln-kenwood .dln-miniCart .dln-orderSumm__contentRow--total span a {
    color: var(--ui-08)
}

.dln-kenwood .dln-miniCart .dln-orderSumm__contentRow--total span a {
    line-height: 16px;
    font-size: 12px
}

.dln-kenwood .dln-miniCart .dln-orderSumm__contentRow .dln-price--total {
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-miniCart--empty .dln-miniCart__content {
    padding: 30px 0 0
}

.dln-kenwood .dln-miniCart--empty .dln-miniCart__content .dln-miniCart__message {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    font-size: 28px;
    color: var(--brand-04);
    margin: 20px 0 0
}

.dln-kenwood .dln-miniCart--empty .dln-miniCart__content .dln-icn {
    width: 80px;
    height: 80px;
    line-height: normal;
    font-size: 0;
    color: var(--ui-01);
    margin: 0 auto
}

.dln-kenwood .dln-miniCart--empty .dln-miniCart__content .dln-icn:before {
    content: "#";
    font-size: 80px;
    left: -14px
}

.dln-quickLink:active, .dln-quickLink:hover, .dln-quickLink:link, .dln-quickLink:visited {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 16px);
    width: 100%;
    min-height: 180px;
    border-bottom: 1px solid var(--ui-02);
    padding: 16px 8px;
    text-decoration: none
}

.dln-quickLink__wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0 0 8px
}

.dln-quickLink__iconWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 2px solid var(--support-02);
    border-radius: 50%;
    margin: 0 auto 16px
}

.dln-quickLink__iconWrap .dln-icn {
    font-size: 48px;
    color: var(--support-02);
    margin: 0 auto
}

.dln-quickLink__title {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    color: var(--brand-02)
}

.dln-quickLink__link {
    display: inline-block;
    width: auto;
    line-height: 20px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04);
    text-decoration: underline
}

.dln-kenwood .dln-quickLink {
    height: auto;
    min-height: 140px;
    text-align: center;
    border: 0;
    cursor: pointer
}

.dln-kenwood .dln-quickLink__title {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-quickLink__link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-quickLink__iconWrap {
    width: 50px;
    height: 50px;
    border: 0;
    margin: 0 auto 20px
}

.dln-kenwood .dln-quickLink__iconWrap .dln-icn {
    color: var(--brand-01)
}

.dln-kenwood .dln-quickLink__link, .dln-kenwood .dln-quickLink__title {
    font-size: 14px;
    color: var(--brand-04)
}

.dln-kenwood .dln-quickLink:hover .dln-quickLink__link, .dln-kenwood .dln-quickLink:hover .dln-quickLink__title {
    color: var(--brand-01)
}

.dln-kenwood .dln-quickLink--store .dln-quickLink__iconWrap .dln-icn {
    width: 48px;
    height: 48px;
    font-size: 0
}

.dln-kenwood .dln-quickLink--store .dln-quickLink__iconWrap .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "-";
    width: 48px;
    height: 48px;
    font-size: 48px
}

.dln-delonghi .dln-quickLink__title {
    font-size: 1rem
}

.dln-timeline {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 654px;
    max-width: 980px;
    margin: 40px auto 0
}

.dln-timeline__container {
    display: flex;
    width: 100%;
    height: auto;
    list-style: none;
    padding: 16px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative
}

.dln-timeline__label {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    color: var(--ui-02);
    padding: 38px 0 0;
    margin: 0 auto;
    pointer-events: none;
    position: relative
}

.dln-timeline__label:after, .dln-timeline__label:before {
    content: "";
    position: absolute
}

.dln-timeline__label:before {
    content: attr(data-ref);
    width: 30px;
    max-width: 30px;
    height: 30px;
    max-height: 30px;
    line-height: 2.5;
    font-size: 12px;
    color: var(--brand-03);
    text-align: center;
    border-radius: 50%;
    background: var(--ui-02);
    box-sizing: border-box;
    top: 0;
    left: calc(50% - 15px)
}

.dln-timeline__label span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    width: 100%;
    word-wrap: break-word
}

.dln-timeline__step {
    display: inline-flex;
    width: calc(33.333% - 26.67px);
    text-align: center;
    margin: 0 40px 0 0;
    position: relative
}

.dln-timeline__step:last-of-type {
    margin: 0
}

.dln-timeline__step:last-of-type:after {
    display: none
}

.dln-timeline__step:after, .dln-timeline__step:before {
    content: "";
    position: absolute
}

.dln-timeline__step:after {
    width: calc(100% - 13px);
    height: 1px;
    background-color: var(--ui-02);
    top: 15px;
    left: calc(50% + 28px)
}

.dln-timeline__step--active .dln-timeline__label:before {
    background-color: var(--brand-01)
}

.dln-timeline__step--active .dln-timeline__label {
    color: var(--brand-04)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-timeline {
        min-width: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-timeline {
        min-width: 0
    }

    .dln-timeline__container {
        width: 100%;
        padding: 0
    }

    .dln-timeline__label span {
        opacity: 0;
        font-size: 12px
    }

    .dln-timeline__label:before {
        left: 0;
        opacity: 1
    }

    .dln-timeline__step {
        width: 33.333%;
        padding: 0;
        margin: 0 40px 0 0;
        min-width: 0
    }

    .dln-timeline__step:after {
        width: calc(100% - 30px);
        left: 44px;
        z-index: 9
    }

    .dln-timeline__step:first-of-type {
        margin: 0
    }

    .dln-timeline__step:first-of-type .dln-timeline__label {
        margin: 0 auto 0 0;
        text-align: left
    }

    .dln-timeline__step:nth-of-type(2) {
        text-align: center;
        margin: 0 auto
    }

    .dln-timeline__step:nth-of-type(2) .dln-timeline__label {
        margin: 0 auto
    }

    .dln-timeline__step:nth-of-type(2) .dln-timeline__label:before {
        left: calc(50% - 15px);
        right: auto
    }

    .dln-timeline__step:nth-of-type(2):after {
        left: calc(50% + 33px)
    }

    .dln-timeline__step:last-of-type {
        margin: 0;
        text-align: right
    }

    .dln-timeline__step:last-of-type .dln-timeline__label {
        margin: 0 0 0 auto
    }

    .dln-timeline__step:last-of-type .dln-timeline__label:before {
        left: auto;
        right: 0
    }

    .dln-timeline__step--active .dln-timeline__label span {
        opacity: 1
    }
}

.dln-kenwood .dln-timeline__container {
    height: 51px
}

.dln-kenwood .dln-timeline__step {
    position: relative;
    z-index: 1
}

.dln-kenwood .dln-timeline__step:after {
    width: 100%;
    height: 0 !important;
    border-top: 2px dashed var(--ui-02);
    background: none;
    background-color: transparent;
    left: 50%;
    z-index: 2
}

.dln-kenwood .dln-timeline__step .dln-timeline__label {
    line-height: 20px;
    font-size: 14px;
    padding-top: 42px;
    position: relative;
    z-index: 3;
    color: var(--ui-02)
}

.dln-kenwood .dln-timeline__step .dln-timeline__label:before {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    top: -10px;
    width: 35px;
    max-width: none;
    height: 35px;
    max-height: none;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    border: 8px solid var(--brand-03);
    background-color: var(--ui-02);
    box-sizing: content-box;
    left: calc(50% - 26px)
}

.dln-kenwood .dln-timeline__step--completed .dln-timeline__label {
    color: var(--support-02)
}

.dln-kenwood .dln-timeline__step--completed .dln-timeline__label:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "H";
    line-height: 2.5;
    font-size: 14px;
    font-weight: lighter;
    border: 8px solid var(--brand-03);
    background-color: var(--support-02)
}

.dln-kenwood .dln-timeline__step--active .dln-timeline__label {
    color: var(--brand-01)
}

.dln-kenwood .dln-timeline__step--active .dln-timeline__label:before {
    border: 8px solid #f1bacd;
    background-color: var(--brand-01)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-timeline__step:after {
        width: 100% !important;
        left: 50% !important
    }

    .dln-kenwood .dln-timeline__step .dln-timeline__label {
        width: 100%;
        margin: 0;
        padding: 44px 20px 0
    }
}

.dln-delonghi .dln-timeline__step:after {
    background-color: var(--ui-01)
}

.dln-delonghi .dln-timeline__step .dln-timeline__label:before {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-delonghi .dln-timeline__step .dln-timeline__label span {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem
}

.dln-delonghi .dln-timeline__step--completed .dln-timeline__label:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "\E0";
    color: var(--brand-03);
    background-color: var(--support-02)
}

.dln-delonghi .dln-timeline__step--active .dln-timeline__label:before {
    background-color: var(--brand-04)
}

.dln-categoryBox {
    width: 100%;
    max-width: 200px;
    border: 1px solid transparent;
    transition: .3s;
    padding: 10px;
    position: relative
}

.dln-categoryBox:hover {
    border-color: var(--brand-02)
}

.dln-categoryBox__imgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 163px;
    background-color: var(--ui-03);
    position: relative;
    z-index: 1
}

.dln-categoryBox__imgWrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.dln-categoryBox__imgWrap > img {
    width: 100%;
    max-width: 166px;
    height: 145px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

.dln-categoryBox__title {
    font-size: 13px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 10px;
    margin: 8px 0 0
}

.dln-categoryBox a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-categoryBox__imgWrap {
        height: 124px
    }
}

@media only screen and (max-width: 599px) {
    .dln-categoryBox__imgWrap {
        height: 241px
    }
}

.dln-kenwood .dln-categoryBox {
    border: none
}

.dln-kenwood .dln-categoryBox__imgWrap {
    height: auto
}

@media screen and (max-width: 599px) {
    .dln-kenwood .dln-categoryBox__imgWrap {
        max-width: 128px
    }
}

.dln-kenwood .dln-categoryBox__imgWrap > img {
    width: 100%;
    height: auto;
    -o-object-fit: none;
    object-fit: none
}

.dln-kenwood .dln-categoryBox__title {
    border-bottom: none;
    padding-bottom: 0;
    display: block;
    text-align: center
}

.dln-kenwood .dln-categoryBox:hover .dln-categoryBox__title {
    text-decoration: underline
}

.dln-addressResult {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0 0 8px
}

.dln-addressResult:hover {
    background-color: var(--ui-03)
}

.dln-addressResult__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 8px
}

.dln-addressResult__pinIndex {
    width: 23px;
    height: 30px;
    line-height: 2.1;
    font-size: 11px;
    color: var(--brand-03);
    text-align: center;
    background-image: url(/_ui/dist/assets/images/icons/icon-pin-brand-01.svg);
    background-size: 23px 30px;
    background-position: 50%;
    margin: 0 8px 0 0
}

.dln-addressResult__company, .dln-addressResult__pinIndex {
    display: inline-block;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-addressResult__company {
    width: auto;
    max-width: calc(100% - 10px);
    line-height: 17px;
    font-size: 14px;
    color: var(--brand-04);
    padding: 0
}

.dln-addressResult__distance {
    display: inline-block;
    width: auto;
    line-height: 17px;
    font-size: 14px;
    color: var(--brand-02);
    border-left: 1px solid var(--brand-02);
    padding: 0 0 0 12px;
    margin: 0 16px 0 24px
}

.dln-addressResult__head .dln-btnIcon {
    width: 32px;
    height: 32px;
    margin: 0 0 0 auto
}

.dln-addressResult__head .dln-btnIcon .dln-btnIcon__wrap {
    width: 32px;
    height: 32px
}

.dln-addressResult__head .dln-icn {
    margin: 0 0 0 auto;
    color: var(--brand-04)
}

.dln-addressResult__info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 0 30px;
    box-sizing: border-box
}

.dln-addressResult__data {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-addressResult__productCategory {
    display: block;
    width: 100%;
    line-height: 20px;
    color: var(--brand-02);
    padding: 8px 0 0
}

.dln-delonghi .dln-addressResult__company {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-quickLinks--slider {
    display: flex;
    align-content: flex-start;
    text-align: center;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.dln-quickLinks--slider .dln-quickLinks__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto
}

@media only screen and (min-width: 1480px) {
    .dln-quickLinks--slider .dln-wrapper {
        max-width: 1480px;
        padding-right: 40px;
        padding-left: 40px;
        margin: 0 auto
    }
}

.dln-quickLinks--slider > .dln-wrapper {
    width: 100%
}

.dln-quickLinks--slider .dln-quickLinks__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 22px;
    margin: 0 0 32px
}

.dln-quickLinks--slider.dln-quickLinks--slider--shrink .dln-wrapper {
    max-width: 1080px
}

.dln-quickLinks--slider .dln-carousel.swiper-container, .dln-quickLinks--slider .dln-carousel.swiper-container.dln-carousel--mobileOnly {
    height: auto
}

.dln-quickLinks--slider .dln-carousel.swiper-container .swiper-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto
}

.dln-quickLinks--slider .dln-carousel.swiper-container .swiper-wrapper .swiper-slide {
    align-items: stretch;
    height: auto
}

.dln-quickLinks--slider .dln-carousel.swiper-container .swiper-wrapper .swiper-slide .dln-quickLink {
    height: auto
}

.dln-quickLinks--slider .dln-carousel.swiper-container .swiper-pagination {
    margin-top: 32px !important
}

.dln-quickLinks--slider .dln-carousel.swiper-container .swiper-pagination:empty {
    display: none
}

.dln-quickLinks--sliderWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-quickLinks--sliderWrap .dln-quickLink {
    width: calc(20% - 16px);
    margin: 0 20px 0 0
}

.dln-quickLinks--sliderWrap .dln-quickLink:last-of-type {
    margin: 0
}

@media screen and (min-width: 767px) {
    .dln-quickLinks--slider .dln-carousel.swiper-container .swiper-slide.hide-items {
        width: 20%
    }

    .dln-quickLinks--slider .dln-carousel.swiper-container .swiper-slide.hide-items:nth-of-type(n+6) {
        display: none
    }
}

@media only screen and (min-width: 600px) {
    .dln-quickLinks--slider .dln-carousel.swiper-container .swiper-slide:not(.hide-items) {
        width: calc(20% - 16px);
        margin: 0 20px 0 0
    }

    .dln-quickLinks--slider .dln-carousel.swiper-container .swiper-slide:not(.hide-items):last-of-type {
        margin: 0
    }

    .dln-quickLinks--slider .swiper-wrapper {
        display: flex;
        width: 100%
    }

    .dln-quickLinks--slider .swiper-wrapper .swiper-slide .dln-quickLink {
        border-bottom: 1px solid var(--ui-01)
    }
}

@media only screen and (min-width: 900px) and (max-width: 1480px) {
    .dln-quickLinks--slider .dln-wrapper {
        width: calc(100% - 40px)
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-quickLinks--slider .dln-wrapper {
        width: calc(100% - 20px)
    }
}

@media only screen and (max-width: 599px) {
    .dln-quickLinks--slider .dln-wrapper {
        width: calc(100% - 20px) !important
    }

    .dln-quickLinks--slider .dln-quickLinks__title {
        font-size: 15px;
        margin-bottom: 4px
    }

    .dln-quickLinks--slider .dln-quickLinks__link {
        width: auto
    }
}

.dln-kenwood .dln-quickLinks--slider {
    justify-content: center
}

.dln-kenwood .dln-quickLinks--slider .dln-wrapper .dln-carousel {
    height: auto
}

.dln-kenwood .dln-quickLinks--slider .dln-wrapper .dln-carousel.swiper-container-horizontal .swiper-slide .dln-quickLink {
    border: 0
}

.dln-kenwood .dln-quickLinks--slider .dln-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    align-items: stretch
}

.dln-kenwood .dln-quickLinks--slider .dln-wrapper .swiper-container .swiper-wrapper .swiper-slide .dln-quickLink {
    min-height: none;
    height: auto
}

.dln-kenwood .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__title {
        font-family: var(--fontNameSemibold), Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 22px
    }
}

.dln-kenwood .dln-quickLinks--slider .dln-wrapper .dln-quickLink {
    border-bottom: none;
    padding: 16px 8px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-quickLinks--slider .dln-wrapper .dln-quickLink {
        border: 0;
        padding-bottom: 8px
    }
}

.dln-kenwood .dln-quickLinks--slider .dln-wrapper .dln-quickLink__link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner {
    max-width: 1480px;
    margin: 0 auto
}

.dln-delonghi .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.21;
    margin-bottom: 0
}

.dln-delonghi .dln-quickLinks--slider .dln-wrapper .dln-quickLink {
    border-bottom: none
}

.dln-delonghi .dln-quickLinks--slider .dln-wrapper .dln-quickLink__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--brand-04);
    font-size: 1.125rem;
    line-height: 1.11
}

.dln-delonghi .dln-quickLinks--slider .dln-wrapper .dln-quickLink__link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem;
    line-height: 1.29
}

.dln-delonghi .dln-quickLinks--slider .dln-wrapper .dln-quickLink__iconWrap {
    border-color: transparent
}

.dln-delonghi .dln-quickLinks--slider .dln-wrapper .dln-quickLink__iconWrap .dln-icn {
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-quickLinks--slider .dln-wrapper__headTitle {
        font-size: 2.3125rem;
        line-height: 1.08
    }

    .dln-delonghi .dln-quickLinks--slider .dln-wrapper__searchTitle, .dln-delonghi .dln-quickLinks--slider .dln-wrapper__title {
        font-size: 1.3125rem !important;
        line-height: 1.1
    }

    .dln-delonghi .dln-quickLinks--slider .dln-wrapper .dln-wrapper {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px
    }

    .dln-delonghi .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__title {
        font-size: 1.3125rem;
        line-height: 1.1
    }
}

.dln-category-browser__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    justify-content: center;
    height: auto;
    padding-top: 88px;
    margin: 0 auto 64px
}

.dln-category-browser__wrapper > .dln-wrapper {
    width: 100%;
    max-width: 1080px
}

.dln-category-browser__header {
    margin-bottom: 50px
}

.dln-category-browser__header--title {
    font-size: 22px;
    line-height: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-category-browser__header--text {
    font-size: 16px;
    line-height: 20px
}

.dln-category-browser__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
    height: auto;
    margin-bottom: 50px
}

.dln-category-browser__breadcrumbs .dln-breadCrumbSel {
    margin-right: 25px
}

.dln-category-browser__breadcrumbs .dln-breadCrumbSel__text {
    font-size: 14px;
    line-height: 20px
}

.dln-category-browser__breadcrumbs .dln-select {
    margin: 0 25px 0 0
}

.dln-category-browser__breadcrumbs .dln-select__value {
    font-size: 14px;
    line-height: 20px
}

.dln-category-browser__breadcrumbs .dln-select .dln-select__container.dln-select--has-value .dln-select__option:first-child {
    color: var(--brand-04)
}

.dln-category-browser__category {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.dln-category-browser__category .dln-categoryBox {
    width: 20%;
    max-width: none;
    border: 1px solid transparent;
    padding-bottom: 10px;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column
}

.dln-category-browser__category .dln-categoryBox__title {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 12px;
    display: flex;
    flex: 1;
    display: block;
    text-align: left
}

.dln-category-browser__category .dln-categoryBox:hover {
    border-color: var(--brand-02)
}

.dln-kenwood .dln-category-browser {
    padding-top: 0;
    margin-bottom: 70px
}

.dln-kenwood .dln-category-browser .dln-wrapper {
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    padding-top: 70px;
    padding-bottom: 48px
}

.dln-kenwood .dln-category-browser .dln-wrapper__header--title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 46px
}

.dln-kenwood .dln-category-browser .dln-wrapper__header--text {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: var(--ui-07);
    margin-right: 7px
}

.dln-kenwood .dln-category-browser .dln-wrapper__category .dln-categoryBox {
    border: none
}

.dln-kenwood .dln-category-browser .dln-wrapper__category .dln-categoryBox .dln-categoryBox__title {
    line-height: 16px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 10px
}

@media only screen and (max-width: 599px) {
    .dln-category-browser__wrapper .dln-wrapper {
        width: calc(100% - 20px)
    }

    .dln-category-browser__header {
        margin-bottom: 20px
    }

    .dln-category-browser__header--title {
        font-size: 15px;
        line-height: 21px
    }

    .dln-category-browser__header--text {
        font-size: 14px;
        line-height: 20px
    }

    .dln-category-browser__breadcrumbs {
        margin-bottom: 20px
    }

    .dln-category-browser__breadcrumbs .dln-breadCrumbSel {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal
    }

    .dln-category-browser__breadcrumbs .dln-select {
        display: none;
        visibility: hidden
    }

    .dln-category-browser__breadcrumbs .dln-select:last-of-type {
        display: inline-block;
        visibility: visible
    }

    .dln-category-browser__category .dln-categoryBox {
        width: calc(50% - 4px);
        margin: 0 8px 0 0;
        padding: 10px 0;
        border-width: 0
    }

    .dln-category-browser__category .dln-categoryBox:nth-of-type(2n+2) {
        margin-right: 0
    }

    .dln-category-browser__category .dln-categoryBox:hover {
        border-width: 0
    }
}

.dln-kenwood .dln-category-browser__wrapper {
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1080px !important;
    margin-right: 40px;
    margin-left: 40px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-category-browser__wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-right: 20px;
        margin-left: 20px
    }
}

.dln-kenwood .dln-category-browser__wrapper > .dln-wrapper {
    padding: 0;
    margin: 0;
    width: 100%
}

.dln-kenwood .dln-category-browser__wrapper.dln-category-browser__wrapper--noHeader.dln-category-browser__wrapper--noBreadcrumbs {
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}

.dln-kenwood .dln-category-browser__header {
    width: 100%;
    margin-bottom: 46px
}

.dln-kenwood .dln-category-browser__header--text, .dln-kenwood .dln-category-browser__header--title {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-category-browser__breadcrumbs .dln-breadCrumbSel__text {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: var(--ui-07);
    margin-right: 7px
}

.dln-kenwood .dln-category-browser__breadcrumbs .dln-breadCrumbSel__arrow {
    height: 24px;
    line-height: 24px;
    color: var(--ui-07)
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-category-browser__breadcrumbs .dln-breadCrumbSel__arrow {
        line-height: 22px;
        height: 20px
    }
}

.dln-kenwood .dln-category-browser__breadcrumbs .dln-select, .dln-kenwood .dln-category-browser__breadcrumbs .dln-select__container {
    height: 24px
}

.dln-kenwood .dln-category-browser__breadcrumbs .dln-select__value {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    font-size: 20px;
    margin-right: 7px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-category-browser__breadcrumbs .dln-select__value {
        font-size: 18px;
        line-height: 22px
    }
}

.dln-kenwood .dln-category-browser__breadcrumbs .dln-select__arrow {
    width: 11px;
    height: 24px
}

.dln-kenwood .dln-category-browser__breadcrumbs .dln-select__arrow:before {
    display: inline-block;
    line-height: 20px !important;
    padding-top: 4px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-category-browser__breadcrumbs .dln-select__arrow:before {
        padding-top: 0
    }
}

.dln-kenwood .dln-category-browser__breadcrumbs .dln-select .dln-select__option:first-of-type:before {
    content: none
}

.dln-kenwood .dln-category-browser__category .dln-categoryBox {
    width: calc(20% - 14px);
    align-items: center;
    margin: 0 8px;
    padding: 0;
    border: 0
}

.dln-kenwood .dln-category-browser__category .dln-categoryBox:nth-child(5n) {
    margin-right: 0
}

.dln-kenwood .dln-category-browser__category .dln-categoryBox:nth-child(5n+1) {
    margin-left: 0
}

.dln-kenwood .dln-category-browser__category .dln-categoryBox__title {
    display: block;
    border: 0;
    text-align: center
}

.dln-kenwood .dln-category-browser__category .dln-categoryBox .ken-image__image, .dln-kenwood .dln-category-browser__category .dln-categoryBox .ken-picture {
    max-width: 100%
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-category-browser__category .dln-categoryBox {
        width: calc(50% - 10px)
    }

    .dln-kenwood .dln-category-browser__category .dln-categoryBox:nth-child(5n) {
        margin-right: 10px
    }

    .dln-kenwood .dln-category-browser__category .dln-categoryBox:nth-child(5n+1) {
        margin-left: 10px
    }

    .dln-kenwood .dln-category-browser__category .dln-categoryBox:nth-child(2n) {
        margin-right: 0
    }

    .dln-kenwood .dln-category-browser__category .dln-categoryBox:nth-child(odd) {
        margin-left: 0
    }
}

.dln-delonghi .dln-category-browser__category {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 28px
}

.dln-delonghi .dln-category-browser__category .dln-categoryBox__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1875rem;
    line-height: 1;
    border-bottom: none
}

.dln-delonghi .dln-category-browser__wrapper {
    margin-bottom: 50px
}

.dln-delonghi .dln-category-browser__wrapper .dln-wrapper {
    max-width: 1480px;
    padding-bottom: 0
}

.dln-delonghi .dln-category-browser__wrapper .dln-select__value {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-category-browser__wrapper .dln-select__arrow {
    line-height: 27px;
    font-size: 1.125rem;
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.dln-delonghi .dln-category-browser__wrapper .dln-breadCrumbSel__text {
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-category-browser__wrapper .dln-breadCrumbSel__arrow {
    line-height: 27px;
    font-size: 1.125rem
}

.dln-delonghi .dln-category-browser__header--text {
    font-size: 1.125rem;
    line-height: 1.33;
    color: var(--brand-04)
}

.dln-country-list {
    display: block;
    width: 100%
}

.dln-country-list .dln-accordion {
    width: 100%
}

.dln-country-list .dln-accordion .dln-accordion__head {
    width: 100%;
    pointer-events: none;
    height: auto;
    padding: 0;
    border-top: 0
}

.dln-country-list .dln-accordion .dln-accordion__head .dln-accordion__title {
    max-width: calc(100% - 44px);
    padding: 0;
    height: auto;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: var(--brand-01)
}

.dln-country-list .dln-accordion .dln-accordion__head i {
    display: none
}

.dln-country-list .dln-accordion .dln-accordion__content {
    width: 100%;
    margin: 0;
    padding: 25px 0 0;
    opacity: 1
}

.dln-country-list .dln-accordion--open .dln-accordion__head {
    border-top: 1px solid var(--ui-01);
    border-bottom: 0
}

.dln-country-list .dln-accordion + .dln-accordion .dln-accordion__head {
    border-top: 0
}

.dln-country-list .dln-flag__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.dln-country-list .dln-flag__list .dln-flag__listItem {
    display: flex;
    position: relative;
    width: 25%;
    margin-bottom: 40px
}

.dln-country-list .dln-flag__list .dln-flag__listItem .dln-flag__listLink {
    color: var(--brand-02);
    text-decoration: none
}

.dln-country-list .dln-flag__list .dln-flag__listItem .dln-flag__listLink:hover * {
    text-decoration: underline
}

.dln-country-list .dln-flag__list .dln-flag__listItem .dln-flag {
    flex-shrink: 0;
    height: 19px;
    font-size: 19px;
    border: 1px solid #d8d8d8;
    background-size: cover;
    margin-right: 10px
}

.dln-country-list .dln-flag__list .dln-flag__listItem .dln-flag__languages {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-02)
}

.dln-country-list .dln-flag__list .dln-flag__listItem .dln-flag__languages .dln-flag__lang {
    display: inline-block;
    margin-right: 10px
}

.dln-country-list .dln-flag__list .dln-flag__listItem .dln-flag__languages .dln-flag__lang a {
    text-decoration: none;
    color: var(--brand-02);
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400
}

.dln-country-list .dln-flag__list .dln-flag__listItem .dln-flag__languages .dln-flag__lang strong {
    color: var(--brand-01);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase
}

#restOfTheWorld .dln-accordion__content {
    display: block
}

#restOfTheWorld .dln-btn--internationalWebsite {
    margin-top: 35px;
    margin-bottom: 40px;
    width: auto
}

@media only screen and (min-width: 599px) {
    .dln-country-list .dln-accordion {
        max-height: none !important
    }

    .dln-country-list .dln-accordion + .dln-accordion .dln-accordion__head {
        padding-top: 44px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-country-list .dln-flag__list .dln-flag__listItem {
        width: 33.3%
    }
}

@media only screen and (max-width: 599px) {
    .dln-country-list .dln-accordion {
        max-height: 87px
    }

    .dln-country-list .dln-accordion .dln-accordion__head {
        height: auto;
        padding: 30px 0;
        border-top: 1px solid var(--ui-01);
        pointer-events: all
    }

    .dln-country-list .dln-accordion .dln-accordion__head .dln-accordion__title {
        font-size: 21px;
        line-height: 1.3
    }

    .dln-country-list .dln-accordion .dln-accordion__head i {
        display: inline
    }

    .dln-country-list .dln-accordion .dln-accordion__content {
        margin: 0;
        padding: 25px 0 0
    }

    .dln-country-list .dln-flag__list .dln-flag__listItem {
        width: 100%
    }
}

.dln-kenwood .dln-country-list {
    padding: 0 80px
}

.dln-kenwood .dln-country-list .dln-page__content {
    margin: 0
}

.dln-kenwood .dln-country-list .dln-accordion__head {
    width: 100%;
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--ui-01)
}

.dln-kenwood .dln-country-list .dln-accordion__title {
    color: var(--brand-04) !important;
    font-family: Merriweather !important;
    font-size: 30px !important
}

.dln-kenwood .dln-country-list .dln-accordion__content {
    padding-top: 34px
}

.dln-kenwood .dln-country-list .dln-accordion--arrow {
    border-bottom: none
}

.dln-kenwood .dln-country-list .dln-flag__lang {
    color: var(--ui-07) !important
}

.dln-kenwood .dln-country-list .dln-flag__lang strong {
    color: var(--brand-04) !important
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-country-list {
        padding: 0 30px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-country-list {
        padding: 0 20px 80px
    }

    .dln-kenwood .dln-country-list .dln-accordion__head {
        border-top: none;
        border-bottom: none
    }

    .dln-kenwood .dln-country-list .dln-accordion--arrow {
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-kenwood .dln-country-list .dln-accordion__title {
        font-weight: 400 !important;
        font-size: 24px !important
    }
}

.dln-delonghi .dln-country-list .dln-flag__listItem .dln-flag__languages .dln-flag__listLink .dln-flag__lang {
    color: var(--brand-02)
}

.dln-delonghi .dln-country-list .dln-flag__listItem .dln-flag__languages .dln-flag__listLink .dln-flag__lang strong {
    color: var(--brand-04)
}

.dln-delonghi .dln-country-list .dln-accordion__head .dln-accordion__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-country-list .dln-accordion {
        max-height: 60px
    }

    .dln-delonghi .dln-country-list .dln-accordion:first-child .dln-accordion__head {
        border-top: none
    }

    .dln-delonghi .dln-country-list .dln-accordion__head {
        padding: 16px 22px 16px 16px
    }

    .dln-delonghi .dln-country-list .dln-accordion__head .dln-accordion__title {
        line-height: 28px
    }

    .dln-delonghi .dln-country-list .dln-accordion__content {
        padding-top: 8px
    }

    .dln-delonghi .dln-country-list .dln-accordion__content .dln-flag__list {
        padding: 0 16px
    }

    .dln-delonghi .dln-country-list .dln-accordion__content .dln-flag__list .dln-flag__listItem {
        margin-bottom: 34px
    }

    .dln-delonghi .dln-country-list .dln-accordion__content > p {
        padding: 0 16px
    }

    .dln-delonghi .dln-country-list .dln-accordion__content > .dln-btn {
        margin: 0 auto 0 16px
    }
}

.dln-search-results {
    margin-bottom: 20px
}

.dln-search-results__grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.dln-search-results__grid .dln-search-result {
    margin: 20px 20px 0;
    width: calc(50% - 40px)
}

.dln-search-results__view-all {
    display: inline-block;
    line-height: 1;
    color: var(--brand-02);
    font-size: 12px;
    margin-top: 15px
}

@media only screen and (max-width: 599px) {
    .dln-search-results__grid {
        flex-direction: column
    }

    .dln-search-results__grid .dln-search-result:nth-last-child(odd) {
        width: calc(100% - 40px);
        margin-top: 20px
    }

    .dln-search-results__grid .dln-search-result:nth-last-child(2n) {
        display: none
    }
}

.dln-delonghi .dln-search-results__grid {
    margin-right: -10px;
    margin-left: -10px
}

.dln-delonghi .dln-search-results__grid .dln-search-result {
    margin: 20px 10px 0;
    width: calc(50% - 20px)
}

.dln-filters-bar, .dln-filters-bar__filters-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-filters-bar .section-label {
    padding-right: 27px;
    color: #9b9b9b;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal
}

.dln-filters-bar .dln-filterDropdown + .dln-filterDropdown {
    margin-left: 30px
}

.dln-filters-bar__desktop .dln-filterDropdown, .dln-filters-bar__desktop .section-label {
    margin-bottom: 10px
}

.dln-filters-bar__mobile {
    display: none
}

.dln-filters-bar__applied-filters {
    display: flex;
    align-self: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 30px
}

.dln-filters-bar__applied-filters.swiper-container {
    margin-top: 30px;
    padding: 0
}

.dln-filters-bar__applied-filters .swiper-pagination, .dln-filters-bar__applied-filters .swiper-scrollbar {
    display: none
}

.dln-filters-bar__applied-filters .swiper-wrapper {
    align-items: center
}

.dln-filters-bar__applied-filters .swiper-slide {
    width: auto !important
}

.dln-filters-bar__applied-filters .dln-btn {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: auto;
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    text-decoration: none;
    font-size: 15px
}

.dln-filters-bar__sort-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.4
}

.dln-filters-bar__sorted-by-label {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    line-height: 1.4;
    color: #9b9b9b
}

.dln-filters-bar .dln-select__value {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4
}

.dln-filters-bar .dln-select__head {
    align-items: center
}

.dln-filters-bar .dln-select__arrow {
    width: 18px;
    height: 15px;
    font-size: 18px
}

.dln-delonghi .dln-filters-bar__filters-wrap {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 10px;
    margin-bottom: 10px
}

.dln-delonghi .dln-filters-bar__desktop {
    padding-bottom: 15px
}

.dln-delonghi .dln-filters-bar .section-label {
    padding-right: 17px;
    color: var(--brand-04)
}

.dln-delonghi .dln-filters-bar .dln-filterDropdown {
    border-left: 1px solid var(--ui-01);
    padding-left: 15px
}

.dln-delonghi .dln-filters-bar .dln-filterDropdown + .dln-filterDropdown {
    margin-left: 15px
}

.dln-delonghi .dln-filters-bar__applied-filters {
    margin-top: 15px
}

.dln-delonghi .dln-filters-bar__applied-filters .dln-btn {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    font-size: 1rem;
    line-height: normal
}

.dln-delonghi .dln-filters-bar__sort-section span {
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-filters-bar__sorted-by-label {
    color: var(--brand-04);
    font-size: 1rem
}

.dln-delonghi .dln-filters-bar .dln-select__value {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--brand-04);
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-filters-bar .dln-select__head {
    align-items: center
}

.dln-delonghi .dln-filters-bar .dln-select__arrow {
    width: 18px;
    height: 15px;
    font-size: 1.125rem
}

.dln-delonghi .dln-filters-bar .dln-filterDropdown--open .dln-filterDropdown__trigger {
    border-bottom: 2px solid var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-filters-bar__mobile .bra-btnView {
        display: inline-flex
    }

    .dln-delonghi .dln-filters-bar__mobile .bra-btnView__button {
        border: none;
        padding: 0 3px
    }

    .dln-delonghi .dln-filters-bar__mobile .bra-btnView .bra-icn {
        font-size: 1rem;
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width: 900px) {
    .dln-filters-bar__desktop {
        display: none
    }

    .dln-filters-bar__mobile {
        width: 100%;
        justify-content: space-between
    }

    .dln-filters-bar__mobile, .dln-filters-bar__mobile-filter {
        display: flex;
        align-items: center
    }

    .dln-filters-bar__mobile-filter .dln-icn {
        font-weight: 700
    }

    .dln-filters-bar__mobile .section-label {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #000;
        padding-right: 10px
    }

    .dln-filters-bar__mobile .bra-btnView {
        display: none
    }

    .dln-filters-bar__applied-filters.swiper-container {
        margin-top: 20px
    }

    .dln-filters-bar__sorted-by {
        display: none
    }
}

@media only screen and (min-width: 600px) {
    .dln-filters-bar__mobile .dln-btnView {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-filters-bar__mobile .bra-btnView {
        display: inline-flex
    }
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown.dln-filterDropdown--search {
    padding-right: 15px
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 2px solid var(--ui-03);
    margin-bottom: 16px
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown__item {
    padding-bottom: 10px
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown__item:last-of-type {
    opacity: .5
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown__label {
    font-size: 13px
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown__dropdown .dln-inputs__input {
    padding-right: 30px
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown__placeholder .dln-icn--checkOutline {
    color: var(--support-02)
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown__actions {
    align-items: flex-end
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown__actions .dln-btn--apply {
    opacity: .5
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown__actions .dln-btn--reset {
    height: auto;
    padding-left: 0;
    text-decoration: underline;
    font-size: 14px;
    text-transform: capitalize
}

.dln-kenwood .dln-filters-bar__desktop .dln-filterDropdown__actions .dln-btn--reset:hover {
    background: var(--brand-03) !important;
    color: var(--brand-04) !important
}

.dln-kenwood .dln-filters-bar__applied-filters .dln-btn {
    font-size: 12px;
    text-decoration: underline
}

.dln-kenwood .dln-filters-bar__sort-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px
}

.dln-recipe-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-recipe-grid .dln-recipe {
    flex-direction: column;
    width: calc(25% - 15px);
    margin: 0 20px 40px 0
}

.dln-recipe-grid .dln-recipe:nth-of-type(4n+4) {
    margin: 0 0 40px
}

.dln-recipe-grid .dln-recipe__details {
    margin-top: auto
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-recipe-grid .dln-recipe {
        width: calc(33.33% - 13.34px);
        margin-bottom: 30px
    }

    .dln-recipe-grid .dln-recipe:nth-of-type(4n+4) {
        margin: 0 20px 30px 0
    }

    .dln-recipe-grid .dln-recipe:nth-of-type(3n+3) {
        margin: 0 0 30px
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe-grid .dln-recipe {
        width: calc(50% - 5px);
        margin: 0 10px 20px 0
    }

    .dln-recipe-grid .dln-recipe:nth-of-type(3n+3), .dln-recipe-grid .dln-recipe:nth-of-type(4n+4) {
        margin: 0 10px 20px 0
    }

    .dln-recipe-grid .dln-recipe:nth-of-type(2n+2) {
        margin: 0 0 20px
    }

    .dln-recipe-grid--detail .dln-recipe {
        width: 100%;
        margin: 0 0 30px
    }
}

.dln-category-list__wrapper {
    margin-bottom: 30px
}

.dln-category-list__wrapper + .dln-category-list__wrapper {
    padding-top: 30px;
    border-top: 1px solid var(--ui-01)
}

.dln-category-list__label {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #9b9b9b;
    padding-bottom: 15px
}

.dln-category-list__label, .dln-category-list__title {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal
}

.dln-category-list__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: normal
}

.dln-category-list a {
    text-decoration: none;
    color: var(--ui-01)
}

.dln-category-list__text {
    padding: 10px 0 15px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal
}

.dln-category-list .dln-icn {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000
}

@media only screen and (max-width: 599px) {
    .dln-manuals-list__wrapText {
        margin-left: 0
    }
}

.dln-kenwood .dln-category-list__wrapper {
    padding: 20px 120px 20px 20px;
    position: relative;
    z-index: 1
}

.dln-kenwood .dln-category-list__label {
    line-height: 20px;
    font-size: 12px;
    color: var(--brand-02);
    text-transform: uppercase;
    padding-bottom: 2px
}

.dln-kenwood .dln-category-list__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    font-size: 32px
}

.dln-kenwood .dln-category-list__text {
    line-height: 20px;
    padding: 12px 0 0
}

.dln-kenwood .dln-category-list__icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% + 8px);
    right: 48px
}

.dln-kenwood .dln-category-list__icon .dln-icn {
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: var(--brand-01);
    background-color: transparent
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-category-list__wrapper {
        padding: 20px 40px 20px 0;
        margin: 0
    }

    .dln-kenwood .dln-category-list__label {
        padding-bottom: 6px
    }

    .dln-kenwood .dln-category-list__title {
        line-height: 34px;
        font-size: 28px
    }

    .dln-kenwood .dln-category-list__text {
        padding-top: 15px
    }

    .dln-kenwood .dln-category-list__icon {
        top: 52px;
        right: 0
    }
}

.dln-delonghi .dln-category-list .dln-category-list__wrapper {
    position: relative
}

.dln-delonghi .dln-category-list__label {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--ui-02)
}

.dln-delonghi .dln-category-list__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 1;
    color: var(--brand-04)
}

.dln-delonghi .dln-category-list__text {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--brand-04);
    padding-bottom: 0
}

.dln-delonghi .dln-category-list__icon {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.dln-manuals-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none
}

.dln-manuals-list .dln-icn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    color: var(--support-02);
    margin: 0 40px 0 0
}

.dln-manuals-list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    position: relative
}

.dln-manuals-list__itemLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.dln-manuals-list__wrapText {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 88px);
    border-bottom: 1px solid var(--ui-01);
    padding: 5px 0 15px;
    box-sizing: border-box
}

.dln-manuals-list__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 14px
}

.dln-manuals-list__details {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: var(--brand-02)
}

.dln-manuals-list--compact .dln-manuals-list__item {
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 15px
}

.dln-manuals-list--compact .dln-icn {
    margin: 0 15px 0 0
}

.dln-manuals-list--compact .dln-manuals-list__wrapText {
    align-items: center;
    width: calc(100% - 63px);
    border: none;
    padding: 5px 0 0
}

.dln-manuals-list--compact .dln-manuals-list__title {
    line-height: 20px;
    font-size: 15px;
    margin: 0 0 2px
}

.dln-manuals-list--compact .dln-manuals-list__details {
    font-size: 13px
}

@media only screen and (max-width: 599px) {
    .dln-manuals-list .dln-icn {
        line-height: 48px;
        margin: 0 15px 0 0
    }

    .dln-instruction-manuals__list .dln-instruction-manuals__listText {
        padding-left: 0
    }
}

.dln-kenwood .dln-manuals-list .dln-manuals-list__item > .dln-icn {
    text-indent: -5px;
    width: 38px;
    height: 50px;
    line-height: 50px;
    font-size: 49px;
    color: var(--brand-01);
    margin-right: 16px
}

.dln-kenwood .dln-manuals-list .dln-manuals-list__item .dln-manuals-list__title {
    font-size: 14px
}

.dln-kenwood .dln-manuals-list .dln-manuals-list__item .dln-manuals-list__details {
    line-height: 16px;
    font-size: 12px
}

.dln-delonghi .dln-manuals-list__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem;
    line-height: 1.29
}

.dln-delonghi .dln-manuals-list__details {
    font-size: .75rem;
    line-height: 1.5
}

.dln-delonghi .dln-manuals-list .dln-icn {
    color: var(--brand-04)
}

.dln-prodManualsCard {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 32px
}

.dln-prodManualsCard__imageWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 21px 0 0;
    position: relative;
    z-index: 1
}

.dln-prodManualsCard__imageWrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .04);
    z-index: 2
}

.dln-prodManualsCard__image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.dln-prodManualsCard__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 510px)
}

.dln-prodManualsCard__prodName {
    line-height: 32px;
    font-size: 32px;
    margin: 0 0 26px
}

.dln-prodManualsCard__prodName, .dln-prodManualsCard__sku {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%
}

.dln-prodManualsCard__sku {
    line-height: 20px;
    font-size: 16px;
    color: var(--brand-02);
    text-transform: uppercase;
    margin: 0 0 32px
}

.dln-prodManualsCard__sku span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-prodManualsCard__content {
        width: 100%
    }
}

.dln-delonghi .dln-prodManualsCard__prodName {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 1;
    margin-bottom: 15px
}

.dln-delonghi .dln-prodManualsCard__sku {
    font-size: 1.125rem;
    line-height: 1.33;
    margin-bottom: 40px
}

.dln-delonghi .dln-prodManualsCard__sku, .dln-delonghi .dln-prodManualsCard__sku span {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prodManualsCard__imageWrap {
        margin: 0
    }

    .dln-delonghi .dln-prodManualsCard__prodName {
        font-size: 1.75rem;
        line-height: 1.07
    }

    .dln-delonghi .dln-prodManualsCard__sku {
        font-size: 1rem;
        line-height: 1.5;
        color: var(--ui-02)
    }
}

.dln-multiSelectList {
    align-content: flex-start;
    list-style: inside none
}

.dln-multiSelectList, .dln-multiSelectList__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%
}

.dln-multiSelectList__item {
    min-height: 48px;
    border-bottom: 1px solid var(--ui-01);
    background: rgba(0, 0, 0, .1);
    background-color: var(--brand-03);
    position: relative;
    z-index: 1
}

.dln-multiSelectList__item:last-of-type {
    border-bottom: none
}

.dln-multiSelectList__input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.dln-multiSelectList__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    transition: background-color .12s linear;
    padding: 0 10px;
    box-sizing: border-box
}

.dln-multiSelectList__label {
    display: block;
    width: calc(100% - 32px);
    height: auto;
    line-height: 16px;
    font-size: 15px;
    padding: 16px 0
}

.dln-multiSelectList .dln-icn--checkOutline {
    display: inline-block;
    width: 16px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    transform: scale(0);
    transform-origin: center;
    transition: transform .12s ease;
    margin: 17px 0 0 16px
}

.dln-multiSelectList__input:checked + .dln-multiSelectList__wrap {
    background-color: var(--ui-03)
}

.dln-multiSelectList__input:checked + .dln-multiSelectList__wrap .dln-multiSelectList__label {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-multiSelectList__input:checked + .dln-multiSelectList__wrap .dln-icn--checkOutline {
    transform: scale(1)
}

.dln-delonghi .dln-multiSelectList__label {
    font-size: 1.125rem;
    line-height: 2.56;
    padding: 0
}

.dln-delonghi .dln-multiSelectList__wrap {
    padding: 0
}

.dln-delonghi .dln-multiSelectList__item {
    border-bottom: none
}

.dln-delonghi .dln-multiSelectList__input:checked + .dln-multiSelectList__wrap {
    background: var(--brand-03)
}

.dln-delonghi .dln-multiSelectList__input:checked + .dln-multiSelectList__wrap .dln-multiSelectList__label {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-recipe-slides {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 60px
}

.dln-recipe-slides__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px
}

.dln-recipe-slides__title {
    font-size: 36px;
    line-height: .78
}

.dln-recipe-slides__title, .dln-recipe-slides__title a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-recipe-slides__title a {
    text-decoration: none;
    color: var(--brand-01)
}

.dln-recipe-slides__link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
    color: var(--brand-01)
}

.dln-recipe-slides .swiper-container {
    position: relative
}

.dln-recipe-slides .swiper-container .swiper-pagination {
    display: none !important
}

.dln-recipe-slides .swiper-container .swiper-button-next, .dln-recipe-slides .swiper-container .swiper-button-prev {
    position: relative !important;
    height: auto !important;
    display: block !important;
    padding: 0 !important
}

.dln-recipe-slides .swiper-container .swiper-footer.-hidden {
    display: none !important
}

.dln-recipe-slides .swiper-container .swiper-slide {
    max-width: none;
    width: calc(25% - 7.5px) !important;
    margin: 0 10px 0 0
}

.dln-delonghi .dln-recipe-slides {
    padding-top: 30px
}

.dln-delonghi .dln-recipe-slides__title a {
    font-size: 1.75rem;
    line-height: 1.21
}

.dln-delonghi .dln-recipe-slides__link, .dln-delonghi .dln-recipe-slides__title a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--brand-04)
}

.dln-delonghi .dln-recipe-slides__link {
    font-size: .875rem;
    line-height: 1.29
}

.dln-delonghi .dln-recipe-slides .swiper-container .swiper-pagination {
    display: flex !important
}

.dln-delonghi .dln-recipe-slides .swiper-container .swiper-button-next, .dln-delonghi .dln-recipe-slides .swiper-container .swiper-button-prev, .dln-delonghi .dln-recipe-slides .swiper-container .swiper-scrollbar {
    display: none !important
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe-slides__title a {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.3125rem;
        line-height: 1.1
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe-slides {
        padding-top: 50px
    }

    .dln-recipe-slides__title {
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-slides .dln-filters-bar__mobile {
        display: none
    }

    .dln-recipe-slides .swiper-container .swiper-button-next, .dln-recipe-slides .swiper-container .swiper-button-prev {
        display: none !important
    }

    .dln-recipe-slides .swiper-container .swiper-slide {
        max-width: none;
        width: calc(50% - 7.5px) !important;
        margin: 0 10px 0 0
    }
}

.dln-kenwood .dln-recipe-slides__title a {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-04);
    font-size: 28px
}

.dln-kenwood .dln-recipe-slides__link {
    color: var(--brand-04);
    font-size: 14px;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700
}

.dln-kenwood .dln-recipe-slides .swiper-footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    margin-top: 24px;
    margin-bottom: 16px
}

.dln-kenwood .dln-recipe-slides .swiper-container .dln-icn {
    font-size: 20px !important
}

.dln-kenwood .dln-recipe-slides .swiper-container .swiper-footer .swiper-scrollbar {
    background: var(--ui-03);
    width: 100%;
    max-width: none;
    margin-top: 0
}

.dln-kenwood .dln-recipe-slides .swiper-button-prev {
    order: 2;
    margin-left: 28px;
    margin-right: 28px
}

.dln-kenwood .dln-recipe-slides .swiper-button-prev.swiper-button-disabled i {
    color: var(--ui-07) !important
}

@media screen and (max-width: 599px) {
    .dln-kenwood .dln-recipe-slides__title a {
        font-size: 24px
    }
}

.dln-recipe-details {
    width: 100%;
    border-radius: 5px;
    background: var(--ui-03);
    margin-top: 40px;
    position: relative
}

.dln-recipe-details .dln-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    padding: 0 30px !important;
    margin: 0 auto
}

.dln-recipe-details .dln-image {
    max-height: 450px;
    border-radius: 5px;
    overflow: hidden
}

.dln-recipe-details .dln-btn[title=Print] {
    width: auto;
    height: auto;
    color: var(--brand-01);
    background-color: transparent
}

.dln-recipe-details .dln-btnIcon--bookmark-active .dln-icn {
    color: var(--support-02)
}

.dln-recipe-details .dln-btnIcon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
    background-color: var(--brand-03);
    position: absolute;
    top: 20px;
    right: 50px
}

.dln-recipe-details__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 450px;
    padding-top: 0;
    margin-right: -25px;
    margin-left: -25px
}

.dln-recipe-details__grid-inverse {
    flex-direction: row-reverse;
    border-radius: 5px
}

.dln-recipe-details__grid-inverse .dln-recipe-page__bottom-info, .dln-recipe-details__grid-inverse .dln-recipe-page__info {
    padding-right: 50px
}

.dln-recipe-details__col {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    min-width: 50%;
    max-width: 50%;
    padding: 0 25px;
    position: relative
}

.dln-recipe-details__bottom-info {
    display: flex;
    height: 70px;
    margin-bottom: 50px
}

.dln-recipe-details__bottom-info-col + .dln-recipe-details__bottom-info-col {
    border-left: 1px solid #e6e6e6;
    padding-left: 17.5px;
    margin-left: 17.5px
}

.dln-recipe-details__bottom-info-label, .dln-recipe-details__bottom-info-value {
    line-height: 1.4;
    font-size: 15px
}

.dln-recipe-details__bottom-info-label {
    color: var(--brand-02)
}

.dln-recipe-details__bottom-info-value {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-recipe-details__bottom-info .dln-icn {
    height: auto;
    font-size: 40px;
    color: #9b9b9b;
    margin-right: 15px
}

.dln-recipe-details__bottom-info-col {
    display: flex;
    align-items: center
}

.dln-recipe-details__title-recipe {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.22;
    font-size: 36px;
    margin-top: 70px
}

.dln-recipe-details__description {
    margin-top: 16px;
    margin-bottom: 30px
}

.dln-recipe-details__description > p {
    display: block;
    width: 100%;
    font-size: 15px;
    line-clamp: 21px
}

.dln-recipe-details__videoBgContainer {
    display: none;
    width: auto;
    height: 450px;
    position: relative;
    background-color: var(--brand-01)
}

.dln-recipe-details__videoBgContainer.show {
    display: block
}

.dln-recipe-details__videoBg {
    width: 100%;
    height: auto;
    max-height: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0
}

.dln-recipe-details__image-container {
    width: 100%;
    height: 100%;
    position: relative
}

.dln-recipe-details__image-container.hide {
    display: none
}

.dln-recipe-details__play-button {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--brand-03);
    transform: translate(-50%, -50%);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10
}

.dln-recipe-details__play-button:before {
    content: "\A";
    border-left: 0 solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 35px solid var(--brand-01);
    border-top: 20px solid transparent;
    transform: rotate(180deg) translate(40%, 50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.dln-recipe-details__info-button-mobile {
    display: none
}

.dln-recipe-details__info-button-mobile .dln-btn {
    line-height: 24px;
    box-sizing: border-box
}

.dln-recipe-details__info-button-desktop {
    display: inline-flex;
    width: auto;
    height: auto
}

.dln-recipe-details__info-button-desktop .dln-btn {
    line-height: 24px;
    box-sizing: border-box
}

.dln-recipe-details--constrain {
    max-width: 1300px;
    background: none;
    margin: 0 auto
}

.dln-recipe-details--constrain .dln-wrapper {
    border-radius: 5px;
    background: var(--ui-03)
}

.dln-recipe-details--inverted .dln-wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important
}

.dln-recipe-details--inverted .dln-recipe-details__grid {
    flex-direction: row-reverse;
    border-radius: 5px
}

.dln-recipe-details--inverted .dln-recipe-details__grid .dln-recipe-details__bottom-info, .dln-recipe-details--inverted .dln-recipe-details__grid .dln-recipe-details__info {
    padding-right: 50px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-recipe-details .dln-wrapper {
        padding: 20px 20px 0 !important
    }

    .dln-recipe-details .dln-image {
        max-height: 330px
    }

    .dln-recipe-details__grid {
        flex-direction: column-reverse;
        max-height: none;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px
    }

    .dln-recipe-details__grid-inverse .dln-recipe-page__bottom-info, .dln-recipe-details__grid-inverse .dln-recipe-page__info {
        padding: 0 20px
    }

    .dln-recipe-details__col {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between
    }

    .dln-recipe-details__bottom-info {
        margin-top: 45px;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        height: auto
    }

    .dln-recipe-details__bottom-info-col {
        flex: 1 1 50%;
        margin-bottom: 15px
    }

    .dln-recipe-details__bottom-info-col + .dln-recipe-details__bottom-info-col {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }

    .dln-recipe-details__title-recipe {
        margin-top: 20px;
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-details__description {
        margin-top: 15px;
        margin-bottom: 0
    }

    .dln-recipe-details__info-button-mobile {
        display: block;
        margin-bottom: 20px
    }

    .dln-recipe-details__info-button-desktop {
        display: none
    }

    .dln-recipe-details--inverted .dln-wrapper {
        padding: 0 !important
    }

    .dln-recipe-details--inverted .dln-recipe-details__grid {
        flex-direction: column-reverse
    }

    .dln-recipe-details--print .dln-recipe-details__info-button-mobile {
        display: none
    }

    .dln-recipe-details--print .dln-recipe-details__info-button-desktop {
        display: block;
        padding-top: 30px
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe-details {
        margin-top: 30px
    }

    .dln-recipe-details .dln-wrapper {
        padding: 20px 20px 0 !important
    }

    .dln-recipe-details .dln-image {
        max-height: 330px
    }

    .dln-recipe-details__grid {
        flex-direction: column-reverse;
        max-height: none;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px
    }

    .dln-recipe-details__grid-inverse .dln-recipe-page__bottom-info, .dln-recipe-details__grid-inverse .dln-recipe-page__info {
        padding: 0 20px
    }

    .dln-recipe-details__col {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between
    }

    .dln-recipe-details__bottom-info {
        margin-top: 45px;
        margin-bottom: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        height: auto
    }

    .dln-recipe-details__bottom-info-col {
        flex: 1 1 50%;
        margin-bottom: 15px
    }

    .dln-recipe-details__bottom-info-col + .dln-recipe-details__bottom-info-col {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }

    .dln-recipe-details__title-recipe {
        margin-top: 20px;
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-details__description {
        margin-top: 15px;
        margin-bottom: 0
    }

    .dln-recipe-details__play-button {
        height: 60px;
        width: 60px
    }

    .dln-recipe-details__play-button:before {
        border-width: 10px 17px 10px 0
    }

    .dln-recipe-details__info-button-mobile {
        display: flex;
        margin-bottom: 20px;
        padding: 20px;
        height: 40px
    }

    .dln-recipe-details__info-button-desktop {
        display: none
    }

    .dln-recipe-details--inverted .dln-wrapper {
        padding: 0 !important;
        margin: 0 !important
    }

    .dln-recipe-details--inverted .dln-recipe-details__grid {
        flex-direction: column-reverse
    }

    .dln-recipe-details--inverted .dln-recipe-details__grid .dln-recipe-details__bottom-info, .dln-recipe-details--inverted .dln-recipe-details__grid .dln-recipe-details__info {
        padding: 0 20px
    }

    .dln-recipe-details--print .dln-recipe-details__info-button-mobile {
        display: none
    }

    .dln-recipe-details--print .dln-recipe-details__info-button-desktop {
        display: block;
        padding-top: 30px
    }
}

.dln-delonghi .dln-wrapper .dln-recipe-details {
    border: none
}

.dln-delonghi .dln-wrapper .dln-recipe-details--constrain .dln-wrapper {
    background: #f7f7f7;
    border-radius: 0
}

.dln-delonghi .dln-wrapper .dln-recipe-details__info .dln-recipe-details__info-button-desktop .dln-btn {
    line-height: 40px
}

.dln-delonghi .dln-recipe-details {
    background: transparent;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01)
}

.dln-delonghi .dln-recipe-details__title-recipe {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 1
}

.dln-delonghi .dln-recipe-details__description {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-recipe-details__bottom-info-col {
    border-color: var(--ui-07)
}

.dln-delonghi .dln-recipe-details__bottom-info-label {
    color: var(--brand-04);
    font-size: .875rem;
    line-height: 1.3
}

.dln-delonghi .dln-recipe-details__bottom-info-value {
    font-size: .875rem;
    line-height: 1.3
}

.dln-delonghi .dln-recipe-details .dln-image {
    border-radius: 0
}

.dln-delonghi .dln-recipe-details .dln-btn {
    background-color: var(--brand-04)
}

.dln-delonghi .dln-recipe-details .dln-btn--icon {
    background-color: var(--brand-03);
    color: var(--brand-04)
}

.dln-delonghi .dln-recipe-details .dln-btn--icon, .dln-delonghi .dln-recipe-details .dln-btn--icon .dln-btn__lbl {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem;
    line-height: 1.29
}

.dln-delonghi .dln-recipe-details .dln-btn--icon .dln-btn__lbl {
    text-decoration: underline
}

.dln-delonghi .dln-recipe-details .dln-btn--icon .bra-icn {
    width: 30px;
    height: 30px;
    font-size: 1.625rem
}

.dln-delonghi .dln-recipe-details .dln-btnIcon .dln-icn {
    color: var(--brand-01)
}

.dln-delonghi .dln-recipe-details__videoBgContainer {
    background-color: var(--brand-04)
}

.dln-delonghi .dln-recipe-details__play-button {
    background: transparent;
    border: 3px solid var(--brand-03);
    height: 50px;
    width: 50px
}

.dln-delonghi .dln-recipe-details__play-button:before {
    border-width: 10px 13px 10px 0;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: var(--brand-03);
    border-top-color: transparent
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-delonghi .dln-recipe-details .dln-wrapper .dln-recipe-details__info-button-mobile .dln-btn {
        display: inline-block;
        line-height: 40px
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe-details .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__bottom-info {
        margin-bottom: 19px
    }

    .dln-delonghi .dln-recipe-details .dln-wrapper .dln-recipe-details__info-button-mobile {
        justify-content: center
    }

    .dln-delonghi .dln-recipe-details .dln-wrapper .dln-recipe-details__info-button-mobile .dln-btn {
        display: inline-block;
        line-height: 40px
    }
}

.dln-kenwood .dln-recipe-details__videoBgContainer {
    background-color: var(--brand-04)
}

.dln-kenwood .dln-recipe-details, .dln-kenwood .dln-recipe-details--print {
    height: 544px
}

.dln-kenwood .dln-recipe-details *, .dln-kenwood .dln-recipe-details--print * {
    box-sizing: border-box
}

.dln-kenwood .dln-recipe-details--print .dln-wrapper, .dln-kenwood .dln-recipe-details .dln-wrapper {
    margin: 0 auto !important;
    padding: 0 !important
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__grid, .dln-kenwood .dln-recipe-details--print .dln-wrapper, .dln-kenwood .dln-recipe-details .dln-recipe-details__grid, .dln-kenwood .dln-recipe-details .dln-wrapper {
    width: 100%;
    height: 100%;
    max-height: none
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__grid, .dln-kenwood .dln-recipe-details .dln-recipe-details__grid {
    margin: 0;
    justify-content: space-between
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__image-container, .dln-kenwood .dln-recipe-details .dln-recipe-details__image-container {
    max-width: 591px
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__image-container .dln-image, .dln-kenwood .dln-recipe-details .dln-recipe-details__image-container .dln-image {
    width: 100%;
    max-height: 544px;
    border-radius: 0
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__col, .dln-kenwood .dln-recipe-details .dln-recipe-details__col {
    padding: 0
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__col:first-of-type, .dln-kenwood .dln-recipe-details .dln-recipe-details__col:first-of-type {
    padding: 100px 50px 50px 0;
    width: 50%
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__col:nth-of-type(2), .dln-kenwood .dln-recipe-details .dln-recipe-details__col:nth-of-type(2) {
    width: 50%;
    max-width: 591px;
    min-width: unset
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__title-recipe, .dln-kenwood .dln-recipe-details .dln-recipe-details__title-recipe {
    margin-top: 0;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__description, .dln-kenwood .dln-recipe-details .dln-recipe-details__description {
    font-size: 14px !important;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43 !important
}

.dln-kenwood .dln-recipe-details--print .dln-btn.dln-btn--link, .dln-kenwood .dln-recipe-details .dln-btn.dln-btn--link {
    border-radius: 0
}

.dln-kenwood .dln-recipe-details__info-button-desktop .dln-btn {
    line-height: 4
}

.dln-kenwood .dln-recipe-details--inverted .dln-recipe-details__col:first-of-type {
    padding: 100px 0 50px 50px;
    width: 50%
}

.dln-kenwood .dln-recipe-details__play-button {
    background: hsla(0, 0%, 100%, .5);
    border: 2px solid var(--ui-01);
    width: 60px;
    height: 60px
}

.dln-kenwood .dln-recipe-details--print .dln-wrapper {
    max-width: 1240px
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__info-button-desktop i, .dln-kenwood .dln-recipe-details--print .dln-recipe-details__info-button-desktop span {
    color: var(--brand-04)
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__info-button-desktop span {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    text-decoration: underline
}

.dln-kenwood .dln-recipe-details--print .dln-recipe-details__info-button-desktop i {
    font-size: 30px;
    font-weight: 400
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    .dln-kenwood .dln-recipe-details .dln-recipe-details__col:nth-of-type(2), .dln-kenwood .dln-recipe-details .dln-recipe-details__image-container {
        max-width: none
    }

    .dln-kenwood .dln-recipe-details, .dln-kenwood .dln-recipe-details--print {
        height: auto;
        padding: 0 !important;
        max-height: unset
    }

    .dln-kenwood .dln-recipe-details--constrain, .dln-kenwood .dln-recipe-details--print--constrain {
        max-height: unset
    }

    .dln-kenwood .dln-recipe-details--print__info-button-mobile .dln-btn.dln-btn--link, .dln-kenwood .dln-recipe-details__info-button-mobile .dln-btn.dln-btn--link {
        margin: 0 auto
    }

    .dln-kenwood .dln-recipe-details__bottom-info {
        margin-left: auto;
        margin-right: auto;
        width: 50%
    }
}

@media screen and (max-width: 900px) {
    .dln-kenwood .dln-recipe-details, .dln-kenwood .dln-recipe-details--print {
        height: auto;
        padding: 0 !important;
        max-height: unset
    }

    .dln-kenwood .dln-recipe-details--constrain, .dln-kenwood .dln-recipe-details--print--constrain {
        max-height: unset
    }

    .dln-kenwood .dln-recipe-details--print__image-container, .dln-kenwood .dln-recipe-details__image-container {
        width: 100%
    }

    .dln-kenwood .dln-recipe-details--print .dln-recipe-details__info-button-desktop .dln-btn.dln-btn--link.dln-btn--icon, .dln-kenwood .dln-recipe-details .dln-recipe-details__info-button-desktop .dln-btn.dln-btn--link.dln-btn--icon {
        margin: 0 auto
    }

    .dln-kenwood .dln-recipe-details--print .dln-recipe-details__col:first-of-type, .dln-kenwood .dln-recipe-details--print .dln-recipe-details__col:nth-of-type(2), .dln-kenwood .dln-recipe-details .dln-recipe-details__col:first-of-type, .dln-kenwood .dln-recipe-details .dln-recipe-details__col:nth-of-type(2) {
        width: 100%
    }

    .dln-kenwood .dln-recipe-details--print .dln-recipe-details__col:first-of-type, .dln-kenwood .dln-recipe-details .dln-recipe-details__col:first-of-type {
        padding: 20px
    }

    .dln-kenwood .dln-recipe-details--print .dln-recipe-details__col:first-of-type > div, .dln-kenwood .dln-recipe-details .dln-recipe-details__col:first-of-type > div {
        padding: 0
    }

    .dln-kenwood .dln-recipe-details--print .dln-recipe-details__col:nth-of-type(2), .dln-kenwood .dln-recipe-details .dln-recipe-details__col:nth-of-type(2) {
        height: 280px
    }

    .dln-kenwood .dln-recipe-details--print__bottom-info-label, .dln-kenwood .dln-recipe-details__bottom-info-label {
        font-size: 14px
    }

    .dln-kenwood .dln-recipe-details--print__info, .dln-kenwood .dln-recipe-details__info {
        text-align: center
    }

    .dln-kenwood .dln-recipe-details--print .dln-btnIcon, .dln-kenwood .dln-recipe-details .dln-btnIcon {
        right: 20px
    }

    .dln-kenwood .dln-recipe-details--print__info-button-mobile, .dln-kenwood .dln-recipe-details__info-button-mobile {
        margin-top: 40px;
        display: flex;
        justify-content: center
    }

    .dln-kenwood .dln-recipe-details--print__info-button-mobile .dln-btn, .dln-kenwood .dln-recipe-details__info-button-mobile .dln-btn {
        padding: 20px;
        margin: 0 auto
    }

    .dln-kenwood .dln-recipe-details .dln-recipe-details__title-recipe {
        font-size: 28px
    }
}

.dln-orderInfoCard {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid var(--ui-01);
    padding: 24px 0
}

.dln-orderInfoCard__number {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 22px;
    color: var(--brand-01);
    margin: 0 0 15px
}

.dln-orderInfoCard__table {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-orderInfoCard__cell {
    display: flex;
    flex-wrap: wrap;
    width: calc(22.5% - 40px);
    height: auto;
    padding: 0 15px 0 0;
    box-sizing: content-box
}

.dln-orderInfoCard__cell:nth-of-type(2) {
    width: calc(30% - 40px)
}

.dln-orderInfoCard__cell:nth-of-type(4) {
    width: calc(25% - 40px)
}

.dln-orderInfoCard__cell:last-of-type {
    align-items: flex-end;
    justify-content: flex-end;
    width: 100px;
    padding: 0
}

.dln-orderInfoCard__cellData, .dln-orderInfoCard__cellTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px
}

.dln-orderInfoCard__cellTitle {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-orderInfoCard__viewDetail {
    display: inline-block;
    width: auto;
    line-height: 21px;
    font-size: 14px;
    color: var(--brand-01);
    text-decoration: underline
}

@media only screen and (max-width: 599px) {
    .dln-orderInfoCard {
        padding: 30px 0
    }

    .dln-orderInfoCard__number {
        line-height: 26px;
        font-size: 18px;
        margin-bottom: 13px
    }

    .dln-orderInfoCard__cell {
        width: 100%;
        padding: 0;
        margin-bottom: 8px
    }

    .dln-orderInfoCard__cell:nth-of-type(2), .dln-orderInfoCard__cell:nth-of-type(4) {
        width: 100%
    }

    .dln-orderInfoCard__cell:nth-of-type(4) {
        margin-bottom: 12px
    }

    .dln-orderInfoCard__cell:last-of-type {
        width: auto;
        margin: 0 0 0 auto
    }

    .dln-orderInfoCard__cellData, .dln-orderInfoCard__cellTitle {
        width: auto;
        display: inline-block
    }

    .dln-orderInfoCard__cellTitle {
        margin: 0 3px 0 0
    }
}

.dln-kenwood .dln-orderInfoCard {
    padding: 20px 0
}

.dln-kenwood .dln-orderInfoCard__number {
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04);
    margin-bottom: 20px
}

.dln-kenwood .dln-orderInfoCard .dln-orderInfoCard__table .dln-orderInfoCard__cell .dln-orderInfoCard__cellData, .dln-kenwood .dln-orderInfoCard .dln-orderInfoCard__table .dln-orderInfoCard__cell .dln-orderInfoCard__cellTitle {
    line-height: 20px;
    font-size: 14px
}

.dln-kenwood .dln-orderInfoCard .dln-orderInfoCard__table .dln-orderInfoCard__cell .dln-orderInfoCard__cellTitle {
    margin-bottom: 2px
}

.dln-kenwood .dln-orderInfoCard .dln-orderInfoCard__table .dln-orderInfoCard__cell .dln-orderInfoCard__viewDetail {
    line-height: 20px;
    color: var(--brand-04);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-orderInfoCard__number {
        font-size: 18px;
        line-height: 22px
    }

    .dln-kenwood .dln-orderInfoCard .dln-orderInfoCard__table .dln-orderInfoCard__cell {
        margin-bottom: 6px
    }

    .dln-kenwood .dln-orderInfoCard .dln-orderInfoCard__table .dln-orderInfoCard__cell:last-of-type {
        padding-top: 14px;
        margin-bottom: 0
    }
}

.dln-delonghi .dln-orderInfoCard__number {
    color: var(--brand-04);
    font-size: 1.3125rem;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-orderInfoCard__cellData {
    font-weight: 400;
    margin-top: 4px;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-delonghi .dln-orderInfoCard__viewDetail {
    color: var(--brand-04);
    font-weight: 500
}

@media screen and (max-width: 599px) {
    .dln-delonghi .dln-orderInfoCard__number {
        font-size: 1.125rem
    }

    .dln-delonghi .dln-orderInfoCard__cellData {
        margin-top: 0;
        font-size: .875rem
    }

    .dln-delonghi .dln-orderInfoCard__cellTitle, .dln-delonghi .dln-orderInfoCard__viewDetail {
        font-size: .875rem
    }
}

.dln-paginationSlide {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    height: 36px;
    border-top: 3px solid var(--ui-01);
    box-sizing: content-box;
    margin: 0 auto
}

.dln-paginationSlide__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    line-height: 1.54;
    font-size: 13px;
    border: none;
    background: none;
    background-color: var(--brand-03);
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.dln-paginationSlide__btnIconWrap {
    display: inline-block;
    width: 6px;
    height: 18px;
    margin: 0 0 0 4px
}

.dln-paginationSlide__btn__icon {
    display: inline-block;
    width: 6px;
    height: 10px
}

.dln-paginationSlide__btn.-prev .dln-paginationSlide__btnIconWrap {
    margin: 0 4px 0 0
}

.dln-paginationSlide__btn.-prev .dln-paginationSlide__btnIcon {
    transform: rotateY(-180deg);
    transform-origin: center
}

.dln-paginationSlide__tabs {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    height: 36px;
    position: relative;
    z-index: 1
}

.dln-paginationSlide__currentLine {
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: var(--brand-01);
    transition: left .22s ease-in-out;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 2
}

.dln-paginationSlide__tab {
    display: inline-block;
    width: 60px;
    height: 36px;
    border: none;
    background-color: var(--brand-03);
    box-shadow: none;
    -moz-appearance: none
}

.dln-paginationSlide__tab.-current {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-paginationSlide {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .dln-paginationSlide__btn, .dln-paginationSlide__currentLine, .dln-paginationSlide__tab {
        width: 56px
    }
}

.dln-kenwood .dln-paginationSlide .dln-paginationSlide__btn {
    font-size: 12px
}

.dln-kenwood .dln-paginationSlide .dln-paginationSlide__btn .dln-paginationSlide__btnIconWrap {
    display: inline-flex;
    align-items: center
}

.dln-kenwood .dln-paginationSlide .dln-paginationSlide__btn .dln-paginationSlide__btnIconWrap .dln-paginationSlide__btnIcon {
    height: 7px;
    width: 4px
}

.dln-kenwood .dln-paginationSlide .dln-paginationSlide__tabs .dln-paginationSlide__tab {
    font-size: 12px
}

.dln-delonghi .dln-paginationSlide {
    border: none;
    justify-content: center
}

.dln-delonghi .dln-paginationSlide__currentLine {
    display: none
}

.dln-delonghi .dln-paginationSlide__btn {
    color: var(--brand-03) !important;
    position: relative;
    width: 36px;
    height: 31px
}

.dln-delonghi .dln-paginationSlide__btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0
}

.dln-delonghi .dln-paginationSlide__tabs {
    width: auto
}

.dln-delonghi .dln-paginationSlide__tab {
    background: transparent;
    font-size: 1.3125rem;
    box-sizing: border-box;
    position: relative;
    color: var(--ui-02);
    width: 36px;
    height: 27px
}

.dln-delonghi .dln-paginationSlide__tab.-current {
    color: var(--brand-04);
    font-weight: 500
}

.dln-delonghi .dln-paginationSlide__tab.-current:after {
    content: "";
    width: 12px;
    height: 2px;
    background: var(--brand-04);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.dln-orderDetailHead {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-radius: 6px;
    background-color: var(--ui-03);
    padding: 30px 20px 40px;
    box-sizing: border-box
}

.dln-orderDetailHead__number {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: calc(100% - 80px);
    height: auto;
    line-height: 32px;
    font-size: 32px;
    margin: 0 32px 50px 0
}

.dln-orderDetailHead__cancel {
    display: inline-block;
    width: 48px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: var(--brand-01);
    text-decoration: underline;
    border: none;
    background: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none
}

.dln-orderDetailHead__email {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 37px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-orderDetailHead__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-orderDetailHead__dataCell {
    display: flex;
    flex-wrap: wrap;
    width: 25%;
    padding: 0 16px 0 0;
    box-sizing: border-box
}

.dln-orderDetailHead__data, .dln-orderDetailHead__dataLabel {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 16px
}

.dln-orderDetailHead__dataLabel {
    margin: 0 0 2px
}

.dln-orderDetailHead__data {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-orderDetailHead--shipped .dln-orderDetailHead__number {
    margin-bottom: 15px
}

@media only screen and (max-width: 599px) {
    .dln-orderDetailHead {
        padding: 20px 20px 25px
    }

    .dln-orderDetailHead__number {
        order: 1;
        width: 100%;
        line-height: 27px;
        font-size: 22px;
        margin: 0 0 22px
    }

    .dln-orderDetailHead__cancel {
        order: 4
    }

    .dln-orderDetailHead__email {
        order: 2;
        margin-bottom: 25px
    }

    .dln-orderDetailHead__wrap {
        order: 3;
        margin-bottom: 20px
    }

    .dln-orderDetailHead__dataCell {
        width: 50%;
        padding-bottom: 20px
    }

    .dln-orderDetailHead__data, .dln-orderDetailHead__dataLabel {
        line-height: 18px;
        font-size: 15px
    }

    .dln-orderDetailHead__dataLabel {
        margin-bottom: 4px
    }

    .dln-orderDetailHead--shipped .dln-orderDetailHead__number {
        margin-bottom: 10px
    }
}

.dln-kenwood .dln-orderDetailHead {
    padding: 30px 20px
}

.dln-kenwood .dln-orderDetailHead__number {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: calc(100% - 76px);
    line-height: 36px;
    font-size: 28px;
    margin-right: 20px;
    margin-bottom: 30px
}

.dln-kenwood .dln-orderDetailHead__cancel {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 56px;
    color: var(--brand-04)
}

.dln-kenwood .dln-orderDetailHead__wrap .dln-orderDetailHead__dataCell .dln-orderDetailHead__dataLabel {
    line-height: 24px;
    margin-bottom: 0
}

.dln-kenwood .dln-orderDetailHead__wrap .dln-orderDetailHead__dataCell .dln-orderDetailHead__data {
    line-height: 24px
}

.dln-kenwood .dln-orderDetailHead--shipped .dln-orderDetailHead__number {
    margin-bottom: 12px
}

.dln-kenwood .dln-orderDetailHead--shipped .dln-orderDetailHead__email {
    margin-bottom: 25px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-orderDetailHead__number {
        width: 100%;
        line-height: 32px;
        font-size: 24px;
        margin: 0 0 25px
    }

    .dln-kenwood .dln-orderDetailHead .dln-orderDetailHead__cancel {
        margin-top: 28px
    }

    .dln-kenwood .dln-orderDetailHead__wrap {
        margin-bottom: 0
    }

    .dln-kenwood .dln-orderDetailHead__wrap .dln-orderDetailHead__dataCell {
        padding-bottom: 12px;
        padding-right: 8px
    }

    .dln-kenwood .dln-orderDetailHead__wrap .dln-orderDetailHead__dataCell:nth-of-type(2n+2) {
        padding-right: 0;
        padding-left: 8px
    }

    .dln-kenwood .dln-orderDetailHead__wrap .dln-orderDetailHead__dataCell:last-of-type, .dln-kenwood .dln-orderDetailHead__wrap .dln-orderDetailHead__dataCell:nth-last-of-type(2) {
        padding-bottom: 0
    }

    .dln-kenwood .dln-orderDetailHead__wrap .dln-orderDetailHead__dataCell .dln-orderDetailHead__data, .dln-kenwood .dln-orderDetailHead__wrap .dln-orderDetailHead__dataCell .dln-orderDetailHead__dataLabel {
        font-size: 16px
    }

    .dln-kenwood .dln-orderDetailHead--shipped > * {
        order: 0
    }

    .dln-kenwood .dln-orderDetailHead--shipped .dln-orderDetailHead__number {
        order: 1;
        margin-bottom: 10px
    }

    .dln-kenwood .dln-orderDetailHead--shipped .dln-orderDetailHead__email {
        order: 2;
        line-height: 24px;
        font-size: 16px
    }

    .dln-kenwood .dln-orderDetailHead--shipped .dln-orderDetailHead__wrap {
        order: 3
    }

    .dln-kenwood .dln-orderDetailHead--shipped .dln-orderDetailHead__cancel {
        order: 4
    }
}

.dln-delonghi .dln-orderDetailHead {
    padding: 32px 20px;
    position: relative
}

.dln-delonghi .dln-orderDetailHead__number {
    font-size: 1.75rem;
    margin-bottom: 35px
}

.dln-delonghi .dln-orderDetailHead__cancel, .dln-delonghi .dln-orderDetailHead__number {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-orderDetailHead__cancel {
    color: var(--brand-04);
    line-height: 48px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: auto
}

.dln-delonghi .dln-orderDetailHead__data, .dln-delonghi .dln-orderDetailHead__email {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-delonghi .dln-orderDetailHead__email {
    margin-bottom: 24px
}

@media screen and (max-width: 599px) {
    .dln-delonghi .dln-orderDetailHead__cancel {
        line-height: 32px;
        position: static
    }

    .dln-delonghi .dln-orderDetailHead__number {
        order: 1
    }

    .dln-delonghi .dln-orderDetailHead__email {
        order: 2
    }
}

.dln-totalSect {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: auto;
    border-color: var(--ui-01);
    border-style: solid;
    border-width: 1px 0;
    background-color: var(--brand-03);
    padding: 30px 0
}

.dln-totalSect__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: calc(100% - 184px);
    height: auto;
    line-height: 26px;
    font-size: 22px
}

.dln-totalSect__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 184px;
    height: auto;
    padding-top: 10px
}

.dln-totalSect__row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 5px
}

.dln-totalSect__row:last-child {
    margin: 0
}

.dln-totalSect__data, .dln-totalSect__label {
    display: inline-block;
    width: 50%;
    line-height: 18px;
    font-size: 13px
}

.dln-totalSect__label {
    color: var(--brand-02)
}

.dln-totalSect__data {
    color: var(--brand-01);
    text-align: right
}

.dln-totalSect__row--discount .dln-totalSect__data {
    color: var(--support-01)
}

.dln-totalSect__row--total .dln-totalSect__data, .dln-totalSect__row--total .dln-totalSect__label {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px
}

.dln-totalSect__row--total .dln-totalSect__label {
    color: var(--brand-01);
    text-transform: uppercase
}

.dln-totalSect--lite {
    padding: 20px 0;
    border-bottom: none
}

.dln-totalSect--lite .dln-totalSect__wrap {
    width: 100%;
    padding: 0
}

@media only screen and (max-width: 599px) {
    .dln-totalSect__title {
        width: 100%;
        margin: 0 0 18px
    }

    .dln-totalSect__wrap {
        width: 100%;
        padding: 0
    }
}

.dln-kenwood .dln-totalSect {
    border: none;
    background-color: var(--ui-03);
    padding: 30px 20px
}

.dln-kenwood .dln-totalSect__title {
    width: calc(100% - 266px);
    line-height: 24px;
    font-size: 20px
}

.dln-kenwood .dln-totalSect__wrap {
    width: 266px;
    padding: 28px 0 0
}

.dln-kenwood .dln-totalSect__row {
    margin-bottom: 0
}

.dln-kenwood .dln-totalSect__row--total {
    padding-top: 12px
}

.dln-kenwood .dln-totalSect__row--total .dln-totalSect__data, .dln-kenwood .dln-totalSect__row--total .dln-totalSect__label {
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-totalSect__row--total .dln-totalSect__label {
    text-transform: lowercase
}

.dln-kenwood .dln-totalSect__row--total .dln-totalSect__label:first-letter {
    text-transform: uppercase
}

.dln-kenwood .dln-totalSect__data, .dln-kenwood .dln-totalSect__label {
    line-height: 26px;
    font-size: 14px
}

.dln-kenwood .dln-totalSect__label {
    color: var(--ui-10)
}

.dln-kenwood .dln-totalSect__data {
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-totalSect__title {
        width: 100%;
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 6px
    }

    .dln-kenwood .dln-totalSect__wrap {
        width: 100%;
        padding: 0
    }

    .dln-kenwood .dln-totalSect__row--total {
        padding-top: 14px
    }

    .dln-kenwood .dln-totalSect__row--total .dln-totalSect__data, .dln-kenwood .dln-totalSect__row--total .dln-totalSect__label {
        line-height: 22px;
        font-size: 18px
    }
}

.dln-delonghi .dln-totalSect {
    padding: 22px 0
}

.dln-delonghi .dln-totalSect__title {
    font-size: 1.3125rem;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 16px
}

.dln-delonghi .dln-totalSect__data {
    font-size: 1rem;
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-04)
}

.dln-delonghi .dln-totalSect__label {
    font-size: .875rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-totalSect__row--total {
    margin-top: 8px
}

.dln-delonghi .dln-totalSect__row--total .dln-totalSect__label {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem
}

.dln-delonghi .dln-totalSect__row--total .dln-totalSect__data {
    font-size: 1.125rem
}

@media screen and (max-width: 599px) {
    .dln-delonghi .dln-totalSect__title {
        font-size: 1.125rem
    }

    .dln-delonghi .dln-totalSect__row--total .dln-totalSect__label {
        font-family: var(--fontNameRoman), Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem
    }
}

.dln-orderDetailInfo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 30px 0
}

.dln-orderDetailInfo__col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 25%;
    height: auto
}

.dln-orderDetailInfo__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 22px;
    color: var(--brand-01)
}

.dln-orderDetailInfo__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.dln-orderDetailInfo__content--billingAddress, .dln-orderDetailInfo__content--shippingAddress, .dln-orderDetailInfo__content--shippingMethod {
    padding: 8px 0 0
}

.dln-orderDetailInfo__content--billingAddress .dln-orderDetailInfo__data:nth-child(2), .dln-orderDetailInfo__content--shippingAddress .dln-orderDetailInfo__data:nth-child(2), .dln-orderDetailInfo__subtitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-orderDetailInfo__subtitle {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    margin: 0 0 11px
}

.dln-orderDetailInfo__data {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 13px
}

@media only screen and (max-width: 599px) {
    .dln-orderDetailInfo__col {
        width: 50%;
        margin-bottom: 30px
    }

    .dln-orderDetailInfo__col:first-child {
        width: 100%;
        margin-bottom: 30px
    }

    .dln-orderDetailInfo__col:nth-child(2) {
        padding-right: 5px;
        margin-right: calc(50% + 5px)
    }

    .dln-orderDetailInfo__col:nth-child(3) {
        padding-right: 5px;
        margin-bottom: 0
    }

    .dln-orderDetailInfo__col:nth-child(4) {
        padding-left: 5px;
        margin-bottom: 0
    }

    .dln-orderDetailInfo__content {
        padding-top: 0
    }
}

.dln-kenwood .dln-orderDetailInfo {
    background: var(--ui-03);
    padding: 30px 20px
}

.dln-kenwood .dln-orderDetailInfo .dln-orderDetailInfo__col:not(:first-of-type) {
    padding-top: 36px
}

.dln-kenwood .dln-orderDetailInfo .dln-orderDetailInfo__col .dln-orderDetailInfo__title {
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-orderDetailInfo .dln-orderDetailInfo__col .dln-orderDetailInfo__subtitle {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 5px
}

.dln-kenwood .dln-orderDetailInfo .dln-orderDetailInfo__col .dln-orderDetailInfo__data {
    line-height: 20px;
    font-size: 14px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-orderDetailInfo .dln-orderDetailInfo__col {
        width: 100%;
        border-bottom: 1px solid var(--ui-01);
        padding: 0 0 10px !important;
        margin: 0 0 10px
    }

    .dln-kenwood .dln-orderDetailInfo .dln-orderDetailInfo__col:first-child {
        border: none;
        padding: 0 !important;
        margin-bottom: 14px
    }

    .dln-kenwood .dln-orderDetailInfo .dln-orderDetailInfo__col:last-child {
        border-bottom: none;
        padding-bottom: none;
        padding-bottom: 0 !important;
        margin-bottom: 0
    }
}

.dln-delonghi .dln-orderDetailInfo__title {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3125rem
}

.dln-delonghi .dln-orderDetailInfo__content .dln-orderDetailInfo__data:first-of-type {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-delonghi .dln-orderDetailInfo__content--shippingMethod .dln-orderDetailInfo__data:first-of-type {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-orderDetailInfo__subtitle {
    font-size: 1rem;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-orderDetailInfo__data {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem
}

@media screen and (max-width: 599px) {
    .dln-delonghi .dln-orderDetailInfo__title {
        font-size: 1.125rem
    }

    .dln-delonghi .dln-orderDetailInfo__col {
        border-bottom: 1px solid var(--ui-01);
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        padding: 0 0 8px
    }

    .dln-delonghi .dln-orderDetailInfo__col:first-of-type {
        border-bottom: none
    }
}

.dln-browse-by {
    display: flex;
    width: 100%
}

.dln-browse-by__gradient {
    display: block;
    width: 32px;
    height: 32px;
    opacity: 0;
    transition: opacity .12s linear;
    position: absolute;
    top: 0;
    z-index: 4
}

.dln-browse-by__gradient.-left {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
    left: 0
}

.dln-browse-by__gradient.-right {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
    right: 0
}

.dln-browse-by__gradient.-visible {
    opacity: 1
}

.dln-browse-by__linksWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 14px
}

.dln-browse-by__link {
    display: inline-block;
    width: 12.5% !important;
    font-size: 16px;
    color: var(--brand-04);
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 4px 16px;
    box-sizing: border-box;
    overflow: hidden
}

.dln-browse-by__linkPrefix {
    display: none
}

@media only screen and (max-width: 1024px) {
    .dln-browse-by .dln-browse-by {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 1
    }

    .dln-browse-by .dln-browse-by__linksWrapper {
        flex-wrap: nowrap;
        justify-content: normal;
        width: auto !important;
        min-width: 100%;
        height: auto
    }

    .dln-browse-by .dln-browse-by__link {
        padding: 0;
        width: auto !important
    }
}

.dln-kenwood .dln-browse-by {
    border-bottom: 1px solid var(--ui-01)
}

.dln-kenwood .dln-browse-by__linksWrapper {
    justify-content: normal
}

.dln-kenwood .dln-browse-by__link {
    width: 12% !important;
    max-width: none;
    line-height: 1.57;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid var(--ui-01);
    padding: 0 12px;
    margin-bottom: 16px
}

.dln-kenwood .dln-browse-by__link:first-of-type {
    text-align: left;
    padding-left: 0
}

.dln-kenwood .dln-browse-by__link:nth-of-type(3) {
    width: 16% !important
}

.dln-kenwood .dln-browse-by__link:last-of-type {
    width: 9%;
    text-align: right;
    border-right: none;
    padding-right: 0
}

.dln-kenwood .dln-browse-by__linkPrefix {
    display: initial;
    font-weight: 600
}

@media only screen and (max-width: 1024px) {
    .dln-kenwood .dln-browse-by .dln-browse-by__link {
        width: auto !important;
        border-right: none;
        padding: 0
    }
}

.dln-delonghi .dln-browse-by {
    border-bottom: 1px solid var(--ui-08)
}

.dln-delonghi .dln-browse-by__link {
    max-width: none !important;
    width: 12% !important;
    border-right: 1px solid var(--ui-08);
    padding-bottom: 0;
    height: 24px;
    line-height: 24px;
    margin-bottom: 26px;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-browse-by__link:first-of-type {
    text-align: left;
    padding-left: 0
}

.dln-delonghi .dln-browse-by__link:nth-of-type(3) {
    width: 16% !important
}

.dln-delonghi .dln-browse-by__link:last-of-type {
    text-align: right;
    border-right: none;
    padding-right: 0
}

.dln-delonghi .dln-browse-by__linkPrefix {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: initial
}

@media only screen and (max-width: 1024px) {
    .dln-delonghi .dln-browse-by .dln-browse-by__linksWrapper {
        margin-top: 0
    }

    .dln-delonghi .dln-browse-by .dln-browse-by__link {
        width: auto !important;
        border-right: none;
        margin-bottom: 20px
    }
}

.dln-custServiceCard {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-radius: 6px;
    background-color: var(--ui-05);
    padding: 24px 20px 48px;
    box-sizing: border-box
}

.dln-custServiceCard__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 32px;
    margin-bottom: 33px
}

.dln-custServiceCard__text {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 33px
}

.dln-custServiceCard__actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-custServiceCard__actions > .dln-btn {
    width: calc(33.33% - 13.33333px);
    max-width: 184px;
    margin: 0 20px 0 0;
    box-sizing: border-box
}

.dln-custServiceCard__actions > .dln-btn--stroked {
    background-color: transparent
}

.dln-custServiceCard__actions > .dln-btn:last-child {
    margin-right: 0
}

@media only screen and (max-width: 599px) {
    .dln-custServiceCard {
        padding: 20px
    }

    .dln-custServiceCard__title {
        line-height: 27px;
        font-size: 22px;
        margin-bottom: 22px
    }

    .dln-custServiceCard__text {
        margin-bottom: 26px
    }

    .dln-custServiceCard__actions > .dln-btn {
        width: calc(100% - 40px);
        max-width: none;
        margin: 0 auto 10px
    }

    .dln-custServiceCard__actions > .dln-btn:last-child {
        margin: 0 auto
    }
}

.dln-kenwood .dln-custServiceCard {
    background-color: var(--ui-03);
    padding: 30px 20px
}

.dln-kenwood .dln-custServiceCard__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 30px
}

.dln-kenwood .dln-custServiceCard__text {
    margin-bottom: 30px
}

.dln-kenwood .dln-custServiceCard__actions .dln-btn--stroked {
    background: none;
    background-color: transparent
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-custServiceCard__title {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 15px
    }

    .dln-kenwood .dln-custServiceCard__text {
        margin-bottom: 15px
    }

    .dln-kenwood .dln-custServiceCard__actions .dln-btn {
        max-width: 216px;
        margin-bottom: 8px
    }

    .dln-kenwood .dln-custServiceCard__actions .dln-btn:last-child {
        margin-bottom: 0
    }
}

.dln-delonghi .dln-custServiceCard {
    padding: 32px 20px
}

.dln-delonghi .dln-custServiceCard__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 34px;
    font-size: 1.75rem;
    margin-bottom: 18px
}

.dln-delonghi .dln-custServiceCard__text {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 32px
}

.dln-delonghi .dln-custServiceCard__actions > .dln-btn {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-custServiceCard__actions > .dln-btn {
        min-width: 0;
        width: 100%;
        max-width: 254px
    }
}

.dln-instSteps {
    list-style: inside none
}

.dln-instSteps, .dln-instSteps__step {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-instSteps__step {
    margin-bottom: 20px
}

.dln-instSteps__step:last-child {
    margin-bottom: 0
}

.dln-instSteps__stepNum {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--brand-03);
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    background-color: var(--brand-01);
    margin-right: 15px
}

.dln-instSteps__stepText {
    display: block;
    width: calc(100% - 45px);
    line-height: 20px;
    font-size: 14px;
    color: var(--brand-01);
    padding: 5px 0
}

.dln-kenwood .dln-instSteps__step {
    margin-bottom: 30px
}

.dln-kenwood .dln-instSteps__stepNum {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    font-size: 16px;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-instSteps__stepText {
    width: calc(100% - 55px);
    color: var(--brand-04);
    padding: 7.5px 0
}

.dln-delonghi .dln-instSteps__step {
    margin-bottom: 24px
}

.dln-delonghi .dln-instSteps__step:last-child {
    margin-bottom: 0
}

.dln-delonghi .dln-instSteps__stepNum {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .8125rem;
    background-color: var(--brand-04)
}

.dln-delonghi .dln-instSteps__stepText {
    font-size: 1rem;
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-instSteps__stepNum {
        margin-right: 20px
    }

    .dln-delonghi .dln-instSteps__stepText {
        width: calc(100% - 50px);
        font-size: .9375rem
    }
}

.dln-braun .dln-ordFeatSlider, .dln-delonghi .dln-ordFeatSlider {
    display: none
}

.dln-kenwood .dln-ordFeatSlider {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 794px;
    padding: 30px calc((100% - 794px) / 2);
    box-sizing: content-box;
    position: relative
}

.dln-kenwood .dln-ordFeatSlider:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 1px;
    background-color: var(--ui-01);
    transform: translateX(-50%);
    position: absolute;
    top: -1px;
    left: 50%
}

.dln-kenwood .dln-ordFeatSlider__swiper {
    width: 100%
}

.dln-kenwood .dln-ordFeatSlider__wrapper {
    justify-content: space-between;
    width: 100%
}

.dln-kenwood .dln-ordFeatSlider__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
    max-width: 200px;
    box-sizing: border-box;
    padding: 0 8px
}

.dln-kenwood .dln-ordFeatSlider__imgWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 5px
}

.dln-kenwood .dln-ordFeatSlider__imgWrap > .dln-icn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px
}

.dln-kenwood .dln-ordFeatSlider__title {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-size: 14px
}

.dln-kenwood .dln-ordFeatSlider__text, .dln-kenwood .dln-ordFeatSlider__title {
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 22px;
    text-align: center
}

.dln-kenwood .dln-ordFeatSlider__text {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-size: 13px
}

.dln-kenwood .dln-ordFeatSlider__scrollbar {
    display: none
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-ordFeatSlider {
        max-width: none;
        padding: 70px 20px 40px;
        box-sizing: border-box
    }

    .dln-kenwood .dln-ordFeatSlider:before {
        display: none
    }

    .dln-kenwood .dln-ordFeatSlider__slide {
        width: 100%;
        max-width: none
    }

    .dln-kenwood .dln-ordFeatSlider__scrollbar {
        display: flex;
        width: 100%;
        height: 3px;
        background-color: var(--ui-09);
        opacity: 1 !important;
        margin-top: 30px
    }

    .dln-kenwood .dln-ordFeatSlider__scrollbar .swiper-scrollbar-drag {
        background-color: var(--brand-01)
    }
}

.dln-editOrdHead {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.dln-editOrdHead__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 55px;
    font-size: 44px;
    padding-top: 10px;
    margin: 0 0 20px
}

.dln-editOrdHead__data {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    line-height: 20px;
    font-size: 16px;
    color: var(--brand-01);
    margin: 0 50px 30px 0
}

.dln-editOrdHead__data strong {
    margin: 0 0 0 3px
}

.dln-editOrdHead__text {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    margin: 0 0 40px
}

@media only screen and (max-width: 599px) {
    .dln-editOrdHead__title {
        line-height: 27px;
        font-size: 24px;
        margin-bottom: 16px
    }

    .dln-editOrdHead__data {
        font-size: 15px;
        line-height: 18px;
        margin-right: 42px
    }

    .dln-editOrdHead__data:last-of-type {
        margin-right: 0
    }

    .dln-editOrdHead__text {
        font-size: 13px;
        line-height: 20px;
        margin: 0
    }
}

.dln-ordReceiptCard {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 26px 0 39px;
    border-bottom: 1px solid var(--ui-01)
}

.dln-ordReceiptCard__title {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 16px
}

.dln-ordReceiptCard__text {
    display: block;
    width: calc(100% - 121px);
    font-size: 14px;
    line-height: 20px
}

.dln-ordReceiptCard > .dun-btn {
    width: 96px;
    line-height: 20px
}

@media only screen and (max-width: 599px) {
    .dln-ordReceiptCard {
        padding: 26px 0 31px
    }

    .dln-ordReceiptCard__text {
        margin-bottom: 25px
    }
}

.dln-country-stripe {
    display: none;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: var(--ui-03);
    padding: 16px 30px;
    top: 0
}

.dln-country-stripe + .dln-header, .dln-country-stripe + .dln-header + .dln-navigation {
    top: 70px
}

.dln-country-stripe.visible {
    display: block
}

.dln-country-stripe.hide {
    display: none
}

.dln-country-stripe.hide + .dln-header, .dln-country-stripe.hide + .dln-header + .dln-navigation {
    top: 0
}

.dln-country-stripe .dln-country-stripe__text {
    width: calc(100% - 544px);
    line-height: 21px;
    font-size: 13px;
    margin: 0 32px 0 0
}

.dln-country-stripe .dln-country-stripe__text b {
    display: block
}

.dln-country-stripe .dln-country-stripe__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto
}

.dln-country-stripe .dln-icn__legacy-close:before {
    font-size: 14px;
    color: var(--brand-02)
}

.dln-country-stripe .dln-country-stripe__buttons {
    display: flex;
    flex-wrap: nowrap;
    width: 424px;
    margin: 0 88px 0 0
}

.dln-country-stripe .dln-country-stripe__buttons .dln-btn {
    display: block;
    width: 50%;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 16px;
    margin: 0 20px 0 0;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 162px
}

.dln-country-stripe .dln-country-stripe__buttons .dln-btn .dln-btn--inverted {
    border: 1px solid #000
}

.dln-country-stripe .dln-country-stripe__buttons .dln-btn:last-child {
    margin: 0
}

@media only screen and (max-width: 900px) {
    .dln-country-stripe {
        position: fixed
    }

    .dln-country-stripe .dln-country-stripe__text {
        width: calc(100% - 33px);
        margin: 0 0 24px
    }

    .dln-country-stripe .dln-country-stripe__container {
        flex-direction: column;
        align-items: flex-start
    }

    .dln-country-stripe .dln-btnIcon.dln-btnIcon--close {
        position: absolute;
        top: 10px;
        right: 14px
    }

    .dln-country-stripe .dln-icn__legacy-close:before {
        font-size: 14px;
        color: var(--brand-02)
    }

    .dln-country-stripe .dln-country-stripe__buttons {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        margin: 0
    }

    .dln-country-stripe .dln-country-stripe__buttons .dln-btn {
        width: 100%;
        margin-bottom: 16px
    }
}

.dln-kenwood .dln-country-stripe .dln-country-stripe__buttons {
    margin-right: 16px
}

.dln-kenwood .dln-country-stripe .dln-country-stripe__buttons .dln-btn {
    font-size: 12px
}

.dln-kenwood .dln-country-stripe .dln-btnIcon.dln-btnIcon--close .dln-icn.dln-icn--iconfont {
    font-size: 33px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-country-stripe .dln-btnIcon.dln-btnIcon--close {
        top: 16px;
        right: 22px
    }
}

.dln-delonghi .dln-country-stripe .dln-country-stripe__buttons .dln-btn {
    font-size: 1.125rem
}

.dln-checkout {
    align-content: flex-start
}

.dln-checkout > .dln-wrapper {
    align-content: flex-start;
    padding-top: 48px;
    padding-bottom: 64px
}

.dln-checkout .dln-title {
    margin: 0 0 24px
}

.dln-checkout__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 407px);
    margin: 0 20px 0 0
}

.dln-checkout__content .dln-accordion--payment {
    margin: 0 0 64px
}

.dln-checkout__content .dln-accordion__title {
    cursor: auto
}

.dln-checkout__content .dln-accordion--open {
    max-height: none
}

.dln-checkout__content .dln-accordion--open .dln-accordion__content {
    border-top: 1px solid var(--ui-02);
    margin: 16px 0 0
}

.dln-checkout__content .dln-accordion--open .dln-accordion__title {
    padding: 22px 0 8px
}

.dln-checkout__content .dln-accordion--open .dln-accordion__subTitle {
    display: block
}

.dln-checkout__content .dln-accordion--open .dln-accordion__titleLabel {
    display: inline-block
}

.dln-checkout__content .dln-accordion__content {
    width: 100%;
    padding: 32px 0 64px
}

.dln-checkout__content .dln-accordion__title {
    font-size: 17px;
    line-height: 125%;
    display: flex;
    align-items: center;
    height: auto;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 22px 0
}

.dln-checkout__content .dln-accordion__title .dln-icn {
    display: none;
    height: auto;
    color: var(--support-02);
    margin: 0 10px 0 0
}

.dln-checkout__content .dln-accordion__title .dln-btn {
    display: none;
    margin: 0 0 0 auto
}

.dln-checkout__content .dln-accordion__title .dln-btn .dln-icn {
    color: var(--brand-04);
    margin: 0 2px 0 0
}

.dln-checkout__content .dln-accordion__subTitle {
    display: none
}

.dln-checkout__content .dln-accordion--showInfo {
    max-height: none
}

.dln-checkout__content .dln-accordion--showInfo .dln-checkout__dataResult {
    display: flex
}

.dln-checkout__content .dln-accordion--showInfo .dln-accordion__content {
    display: none
}

.dln-checkout__content .dln-accordion--showInfo .dln-accordion__title {
    color: var(--brand-04);
    padding: 22px 0 0
}

.dln-checkout__content .dln-accordion--showInfo .dln-accordion__title .dln-icn {
    display: inline-flex;
    align-items: center
}

.dln-checkout__content .dln-accordion--showInfo .dln-accordion__title .dln-btn {
    display: inline-block
}

.dln-checkout__content .dln-accordion__titleLabel {
    font-size: 13px;
    line-height: 125%;
    display: none;
    font-size: 10px;
    color: var(--brand-02);
    margin: 0 0 0 8px
}

.dln-checkout__content .dln-accordion__titleLabel .dln-icn {
    font-size: 13px;
    line-height: 125%;
    display: inline;
    font-size: 10px;
    color: var(--brand-02);
    margin: 0
}

.dln-checkout__content .dln-checkout__innerCol {
    width: calc(50% - 12px);
    margin: 0 24px 0 0
}

.dln-checkout__content .dln-checkout__innerCol:nth-child(2n+2) {
    margin: 0
}

.dln-checkout__content .dln-checkout__innerColTitle {
    font-size: 15px;
    line-height: 125%;
    width: 100%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 20px;
    margin: 0 0 32px
}

.dln-checkout .dln-divider {
    margin: 0 0 32px
}

.dln-checkout .dln-accordion--access-information .dln-checkout__dataResult p {
    font-size: 15px;
    width: auto
}

.dln-checkout .dln-accordion--access-information.dln-accordion--showInfo .dln-checkout__dataResult {
    align-items: center
}

.dln-checkout .dln-accordion--shipping-information .dln-checkout__paragraph--smaller {
    text-align: right
}

.dln-checkout .dln-accordion--shipping-information .dln-accordion--open .dln-accordion__content {
    border-top-color: var(--ui-01)
}

.dln-checkout .dln-accordion--shipping-information .dln-accordion__content .dln-btn {
    max-width: 280px;
    margin: 32px 0 0
}

.dln-checkout .dln-accordion--shipping-information .dln-checkout__dataResult {
    margin: 0 0 32px
}

.dln-checkout .dln-accordion--shipping-information .dln-checkout__formData {
    border: 1px solid var(--ui-01);
    padding: 24px 16px
}

.dln-checkout .dln-accordion--shipping-information .dln-checkout__dataResult p.dln-checkout--mobileView {
    display: none
}

.dln-checkout .dln-accordion--shipping-method.dln-accordion--open .dln-accordion__content {
    border-top-color: transparent;
    margin-top: 0
}

.dln-checkout .dln-accordion--shipping-method .dln-checkout__formField {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 24px
}

.dln-checkout .dln-accordion--shipping-method .dln-checkout__formField .dln-checkout__formLabel {
    margin: 0 0 0 auto
}

.dln-checkout .dln-accordion--shipping-method .dln-checkout__formField .dln-checkout__formLabel--small {
    width: 100%;
    padding: 0 0 0 24px;
    margin: 8px 0 0
}

.dln-checkout .dln-accordion--shipping-method .dln-accordion__content .dln-checkout__paragraph {
    margin: 16px 0 0
}

.dln-checkout .dln-accordion--shipping-method .dln-accordion__content .dln-btn {
    max-width: 280px;
    margin: 32px 0 0
}

.dln-checkout .dln-accordion--shipping-method .dln-checkout__dataResult {
    margin: 0 0 32px
}

.dln-checkout .dln-accordion--shipping-method .dln-checkout__formData {
    border: 1px solid var(--ui-01);
    padding: 32px 20px
}

.dln-checkout .dln-accordion--payment.dln-accordion--open {
    border-bottom: none
}

.dln-checkout .dln-accordion--payment.dln-accordion--open .dln-accordion__content {
    border-top-color: transparent;
    margin-top: 0
}

.dln-checkout .dln-accordion--payment.dln-accordion--showInfo {
    border-bottom: none
}

.dln-checkout .dln-accordion--payment .dln-accordion__content {
    padding: 32px 0 0;
    margin: 0 0 32px
}

.dln-checkout .dln-accordion--payment .dln-accordion__content .dln-checkout__paragraph {
    margin: 16px 0 0
}

.dln-checkout .dln-accordion--payment .dln-accordion__content .dln-btn {
    max-width: 380px;
    margin: 32px 0 0
}

.dln-checkout .dln-accordion--payment .dln-accordion__content--submit {
    display: flex;
    opacity: 1;
    padding: 0 0 32px;
    margin: 0
}

.dln-checkout .dln-accordion--payment .dln-accordion__content--submit .dln-checkout__paragraph {
    margin: 0
}

.dln-checkout .dln-accordion--payment .dln-accordion__content--submit .dln-checkout__paragraph a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-checkout .dln-accordion--payment .dln-accordion__content--submit .dln-btn {
    margin: 24px 0 0
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 24px
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-checkout__formGroup {
    margin: 0 10px 20px 0
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice > .dln-divider {
    margin: 10px 0 32px
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice .dln-checkout__paragraph {
    margin: 0 0 16px
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice .dln-checkout__formField {
    align-items: start
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice .dln-checkout__formField .dln-inputs {
    margin: 0 20px 32px 0
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice .dln-checkout__formField--fiscalCode {
    margin: 0
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice .dln-checkbox__input:disabled {
    pointer-events: none
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice .dln-checkbox__input:disabled ~ dln-checkbox__inputPlaceholder, .dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice .dln-checkbox__input:disabled ~ label.dln-checkbox__label {
    opacity: .6;
    pointer-events: none
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-inputs {
    margin-bottom: 0
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-inputs--securityCode {
    max-width: 180px
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-btn {
    margin: 0
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-checkout__formLabel {
    margin: 0 0 0 auto
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-checkout__formLabel--small {
    width: 100%;
    padding: 0 0 0 24px;
    margin: 8px 0 0
}

.dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-checkout__formData {
    margin: 16px 0 0 24px
}

.dln-checkout .dln-accordion--payment .dln-checkout__dataResult {
    margin: 0 0 32px
}

.dln-checkout .dln-accordion--payment .dln-checkout__dataResult .dln-checkServiceBox__cardItem {
    margin: 0 0 16px
}

.dln-checkout .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formField {
    margin: 0
}

.dln-checkout .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formField .dln-inputs {
    margin: 0 24px 0 0
}

.dln-checkout .dln-accordion--payment .dln-checkout__formData {
    border: 1px solid var(--ui-01);
    padding: 24px 16px
}

.dln-checkout .dln-accordion--payment .dln-checkServiceBox__cardItem {
    width: 46px;
    height: 30px;
    border: 1px solid var(--ui-01)
}

.dln-checkout .dln-accordion--payment .dln-checkServiceBox__cardItem .dln-checkServiceBox__cardImg {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto
}

.dln-checkout .dln-accordion--payment .-billingAddress > .dln-checkout__formData--hidden {
    display: none
}

.dln-checkout .dln-accordion--payment .dln-checkout__billingAddressForm {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 32px
}

.dln-checkout .dln-accordion--payment .dln-checkout__billingAddressForm--hidden {
    display: none
}

.dln-checkout .dln-accordion--payment .dln-checkout__billingAddressForm .dln-inputs {
    margin-bottom: 32px
}

.dln-checkout__formLabel {
    font-size: 13px;
    line-height: 125%;
    color: var(--brand-04)
}

.dln-checkout__formLabel--small {
    color: var(--ui-04)
}

.dln-checkout__formGroup {
    width: 100%
}

.dln-checkout__form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-checkout__form .dln-inputs--selectInside, .dln-checkout__form > .dln-select, .dln-checkout__form div[class*="--oneThird"] {
    width: calc(33.333% - 13.333px);
    max-width: none;
    margin: 0 20px 32px 0
}

.dln-checkout__form div[class*="--twoThird"] {
    width: calc(66.666% - 7px);
    margin: 0 20px 32px 0
}

.dln-checkout__form div[class*="--twoThird"] + div[class*="--oneThird"] {
    width: calc(33.333% - 13.333px)
}

.dln-checkout__form div[class*="--last"] {
    margin: 0 0 32px
}

.dln-checkout__form div[class*="--country"] {
    margin-left: 20px
}

.dln-checkout__formField {
    width: 100%
}

.dln-checkout__paragraph {
    font-size: 13px;
    line-height: 125%;
    width: 100%;
    color: var(--brand-02)
}

.dln-checkout__paragraph a {
    color: var(--brand-02)
}

.dln-checkout__paragraph--smaller {
    font-size: 12px;
    line-height: 16px
}

.dln-checkout .dln-loginForm {
    padding: 0 32px 0 0
}

.dln-checkout .dln-loginForm__paragraph--mainTitle {
    text-align: left
}

.dln-checkout .dln-loginForm__formFoot {
    margin: 32px 0 0
}

.dln-checkout .dln-loginForm + .dln-btn {
    width: calc(100% - 32px);
    margin: 32px 0 0
}

.dln-checkout .dln-newUserForm {
    padding: 0 32px 0 0
}

.dln-checkout__dataResult {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 16px
}

.dln-checkout__dataResult > p {
    font-size: 13px;
    line-height: 125%;
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 50px);
    margin: 8px 0 16px
}

.dln-checkout__dataResult span {
    margin: 0 0 4px auto
}

.dln-checkout__dataResult a {
    color: var(--brand-04)
}

.dln-checkout__dataResult a:not(.dln-btn--link) {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-checkout__dataResult .dln-chips {
    max-width: 380px;
    margin: 16px 0 0
}

.dln-checkout__dataResult .dln-chips span {
    margin: 0
}

.dln-checkout__formValue {
    font-size: 13px;
    line-height: 125%;
    display: block;
    width: 100%;
    color: var(--brand-04)
}

.dln-checkout__formData {
    width: 100%;
    max-width: 380px
}

.dln-checkout__formData p {
    margin: 0 0 16px
}

.dln-checkout__formData p:last-child {
    margin: 0
}

.dln-checkout__title {
    font-size: 17px
}

.dln-checkout__subtitle, .dln-checkout__title {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-checkout__subtitle {
    font-size: 13px
}

.dln-checkout__infoText {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    color: var(--brand-02)
}

.dln-checkout__services {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.dln-checkout__services .dln-checkServiceBox {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 0 0
}

.dln-checkout__services .dln-checkServiceBox:last-of-type {
    margin: 0
}

.dln-checkout__aside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 387px
}

.dln-checkout__aside--secondary {
    display: none;
    width: 100%
}

.dln-checkout__noticeBox {
    max-width: 387px;
    text-align: center;
    padding: 40px 0 32px;
    margin: 0 auto
}

.dln-checkout__noticeBox, .dln-checkout__noticeBoxWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-checkout__noticeBox p {
    font-size: 17px;
    line-height: 125%;
    width: 100%;
    color: var(--brand-02);
    margin: 0
}

.dln-checkout__noticeBox .dln-noticeBox {
    width: 50%;
    position: relative
}

.dln-checkout__noticeBox .dln-noticeBox:nth-child(2n):after {
    content: "";
    width: 1px;
    height: calc(100% - 48px);
    background-color: var(--ui-01);
    position: absolute;
    top: 24px;
    right: 0
}

.dln-checkout__noticeBox .dln-noticeBox__icon {
    height: 58px
}

form.dln-checkout__content {
    width: 100%;
    display: block
}

form.dln-checkout__content iframe {
    width: 100%
}

.dln-divider {
    width: 100%;
    height: 1px;
    background-color: var(--ui-01);
    clear: both;
    margin: 0 0 32px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-checkout__aside {
        width: 100%;
        order: 2
    }

    .dln-checkout__content {
        order: 3;
        margin: 0;
        width: 100%
    }
}

@media only screen and (min-width: 599px) and (max-width: 1080px) {
    .dln-checkout__content .dln-checkout__innerCol {
        width: 100%;
        margin: 0
    }

    .dln-checkout__content .dln-checkout__innerCol:nth-child(2n+2) {
        margin: 0
    }

    .dln-checkout__content .dln-checkout__innerCol + .dln-checkout__innerCol .dln-checkout__innerColTitle {
        font-size: 17px;
        line-height: 125%;
        padding: 20px 0 0;
        border-top: 1px solid var(--ui-01);
        border-bottom: none;
        margin: 32px 0 16px
    }

    .dln-checkout__content .dln-checkout__innerColTitle {
        margin: 26px 0 8px;
        border-bottom: none;
        padding: 0
    }

    .dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-inputs--exipirationdate, .dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-inputs--securityCode {
        max-width: 200px;
        margin: 0 auto 32px 0
    }

    .dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice .dln-checkout__formField .dln-inputs {
        margin: 0 0 32px
    }

    .dln-checkout__form .dln-inputs--selectInside, .dln-checkout__form > .dln-select, .dln-checkout__form div[class*="--oneThird"], .dln-checkout__form div[class*="--twoThird"] {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-checkout__form div[class*="--twoThird"] + div[class*="--oneThird"] {
        width: 100%
    }

    .dln-checkout__form div[class*="--last"] {
        margin: 0 0 32px
    }

    .dln-checkout .dln-loginForm {
        padding: 0
    }

    .dln-checkout .dln-loginForm + .dln-btn {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-checkout {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .dln-checkout > .dln-wrapper {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        margin-right: 0;
        margin-left: 0
    }

    .dln-checkout > .dln-wrapper > .dln-title {
        display: none
    }

    .dln-checkout > .dln-wrapper > .dln-title, .dln-checkout__services {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;
        margin-left: 10px
    }

    .dln-checkout__services .dln-checkServiceBox {
        width: 100%;
        margin: 0 0 16px !important;
        padding: 32px 24px;
        min-height: auto
    }

    .dln-checkout__services .dln-checkServiceBox .dln-checkServiceBox__iconWrap {
        margin: 0 24px 0 0
    }

    .dln-checkout__services .dln-checkServiceBox .dln-btn, .dln-checkout__services .dln-checkServiceBox .dln-checkServiceBox__text {
        width: 100%;
        text-align: left
    }

    .dln-checkout__aside {
        order: -1;
        width: 100%
    }

    .dln-checkout__aside .dln-checkout__noticeBox {
        display: none
    }

    .dln-checkout__aside--secondary {
        order: 3;
        display: initial
    }

    .dln-checkout__aside--secondary .dln-checkout__noticeBox {
        display: flex;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;
        margin-left: 10px;
        width: auto
    }

    .dln-checkout__dataResult .dln-chips, .dln-checkout__formData {
        max-width: 100%
    }

    .dln-checkout__content {
        margin: 0;
        width: 100%
    }

    .dln-checkout__content .dln-accordion {
        border-top: 1px solid var(--ui-01);
        border-bottom: none
    }

    .dln-checkout__content .dln-accordion__content {
        padding: 0
    }

    .dln-checkout__content .dln-accordion:not(.dln-accordion--open) .dln-accordion__title {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;
        margin-left: 10px
    }

    .dln-checkout__content .dln-accordion:not(.dln-accordion--open):last-of-type {
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-checkout__content .dln-accordion--open {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 40px;
        margin-right: 10px;
        margin-left: 10px;
        border-width: 0
    }

    .dln-checkout__content .dln-accordion--showInfo {
        border-bottom: 1px solid var(--ui-01);
        border-top-width: 0
    }

    .dln-checkout__content .dln-accordion--showInfo .dln-checkout__dataResult {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;
        margin-left: 10px
    }

    .dln-checkout__content .dln-checkout__innerCol {
        width: 100%;
        margin: 0
    }

    .dln-checkout__content .dln-checkout__innerCol:nth-child(2n+2) {
        margin: 0
    }

    .dln-checkout__content .dln-checkout__innerCol + .dln-checkout__innerCol .dln-checkout__innerColTitle {
        font-size: 17px;
        line-height: 125%;
        padding: 20px 0 0;
        border-top: 1px solid var(--ui-01);
        border-bottom: none;
        margin: 32px 0 16px
    }

    .dln-checkout__content .dln-checkout__innerColTitle {
        margin: 26px 0 8px;
        border-bottom: none;
        padding: 0
    }

    .dln-checkout .dln-newUserForm {
        padding: 0
    }

    .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult {
        align-items: center;
        padding-top: 15px
    }

    .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult p {
        margin: 16px 0 0
    }

    .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult p span {
        display: none
    }

    .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult p a {
        font-weight: 400
    }

    .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult > span {
        margin: 16px 0 0
    }

    .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult > p {
        margin: 0
    }

    .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult > span {
        margin: 0 0 0 auto
    }

    .dln-checkout .dln-accordion--shipping-information.dln-accordion--open .dln-accordion__content {
        border-width: 0
    }

    .dln-checkout .dln-accordion--shipping-information .dln-checkout__form > .dln-chips {
        margin: 0 0 32px
    }

    .dln-checkout .dln-accordion--shipping-information .dln-accordion__content .dln-btn {
        max-width: 100%
    }

    .dln-checkout .dln-accordion--shipping-information .dln-checkout__dataResult .dln-checkout--mobileView {
        width: 100%;
        max-width: none;
        margin: 32px 0 0
    }

    .dln-checkout .dln-accordion--shipping-method.dln-accordion--open .dln-accordion__content {
        margin-top: 16px
    }

    .dln-checkout .dln-accordion--shipping-method .dln-accordion__content .dln-btn {
        max-width: 100%
    }

    .dln-checkout .dln-accordion--payment {
        margin-bottom: 60px;
        padding-bottom: 0;
        border-bottom: 1px solid #eaeaea
    }

    .dln-checkout .dln-accordion--payment.dln-accordion--open {
        border-bottom: none
    }

    .dln-checkout .dln-accordion--payment.dln-accordion--open .dln-accordion__content {
        margin-top: 16px
    }

    .dln-checkout .dln-accordion--payment.dln-accordion--open .dln-accordion__content--submit {
        padding-bottom: 0
    }

    .dln-checkout .dln-accordion--payment.dln-accordion--showInfo .dln-accordion__content--submit, .dln-checkout .dln-accordion--payment.dln-accordion--showInfo .dln-accordion__content .dln-checkout__form {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;
        margin-left: 10px;
        padding-bottom: 0
    }

    .dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-inputs--exipirationdate, .dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-inputs--securityCode {
        max-width: 200px;
        margin: 0 auto 32px 0
    }

    .dln-checkout .dln-accordion--payment .dln-checkout__formField--invoice .dln-checkout__formField .dln-inputs {
        margin: 0 0 32px
    }

    .dln-checkout .dln-accordion--payment .dln-accordion__content {
        margin: 0
    }

    .dln-checkout .dln-accordion--payment .dln-accordion__content .dln-checkout__paragraph {
        text-align: center;
        padding: 0 16px
    }

    .dln-checkout .dln-accordion--payment .dln-accordion__content .dln-btn {
        max-width: 100%
    }

    .dln-checkout .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formField {
        margin: 0
    }

    .dln-checkout .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formField .dln-inputs {
        margin: 0 auto 0 0
    }

    .dln-checkout .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formField .dln-inputs--exipirationdate, .dln-checkout .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formField .dln-inputs--securityCode {
        max-width: 150px
    }

    .dln-checkout__form .dln-inputs--selectInside, .dln-checkout__form > .dln-select, .dln-checkout__form div[class*="--oneThird"], .dln-checkout__form div[class*="--twoThird"] {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-checkout__form div[class*="--twoThird"] + div[class*="--oneThird"] {
        width: 100%
    }

    .dln-checkout__form div[class*="--last"] {
        margin: 0 0 32px
    }

    .dln-checkout .dln-loginForm {
        padding: 0
    }

    .dln-checkout .dln-loginForm + .dln-btn {
        width: 100%
    }

    .dln-checkout__noticeBox {
        max-width: 100%
    }

    .dln-checkout__noticeBox .dln-noticeBox {
        width: 100%
    }

    .dln-checkout__noticeBox .dln-noticeBox:nth-child(2n):after {
        content: "";
        position: absolute;
        width: calc(100% - 48px);
        height: 1px;
        right: 24px;
        top: auto;
        bottom: 0
    }
}

.dln-kenwood .dln-checkout__services .dln-checkServiceBox {
    padding-top: 20px
}

.dln-kenwood .dln-checkout > .dln-wrapper {
    padding-top: 60px;
    padding-bottom: 70px
}

.dln-kenwood .dln-checkout .dln-title {
    margin-bottom: 32px
}

.dln-kenwood .dln-checkout__paragraph {
    font-size: 12px;
    line-height: 20px
}

.dln-kenwood .dln-checkout__content {
    width: calc(100% - 427px);
    margin: 0 40px 0 0
}

@media only screen and (max-width: 900px) and (min-width: 599px) {
    .dln-kenwood .dln-checkout__content {
        width: 100%;
        margin: 40px 0 0
    }
}

.dln-kenwood .dln-checkout__content .dln-accordion {
    border-bottom: 1px solid var(--ui-07)
}

.dln-kenwood .dln-checkout__content .dln-accordion:not(.dln-accordion--open):not(.dln-accordion--showInfo) {
    max-height: 70px
}

.dln-kenwood .dln-checkout__content .dln-accordion:not(.dln-accordion--open):not(.dln-accordion--showInfo) .dln-accordion__title {
    padding: 23px 0;
    color: var(--ui-07)
}

.dln-kenwood .dln-checkout__content .dln-accordion--showInfo .dln-checkout__dataResult {
    padding-left: 50px
}

.dln-kenwood .dln-checkout__content .dln-accordion__title {
    font-size: 20px;
    line-height: 24px
}

.dln-kenwood .dln-checkout__content .dln-accordion__title > .dln-icn {
    width: 35px;
    height: 35px;
    background-color: var(--support-02);
    border-radius: 50%;
    text-indent: 90px;
    overflow: hidden;
    margin: 0 15px 0 0
}

.dln-kenwood .dln-checkout__content .dln-accordion__title > .dln-icn:after, .dln-kenwood .dln-checkout__content .dln-accordion__title > .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-checkout__content .dln-accordion__title > .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "\E0";
    font-size: 16px;
    line-height: 16px;
    width: auto;
    height: auto;
    color: var(--brand-03);
    text-indent: 0;
    left: calc(50% - 8px);
    top: calc(50% - 8px)
}

.dln-kenwood .dln-checkout__content .dln-accordion__title .dln-btn__lbl {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-checkout__content .dln-accordion__title .dln-btn .dln-icn {
    display: none
}

.dln-kenwood .dln-checkout__content .dln-accordion__subTitle {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-checkout__content .dln-accordion__content {
    padding: 20px 0 50px
}

.dln-kenwood .dln-checkout__content .dln-accordion--open .dln-accordion__content {
    border-top: none;
    margin-top: 0
}

.dln-kenwood .dln-checkout__form {
    padding: 16px 0 0
}

.dln-kenwood .dln-checkout__form .clearer.clearer--03 {
    margin-bottom: 0 !important
}

.dln-kenwood .dln-checkout__formDataHead .dln-radioBtn__input:checked + .dln-radioBtn__lbl {
    color: var(--brand-01)
}

.dln-kenwood .dln-checkout__formValue {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-checkout__dataResult {
    margin: 0 0 20px
}

.dln-kenwood .dln-checkout__dataResult p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

.dln-kenwood .dln-checkout .dln-chips {
    margin: 20px 0 0;
    max-width: 100%;
    border-color: var(--support-04)
}

.dln-kenwood .dln-checkout .dln-chips .dln-chips__wrapper {
    align-items: center
}

.dln-kenwood .dln-checkout .dln-chips .dln-icn {
    color: transparent !important
}

.dln-kenwood .dln-checkout .dln-chips .dln-icn:before {
    color: var(--support-04);
    content: "y"
}

.dln-kenwood .dln-checkout .dln-chips span {
    font-size: 12px;
    color: var(--ui-07)
}

.dln-kenwood .dln-checkout__formData {
    border-color: var(--brand-04);
    position: relative
}

.dln-kenwood .dln-checkout__formData p {
    margin-bottom: 0
}

.dln-kenwood .dln-checkout__formData .dln-btn--link {
    position: absolute;
    bottom: 24px;
    right: 16px
}

.dln-kenwood .dln-checkout__formData .dln-btn--link .dln-icn {
    display: none
}

.dln-kenwood .dln-checkout .dln-checkout__innerCol {
    width: calc(50% - 25px);
    margin: 0 50px 0 0
}

.dln-kenwood .dln-checkout .dln-checkout__innerCol:last-child {
    margin: 0
}

.dln-kenwood .dln-checkout .dln-checkout__innerColTitle {
    font-size: 16px;
    line-height: 22px;
    border: none;
    margin: 0 0 10px;
    padding: 0
}

.dln-kenwood .dln-checkout .dln-checkout__innerCol .dln-loginForm__paragraph, .dln-kenwood .dln-checkout .dln-checkout__innerCol .dln-newUserForm__paragraph {
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.dln-kenwood .dln-checkout .dln-accordion--access-information.dln-accordion--open .dln-accordion__title {
    border-bottom: 1px solid var(--ui-07);
    padding-bottom: 24px
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-accordion__content {
    margin-top: 10px
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-newUserForm {
    padding: 0
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-newUserForm__section:first-of-type .dln-btn {
    background-color: transparent;
    border: 1px solid var(--brand-01);
    color: var(--brand-01)
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-newUserForm__section:first-of-type .dln-btn:hover {
    background-color: transparent;
    color: var(--brand-01)
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-newUserForm__section:first-of-type + .dln-newUserForm__section .dln-btn {
    background-color: var(--brand-01);
    border-width: 0;
    color: var(--brand-03)
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-newUserForm__section .dln-inputs {
    margin-top: 40px
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-newUserForm__section .dln-btn {
    width: 100%
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-newUserForm__section:not(.dln-newUserForm__section--main) {
    margin-top: 40px
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm {
    padding: 0
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm .dln-btn--secondary {
    color: var(--brand-04)
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm__section {
    margin-top: 0
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm__paragraph {
    margin-bottom: 30px
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm__paragraph--divider {
    text-indent: 9999999%;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 40px
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm__paragraph--divider:before {
    display: none
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm__paragraph--divider:after {
    width: 100%;
    left: 0
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm__paragraph--dividerText {
    display: block;
    text-align: left
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm__btnGroup .dln-btn--social:last-child, .dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm__btnGroup .dln-btn--social:nth-last-child(2) {
    margin-bottom: 0
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm__formContainer {
    margin-top: 40px
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm .dln-inputs {
    margin-bottom: 40px
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm .dln-inputs + .dln-inputs {
    margin-bottom: 20px
}

.dln-kenwood .dln-checkout .dln-accordion--access-information .dln-loginForm + .dln-btn {
    width: 100%
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-divider {
    opacity: 0
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information div[class*="--twoThird"], .dln-kenwood .dln-checkout .dln-accordion--shipping-information div[class*="--twoThird"] + div[class*="--oneThird"] {
    width: calc(50% - 10px)
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form > div:last-child, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form > div:nth-last-child(2), .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form > div:nth-last-child(3) {
    margin-bottom: 20px
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--01 + .dln-inputs--phoneprefix, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--01 + .dln-inputs--phoneprefix + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--01 + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--01 + .dln-inputs.dln-inputs--oneThird + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--02 + .dln-inputs--phoneprefix, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--02 + .dln-inputs--phoneprefix + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--02 + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--02 + .dln-inputs.dln-inputs--oneThird + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .dln-select.dln-select--oneThird {
    width: calc(50% - 10px)
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-accordion__content .dln-btn {
    max-width: none;
    margin: 20px 0 0
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__formData {
    border-color: var(--ui-01)
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__formData--selected {
    border-color: var(--ui-07)
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-btn--newShippingAddress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: var(--brand-03);
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: var(--brand-04);
    min-height: 175px;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 110px 20px 50px;
    text-transform: none;
    width: calc(50% - 8px);
    margin-bottom: 30px !important;
    border: 1px dashed var(--ui-07)
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-btn--newShippingAddress:after, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-btn--newShippingAddress:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-btn--newShippingAddress:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "6";
    font-size: 50px;
    line-height: 50px;
    top: 50px;
    left: calc(50% - 25px);
    color: var(--brand-01)
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-method.dln-accordion--open .dln-accordion__content {
    border-top-color: transparent;
    margin-top: 0
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-method .dln-checkout__formField {
    width: 55%
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-method .dln-checkout__formField .dln-checkout__formLabel {
    margin: 0 0 0 auto;
    font-size: 14px
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-method .dln-checkout__formField .dln-checkout__formLabel--small {
    font-size: 12px
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-method .dln-checkout__formField .dln-checkout__formLabel--validate {
    color: var(--support-02)
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-method .dln-checkout__form + .dln-checkout__paragraph {
    font-size: 12px;
    margin-top: 6px
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-method .dln-accordion__content .dln-btn {
    max-width: none;
    margin: 20px 0 0
}

.dln-kenwood .dln-checkout .dln-accordion--shipping-method .dln-checkout__formData {
    border-color: var(--brand-04);
    margin-bottom: 20px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-accordion__content {
    margin-bottom: 0;
    padding-bottom: 0
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-accordion__content--submit {
    padding-bottom: 50px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-accordion__content--submit .dln-btn {
    margin-top: 30px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-accordion__title .dln-accordion__titleLabel {
    margin-left: 40px;
    font-size: 12px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-accordion__title .dln-accordion__titleLabel .dln-icn {
    font-size: 20px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formData {
    border-color: var(--brand-04)
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formData .dln-btn--link .dln-icn {
    display: inline-block
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__form {
    padding: 10px 0 0
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkServiceBox__cardList {
    margin-top: 10px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkServiceBox__cardItem {
    width: 60px;
    height: 40px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formField {
    margin: 0 0 30px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-checkout__formData {
    border-color: var(--brand-04);
    margin-left: 0
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formField:last-of-type {
    margin-bottom: 0
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formGroup .dln-checkout__formField {
    margin-bottom: 40px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formGroup .dln-checkout__formField .dln-radioBtn__label {
    height: auto
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formGroup .dln-checkout__formField .dln-radioBtn__imgLabel {
    height: 22px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__dataResult {
    margin-bottom: 0
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formField {
    margin-top: 36px
}

.dln-kenwood .dln-checkout__services .dln-checkServiceBox {
    width: calc(33.33% - 10px);
    margin: 0 14px 0 0
}

.dln-kenwood .dln-checkout__services .dln-checkServiceBox:last-of-type {
    margin: 0
}

.dln-kenwood .dln-checkout__noticeBox {
    padding: 50px 0 32px;
    align-items: flex-start
}

.dln-kenwood .dln-checkout__noticeBox:after {
    display: none
}

.dln-kenwood .dln-checkout__noticeBox p {
    font-size: 20px;
    line-height: 24px;
    color: var(--brand-04)
}

.dln-kenwood .dln-checkout__noticeBox a, .dln-kenwood .dln-checkout__noticeBox p {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-checkout__noticeBox .dln-noticeBox {
    padding: 30px 10px 48px
}

.dln-kenwood .dln-checkout__noticeBox .dln-noticeBox__copy {
    min-height: 0;
    margin-bottom: auto
}

.dln-kenwood .dln-checkout__noticeBox .dln-noticeBox__link {
    font-size: 14px;
    margin-top: auto
}

.dln-kenwood .dln-checkout__noticeBox .dln-noticeBox:nth-child(2n):after {
    opacity: 0
}

.dln-kenwood .dln-checkout--editing .dln-checkout__formData {
    width: calc(50% - 10px);
    margin-bottom: 20px
}

.dln-kenwood .dln-checkout--editing .dln-checkout__formData:nth-of-type(odd) {
    margin-right: 20px
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult {
    padding: 0
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-btn--stroked {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    border: 1px dashed var(--ui-04);
    background: var(--brand-03);
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: var(--brand-04);
    min-height: 175px;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 110px 20px 50px;
    text-transform: none;
    justify-content: center
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-btn--stroked:after, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-btn--stroked:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-btn--stroked:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "6";
    font-size: 50px;
    line-height: 50px;
    top: 50px;
    left: calc(50% - 25px);
    color: var(--brand-01)
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField {
    margin-bottom: 30px
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult .clearer, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .clearer {
    display: none
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult .dln-btn--stroked, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult .dln-checkout__formData, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-btn--stroked, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-checkout__formData {
    width: calc(50% - 10px);
    margin-bottom: 0;
    margin-top: 0
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult .dln-checkout__formData, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-checkout__formData {
    margin-right: 20px
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-checkbox {
    margin-bottom: 20px
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-btn--stroked {
    margin: 0
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content--submit {
    padding-top: 0
}

.dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content--submit .dln-btn {
    min-width: calc(50% - 10px);
    max-width: 100%
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-checkout > .dln-wrapper {
        padding-top: 0
    }

    .dln-kenwood .dln-checkout__paragraph {
        font-size: 12px;
        line-height: 20px
    }

    .dln-kenwood .dln-checkout__content {
        width: 100%;
        margin: 0
    }

    .dln-kenwood .dln-checkout__content .dln-accordion:not(.dln-accordion--open):not(.dln-accordion--showInfo) {
        border-top: 1px solid var(--ui-07);
        max-height: 62px
    }

    .dln-kenwood .dln-checkout__content .dln-accordion:not(.dln-accordion--open):not(.dln-accordion--showInfo) .dln-accordion__title {
        padding: 20px 0
    }

    .dln-kenwood .dln-checkout__content .dln-accordion:not(.dln-accordion--showInfo) {
        border-bottom: none
    }

    .dln-kenwood .dln-checkout__content .dln-accordion__title {
        font-size: 18px;
        line-height: 22px
    }

    .dln-kenwood .dln-checkout__content .dln-accordion__title > .dln-icn {
        width: 25px;
        height: 25px
    }

    .dln-kenwood .dln-checkout__content .dln-accordion__title > .dln-icn:before {
        font-size: 12px;
        line-height: 12px;
        left: calc(50% - 6px);
        top: calc(50% - 6px)
    }

    .dln-kenwood .dln-checkout__content .dln-accordion--open {
        padding-bottom: 0
    }

    .dln-kenwood .dln-checkout__content .dln-accordion--open .dln-accordion__title {
        padding: 20px 0 8px
    }

    .dln-kenwood .dln-checkout__content .dln-accordion--showInfo .dln-checkout__dataResult {
        padding-left: 10px
    }

    .dln-kenwood .dln-checkout__content .dln-accordion--showInfo .dln-accordion__content + .dln-checkout__dataResult > p {
        padding-left: 35px
    }

    .dln-kenwood .dln-checkout__content .dln-accordion--payment:not(.dln-accordion--showInfo) {
        border-bottom: 1px solid var(--ui-07)
    }

    .dln-kenwood .dln-checkout .dln-accordion__content .dln-btn:not(.dln-btn--social) {
        max-width: 100%;
        width: 100%
    }

    .dln-kenwood .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult {
        padding-top: 15px
    }

    .dln-kenwood .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult > p {
        margin: 0
    }

    .dln-kenwood .dln-checkout .dln-accordion--access-information .dln-checkout__dataResult > span {
        margin: 0 0 0 auto
    }

    .dln-kenwood .dln-checkout .dln-accordion--access-information .dln-accordion__content {
        margin-top: 0
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-divider {
        margin-bottom: 0
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-chips {
        margin-bottom: 36px;
        margin-top: -10px
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-information div[class*="--twoThird"], .dln-kenwood .dln-checkout .dln-accordion--shipping-information div[class*="--twoThird"] + div[class*="--oneThird"] {
        width: 100%
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form > div:nth-last-child(2), .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form > div:nth-last-child(3) {
        margin-bottom: 36px
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form > div:last-child {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--01 + .dln-inputs--phoneprefix, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--01 + .dln-inputs--phoneprefix + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--01 + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--01 + .dln-inputs.dln-inputs--oneThird + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--02 + .dln-inputs--phoneprefix, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--02 + .dln-inputs--phoneprefix + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--02 + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .clearer--02 + .dln-inputs.dln-inputs--oneThird + .dln-inputs.dln-inputs--oneThird, .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__form .dln-select.dln-select--oneThird {
        width: 100%
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-information.dln-accordion--showInfo .dln-chips {
        margin-bottom: 0;
        margin-top: 20px
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-information .dln-checkout__dataResult .dln-checkout--mobileView {
        margin: 20px 0 0
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-method .dln-accordion__content {
        padding-top: 0
    }

    .dln-kenwood .dln-checkout .dln-accordion--shipping-method .dln-checkout__formField {
        width: 100%;
        margin: 0 0 30px
    }

    .dln-kenwood .dln-checkout .dln-accordion--payment, .dln-kenwood .dln-checkout .dln-accordion--payment.dln-accordion--open, .dln-kenwood .dln-checkout .dln-accordion--payment.dln-accordion--showInfo {
        border-bottom: 1px solid var(--ui-07)
    }

    .dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-inputs--exipirationdate {
        max-width: 100%;
        margin: 0 0 32px
    }

    .dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-inputs--securityCode {
        margin-right: 0;
        margin-bottom: 0
    }

    .dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formField .dln-btn {
        width: auto;
        margin-left: 20px
    }

    .dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formData .dln-checkServiceBox__cardItem + p, .dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formGroup .dln-checkout__formField:last-of-type {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-checkout .dln-accordion--payment .dln-accordion__content--submit .dln-checkout__paragraph {
        text-align: left;
        padding: 0
    }

    .dln-kenwood .dln-checkout__form {
        padding: 26px 0 0
    }

    .dln-kenwood .dln-checkout__form .dln-inputs--selectInside, .dln-kenwood .dln-checkout__form > .dln-select, .dln-kenwood .dln-checkout__form div[class*="--oneThird"], .dln-kenwood .dln-checkout__form div[class*="--twoThird"] {
        margin: 0 0 36px;
        width: 100%
    }

    .dln-kenwood .dln-checkout__services {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;
        margin-left: 10px
    }

    .dln-kenwood .dln-checkout__services .dln-checkServiceBox {
        width: 100%;
        margin: 0 0 16px !important;
        padding: 32px 24px;
        min-height: auto
    }

    .dln-kenwood .dln-checkout__services .dln-checkServiceBox__wrap {
        align-items: flex-start
    }

    .dln-kenwood .dln-checkout__services .dln-checkServiceBox__iconWrap {
        margin: 0 24px 0 0
    }

    .dln-kenwood .dln-checkout__services .dln-checkServiceBox__cardList {
        margin: 0
    }

    .dln-kenwood .dln-checkout__services .dln-checkServiceBox .dln-btn, .dln-kenwood .dln-checkout__services .dln-checkServiceBox__text {
        width: 100%;
        text-align: left
    }

    .dln-kenwood .dln-checkout__noticeBox {
        max-width: 100%;
        padding-bottom: 0
    }

    .dln-kenwood .dln-checkout__noticeBox > p {
        font-size: 18px;
        line-height: 22px
    }

    .dln-kenwood .dln-checkout__noticeBox .dln-noticeBox {
        width: 50%;
        position: relative;
        padding-bottom: 0
    }

    .dln-kenwood .dln-checkout__noticeBox .dln-noticeBox:nth-child(2n):after {
        width: 1px;
        height: calc(100% - 48px);
        top: calc(50% - 48px);
        right: 0
    }

    .dln-kenwood .dln-checkout .dln-loginForm__paragraph {
        text-align: center
    }

    .dln-kenwood .dln-checkout .dln-loginForm__paragraph--dividerText {
        text-align: center !important
    }

    .dln-kenwood .dln-checkout .dln-loginForm .dln-btn--link {
        width: auto !important
    }

    .dln-kenwood .dln-checkout .dln-checkout__innerCol {
        width: 100%;
        margin: 0;
        text-align: center
    }

    .dln-kenwood .dln-checkout .dln-checkout__innerColTitle {
        font-size: 16px;
        line-height: 22px;
        border: none;
        margin: 0 0 10px;
        padding: 0
    }

    .dln-kenwood .dln-checkout .dln-checkout__innerCol .dln-loginForm__paragraph, .dln-kenwood .dln-checkout .dln-checkout__innerCol .dln-newUserForm__paragraph {
        font-size: 14px;
        line-height: 20px;
        color: var(--brand-04)
    }

    .dln-kenwood .dln-checkout .dln-checkout__innerCol + .dln-checkout__innerCol .dln-checkout__innerColTitle {
        border-top: 0;
        margin-top: 60px;
        font-size: 16px;
        line-height: 22px
    }

    .dln-kenwood .dln-checkout .dln-checkout__innerCol .dln-newUserForm .dln-newUserForm__paragraph:not(.dln-newUserForm__paragraph--main) {
        text-align: left
    }

    .dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-btn:not(.dln-btn--link) {
        width: 100%;
        max-width: 100%
    }

    .dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-accordion--showInfo .dln-checkout__dataResult {
        padding-left: 0
    }

    .dln-kenwood .dln-checkout--editing .dln-checkout__formData {
        width: 100%;
        margin-bottom: 20px
    }

    .dln-kenwood .dln-checkout--editing .dln-checkout__formData:nth-of-type(odd) {
        margin-right: 0
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--shipping-information .dln-checkout__formData + .dln-btn--stroked {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        border: 1px dashed var(--ui-04);
        background: var(--brand-03);
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        color: var(--brand-04);
        min-height: 175px;
        height: auto;
        max-width: 100%;
        padding: 110px 20px 50px;
        text-transform: none;
        width: 100%;
        margin-bottom: 30px
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--shipping-information .dln-checkout__formData + .dln-btn--stroked:after, .dln-kenwood .dln-checkout--editing .dln-accordion--shipping-information .dln-checkout__formData + .dln-btn--stroked:before {
        content: "";
        position: absolute
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--shipping-information .dln-checkout__formData + .dln-btn--stroked:before {
        font-family: var(--fontNameIcons), sans-serif;
        font-variant: normal;
        text-transform: none;
        content: "6";
        font-size: 50px;
        line-height: 50px;
        top: 50px;
        left: calc(50% - 25px);
        color: var(--brand-01)
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult {
        padding: 0
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-btn--stroked {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        border: 1px dashed var(--ui-04);
        background: var(--brand-03);
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        color: var(--brand-04);
        min-height: 175px;
        height: auto;
        width: 100%;
        max-width: 100%;
        padding: 110px 20px 50px;
        text-transform: none;
        justify-content: center
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-btn--stroked:after, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-btn--stroked:before {
        content: "";
        position: absolute
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-btn--stroked:before {
        font-family: var(--fontNameIcons), sans-serif;
        font-variant: normal;
        text-transform: none;
        content: "6";
        font-size: 50px;
        line-height: 50px;
        top: 50px;
        left: calc(50% - 25px);
        color: var(--brand-01)
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField {
        margin-bottom: 30px
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult .clearer, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .clearer {
        display: none
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult .dln-btn--stroked, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult .dln-checkout__formData, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-btn--stroked, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-checkout__formData {
        width: 100%
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult .dln-checkout__formData, .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-checkout__formData {
        margin-right: 0;
        margin-bottom: 20px
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-checkbox {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-btn--stroked {
        margin: 0
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content--submit {
        padding-top: 0
    }

    .dln-kenwood .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content--submit .dln-btn {
        width: 100%
    }
}

@media only screen and (min-width: 599px) and (max-width: 1080px) {
    .dln-kenwood .dln-checkout > .dln-wrapper {
        padding-top: 30px
    }
}

@media only screen and (min-width: 901px) {
    .dln-kenwood .dln-checkout__form .dln-inputs--phoneprefix:first-of-type {
        display: none
    }

    .dln-kenwood .dln-checkout__form .dln-inputs--address {
        margin-right: 20px !important
    }

    .dln-kenwood .dln-checkout__form > .dln-inputs, .dln-kenwood .dln-checkout__form > .dln-select, .dln-kenwood .dln-checkout__form div[class*="--twoThird"] {
        width: calc(50% - 20px) !important;
        margin-left: 0;
        margin-right: 0
    }

    .dln-kenwood .dln-checkout__form > .dln-inputs {
        margin-right: 20px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-checkout .dln-accordion .dln-accordion__title {
        padding: 20px 10px !important
    }

    .dln-kenwood .dln-checkout .dln-accordion--access-information .dln-accordion__content .dln-checkout__innerCol:last-child .dln-checkout__innerColTitle {
        padding: 0;
        margin-top: 70px !important
    }

    .dln-kenwood .dln-checkout__services .dln-checkServiceBox {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.dln-delonghi .dln-checkout {
    margin-top: 95px
}

.dln-delonghi .dln-checkout.noGapHeader {
    margin-top: 0
}

.dln-delonghi .dln-checkout > .dln-wrapper > .dln-title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 52px;
    font-size: 3.125rem;
    margin-bottom: 22px
}

.dln-delonghi .dln-checkout__content .dln-accordion__content {
    border-top: 1px solid var(--ui-01)
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-information .dln-accordion__content .dln-btn {
    background: var(--brand-01) !important
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult {
    margin-bottom: 40px
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__formData {
    padding: 32px 20px
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__formData .dln-checkout__formValue {
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__formData > p:first-child .dln-checkout__formValue:first-child {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-information .dln-chips--iconinside {
    padding: 14px 16px
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-information .dln-chips--iconinside .dln-icn {
    color: var(--brand-04)
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-information .dln-chips--iconinside .dln-chips__content span {
    display: inline-block;
    min-height: 18px;
    line-height: 18px;
    font-size: .875rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-method .dln-checkout__dataResult .dln-checkout__formData {
    padding: 20px
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-method .dln-checkout__dataResult .dln-checkout__formData .dln-checkout__formValue {
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-checkout__content .dln-accordion--shipping-method .dln-checkout__dataResult .dln-checkout__formData p:first-child .dln-checkout__formValue:first-child {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData {
    padding: 20px
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData .dln-checkServiceBox__cardItem {
    margin-bottom: 12px
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData .dln-checkout__formValue {
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData p:first-of-type .dln-checkout__formValue:first-child {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData p:last-of-type {
    margin-bottom: 32px
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData .dln-checkout__formField .dln-inputs--securityCode {
    width: calc(100% - 138px);
    max-width: none;
    margin: 0
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData .dln-checkout__formField .dln-btn--icon {
    margin: 0 0 0 40px
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData .dln-checkout__formField .dln-btn--icon .dln-icn {
    font-weight: 700
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData .dln-checkout__formField .dln-btn--icon .dln-btn__lbl {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-left: 4px
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-accordion__content--submit .dln-checkout__paragraph {
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-checkout__content .dln-accordion--payment .dln-accordion__content--submit .dln-checkout__paragraph > a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--ui-02)
}

.dln-delonghi .dln-checkout__content > .dln-accordion--access-information .dln-accordion__content {
    padding-top: 40px
}

.dln-delonghi .dln-checkout__innerColTitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 23px;
    font-size: 1.3125rem
}

.dln-delonghi .dln-checkout .dln-loginForm + .dln-btn {
    margin-top: 24px
}

.dln-delonghi .dln-checkout__noticeBox {
    padding-top: 64px
}

.dln-delonghi .dln-checkout__noticeBox > p {
    line-height: 24px;
    font-size: 1.125rem;
    color: var(--brand-04);
    margin-bottom: 34px
}

.dln-delonghi .dln-checkout__noticeBox .dln-noticeBox {
    max-width: none;
    box-sizing: border-box
}

.dln-delonghi .dln-checkout__noticeBox .dln-noticeBox:after {
    display: none
}

.dln-delonghi .dln-checkout__noticeBox .dln-noticeBox:first-of-type {
    border-right: 1px solid var(--ui-01)
}

.dln-delonghi .dln-checkout__services .dln-checkServiceBox:first-child {
    order: 2
}

.dln-delonghi .dln-checkout__services .dln-checkServiceBox:nth-child(2) {
    order: 1
}

.dln-delonghi .dln-checkout__services .dln-checkServiceBox:nth-child(3) {
    order: 3
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-checkout > .dln-wrapper:first-child {
        padding-bottom: 0
    }

    .dln-delonghi .dln-checkout__aside .dln-orderSumm__head .dln-icn {
        margin-right: 18px
    }

    .dln-delonghi .dln-checkout__aside .dln-orderSumm__head .dln-orderSumm__title + .dln-icn {
        width: 16px;
        height: 16px;
        margin-left: 11px
    }

    .dln-delonghi .dln-checkout__aside .dln-orderSumm__headPriceLbl {
        font-size: 1.1875rem
    }

    .dln-delonghi .dln-checkout__aside .dln-orderSumm__headPriceLbl b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-checkout__content .dln-accordion--access-information {
        padding-bottom: 34px
    }

    .dln-delonghi .dln-checkout__content .dln-accordion--access-information .dln-accordion__title {
        padding-top: 20px
    }

    .dln-delonghi .dln-checkout__content .dln-accordion--access-information .dln-accordion__content {
        padding-top: 24px;
        margin-top: 9px
    }

    .dln-delonghi .dln-checkout__content .dln-accordion--access-information .dln-accordion__content .dln-checkout__innerCol .dln-checkout__innerColTitle {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 20px;
        font-size: 1.125rem;
        margin-top: 0
    }

    .dln-delonghi .dln-checkout__content .dln-accordion--shipping-information .dln-accordion__content .dln-btn {
        width: 100%
    }

    .dln-delonghi .dln-checkout__services .dln-checkServiceBox:last-child {
        margin-bottom: 0 !important
    }

    .dln-delonghi .dln-checkout__aside--secondary .dln-checkout__noticeBox {
        padding-bottom: 18px
    }

    .dln-delonghi .dln-checkout__aside--secondary .dln-checkout__noticeBox > p {
        margin-bottom: 7px;
        font-size: 1rem;
        line-height: 24px
    }

    .dln-delonghi .dln-checkout__aside--secondary .dln-checkout__noticeBox .dln-noticeBox {
        width: 140px;
        border: none;
        border-bottom: 1px solid var(--ui-01);
        padding: 14px 0 !important;
        margin: 0 calc(50% - 70px);
        box-sizing: content-box
    }

    .dln-delonghi .dln-checkout__aside--secondary .dln-checkout__noticeBox .dln-noticeBox p {
        margin-bottom: 21px
    }

    .dln-delonghi .dln-checkout__aside--secondary .dln-checkout__noticeBox .dln-noticeBox:last-child {
        border-bottom: none
    }
}

.dln-profile {
    align-content: flex-start
}

.dln-profile .dln-profileCard, .dln-profile__content .dln-title {
    margin: 0 0 32px
}

.dln-profile__content .dln-addBox {
    width: calc(50% - 50px);
    margin: 0 16px 40px 0;
    box-sizing: content-box
}

.dln-profile__content .dln-addBox--productRegister {
    margin: 0 0 40px
}

.dln-profile .dln-persDataRecap {
    margin: 0 0 32px
}

.dln-profile__section {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-profile__recipes {
    align-items: center;
    min-height: 456px;
    background-image: url(/_ui/dist/assets/images/bg/bg-recipe-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 64px 32px
}

.dln-profile__recipes, .dln-profile__recipesWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.dln-profile__recipesSubtitle {
    display: block;
    width: 40%;
    height: auto;
    line-height: 24px;
    font-size: 18px;
    margin: 0 50% 8px 0
}

.dln-profile__recipesTitle {
    display: block;
    width: 40%;
    line-height: 40px;
    font-size: 32px;
    margin: 0 50% 16px 0
}

.dln-profile__recipesLink, .dln-profile__recipesTitle {
    height: auto;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-profile__recipesLink {
    display: inline-flex;
    width: auto;
    line-height: 32px;
    font-size: 22px;
    color: var(--brand-04)
}

.dln-profile__recipesList.dln-carousel--mobileOnly .dln-recipe.swiper-slide {
    max-width: 25%
}

@media only screen and (max-width: 599px) {
    .dln-profile__recipesList.dln-carousel--mobileOnly .dln-recipe.swiper-slide {
        max-width: none
    }
}

.dln-profile__registerProduct {
    width: 100%;
    border: 1px solid var(--ui-01);
    background-color: var(--ui-03);
    padding: 30px
}

.dln-profile__registerProduct .dln-carousel {
    height: auto !important
}

.dln-profile__registerProduct .swiper-pagination {
    margin: 32px 0 0 !important
}

.dln-profile__registerProduct .dln-btn {
    width: auto;
    max-width: 100%
}

.dln-profile__banner {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-profile__bannerTitle {
    font-size: 32px
}

.dln-profile__bannerSubTitle, .dln-profile__bannerTitle {
    line-height: 125%;
    width: 100%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-profile__bannerSubTitle {
    font-size: 22px;
    margin: 40px 0 16px
}

.dln-profile__bannerCopy {
    font-size: 13px;
    line-height: 125%;
    line-height: 20px;
    font-size: 14px;
    margin: 24px 0
}

.dln-profile__benefitsText {
    width: calc(100% - 80px);
    margin: 0
}

.dln-profile__benefits {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%
}

.dln-profile__benefits .dln-icn {
    font-size: 48px;
    color: var(--support-02) !important;
    margin: 0 32px 0 0
}

.dln-profile__benefits .dln-profile__bannerCopy, .dln-profile__benefits .dln-profile__bannerSubTitle {
    width: 90%;
    margin: 0 0 8px
}

.dln-profile__benefits .dln-profile__bannerSubTitle {
    font-size: 17px;
    line-height: 125%
}

.dln-profile__benefits .dln-profile__bannerCopy {
    color: var(--brand-02)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-profile .dln-profileCard {
        display: none
    }

    .dln-profile .dln-title {
        margin: 32px 0
    }

    .dln-profile__aside .dln-profileCard {
        width: 100%;
        border: none;
        border-bottom: 1px solid var(--ui-01);
        padding: 15px 20px;
        margin: 0 0 20px
    }

    .dln-profile__aside .dln-profileCard__circle {
        width: 40px;
        height: 40px
    }

    .dln-profile__aside .dln-profileCard__circleText {
        height: 34px;
        line-height: 34px;
        padding: 6px 0 0
    }

    .dln-profile__content .dln-title {
        width: calc(100% - 40px);
        line-height: 34px;
        font-size: 35px;
        padding: 6px 0 0;
        margin: 0 20px 32px
    }

    .dln-profile__content .dln-persDataRecap {
        width: calc(100% - 2px);
        margin: 0 0 32px;
        box-sizing: content-box
    }

    .dln-profile__content .dln-addBox {
        width: calc(100% - 40px);
        min-height: 209px;
        margin: 0 0 32px
    }

    .dln-profile__content .dln-addBox--productRegister, .dln-profile__sectionHead {
        margin: 0
    }

    .dln-profile__recipes {
        min-height: 216px;
        padding: 64px 20px;
        margin: 0
    }

    .dln-profile__recipesLink, .dln-profile__recipesSubtitle {
        line-height: 20px;
        font-size: 13px
    }

    .dln-profile__recipesTitle {
        line-height: 22px;
        font-size: 17px
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__content .dln-title {
        margin: 0 20px 32px
    }

    .dln-profile:not(.dln-profile--01) .dln-persDataRecap, .dln-profile:not(.dln-profile--01) .dln-profile__aside {
        margin-right: 20px;
        margin-left: 20px
    }

    .dln-profile:not(.dln-profile--01) {
        padding-right: 0;
        padding-left: 0
    }

    .dln-profile:not(.dln-profile--01) > .dln-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__aside {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__content .dln-title {
        padding-right: 10px;
        padding-left: 10px
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__content .dln-persDataRecap {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 90px)
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__content .dln-title {
        margin-bottom: 32px
    }

    .dln-profile:not(.dln-profile--01) .dln-wrapper {
        padding-top: 48px
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__registerProduct {
        padding: 30px 20px
    }
}

@media only screen and (max-width: 599px) {
    .dln-profile .dln-profileCard {
        display: none
    }

    .dln-profile__content .dln-title {
        line-height: 34px;
        font-size: 35px;
        padding: 6px 0 0
    }

    .dln-profile__content .dln-persDataRecap {
        box-sizing: content-box
    }

    .dln-profile__content .dln-addBox {
        min-height: 209px;
        margin: 0 0 32px
    }

    .dln-profile__content .dln-addBox--productRegister {
        margin: 0
    }

    .dln-profile__recipes {
        min-height: 216px;
        padding: 64px 20px
    }

    .dln-profile__recipesLink, .dln-profile__recipesSubtitle {
        line-height: 20px;
        font-size: 13px
    }

    .dln-profile__recipesTitle {
        line-height: 22px;
        font-size: 17px
    }

    .dln-profile__benefits {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-profile__benefits .dln-profile__bannerCopy, .dln-profile__benefits .dln-profile__bannerSubTitle {
        width: 100%;
        margin: 0 0 8px
    }

    .dln-profile:not(.dln-profile--01) {
        padding-right: 0;
        padding-left: 0
    }

    .dln-profile:not(.dln-profile--01) > .dln-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__aside {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__content .dln-title {
        margin-right: 20px;
        margin-left: 20px
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__content .dln-persDataRecap {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 90px)
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__content .dln-title {
        margin-bottom: 32px
    }

    .dln-profile:not(.dln-profile--01) .dln-profile__registerProduct {
        padding: 30px 20px
    }
}

.dln-kenwood .dln-profile__content .dln-title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 38px
}

.dln-kenwood .dln-profile .dln-persDataRecap, .dln-kenwood .dln-profile .dln-profileCard {
    margin: 0 0 50px
}

.dln-kenwood .dln-profile__registerProduct {
    border-width: 0;
    text-align: center
}

.dln-kenwood .dln-profile__registerProduct .dln-profile__bannerCopy {
    width: 90%;
    line-height: 20px;
    margin: 15px auto 20px
}

.dln-kenwood .dln-profile__registerProduct > .dln-profile__bannerSubTitle {
    margin: 32px 0 24px;
    padding-top: 24px;
    border-top: 1px solid var(--ui-01);
    font-size: 20px
}

.dln-kenwood .dln-profile__registerProduct .swiper-pagination {
    margin: 32px auto 0 !important
}

.dln-kenwood .dln-profile__bannerTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-profile__benefitsText {
    text-align: left;
    width: calc(100% - 68px)
}

.dln-kenwood .dln-profile__benefits {
    padding-right: 60px
}

.dln-kenwood .dln-profile__benefits .dln-icn {
    color: var(--brand-01) !important;
    margin: 0 20px 0 0
}

.dln-kenwood .dln-profile__benefits .dln-profile__bannerCopy, .dln-kenwood .dln-profile__benefits .dln-profile__bannerSubTitle {
    width: 100%
}

.dln-kenwood .dln-profile__benefits .dln-profile__bannerSubTitle {
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

.dln-kenwood .dln-profile__benefits .dln-profile__bannerCopy {
    color: var(--brand-04);
    margin: 0
}

.dln-kenwood .dln-profile__section {
    padding-bottom: 32px
}

.dln-kenwood .dln-profile__sectionHeadTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-profile__recipes {
    background-image: url(/_ui/dist/assets/images/bg/bg-recipe-banner-kenwood.jpg);
    padding: 64px 32px
}

.dln-kenwood .dln-profile__recipesWrap {
    text-align: center;
    display: block;
    color: var(--brand-03)
}

.dln-kenwood .dln-profile__recipesSubtitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    line-height: 22px;
    font-size: 16px
}

.dln-kenwood .dln-profile__recipesTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    line-height: 40px;
    font-size: 32px
}

.dln-kenwood .dln-profile__recipesLink {
    font-size: 17px;
    line-height: 125%;
    outline: none;
    width: auto;
    line-height: normal;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    line-height: 17px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-03);
    background-color: var(--brand-01);
    width: 100%;
    display: inline-block;
    max-width: 170px;
    text-transform: uppercase;
    transition: all .3s linear
}

.dln-kenwood .dln-profile__recipesLink:hover {
    background-color: var(--brand-04)
}

.dln-kenwood .dln-profile--01 .dln-profile__section {
    border-bottom: 1px solid var(--ui-01)
}

.dln-kenwood .dln-profile--01 .dln-profile__section:last-of-type {
    border-width: 0
}

.dln-kenwood .dln-profile--01 .dln-profile__section .dln-profile__sectionContent .swiper-pagination {
    margin: 24px auto 0
}

.dln-kenwood .dln-profile--01 .dln-profile__itemsCarousel {
    background-color: var(--brand-03);
    padding-top: 0
}

.dln-kenwood .dln-profile--01 .dln-profile__itemsCarousel .dln-profile__itemsCarouselTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-04);
    font-size: 28px;
    margin-top: 32px;
    margin-bottom: 32px
}

.dln-kenwood .dln-profile--01 .dln-profile__itemsCarousel .dln-wrapper--carousel {
    border-top: 1px solid var(--ui-01)
}

.dln-kenwood .dln-profile--01 .dln-profile__itemsCarousel .swiper-pagination {
    margin: 32px auto 0 !important
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-profile .dln-profileCard {
        display: flex;
        margin: 0 0 20px
    }

    .dln-kenwood .dln-profile:not(.dln-profile--01) .dln-profile__content .dln-title {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-profile .dln-profile__bannerTitle {
        font-size: 28px
    }

    .dln-kenwood .dln-profile > .dln-wrapper {
        padding-top: 16px !important;
        padding-bottom: 0
    }

    .dln-kenwood .dln-profile .dln-profile__aside .dln-profileCard {
        display: flex;
        padding-bottom: 16px;
        margin-bottom: 24px
    }

    .dln-kenwood .dln-profile .dln-profile__section {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .dln-kenwood .dln-profile .dln-profile__section--recipes {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .dln-kenwood .dln-profile .dln-profile__registerProduct > .dln-profile__bannerSubTitle {
        font-size: 18px
    }

    .dln-kenwood .dln-profile .dln-profile__registerProduct .dln-profile__benefits {
        margin-bottom: 8px
    }

    .dln-kenwood .dln-profile .dln-profile__registerProduct .swiper-container .swiper-pagination {
        margin: 30px auto 0 !important;
        width: 100%
    }

    .dln-kenwood .dln-profile .dln-persDataRecap {
        margin-bottom: 40px
    }

    .dln-kenwood .dln-profile .dln-profile__recipes {
        margin-bottom: 0
    }

    .dln-kenwood .dln-profile .dln-profile__recipesTitle {
        font-size: 28px
    }

    .dln-kenwood .dln-profile .dln-profile__sectionHead {
        margin: 0 0 20px
    }

    .dln-kenwood .dln-profile.dln-profile--01 .dln-profile__itemsCarousel .dln-profile__itemsCarouselTitle {
        font-size: 24px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-profile .dln-profile__sectionHead {
        margin: 0 0 14px
    }
}

.dln-delonghi .dln-profile__registerProduct {
    border: 0
}

.dln-delonghi .dln-profile__registerProduct .dln-btn {
    min-width: 15em
}

.dln-delonghi .dln-profile__bannerTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 37px;
    margin: 0 0 15px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-profile__bannerTitle {
        font-size: 1.75rem;
        line-height: 30px
    }
}

.dln-delonghi .dln-profile__bannerCopy {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 24px;
    margin: 0 0 17px
}

.dln-delonghi .dln-profile__bannerSubTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3125rem;
    line-height: 23px;
    margin: 44px 0 16px
}

.dln-delonghi .dln-profile__recipes {
    position: relative
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-profile__recipes {
        padding: 20px;
        min-height: 0
    }
}

.dln-delonghi .dln-profile__recipes:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .8;
    mix-blend-mode: multiply;
    background-image: linear-gradient(90deg, #000 0, transparent 63%)
}

.dln-delonghi .dln-profile__recipesWrap {
    z-index: 1;
    color: #fff
}

.dln-delonghi .dln-profile__recipesWrap .dln-profile__recipesSubtitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3125rem;
    line-height: 23px;
    color: #fff
}

.dln-delonghi .dln-profile__recipesWrap .dln-profile__recipesTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 34px;
    color: #fff
}

.dln-delonghi .dln-profile__recipesWrap .dln-profile__recipesLink {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3125rem;
    letter-spacing: -.5px;
    color: #fff;
    text-decoration: none
}

.dln-delonghi .dln-profile__recipesWrap .dln-profile__recipesLink:after {
    font-family: var(--fontNameIcons);
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "d"
}

.dln-delonghi .dln-profile__recipesWrap .dln-profile__recipesLink:after:after, .dln-delonghi .dln-profile__recipesWrap .dln-profile__recipesLink:after:before {
    font-family: var(--fontNameIcons)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-profile__recipesWrap .dln-profile__recipesLink, .dln-delonghi .dln-profile__recipesWrap .dln-profile__recipesSubtitle, .dln-delonghi .dln-profile__recipesWrap .dln-profile__recipesTitle {
        margin-right: 0;
        width: 80%
    }
}

.dln-delonghi .dln-profile__recipes .dln-carousel .dln-profile__banner > div {
    flex-wrap: nowrap
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-profile__recipes .dln-carousel .dln-profile__banner > div {
        margin: 0
    }
}

.dln-delonghi .dln-profile__recipes .dln-carousel .dln-profile__banner .dln-icn {
    color: var(--brand-04) !important;
    margin: 0 40px 0 20px
}

.dln-delonghi .dln-profile__recipes .dln-carousel .dln-profile__banner [class$=Text] {
    width: auto
}

.dln-delonghi .dln-profile__recipes .dln-carousel .dln-profile__bannerSubTitle {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 19px;
    margin: 0 0 8px
}

.dln-delonghi .dln-profile__recipes .dln-carousel .dln-profile__bannerCopy {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    line-height: 18px;
    margin: 0
}

.dln-delonghi .dln-profile .dln-wrapper--carousel .dln-profile__itemsCarouselTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 34px;
    color: var(--brand-04);
    margin-bottom: 24px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-profile .dln-wrapper--carousel .dln-profile__itemsCarouselTitle {
        font-size: 1.3125rem;
        line-height: 23px;
        margin-bottom: 17px
    }
}

.dln-delonghi .dln-profile .dln-wrapper--carousel .dln-btnTextIcon {
    background: var(--brand-01);
    border-radius: 3px;
    width: auto;
    padding: 0 20px
}

.dln-delonghi .dln-profile .dln-wrapper--carousel .dln-btnTextIcon .dln-btnTextIcon__iconWrap {
    display: none
}

.dln-delonghi .dln-profile .dln-wrapper--carousel .dln-btnTextIcon .dln-btnTextIcon__text {
    height: auto;
    margin: 0;
    max-width: none;
    width: 100%;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 24px;
    color: var(--brand-03)
}

.dln-delonghi .dln-profile .dln-persDataRecap, .dln-delonghi .dln-profile .dln-profile__recipes, .dln-delonghi .dln-profile .dln-profile__section {
    margin-bottom: 40px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-profile .dln-persDataRecap, .dln-delonghi .dln-profile .dln-profile__recipes, .dln-delonghi .dln-profile .dln-profile__section {
        margin-bottom: 50px
    }
}

.dln-delonghi .dln-profile .dln-profile__sectionHeadTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 37px;
    letter-spacing: -.7px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-profile .dln-profile__sectionHeadTitle.dln-profile__sectionHeadTitle--smallMobile {
        max-width: none;
        font-size: 1.75rem;
        line-height: 30px;
        letter-spacing: -.53px
    }
}

.dln-delonghi .dln-profile .dln-profile__sectionHead .dln-btn--link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem;
    line-height: 18px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-profile .dln-profile__sectionHead .dln-btn--link {
        font-size: .875rem;
        line-height: 18px
    }
}

.dln-contactUs {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    min-height: calc(100vh - 90px)
}

.dln-contactUs .dln-wrapper--fullWidth {
    max-width: none;
    background-color: var(--ui-03);
    padding: 48px 40px 64px;
    margin-bottom: 35px
}

.dln-contactUs .dln-wrapper--fullWidth .dln-wrapper {
    max-width: 1400px
}

.dln-contactUs__head {
    width: 100%
}

.dln-contactUs__head .dln-breadcrumbs {
    margin-bottom: 20px
}

.dln-contactUs__headTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    height: auto;
    line-height: 56px;
    font-size: 44px
}

.dln-contactUs .dln-accordion {
    max-height: none;
    overflow: visible
}

.dln-contactUs .dln-accordion--writeUs .dln-accordion__content {
    position: relative;
    z-index: 4
}

.dln-contactUs .dln-accordion .dln-accordion__content {
    width: 100%;
    opacity: 1;
    padding: 0
}

.dln-contactUs .dln-accordion .dln-accordion__head {
    border-bottom: none;
    pointer-events: none
}

.dln-contactUs .dln-accordion .dln-accordion__icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    color: var(--support-02);
    border: 1px solid var(--support-02);
    border-radius: 50%;
    margin: 0 10px 0 0;
    box-sizing: border-box
}

.dln-contactUs .dln-accordion .dln-accordion__title {
    line-height: 48px;
    font-size: 32px
}

.dln-contactUs .dln-accordion .dln-icn--arrow-down {
    display: none;
    margin: 0 0 0 auto
}

.dln-contactUs .dln-accordion--writeUs {
    margin-bottom: 50px
}

.dln-contactUs .dln-accordion--callUs {
    border-bottom: none;
    padding-bottom: 56px;
    margin-bottom: 104px
}

.dln-contactUs .dln-accordion--callUs .dln-accordion__content {
    padding-top: 20px
}

.dln-contactUs .dln-accordion--forceOpen {
    max-height: none !important
}

.dln-contactUs .dln-contactUs__form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--brand-03);
    padding-top: 20px;
    padding-bottom: 48px;
    box-sizing: border-box
}

.dln-contactUs .dln-titleIcon {
    margin: 0 0 24px
}

.dln-contactUs__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 26px;
    margin: 0 0 16px
}

.dln-contactUs__text {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 32px
}

.dln-contactUs__text--brand-02 {
    color: var(--brand-02)
}

.dln-contactUs__formWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.dln-contactUs__formCol {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(33% - 32.67px);
    margin: 0 24px 50px 0;
    box-sizing: border-box
}

.dln-contactUs__formCol--last {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

.dln-contactUs__formCol > .dln-select {
    width: 100%;
    max-width: none;
    margin: 0 0 32px
}

.dln-contactUs__formCol .dln-inputs {
    width: 100%;
    margin: 0 0 32px
}

.dln-contactUs__formCol .dln-textarea .dln-textarea__input {
    height: 112px
}

.dln-contactUs__formFieldsWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px
}

.dln-contactUs__formFieldsWrap .dln-inputs, .dln-contactUs__formFieldsWrap .dln-select {
    width: calc(50% - 12px);
    margin: 0
}

.dln-contactUs__formLine {
    display: block;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 1px;
    background-color: var(--ui-01);
    margin: 0 24px 50px 0
}

.dln-contactUs .dln-btn--send {
    width: 280px;
    margin: 0 0 0 auto
}

.dln-contactUs .dln-contactUs__privacyWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-contactUs .dln-contactUs__privacyWrap .dln-contactUs__text {
    font-size: 13px
}

.dln-contactUs .dln-contactUs__privacyWrap .dln-checkbox__input {
    width: 30px
}

.dln-contactUs .dln-checkbox {
    margin: 0 0 16px
}

.dln-contactUs .dln-checkbox__label, .dln-contactUs .dln-checkbox__label a {
    color: var(--brand-04)
}

.dln-contactUs .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder + .dln-checkbox__label a {
    color: var(--support-02)
}

.dln-contactUs .dln-checkbox + .dln-contactUs__text + .dln-btn {
    width: 288px;
    margin: 0 0 0 auto
}

.dln-contactUs__link {
    display: inline-block;
    color: var(--brand-02)
}

.dln-contactUs__breakLine {
    display: none;
    width: 100%;
    height: 1px;
    background-color: var(--ui-01);
    margin-bottom: 20px
}

.dln-contactUs .dln-wrapper--callUs {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 104px
}

.dln-contactUs__callUsTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 18px;
    margin: 0 0 8px
}

.dln-contactUs__callUsText {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 13px;
    color: var(--brand-02);
    margin: 0 0 24px
}

.dln-contactUs__callUsText--noMargin {
    margin: 0
}

.dln-contactUs__callUsText--brand-01 {
    color: var(--brand-04)
}

.dln-contactUs__callUsText strong {
    font-weight: 400;
    color: var(--brand-04)
}

.dln-contactUs__callUsList {
    display: block;
    width: 100%;
    height: auto;
    list-style: inside disc;
    padding: 0 0 0 16px;
    margin: 0 0 24px;
    box-sizing: border-box
}

.dln-contactUs__callUsListItem {
    width: 100%;
    line-height: 18px
}

.dln-contactUs__callUsLink {
    line-height: 20px;
    font-size: 13px;
    color: var(--brand-04);
    text-decoration: underline
}

.dln-contactUs__callUsLink:hover {
    text-decoration: none
}

.dln-contactUs:not(.dln-contactUs--guest) .dln-accordion--writeUs .dln-accordion__content .dln-contactUs__form .dln-contactUs__formWrap .dln-contactUs__formCol--last {
    margin-bottom: 22px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-contactUs .dln-wrapper {
        padding-right: 20px;
        padding-left: 20px;
        margin: 0
    }

    .dln-contactUs .dln-wrapper--fullWidth {
        padding-top: 32px;
        padding-bottom: 24px;
        margin-bottom: 20px
    }

    .dln-contactUs__head {
        padding: 0 !important
    }

    .dln-contactUs .dln-accordion {
        max-height: 60px;
        border-bottom: none;
        transition: max-height .35s ease-out
    }

    .dln-contactUs .dln-accordion--open {
        transition: max-height .35s ease-in
    }

    .dln-contactUs .dln-accordion__head {
        pointer-events: auto !important
    }

    .dln-contactUs .dln-accordion__head .dln-icn--arrow-down {
        display: inline-block
    }

    .dln-contactUs .dln-accordion--writeUs {
        margin-bottom: 20px
    }

    .dln-contactUs .dln-accordion--callUs {
        padding-bottom: 0
    }

    .dln-contactUs__breakLine {
        display: block
    }

    .dln-contactUs__form {
        padding-bottom: 0 !important
    }

    .dln-contactUs .dln-contactUs__formCol {
        width: 100%;
        margin: 0
    }

    .dln-contactUs .dln-contactUs__formCol--last {
        margin-bottom: 32px
    }

    .dln-contactUs__formLine {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-contactUs {
        min-height: none;
        min-height: 0
    }

    .dln-contactUs .dln-wrapper--fullWidth {
        padding: 24px 20px 65px;
        margin-bottom: 20px
    }

    .dln-contactUs__head {
        padding: 0 !important
    }

    .dln-contactUs__headTitle {
        line-height: 40px;
        font-size: 35px
    }

    .dln-contactUs__headTitle br {
        display: none
    }

    .dln-contactUs .dln-titleIcon__title {
        font-size: 26px
    }

    .dln-contactUs .dln-accordion {
        max-height: 60px;
        border-bottom: none;
        transition: max-height .35s ease-out;
        overflow: hidden
    }

    .dln-contactUs .dln-accordion__head {
        pointer-events: auto !important
    }

    .dln-contactUs .dln-accordion__head .dln-icn--arrow-down {
        display: inline-block
    }

    .dln-contactUs .dln-accordion .dln-accordion__title {
        font-size: 21px
    }

    .dln-contactUs .dln-accordion--writeUs {
        margin-bottom: 20px
    }

    .dln-contactUs .dln-accordion--callUs {
        padding-bottom: 0;
        margin-bottom: 34px
    }

    .dln-contactUs .dln-accordion--open {
        transition: max-height .35s ease-in;
        margin-bottom: 59px
    }

    .dln-contactUs__title {
        line-height: 20px;
        font-size: 20px
    }

    .dln-contactUs__form {
        padding-bottom: 0 !important
    }

    .dln-contactUs__form .dln-inputsFile .dln-btn {
        max-width: 118px
    }

    .dln-contactUs__form .dln-inputsFile__label {
        width: calc(100% - 134px)
    }

    .dln-contactUs .dln-contactUs__formCol {
        width: 100%;
        margin: 0
    }

    .dln-contactUs .dln-contactUs__formCol--last {
        margin-bottom: 54px
    }

    .dln-contactUs__formLine {
        display: none
    }

    .dln-contactUs .dln-checkbox + .dln-contactUs__text + .dln-btn {
        width: 100%;
        margin: 0 auto
    }

    .dln-contactUs .dln-btn--send {
        width: 100%;
        margin: 0
    }

    .dln-contactUs__breakLine {
        display: block
    }

    .dln-contactUs__callUsList, .dln-contactUs__callUsText {
        line-height: 18px
    }

    .dln-contactUs__callUsList + h4, .dln-contactUs__callUsText + h4 {
        margin-top: 10px
    }

    .dln-contactUs__callUsListItem {
        line-height: 18px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-contactUs__headTitle {
        font-family: var(--fontNameExtra), Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 40px;
        font-size: 32px;
        margin: 0 0 40px
    }

    .dln-kenwood .dln-contactUs__formRow--address .dln-contactUs__formSplitWrap .dln-inputs, .dln-kenwood .dln-contactUs__formRow--address .dln-contactUs__formSplitWrap .dln-select, .dln-kenwood .dln-contactUs__formRow--first .dln-inputs:first-of-type, .dln-kenwood .dln-contactUs__formRow .dln-inputs, .dln-kenwood .dln-contactUs__formRow .dln-inputs:last-of-type, .dln-kenwood .dln-contactUs__formRow .dln-select {
        margin-top: 20px !important
    }

    .dln-kenwood .dln-contactUs__form .dln-textarea {
        margin-top: 20px !important;
        margin-bottom: 0
    }

    .dln-kenwood .dln-contactUs .dln-accordion__content {
        padding-top: 21px
    }

    .dln-kenwood .dln-contactUs .dln-accordion .dln-accordion__title {
        font-family: var(--fontNameExtra), Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 34px;
        font-size: 28px
    }

    .dln-kenwood .dln-contactUs .dln-accordion--open {
        margin-bottom: 30px
    }

    .dln-kenwood .dln-contactUs__title {
        font-family: var(--fontNameSemibold), Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 22px;
        font-size: 18px
    }

    .dln-kenwood .dln-contactUs .dln-contactUs__formCol--last {
        margin-bottom: 15px
    }

    .dln-kenwood .dln-contactUs__callUsTitle {
        font-family: var(--fontNameSemibold), Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 22px;
        font-size: 18px;
        margin: 0 0 12px
    }

    .dln-kenwood .dln-contactUs__callUsText {
        font-family: var(--fontNameLight), Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 20px;
        font-size: 14px;
        margin: 0 0 15px
    }
}

.dln-kenwood .dln-contactUs .dln-wrapper--fullWidth {
    background-color: transparent;
    padding-top: 59px;
    padding-bottom: 0
}

.dln-kenwood .dln-contactUs__head > .dln-breadcrumbs {
    display: none
}

.dln-kenwood .dln-contactUs__headTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 46px;
    font-size: 38px;
    text-align: center
}

.dln-kenwood .dln-contactUs__form {
    padding-top: 25px
}

.dln-kenwood .dln-contactUs__form .dln-textarea, .dln-kenwood .dln-contactUs__formRow--address .dln-contactUs__formSplitWrap .dln-inputs, .dln-kenwood .dln-contactUs__formRow--address .dln-contactUs__formSplitWrap .dln-select, .dln-kenwood .dln-contactUs__formRow--first .dln-inputs:first-of-type, .dln-kenwood .dln-contactUs__formRow .dln-inputs, .dln-kenwood .dln-contactUs__formRow .dln-inputs:last-of-type, .dln-kenwood .dln-contactUs__formRow .dln-select {
    margin-top: 20px
}

.dln-kenwood .dln-contactUs__formCol {
    margin-bottom: 20px
}

.dln-kenwood .dln-contactUs__formCol .dln-inputs, .dln-kenwood .dln-contactUs__formCol .dln-inputsFile, .dln-kenwood .dln-contactUs__formCol > .dln-select {
    margin: 20px auto 20px 0
}

.dln-kenwood .dln-contactUs__formCol .dln-textarea {
    height: 126px
}

.dln-kenwood .dln-contactUs__formCol .dln-textarea__input {
    min-height: 100%
}

.dln-kenwood .dln-contactUs__formLine {
    margin-bottom: 20px
}

.dln-kenwood .dln-contactUs__formFieldsWrap {
    margin: 20px auto 20px 0
}

.dln-kenwood .dln-contactUs__formFieldsWrap .dln-inputs, .dln-kenwood .dln-contactUs__formFieldsWrap .dln-select {
    margin: 0
}

.dln-kenwood .dln-contactUs .dln-accordion__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    font-size: 32px;
    color: var(--brand-04);
    text-align: center
}

.dln-kenwood .dln-contactUs .dln-accordion__icon {
    width: 50px;
    height: 37px;
    line-height: 37px;
    font-size: 48px;
    color: var(--ui-08);
    border: 0;
    border-radius: 0;
    margin-right: 15px
}

.dln-kenwood .dln-contactUs__title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    font-size: 20px;
    margin: 0 0 10px
}

.dln-kenwood .dln-contactUs__text {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 25px
}

.dln-kenwood .dln-contactUs__formWrap {
    padding-top: 36px;
    position: relative
}

.dln-kenwood .dln-contactUs__formWrap:before {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    content: "* mandatory fields";
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: var(--ui-08);
    position: absolute;
    top: 0;
    right: 0
}

.dln-kenwood .dln-contactUs__privacyWrap .dln-inputsFile {
    margin-bottom: 20px
}

.dln-kenwood .dln-contactUs__privacyWrap .dln-contactUs__text {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 20px
}

.dln-kenwood .dln-contactUs .dln-btn--send {
    width: auto;
    margin: 30px auto 0
}

.dln-kenwood .dln-contactUs__callUsTitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    font-size: 20px;
    margin: 0 0 10px
}

.dln-kenwood .dln-contactUs__callUsText {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 25px
}

.dln-kenwood .dln-contactUs:not(.dln-contactUs--guest) .dln-contactUs__formCol--last, .dln-kenwood .dln-contactUs:not(.dln-contactUs--guest) .dln-contactUs__formCol--last .dln-inputs.dln-textarea {
    margin-bottom: 0
}

.dln-kenwood .dln-contactUs:not(.dln-contactUs--guest) .dln-contactUs__formCol--last .dln-inputsFile.dln-inputsFile--standard {
    padding-bottom: 0;
    margin-bottom: 0
}

.dln-kenwood .dln-contactUs:not(.dln-contactUs--guest) .dln-contactUs__formCol--last .dln-inputsFile.dln-inputsFile--standard .dln-btn--stroked {
    padding: 0 !important
}

.dln-delonghi .dln-contactUs .dln-wrapper--fullWidth {
    background-color: transparent;
    padding-bottom: 48px
}

.dln-delonghi .dln-contactUs__headTitle {
    line-height: 1.04;
    font-size: 3.125rem
}

.dln-delonghi .dln-contactUs .dln-accordion__title, .dln-delonghi .dln-contactUs__headTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-contactUs .dln-accordion__title {
    line-height: 34px;
    font-size: 1.75rem;
    color: var(--brand-04);
    text-align: center;
    padding-top: 0
}

.dln-delonghi .dln-contactUs .dln-accordion__icon {
    width: auto;
    font-size: 2rem;
    color: var(--brand-04);
    border: 0;
    margin-right: 15px
}

.dln-delonghi .dln-contactUs__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.07;
    font-size: 1.125rem
}

.dln-delonghi .dln-contactUs__text {
    line-height: 1.5;
    font-size: 1rem
}

.dln-delonghi .dln-contactUs__callUsTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.07;
    font-size: 1.125rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-contactUs__callUsText {
    line-height: 1.3;
    font-size: .875rem;
    color: var(--brand-04);
    margin: 0 0 25px
}

.dln-delonghi .dln-contactUs:not(.dln-contactUs--guest) .dln-contactUs__formWrap .dln-contactUs__formCol--last {
    margin-bottom: 24px
}

.dln-delonghi .dln-contactUs:not(.dln-contactUs--guest) .dln-contactUs__formWrap .dln-btn--send {
    width: 100%;
    max-width: 286px;
    margin-bottom: 39px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-contactUs .dln-wrapper--fullWidth {
        background-color: transparent;
        padding-bottom: 22px
    }

    .dln-delonghi .dln-contactUs .dln-wrapper--fullWidth .dln-breadcrumbs {
        padding-bottom: 0;
        margin-bottom: 34px !important
    }

    .dln-delonghi .dln-contactUs .dln-wrapper--fullWidth + .dln-wrapper .dln-accordion--writeUs, .dln-delonghi .dln-contactUs .dln-wrapper--fullWidth + .dln-wrapper .dln-accordion--writeUs + .dln-contactUs__breakLine {
        margin-bottom: 0
    }

    .dln-delonghi .dln-contactUs .dln-wrapper--fullWidth + .dln-wrapper .dln-accordion--callUs {
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-delonghi .dln-contactUs__headTitle {
        line-height: 1.08;
        font-size: 2.3125rem
    }

    .dln-delonghi .dln-contactUs .dln-accordion__title {
        line-height: 1.1;
        font-size: 1.3125rem
    }

    .dln-delonghi .dln-contactUs__title {
        line-height: 1.13;
        font-size: 1rem
    }

    .dln-delonghi .dln-contactUs__callUsText, .dln-delonghi .dln-contactUs__text {
        line-height: 1.3;
        font-size: .875rem
    }

    .dln-delonghi .dln-contactUs .dln-contactUs__formWrap .dln-btn--send {
        max-width: none !important
    }
}

.dln-errorPage {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto
}

.dln-errorPage .dln-wrapper--fullWidth {
    position: relative;
    background-color: var(--brand-04);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-top: 85px;
    padding-bottom: 70px;
    margin: 0 0 48px
}

.dln-errorPage .dln-wrapper--main {
    width: 100%;
    position: relative;
    z-index: 9
}

.dln-errorPage .dln-wrapper--content {
    width: 100%;
    margin: 0 0 104px
}

.dln-errorPage__picture {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.dln-errorPage__picture > img {
    position: absolute;
    -o-object-position: right bottom;
    object-position: right bottom;
    bottom: 0;
    right: 0
}

.dln-errorPage__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    height: auto
}

.dln-errorPage__mainTitle {
    line-height: 56px;
    font-size: 44px;
    color: var(--brand-03);
    margin: 0 0 32px
}

.dln-errorPage__mainTitle, .dln-errorPage__mainTitle span {
    display: block;
    width: 100%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-errorPage__mainTitle span {
    line-height: 32px;
    font-size: 26px
}

.dln-errorPage__mainText {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: var(--brand-03);
    margin: 0 0 24px
}

.dln-errorPage .dln-inputs--searchBar {
    width: 50%;
    max-width: 488px
}

.dln-errorPage__title {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 22px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 28px
}

.dln-errorPage .dln-wrapper--content .dln-btn {
    width: 184px;
    margin: 0 16px 0 0
}

.dln-errorPage .dln-wrapper--content .dln-btn:last-of-type {
    margin: 0
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-errorPage__wrap .dln-inputs--searchBar {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-errorPage .dln-wrapper--fullWidth {
        padding-top: 24px;
        padding-bottom: 152px
    }

    .dln-errorPage__wrap, .dln-errorPage__wrap .dln-inputs--searchBar {
        width: 100%
    }

    .dln-errorPage__mainTitle {
        line-height: 40px;
        font-size: 35px
    }

    .dln-errorPage__mainTitle span {
        font-size: 15px
    }

    .dln-errorPage__title {
        line-height: 26px;
        font-size: 22px
    }

    .dln-errorPage .dln-wrapper--content .dln-btn--backToHome, .dln-errorPage .dln-wrapper--content .dln-btn--customerService {
        width: 60%
    }

    .dln-errorPage .dln-wrapper--content .dln-btn--backToHome {
        margin: 0 auto 16px 0
    }

    .dln-errorPage .dln-wrapper--content .dln-btn--customerService {
        margin: 0 auto 0 0
    }
}

.dln-kenwood .dln-errorPage__picture {
    content: none;
    bottom: 0;
    padding-top: 216px;
    background-color: var(--brand-03)
}

.dln-kenwood .dln-errorPage__picture > img {
    -o-object-fit: none;
    object-fit: none;
    min-width: 0;
    -o-object-position: left bottom;
    object-position: left bottom;
    min-height: 0;
    right: auto
}

.dln-kenwood .dln-errorPage__mainTitle {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 50px
}

.dln-kenwood .dln-errorPage__mainTitle, .dln-kenwood .dln-errorPage__mainTitle span {
    color: var(--brand-04);
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-errorPage__mainTitle span {
    font-size: 32px;
    line-height: 40px;
    padding-top: 31px
}

.dln-kenwood .dln-errorPage__wrap {
    width: 100%
}

.dln-kenwood .dln-errorPage__mainText {
    color: var(--brand-04);
    margin-top: 10px
}

.dln-kenwood .dln-errorPage__mainText, .dln-kenwood .dln-errorPage__title {
    font-size: 14px;
    line-height: 20px;
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-errorPage .dln-wrapper--main, .dln-kenwood .dln-errorPage__title {
    text-align: center
}

.dln-kenwood .dln-errorPage .dln-wrapper--fullWidth {
    background-color: transparent;
    margin-bottom: 0
}

.dln-kenwood .dln-errorPage .dln-wrapper--content {
    z-index: 5;
    margin-bottom: 123px;
    max-width: 100%
}

.dln-kenwood .dln-errorPage .dln-wrapper--content .dln-btn--backToHome {
    margin: 0 10px 0 auto
}

.dln-kenwood .dln-errorPage .dln-wrapper--content .dln-btn--customerService {
    margin: 0 auto 0 10px
}

.dln-kenwood .dln-errorPage .dln-inputs--searchBar {
    margin: 20px auto 0
}

.dln-kenwood .dln-errorPage .dln-inputs__input {
    padding-left: 46px;
    line-height: 15px;
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--ui-10)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-errorPage__picture {
        position: relative;
        padding-top: 0;
        height: auto;
        margin-bottom: 12px
    }

    .dln-kenwood .dln-errorPage__picture > img {
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        width: 100%
    }

    .dln-kenwood .dln-errorPage__mainTitle {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 26px
    }

    .dln-kenwood .dln-errorPage__mainTitle span {
        color: var(--brand-04);
        font-size: 24px;
        line-height: 32px;
        padding-top: 30px
    }

    .dln-kenwood .dln-errorPage__mainText {
        margin-top: 0;
        margin-bottom: 28px
    }

    .dln-kenwood .dln-errorPage__title {
        margin-bottom: 22px
    }

    .dln-kenwood .dln-errorPage .dln-wrapper--fullWidth {
        padding-bottom: 50px
    }

    .dln-kenwood .dln-errorPage .dln-wrapper .dln-btn--backToHome {
        margin: 8px auto
    }

    .dln-kenwood .dln-errorPage .dln-wrapper .dln-btn--customerService {
        margin: 0 auto
    }

    .dln-kenwood .dln-errorPage .dln-wrapper--content {
        margin: 0 10px 70px
    }

    .dln-kenwood .dln-errorPage .dln-inputs--searchBar {
        margin: 0 auto
    }
}

.dln-delonghi .dln-errorPage__title {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.33
}

.dln-delonghi .dln-errorPage__mainTitle {
    font-size: 3.125rem;
    line-height: 1.04
}

.dln-delonghi .dln-errorPage__mainTitle, .dln-delonghi .dln-errorPage__mainTitle span {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-errorPage__mainTitle span {
    font-size: 2.3125rem;
    line-height: 1;
    margin-top: 15px
}

.dln-delonghi .dln-errorPage__mainText {
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-errorPage .dln-wrapper--fullWidth {
    background-color: var(--brand-05);
    padding-left: 0;
    padding-top: 110px;
    padding-bottom: 110px;
    margin-bottom: 40px
}

.dln-delonghi .dln-errorPage .dln-wrapper--main {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px
}

.dln-delonghi .dln-errorPage .dln-wrapper--content {
    max-width: 1300px;
    margin: 0 auto 110px
}

.dln-delonghi .dln-errorPage .dln-wrapper--content .dln-btn {
    width: 220px
}

.dln-delonghi .dln-errorPage__picture {
    z-index: 0;
    content: none;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1300px;
    background: transparent
}

.dln-delonghi .dln-errorPage__picture > img {
    top: 50%;
    width: 570px;
    transform: translateY(-50%);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    min-width: 0;
    min-height: 0;
    right: 0;
    max-width: 40vw
}

.dln-delonghi .dln-errorPage .dln-inputs {
    max-width: 490px;
    width: 100%
}

.dln-delonghi .dln-errorPage .dln-inputs--active .dln-inputs__lbl {
    display: none
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-delonghi .dln-errorPage .dln-wrapper {
        width: auto;
        padding: 10px 21px 44px 20px
    }

    .dln-delonghi .dln-errorPage .dln-wrapper .dln-errorPage__mainTitle {
        margin-bottom: 16px
    }

    .dln-delonghi .dln-errorPage .dln-wrapper .dln-errorPage__mainTitle span {
        padding-top: 16px;
        font-size: 1.75rem;
        line-height: 1.07;
        font-weight: 500;
        letter-spacing: -.53
    }

    .dln-delonghi .dln-errorPage .dln-wrapper .dln-inputs {
        margin-bottom: 0;
        max-width: none
    }

    .dln-delonghi .dln-errorPage .dln-wrapper.dln-wrapper--fullWidth {
        background-color: var(--brand-05);
        margin-bottom: 0;
        padding: 0 20px 44px;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .dln-delonghi .dln-errorPage .dln-wrapper.dln-wrapper--main {
        padding: 0;
        margin: 0
    }

    .dln-delonghi .dln-errorPage .dln-wrapper.dln-wrapper--content {
        padding-top: 30px
    }

    .dln-delonghi .dln-errorPage .dln-errorPage__wrap {
        width: 100%
    }

    .dln-delonghi .dln-errorPage .dln-errorPage__picture {
        width: auto;
        height: auto;
        display: block;
        content: none;
        position: relative;
        left: auto;
        transform: none
    }

    .dln-delonghi .dln-errorPage .dln-errorPage__picture img {
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        transform: none;
        position: relative
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-errorPage .dln-wrapper {
        width: auto;
        padding: 10px 21px 44px 20px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .dln-delonghi .dln-errorPage .dln-wrapper .dln-errorPage__mainTitle {
        margin-bottom: 16px;
        font-size: 2.3125rem
    }

    .dln-delonghi .dln-errorPage .dln-wrapper .dln-errorPage__mainTitle span {
        padding-top: 16px;
        font-size: 1.75rem;
        line-height: 1.07;
        font-weight: 500;
        letter-spacing: -.53
    }

    .dln-delonghi .dln-errorPage .dln-wrapper .dln-inputs {
        margin-bottom: 0
    }

    .dln-delonghi .dln-errorPage .dln-wrapper.dln-wrapper--fullWidth {
        background-color: var(--brand-05);
        margin-bottom: 0;
        padding: 0 20px 44px
    }

    .dln-delonghi .dln-errorPage .dln-wrapper.dln-wrapper--main {
        padding: 0;
        margin: 0
    }

    .dln-delonghi .dln-errorPage .dln-wrapper.dln-wrapper--content {
        padding-top: 16px;
        margin: 0
    }

    .dln-delonghi .dln-errorPage .dln-wrapper.dln-wrapper--content .dln-errorPage__title {
        font-size: 1.125rem;
        font-weight: 400;
        margin-bottom: 16px
    }

    .dln-delonghi .dln-errorPage .dln-wrapper.dln-wrapper--content .dln-btn--backToHome {
        margin-bottom: 16px
    }

    .dln-delonghi .dln-errorPage .dln-wrapper.dln-wrapper--content .dln-btn--customerService {
        margin: 0 auto 0 0
    }

    .dln-delonghi .dln-errorPage .dln-errorPage__picture {
        width: auto;
        height: auto;
        display: block;
        content: none;
        position: relative;
        left: auto;
        transform: none
    }

    .dln-delonghi .dln-errorPage .dln-errorPage__picture img {
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        transform: none;
        width: 250px;
        height: 219px;
        position: relative;
        max-width: none
    }
}

.del-error500__wrapper {
    min-height: calc(100vh - 183px)
}

.ken-error500__wrapper {
    min-height: calc(100vh - 173px)
}

@media screen and (min-width: 1200px) {
    .ken-error500__wrapper {
        min-height: calc(100vh - 184px)
    }
}

@media screen and (min-width: 768px) {
    .ken-error500__wrapper .ken-hero, .ken-error500__wrapper .ken-hero__wrapper {
        height: 100%
    }
}

@media screen and (min-width: 768px) {
    .ken-error500__wrapper .ken-hero__picture {
        justify-content: flex-start;
        align-items: flex-end;
        height: 100%
    }
}

@media screen and (min-width: 768px) {
    .ken-error500__wrapper .ken-hero__picture-image {
        min-width: unset !important
    }
}

.ken-error500__wrapper .ken-hero__textblock {
    background-color: transparent
}

@media screen and (min-width: 768px) {
    .ken-error500__wrapper .ken-hero__textblock {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 85px 0 0
    }
}

@media screen and (min-width: 768px) {
    .ken-error500__wrapper .ken-hero__textblock-titles {
        align-items: center
    }
}

.ken-error500__wrapper .ken-hero__textblock-title {
    font-size: 32px
}

@media screen and (min-width: 768px) {
    .ken-error500__wrapper .ken-hero__textblock-title {
        font-size: 38px;
        line-height: 40px
    }
}

.ken-error500__wrapper .ken-hero__textblock-content {
    padding-top: 30px;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-size: 24px;
    line-height: 32px
}

@media screen and (min-width: 768px) {
    .ken-error500__wrapper .ken-hero__textblock-content {
        margin: 0;
        padding-top: 31px;
        font-size: 32px;
        line-height: 40px;
        text-align: center
    }
}

.dln-terms .dln-breadcrumbs {
    margin: 40px 0 0
}

.dln-terms__note {
    font-size: 13px;
    line-height: 125%;
    color: var(--brand-02)
}

.dln-terms__head {
    width: 100%;
    margin: 24px 0 0
}

.dln-terms .dln-title {
    margin: 0
}

.dln-terms .dln-btn {
    max-width: 280px
}

.dln-terms__paragraph {
    font-size: 13px;
    line-height: 125%;
    margin: 0 0 16px;
    color: var(--brand-02)
}

.dln-terms__paragraph:last-of-type {
    margin: 0
}

.dln-terms__block {
    width: 100%;
    margin: 32px 0 0;
    line-height: 150%
}

.dln-terms__block .dln-terms__paragraph:last-of-type {
    margin: 0
}

.dln-terms__block ol, .dln-terms__block ul {
    -webkit-padding-start: 26px;
    padding-inline-start: 26px;
    -webkit-margin-after: 1em;
    margin-block-end: 1em
}

.dln-terms__block li {
    line-height: 150%;
    list-style-position: inside
}

.dln-terms__block p {
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em
}

.dln-terms__block h2 {
    font-size: 1.375rem;
    line-height: 125%;
    color: var(--brand-04)
}

.dln-terms__block h3 {
    font-size: 1.125rem;
    line-height: 200%;
    color: var(--brand-04)
}

.dln-terms__block h4 {
    margin: 0 0 16px
}

.dln-terms__block table, .dln-terms__block td, .dln-terms__block th {
    border: 1px solid var(--ui-04);
    text-align: left;
    padding: 8px;
    border-collapse: collapse
}

.dln-terms__block li a, .dln-terms__block p a, .dln-terms__block td a {
    color: inherit
}

.dln-terms__content {
    width: calc(100% - 100px);
    max-width: 980px;
    margin: 0 0 100px 100px
}

.dln-terms__subTitle {
    font-size: 22px;
    line-height: 125%;
    font-size: 18px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 16px;
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-terms__content {
        width: 100%;
        max-width: 100%;
        margin: 0 0 100px
    }

    .dln-terms__subTitle {
        font-size: 15px
    }

    .dln-terms__block {
        margin: 24px 0 0
    }

    .dln-delonghi .dln-terms--delonghi .dln-wrapper {
        margin: 0;
        padding: 0 20px
    }

    .dln-delonghi .dln-terms--delonghi .dln-wrapper .dln-title--delonghi {
        font-size: 37px;
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-delonghi .dln-terms--delonghi .dln-terms__head {
        padding-left: 0;
        max-width: 100%
    }

    .dln-delonghi .dln-terms--delonghi .dln-terms__content {
        max-width: 100%
    }
}

.dln-kenwood .dln-terms .dln-breadcrumbs a {
    text-decoration: none
}

.dln-kenwood .dln-terms .dln-breadcrumbs a:hover {
    text-decoration: underline
}

.dln-kenwood .dln-terms__content {
    margin-bottom: 70px;
    max-width: 100%
}

.dln-kenwood .dln-terms__head {
    text-align: center
}

.dln-kenwood .dln-terms__head .dln-title {
    padding-bottom: 15px
}

.dln-kenwood .dln-terms__note {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-terms__block {
    margin-top: 40px
}

.dln-kenwood .dln-terms__subTitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}

.dln-kenwood .dln-terms__paragraph {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-delonghi .dln-terms__content, .dln-delonghi .dln-terms__head {
    max-width: 80%;
    margin: 0 auto
}

.dln-delonghi .dln-terms__note {
    font-size: 13px;
    line-height: 125%;
    color: var(--brand-02);
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-terms__content {
    margin-bottom: 90px
}

.dln-delonghi .dln-terms__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.07
}

.dln-delonghi .dln-terms__paragraph {
    font-size: .875rem;
    line-height: 1.3
}

.dln-delonghi .dln-terms .dln-title--delonghi {
    font-size: 3.125rem;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-faq {
    background: red;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    padding: 40px 0 100px
}

.dln-faq .dln-wrapper {
    max-width: 1080px
}

.dln-faq--alert {
    padding-top: 30px !important
}

.dln-faq .dln-wrapper {
    width: 100%
}

.dln-faq__chipsWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.dln-faq__chipsWrap .dln-wrapper {
    max-width: 1040px
}

.dln-faq__main {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    justify-content: center;
    height: auto;
    margin: 0 auto
}

.dln-faq .dln-chips {
    width: 100%;
    border: none;
    margin: 0 0 40px
}

.dln-faq__mainTitle {
    font-size: 44px;
    margin: 0 0 32px
}

.dln-faq__mainSubtitle, .dln-faq__mainTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%
}

.dln-faq__mainSubtitle {
    line-height: 32px;
    font-size: 32px;
    margin: 0 0 24px
}

.dln-faq__mainSubtitle + .dln-inputs {
    width: 50%
}

.dln-faq__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    justify-content: center;
    height: auto;
    padding-top: 88px;
    margin: 0 auto 64px
}

.dln-faq__maxWidth1000 {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto
}

.dln-faq__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 22px;
    margin: 0 0 48px
}

.dln-faq__text {
    display: block;
    height: auto
}

.dln-faq__text, .dln-faq__textList {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 16px
}

.dln-faq__textList {
    display: flex;
    flex-wrap: wrap;
    list-style: inside disc
}

.dln-faq__textListItem {
    width: 100%
}

.dln-faq__breadCrumbSelWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 24px;
    align-items: baseline
}

.dln-faq__breadCrumbSelWrap .dln-breadCrumbSel, .dln-faq__breadCrumbSelWrap .dln-select {
    margin: 0 24px 0 0
}

.dln-faq__breadCrumbSelWrap .dln-select__value {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-faq .dln-category-browser__category {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.dln-faq .dln-category-browser__category .dln-categoryBox {
    width: 20%;
    max-width: none;
    border: 1px solid transparent;
    padding-bottom: 10px;
    margin: 0 0 22px
}

.dln-faq .dln-category-browser__category .dln-categoryBox__imgWrap {
    background: transparent
}

.dln-faq .dln-category-browser__category .dln-categoryBox__title {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 12px
}

.dln-faq .dln-category-browser__category .dln-categoryBox:hover {
    border-color: var(--brand-02)
}

.dln-faq .dln-faq__title--related {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-faq__resultCounter {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: var(--brand-02);
    text-align: center;
    margin: 0 0 16px
}

.dln-faq__resultCounter + .dln-btn--showMoreResults {
    width: 184px;
    margin: 0 auto
}

.dln-faq__videoContainer {
    width: 895px;
    height: 494px;
    background-color: var(--brand-01);
    margin: 0 0 48px
}

.dln-faq__video {
    display: block;
    max-width: 100%;
    height: auto
}

.dln-faq__articleFoot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    padding: 16px 0;
    margin: 0 0 48px
}

.dln-faq__articleFootText {
    display: inline-block;
    width: auto;
    line-height: 17px;
    padding: 0;
    margin: 0 16px 0 0
}

.dln-faq__articleFoot .dln-btn--stroked {
    width: 88px
}

.dln-faq__articleFoot .dln-btn--stroked.dln-btn--yes {
    margin: 0 16px 0 0
}

.dln-faq__articleFoot .dln-btn--stroked.dln-btn--no {
    margin: 0 auto 0 0
}

.dln-faq__articleFoot .dln-btn--print {
    margin: 0 32px 0 0
}

.dln-faq__articleFoot .dln-btn--print, .dln-faq__articleFoot .dln-btn--share {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-faq__inner {
    width: 100%;
    padding: 0 40px;
    margin: 0 auto
}

.dln-faq__inner .dln-wrapper {
    max-width: 1080px
}

.dln-faq__contactUs {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-faq__contactUs .dln-wrapper {
    width: 100%
}

.dln-faq__contactUs .dln-wrapper--fullWidth {
    background-color: var(--ui-03);
    padding-top: 40px;
    padding-bottom: 40px
}

.dln-faq__contactUsTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 22px;
    font-size: 18px;
    margin: 0 0 24px
}

.dln-faq__contactUsText {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 32px
}

.dln-faq__contactUs .dln-btn--contactUs {
    width: 124px
}

@media only screen and (min-width: 600px) {
    .dln-faq__carousel .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%
    }

    .dln-faq__carousel .swiper-wrapper .swiper-slide {
        width: calc(20% - 16px) !important
    }

    .dln-faq__carousel .swiper-wrapper .swiper-slide .dln-quickLink {
        border-bottom: 1px solid var(--ui-01)
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .dln-faq__chipsWrap > .dln-wrapper {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media only screen and (max-width: 900px) {
    .dln-faq__chipsWrap > .dln-wrapper {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width: 599px) {
    .dln-faq {
        padding-top: 0
    }

    .dln-faq .dln-chips .dln-icn--mainIcon {
        margin: 0 20px 0 0
    }

    .dln-faq .dln-chips__wrapper {
        align-items: flex-start;
        padding-top: 16px
    }

    .dln-faq .dln-chips__content {
        width: calc(100% - 70px);
        padding: 0 8px 0 0
    }

    .dln-faq .dln-inputs--searchBar {
        width: 100%
    }

    .dln-faq__mainTitle {
        font-size: 35px;
        margin: 32px 0 0
    }

    .dln-faq .dln-faq__mainSubtitle {
        margin: 0 0 20px
    }

    .dln-faq__content .dln-wrapper {
        width: calc(100% - 20px)
    }

    .dln-faq .dln-faq__category .dln-categoryBox {
        width: calc(50% - 4px);
        margin: 0 8px 0 0;
        padding: 10px 0;
        border-width: 0
    }

    .dln-faq .dln-faq__category .dln-categoryBox:nth-of-type(2n+2) {
        margin-right: 0
    }

    .dln-faq .dln-faq__category .dln-categoryBox:hover {
        border-width: 0
    }

    .dln-faq__title {
        font-size: 15px;
        margin-bottom: 0
    }

    .dln-faq__title--related {
        font-size: 22px
    }

    .dln-faq__mainSubtitle {
        font-size: 15px
    }

    .dln-faq__videoContainer {
        width: 100%;
        height: 0;
        background-color: var(--brand-01);
        padding-bottom: 56.25%;
        margin: 0 0 48px;
        position: relative
    }

    .dln-faq__video {
        display: block;
        width: 100%;
        max-width: none;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .dln-faq__inner {
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px
    }

    .dln-faq__breadCrumbSelWrap {
        margin: 0 0 8px
    }

    .dln-faq .dln-faq__articleFoot {
        border-bottom: none;
        align-items: flex-start;
        position: relative
    }

    .dln-faq .dln-faq__articleFoot:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: var(--ui-01);
        left: 0;
        top: 72px
    }

    .dln-faq .dln-faq__articleFootText {
        width: calc(60% - 32px);
        height: 40px;
        padding: 0;
        display: inline-flex;
        align-items: center
    }

    .dln-faq .dln-faq__articleFoot .dln-btn--print {
        margin: 16px 32px 0 auto
    }

    .dln-faq .dln-faq__articleFoot .dln-btn--share {
        margin-top: 16px
    }

    .dln-faq .dln-faq__articleFoot .dln-btn--stroked {
        width: 20%;
        margin-bottom: 16px
    }

    .dln-faq .dln-breadcrumbs {
        display: none
    }

    .dln-faq .dln-faq__main .dln-chips {
        margin: 0;
        padding-right: 0;
        padding-left: 0
    }

    .dln-faq .dln-faq__main > .dln-wrapper--fullWidth {
        background-color: var(--ui-03);
        margin-bottom: 0
    }
}

.dln-kenwood .dln-faq {
    padding-top: 59px;
    padding-bottom: 70px;
    justify-content: center
}

.dln-kenwood .dln-faq > .dln-wrapper {
    display: none
}

.dln-kenwood .dln-faq .dln-faq__main {
    margin-bottom: 70px
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-faq__mainTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 46px;
    font-size: 38px;
    text-align: center
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-faq__mainSubtitle {
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    margin: 0
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-search-wrapper {
    width: 100%
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-faq__spellCheck {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 20px;
    font-size: 14px;
    color: var(--brand-04);
    text-align: center;
    margin: 22px 0 0
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-inputs--searchBar {
    max-width: 386px;
    border-color: var(--ui-01);
    margin: 30px auto 0
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input {
    line-height: 39px;
    padding: 2px 13px 2px 46px
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input::-webkit-input-placeholder {
    opacity: 1
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input:-ms-input-placeholder {
    opacity: 1
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input::-ms-input-placeholder {
    opacity: 1
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input::placeholder {
    opacity: 1
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__button {
    width: 23px;
    height: 23px;
    left: 13px
}

.dln-kenwood .dln-faq .dln-faq__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__button .dln-icn {
    font-size: 23px
}

.dln-kenwood .dln-faq .dln-faq__content {
    padding-top: 0;
    margin-bottom: 70px
}

.dln-kenwood .dln-faq .dln-faq__content .dln-wrapper {
    border-top: 1px solid var(--ui-01);
    padding-top: 70px;
    padding-bottom: 48px
}

.dln-kenwood .dln-faq .dln-faq__content .dln-wrapper:last-child {
    border-bottom: 1px solid var(--ui-01)
}

.dln-kenwood .dln-faq .dln-faq__content .dln-wrapper .dln-faq__title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 46px
}

.dln-kenwood .dln-faq .dln-faq__content .dln-wrapper .dln-faq__category .dln-categoryBox {
    border: none
}

.dln-kenwood .dln-faq .dln-faq__content .dln-wrapper .dln-faq__category .dln-categoryBox .dln-categoryBox__title {
    line-height: 16px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 10px
}

.dln-kenwood .dln-faq .dln-faq__content .dln-wrapper .dln-faq__breadCrumbSelWrap {
    margin-bottom: 35px !important
}

.dln-kenwood .dln-faq .dln-faq__content .dln-wrapper .dln-faq__breadCrumbSelWrap .dln-faq__text {
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 46px
}

.dln-kenwood .dln-faq .dln-faq__content .dln-wrapper .dln-faq__breadCrumbSelWrap .dln-select__value {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-faq .dln-faq__content .dln-wrapper .dln-faq__text, .dln-kenwood .dln-faq .dln-faq__content .dln-wrapper .dln-faq__textListItem {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-faq .dln-faq__helpSection {
    justify-content: center;
    margin: 0
}

.dln-kenwood .dln-faq .dln-faq__helpSection .dln-wrapper {
    border-top: none;
    border-bottom: 1px solid var(--ui-01) !important;
    padding-bottom: 70px
}

.dln-kenwood .dln-faq .dln-faq__helpSectionTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    line-height: 36px;
    font-size: 28px;
    padding: 0;
    margin-bottom: 20px
}

.dln-kenwood .dln-faq .dln-faq__helpSectionText {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-faq {
        padding-top: 37px
    }

    .dln-kenwood .dln-faq--alert {
        padding-top: 20px !important
    }

    .dln-kenwood .dln-faq > .dln-faq__chipsWrap {
        margin-bottom: 40px
    }

    .dln-kenwood .dln-faq > .dln-faq__chipsWrap .dln-wrapper .dln-chips--recallInformation {
        padding: 23px 18px 33px
    }

    .dln-kenwood .dln-faq > .dln-faq__chipsWrap .dln-wrapper .dln-chips--recallInformation .dln-chips__wrapper {
        align-items: center;
        padding-top: 0
    }

    .dln-kenwood .dln-faq__main {
        margin-bottom: 60px !important
    }

    .dln-kenwood .dln-faq__main .dln-wrapper .dln-faq__mainTitle {
        line-height: 40px !important;
        font-size: 32px !important;
        margin-top: 0;
        margin-bottom: 30px
    }

    .dln-kenwood .dln-faq__main .dln-wrapper .dln-faq__mainSubtitle {
        line-height: 24px !important;
        font-size: 20px !important
    }

    .dln-kenwood .dln-faq__main .dln-wrapper .dln-inputs--searchBar {
        margin-top: 20px !important
    }

    .dln-kenwood .dln-faq__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input {
        height: 45px
    }

    .dln-kenwood .dln-faq__content {
        padding: 0 10px;
        margin-bottom: 60px !important
    }

    .dln-kenwood .dln-faq__content .dln-wrapper {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__title {
        line-height: 22px !important;
        font-size: 18px !important;
        margin-bottom: 30px !important
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__category .dln-categoryBox {
        padding: 15px 0
    }

    .dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap {
        margin-bottom: 35px !important
    }

    .dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-faq__text {
        line-height: 22px !important;
        font-size: 18px !important;
        margin-bottom: 30px !important
    }

    .dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-select__value {
        font-size: 18px !important
    }
}

.dln-delonghi .dln-faq {
    padding-bottom: 77px
}

.dln-delonghi .dln-faq .dln-wrapper {
    max-width: 1480px
}

.dln-delonghi .dln-faq__chipsWrap > .dln-wrapper {
    max-width: 1400px
}

.dln-delonghi .dln-faq__main > .dln-wrapper .dln-faq__mainTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 52px;
    font-size: 3.125rem;
    margin-bottom: 40px
}

.dln-delonghi .dln-faq__main > .dln-wrapper .dln-faq__mainSubtitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 34px;
    font-size: 1.75rem;
    margin-bottom: 16px
}

.dln-delonghi .dln-faq__main > .dln-wrapper .dln-inputs--searchBar {
    width: 100%;
    max-width: 488px;
    margin-bottom: 64px
}

.dln-delonghi .dln-faq .dln-category-browser__wrapper {
    padding-top: 0;
    margin-bottom: 56px
}

.dln-delonghi .dln-faq .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__header {
    margin-bottom: 14px
}

.dln-delonghi .dln-faq .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__header .dln-category-browser__header--title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 23px;
    font-size: 1.3125rem
}

.dln-delonghi .dln-faq .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__category {
    padding-bottom: 42px
}

.dln-delonghi .dln-faq .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__category .dln-categoryBox {
    margin-bottom: 0
}

.dln-delonghi .dln-faq .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner .dln-quickLinks__title {
    margin: 0 0 20px
}

.dln-delonghi .dln-faq .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner .dln-quick-links-slider__carousel .swiper-wrapper .swiper-slide .dln-quickLink {
    min-height: 199px;
    padding: 21px 11px 28px;
    box-sizing: border-box
}

.dln-delonghi .dln-faq .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner .dln-quick-links-slider__carousel .swiper-wrapper .swiper-slide .dln-quickLink .dln-quickLink__wrap {
    margin-bottom: 22px
}

.dln-delonghi .dln-faq .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner .dln-quick-links-slider__carousel .swiper-wrapper .swiper-slide .dln-quickLink .dln-quickLink__wrap .dln-quickLink__iconWrap {
    width: 48px;
    height: 48px;
    border-radius: 0;
    margin-bottom: 22px
}

.dln-delonghi .dln-faq .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner .dln-quick-links-slider__carousel .swiper-wrapper .swiper-slide .dln-quickLink .dln-quickLink__wrap .dln-quickLink__title {
    line-height: 18px;
    font-size: 1rem
}

.dln-delonghi .dln-faq--alert .dln-wrapper .dln-breadcrumbs {
    margin-bottom: 10px !important
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips {
    padding: 29px 20px 20px
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips__wrapper .dln-icn {
    margin-bottom: 9px
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips__content .dln-chips__description {
    line-height: 20px
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips__content .dln-btn--link {
    line-height: 18px;
    font-size: .875rem;
    margin-bottom: 0
}

@media only screen and (min-width: 900px) and (max-width: 1480px) {
    .dln-delonghi .dln-faq__chipsWrap > .dln-wrapper {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media only screen and (max-width: 900px) {
    .dln-delonghi .dln-faq__chipsWrap > .dln-wrapper {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-faq {
        padding-top: 10px;
        padding-bottom: 64px
    }

    .dln-delonghi .dln-faq > .dln-wrapper:first-child .dln-breadcrumbs {
        display: flex;
        margin-bottom: 0
    }

    .dln-delonghi .dln-faq__main .dln-wrapper .dln-faq__mainTitle {
        line-height: 40px;
        font-size: 2.3125rem;
        margin: 24px 0
    }

    .dln-delonghi .dln-faq__main .dln-wrapper .dln-faq__mainSubtitle {
        line-height: 23px;
        font-size: 1.3125rem
    }

    .dln-delonghi .dln-faq__main .dln-wrapper .dln-inputs--searchBar {
        margin-bottom: 43px
    }

    .dln-delonghi .dln-faq .dln-category-browser__wrapper {
        margin-bottom: 41px
    }

    .dln-delonghi .dln-faq .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__header {
        margin-bottom: 6px
    }

    .dln-delonghi .dln-faq .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__header .dln-category-browser__header--title {
        line-height: 20px;
        font-size: 1.125rem
    }

    .dln-delonghi .dln-faq .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__category {
        padding-bottom: 9px
    }

    .dln-delonghi .dln-faq .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__category .dln-categoryBox {
        width: calc(50% - 5.5px);
        margin: 0 11px 16px 0
    }

    .dln-delonghi .dln-faq .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__category .dln-categoryBox:nth-of-type(2n+2) {
        margin: 0 0 16px
    }

    .dln-delonghi .dln-faq .dln-quickLinks--slider .swiper-pagination {
        display: flex !important
    }
}

.dln-contactUs--thankYou .dln-wrapper--thankYouMessage {
    margin-bottom: 125px
}

.dln-contactUs--thankYou .dln-contactUs__title {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 32px;
    margin-bottom: 30px
}

.dln-contactUs--thankYou .dln-contactUs__thankYouMessage {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 70px;
    margin: 0 0 30px
}

.dln-contactUs--thankYou .dln-contactUs__thankYouMessageIconWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 40px 0 0
}

.dln-contactUs--thankYou .dln-contactUs__thankYouMessageIconWrap .dln-icn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    color: var(--support-02)
}

.dln-contactUs--thankYou .dln-contactUs__thankYouMessageWrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 88px)
}

.dln-contactUs--thankYou .dln-contactUs__thankYouMessageText {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px
}

.dln-contactUs--thankYou .dln-btn--backToContactUs {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px
}

@media only screen and (max-width: 599px) {
    .dln-contactUs--thankYou .dln-wrapper--fullWidth {
        padding-top: 16px;
        padding-bottom: 65px
    }

    .dln-contactUs--thankYou .dln-wrapper--thankYouMessage {
        margin-bottom: 115px
    }

    .dln-contactUs--thankYou .dln-breadcrumbs {
        margin-bottom: 10px
    }

    .dln-contactUs--thankYou .dln-breadcrumbs__li span {
        line-height: 16px;
        font-size: 10px;
        text-decoration: underline
    }

    .dln-contactUs--thankYou .dln-contactUs__title {
        line-height: 21px;
        font-size: 21px;
        margin-bottom: 16px
    }

    .dln-contactUs--thankYou .dln-contactUs__thankYouMessageIconWrap {
        margin: 0 20px 0 0
    }

    .dln-contactUs--thankYou .dln-contactUs__thankYouMessageWrap {
        width: calc(100% - 68px)
    }

    .dln-contactUs--thankYou .dln-btn--backToContactUs {
        font-size: 15px
    }
}

.dln-kenwood .dln-contactUs--thankYou .dln-wrapper--thankYouMessage {
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto
}

.dln-kenwood .dln-contactUs--thankYou .dln-contactUs__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 36px;
    margin: 0 auto 24px;
    text-align: center
}

.dln-kenwood .dln-contactUs--thankYou .dln-contactUs__thankYouMessage {
    position: relative;
    padding-bottom: 39px;
    margin-bottom: 19px
}

.dln-kenwood .dln-contactUs--thankYou .dln-contactUs__thankYouMessageIconWrap {
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: -2em
}

.dln-kenwood .dln-contactUs--thankYou .dln-contactUs__thankYouMessageIconWrap .dln-icn {
    width: 80px;
    height: 80px;
    color: var(--support-02--bright);
    font-size: 80px;
    line-height: 80px
}

.dln-kenwood .dln-contactUs--thankYou .dln-contactUs__thankYouMessageWrap {
    text-align: center;
    max-width: 794px;
    margin: 0 auto
}

.dln-kenwood .dln-contactUs--thankYou .dln-btn--backToContactUs {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-contactUs--thankYou .dln-wrapper--fullWidth {
        margin-bottom: 0;
        padding-top: 37px
    }

    .dln-kenwood .dln-contactUs--thankYou .dln-wrapper--thankYouMessage {
        margin-top: 115px;
        margin-bottom: 70px
    }
}

.dln-delonghi .dln-contactUs--thankYou .dln-btn--backToContactUs {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    font-size: .875rem
}

.dln-delonghi .dln-contactUs--thankYou .dln-wrapper--thankYouMessage .dln-contactUs__title {
    line-height: 34px;
    font-size: 1.75rem
}

.dln-delonghi .dln-contactUs--thankYou .dln-wrapper--thankYouMessage .dln-contactUs__thankYouMessageText {
    line-height: 24px;
    font-size: 1.125rem
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-contactUs--thankYou .dln-wrapper--fullWidth {
        padding-bottom: 0;
        margin-bottom: 32px
    }

    .dln-delonghi .dln-contactUs--thankYou .dln-wrapper--thankYouMessage .dln-contactUs__title {
        line-height: 23px;
        font-size: 1.3125rem;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-contactUs--thankYou .dln-wrapper--thankYouMessage .dln-contactUs__thankYouMessage {
        padding-bottom: 24px;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-contactUs--thankYou .dln-wrapper--thankYouMessage .dln-contactUs__thankYouMessageText {
        line-height: 24px;
        font-size: 1rem
    }

    .dln-delonghi .dln-contactUs--thankYou .dln-wrapper--thankYouMessage .dln-contactUs__thankYouMessage .dln-btn--backToContactUs {
        line-height: 21px;
        font-size: .9375rem
    }
}

.dln-instruction-manuals {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    justify-content: center;
    height: auto;
    background-color: var(--brand-03);
    padding: 40px 0 70px
}

.dln-instruction-manuals--alert {
    padding-top: 30px !important
}

.dln-instruction-manuals > .dln-wrapper {
    width: 100%;
    max-width: 1080px
}

.dln-instruction-manuals__chipsWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.dln-instruction-manuals__chipsWrap > .dln-wrapper {
    width: 100%;
    max-width: 1080px
}

.dln-instruction-manuals__main {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    justify-content: center;
    height: auto;
    margin: 0 auto
}

.dln-instruction-manuals__main > .dln-wrapper {
    width: 100%;
    max-width: 1080px
}

.dln-instruction-manuals__main > .dln-wrapper .dln-btn--link {
    width: 100%;
    text-align: left;
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    color: var(--brand-02);
    margin-top: 4px
}

.dln-instruction-manuals .dln-chips {
    width: 100%;
    border: none;
    margin: 0 0 40px
}

.dln-instruction-manuals__mainTitle {
    font-size: 44px;
    line-height: 55px;
    margin: 0 0 32px
}

.dln-instruction-manuals__mainSubtitle, .dln-instruction-manuals__mainTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%
}

.dln-instruction-manuals__mainSubtitle {
    line-height: 32px;
    font-size: 32px;
    margin: 0 0 20px
}

.dln-instruction-manuals .dln-inputs--searchBar {
    width: 50%
}

.dln-instruction-manuals__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    justify-content: center;
    height: auto;
    padding-top: 66px;
    margin: 0 auto 83px
}

.dln-instruction-manuals__content > .dln-wrapper {
    width: 100%;
    max-width: 1080px
}

.dln-instruction-manuals__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 22px;
    margin: 0 0 48px
}

.dln-instruction-manuals__text {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 16px
}

.dln-instruction-manuals__textList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    list-style: inside disc;
    margin: 0 0 16px
}

.dln-instruction-manuals__textListItem {
    width: 100%
}

.dln-instruction-manuals__breadCrumbSelWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 24px
}

.dln-instruction-manuals__breadCrumbSelWrap .dln-breadCrumbSel, .dln-instruction-manuals__breadCrumbSelWrap .dln-select {
    margin: 0 24px 0 0
}

.dln-instruction-manuals__breadCrumbSelWrap .dln-select__value {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (min-width: 599px) {
    .dln-instruction-manuals__product {
        align-items: flex-start
    }
}

.dln-instruction-manuals .dln-category-browser > .dln-wrapper {
    max-width: 1080px
}

.dln-instruction-manuals .dln-category-browser__category .dln-categoryBox__imgWrap {
    background-color: transparent
}

.dln-instruction-manuals .dln-instruction-manuals__title--related {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-instruction-manuals__resultCounter {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: var(--brand-02);
    text-align: center;
    margin: 0 0 16px
}

.dln-instruction-manuals__resultCounter + .dln-btn--showMoreResults {
    width: 184px;
    margin: 0 auto
}

.dln-instruction-manuals__videoContainer {
    width: 895px;
    height: 494px;
    background-color: var(--brand-01);
    margin: 0 0 48px
}

.dln-instruction-manuals__video {
    display: block;
    max-width: 100%;
    height: auto
}

.dln-instruction-manuals__quickLinks {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.dln-instruction-manuals__quickLinks .dln-instruction-manuals__title {
    margin-bottom: 32px
}

.dln-instruction-manuals__quickLinks .dln-wrapper {
    max-width: 1080px
}

.dln-instruction-manuals__quickLinks .dln-carousel.swiper-container.dln-carousel--mobileOnly, .dln-instruction-manuals__quickLinks .swiper-container .swiper-wrapper {
    height: auto
}

.dln-instruction-manuals__quickLinks .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
    min-height: 100%
}

.dln-instruction-manuals__quickLinks .swiper-container .swiper-wrapper .swiper-slide .dln-quickLink {
    min-height: 180px
}

.dln-instruction-manuals__quickLinks .swiper-container .swiper-pagination {
    margin-top: 32px !important
}

.dln-instruction-manuals__quickLinksWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-instruction-manuals__quickLinksWrap .dln-quickLink {
    width: calc(20% - 16px);
    margin: 0 20px 0 0
}

.dln-instruction-manuals__quickLinksWrap .dln-quickLink:last-of-type {
    margin: 0
}

.dln-instruction-manuals__inner {
    width: 100%;
    padding: 0 40px;
    margin: 0 auto
}

.dln-instruction-manuals__inner .dln-wrapper {
    max-width: 1080px !important
}

.dln-instruction-manuals__contactUs {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-instruction-manuals__contactUs .dln-wrapper {
    width: 100%
}

.dln-instruction-manuals__contactUs .dln-wrapper--fullWidth {
    background-color: var(--ui-03);
    padding-top: 40px;
    padding-bottom: 40px
}

.dln-instruction-manuals__contactUsTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 22px;
    font-size: 18px;
    margin: 0 0 24px
}

.dln-instruction-manuals__contactUsText {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 32px
}

.dln-instruction-manuals__contactUs .dln-btn--contactUs {
    width: 124px
}

.dln-instruction-manuals__helpSection {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 80px
}

.dln-instruction-manuals__helpSection .dln-wrapper {
    max-width: 1080px
}

.dln-instruction-manuals__helpSectionTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 50%;
    line-height: 32px;
    font-size: 32px;
    padding-right: 50%;
    margin-bottom: 40px
}

.dln-instruction-manuals__helpSectionText {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 40px
}

.dln-instruction-manuals__helpSection .dln-btn.dln-btn--backToSection {
    width: 184px
}

.dln-instruction-manuals__list {
    list-style: inside none;
    width: 100%;
    max-width: 480px
}

.dln-instruction-manuals__list li {
    position: relative;
    padding: 16px 0;
    border-bottom: 1px solid var(--ui-01);
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap
}

.dln-instruction-manuals__list li:last-child {
    border: 0;
    padding-bottom: 0
}

.dln-instruction-manuals__list li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dln-instruction-manuals__list li:hover .dln-instruction-manuals__listText .dln-instruction-manuals__listText--title {
    text-decoration: underline
}

.dln-instruction-manuals__list .dln-icn--iconfont {
    font-size: 48px;
    color: var(--support-02);
    width: 48px;
    height: 48px;
    margin: 0 12px 0 0
}

.dln-instruction-manuals__listText {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-01);
    font-size: 15px;
    line-height: 20px;
    width: calc(100% - 60px);
    -ms-grid-row-align: center;
    align-self: center
}

.dln-instruction-manuals__listText .dln-instruction-manuals__listText--details {
    display: block;
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--ui-04);
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px
}

.dln-instruction-manuals__spellCheck {
    margin-bottom: 30px;
    display: block;
    width: 100%
}

.dln-instruction-manuals__searchByCategory, .dln-instruction-manuals__spellCheck {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-01);
    font-size: 16px;
    line-height: 20px
}

.dln-instruction-manuals__searchByCategory {
    margin-bottom: 40px
}

.dln-instruction-manuals__product {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    margin: 33px auto 0;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--ui-01);
    width: 100%;
    justify-content: center
}

.dln-instruction-manuals__product > div:nth-of-type(2) {
    width: 50%;
    max-width: 489px
}

.dln-instruction-manuals__productImage {
    width: 50%;
    max-width: 489px;
    height: auto;
    margin-right: 20px
}

.dln-instruction-manuals__productImage img {
    width: 100%;
    height: auto
}

.dln-instruction-manuals__productSku {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-02);
    font-size: 16px;
    line-height: 20px;
    margin: 2px 0 16px
}

@media only screen and (min-width: 599px) {
    .dln-instruction-manuals__carousel .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%
    }

    .dln-instruction-manuals__carousel .swiper-wrapper .swiper-slide {
        width: calc(20% - 16px) !important
    }

    .dln-instruction-manuals__carousel .swiper-wrapper .swiper-slide .dln-quickLink {
        border-bottom: 1px solid var(--ui-01)
    }
}

@media only screen and (max-width: 599px) {
    .dln-instruction-manuals__product > div:nth-of-type(2), .dln-instruction-manuals__productImage {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-instruction-manuals {
        padding-top: 0;
        padding-bottom: 90px
    }

    .dln-instruction-manuals .dln-chips .dln-icn--mainIcon {
        margin: 0 20px 0 0
    }

    .dln-instruction-manuals .dln-chips__wrapper {
        align-items: flex-start;
        padding-top: 16px
    }

    .dln-instruction-manuals .dln-chips__content {
        width: calc(100% - 70px);
        padding: 0 8px 0 0
    }

    .dln-instruction-manuals .dln-inputs--searchBar {
        width: 100%
    }

    .dln-instruction-manuals .dln-btn--link {
        padding-top: 4px
    }

    .dln-instruction-manuals__mainTitle {
        font-size: 35px;
        line-height: 43px;
        margin: 32px 0 20px
    }

    .dln-instruction-manuals .dln-instruction-manuals__mainSubtitle {
        line-height: 21px;
        margin: 0 0 20px
    }

    .dln-instruction-manuals__content {
        padding-top: 48px;
        margin-bottom: 58px
    }

    .dln-instruction-manuals__content .dln-wrapper {
        width: calc(100% - 20px)
    }

    .dln-instruction-manuals__questionList {
        margin-top: 8px;
        margin-bottom: 32px
    }

    .dln-instruction-manuals__questionItem {
        align-items: flex-start
    }

    .dln-instruction-manuals__questionLink {
        font-size: 14px;
        line-height: 20px
    }

    .dln-instruction-manuals .dln-category-browser__category .dln-categoryBox__imgWrap {
        height: 132px;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .dln-instruction-manuals__title {
        font-size: 15px;
        margin-bottom: 0
    }

    .dln-instruction-manuals__title--related {
        font-size: 22px
    }

    .dln-instruction-manuals__mainSubtitle {
        font-size: 15px
    }

    .dln-instruction-manuals__videoContainer {
        width: 100%;
        height: 0;
        background-color: var(--brand-01);
        padding-bottom: 56.25%;
        margin: 0 0 48px;
        position: relative
    }

    .dln-instruction-manuals__video {
        display: block;
        width: 100%;
        max-width: none;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .dln-instruction-manuals__quickLinks .dln-wrapper {
        width: calc(100% - 20px)
    }

    .dln-instruction-manuals__quickLinks .dln-instruction-manuals__title {
        margin-bottom: 4px
    }

    .dln-instruction-manuals__inner {
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px
    }

    .dln-instruction-manuals__breadCrumbSelWrap {
        margin: 0 0 8px
    }

    .dln-instruction-manuals .dln-breadcrumbs {
        display: none
    }

    .dln-instruction-manuals .dln-instruction-manuals__main .dln-chips {
        margin: 0;
        padding-right: 0;
        padding-left: 0
    }

    .dln-instruction-manuals .dln-instruction-manuals__main > .dln-wrapper--fullWidth {
        background-color: var(--ui-03);
        margin-bottom: 0
    }

    .dln-instruction-manuals__list {
        width: 100%
    }

    .dln-instruction-manuals__helpSection {
        margin-bottom: 58px
    }

    .dln-instruction-manuals__helpSectionTitle {
        width: 100%;
        padding-right: 0
    }

    .dln-instruction-manuals__spellCheck {
        font-size: 14px;
        margin-bottom: 18px
    }

    .dln-instruction-manuals__searchByCategory {
        font-size: 14px;
        margin-bottom: 10px
    }

    .dln-instruction-manuals__product {
        flex-wrap: wrap;
        margin-top: 24px
    }

    .dln-instruction-manuals__productImage {
        width: 100%;
        margin: 0 0 25px
    }

    .dln-instruction-manuals__product .dln-instruction-manuals__mainSubtitle {
        font-size: 21px;
        margin-bottom: 16px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page {
    padding-top: 59px;
    padding-bottom: 70px;
    justify-content: center
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page {
        padding-top: 32px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page > .dln-wrapper {
    display: none
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main {
    margin-bottom: 70px;
    justify-content: center
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main {
        margin-bottom: 59px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper {
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__mainTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 46px;
    font-size: 38px;
    text-align: center;
    margin-bottom: 0
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__mainTitle {
        font-size: 32px;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__mainTitle + .dln-instruction-manuals__mainSubtitle {
    margin-top: 32px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__mainTitle + .dln-instruction-manuals__mainSubtitle {
        margin-top: 30px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__mainSubtitle {
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    margin: 0
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__mainSubtitle {
        font-size: 20px;
        line-height: 24px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__searchWrapper + .dln-btn--link {
    max-width: 199px;
    margin-left: 24%
}

@media screen and (min-width: 321px) and (max-width: 800px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__searchWrapper + .dln-btn--link {
        max-width: 386px;
        margin-left: 25%
    }
}

@media screen and (min-width: 801px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__searchWrapper + .dln-btn--link {
        max-width: 386px;
        margin: 4px auto
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-instruction-manuals__spellCheck {
    margin-top: 22px;
    margin-bottom: 0;
    color: var(--brand-04);
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar {
    max-width: 386px;
    border-color: var(--ui-01);
    margin: 30px auto 0;
    width: 50%
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar {
        margin-top: 20px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input {
    line-height: 39px;
    padding: 2px 13px 2px 46px
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input::-webkit-input-placeholder {
    opacity: 1
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input:-ms-input-placeholder {
    opacity: 1
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input::-ms-input-placeholder {
    opacity: 1
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__input::placeholder {
    opacity: 1
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__button {
    width: 23px;
    height: 23px;
    left: 13px
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar .dln-inputs__button .dln-icn {
    font-size: 23px
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__main .dln-wrapper .dln-inputs--searchBar + a.dln-btn {
    margin: 4px auto;
    max-width: 386px;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content {
    padding-top: 9px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content {
        padding-top: 0;
        margin-bottom: 58px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content > .dln-wrapper {
    max-width: 1110px
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content > .dln-wrapper > .dln-btn--link {
    position: absolute;
    transform: translateY(-100%)
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product {
    width: 100%;
    padding: 30px 0;
    margin: 0
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product {
        border-bottom: 1px solid var(--ui-01)
    }
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product .dln-instruction-manuals__productImage {
        margin-bottom: 10px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product .dln-instruction-manuals__mainSubtitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product .dln-instruction-manuals__productSku {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product .dln-instruction-manuals__list {
    margin: 30px 0
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product .dln-instruction-manuals__list li:first-child {
    padding-top: 0
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product .dln-instruction-manuals__list li .dln-icn--iconfont {
    color: var(--brand-01)
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product .dln-instruction-manuals__list li .dln-instruction-manuals__listText {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04);
    font-size: 14px;
    line-height: 16px
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__content .dln-instruction-manuals__product .dln-instruction-manuals__list li .dln-instruction-manuals__listText--details {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--ui-04);
    font-size: 12px;
    line-height: 16px
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__quickLinks {
    justify-content: center
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__quickLinks .dln-wrapper {
    max-width: 1110px
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSection {
    justify-content: center;
    margin-bottom: 70px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSection {
        margin-bottom: 60px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSection .dln-wrapper {
    max-width: 1110px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSection .dln-wrapper {
        text-align: center;
        justify-content: center
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSection .dln-wrapper:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: var(--ui-01);
    margin-top: 70px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSection .dln-wrapper:after {
        margin-top: 60px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSectionTitle {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 36px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSectionTitle {
        font-size: 24px;
        line-height: 32px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSectionText {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSectionText {
        font-size: 14px;
        line-height: 20px
    }
}

.dln-kenwood .dln-instruction-manuals.dln-page .dln-instruction-manuals__helpSection .dln-btn.dln-btn--backToSection {
    width: auto
}

.dln-delonghi .dln-instruction-manuals > .dln-wrapper, .dln-delonghi .dln-instruction-manuals__content > .dln-wrapper, .dln-delonghi .dln-instruction-manuals__main > .dln-wrapper {
    max-width: 1480px
}

.dln-delonghi .dln-instruction-manuals__main > .dln-wrapper .dln-btn.dln-btn--link {
    font-size: .6875rem
}

.dln-delonghi .dln-instruction-manuals__mainTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.04;
    font-size: 3.125rem
}

.dln-delonghi .dln-instruction-manuals__helpSectionTitle, .dln-delonghi .dln-instruction-manuals__mainSubtitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.21;
    font-size: 1.75rem
}

.dln-delonghi .dln-instruction-manuals .dln-category-browser .dln-category-browser__header--title {
    font-size: 1.3125rem
}

.dln-delonghi .dln-instruction-manuals .dln-category-browser__category .dln-categoryBox {
    width: 16.66%
}

.dln-delonghi .dln-instruction-manuals .dln-category-browser__category .dln-categoryBox:nth-of-type(5n+5) {
    margin-right: 16.66%
}

.dln-delonghi .dln-instruction-manuals__helpSectionText, .dln-delonghi .dln-instruction-manuals__helpSectionTitle {
    margin-bottom: 20px
}

.dln-delonghi .dln-instruction-manuals__spellCheck {
    line-height: 1.33;
    font-size: 1.125rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-instruction-manuals .dln-inputs {
    margin-bottom: 0
}

@media only screen and (max-width: 900px) {
    .dln-delonghi .dln-instruction-manuals .dln-category-browser__category .dln-categoryBox {
        width: 20%
    }

    .dln-delonghi .dln-instruction-manuals .dln-category-browser__category .dln-categoryBox:nth-of-type(5n+5) {
        margin-right: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-instruction-manuals__mainTitle {
        line-height: 1.08;
        font-size: 2.3125rem
    }

    .dln-delonghi .dln-instruction-manuals__mainSubtitle {
        line-height: 1.1;
        font-size: 1.3125rem
    }

    .dln-delonghi .dln-instruction-manuals .dln-category-browser__wrapper {
        padding-top: 48px
    }

    .dln-delonghi .dln-instruction-manuals .dln-category-browser .dln-category-browser__header--title {
        font-size: 1.125rem
    }

    .dln-delonghi .dln-instruction-manuals .dln-category-browser__category .dln-categoryBox {
        width: calc(50% - 4px)
    }

    .dln-delonghi .dln-instruction-manuals .dln-category-browser__category .dln-categoryBox:nth-of-type(5n+5) {
        margin-right: 8px
    }

    .dln-delonghi .dln-instruction-manuals__helpSectionTitle {
        line-height: 1.11;
        font-size: 1.125rem
    }

    .dln-delonghi .dln-instruction-manuals__helpSectionText, .dln-delonghi .dln-instruction-manuals__helpSectionTitle {
        margin-bottom: 20px
    }

    .dln-delonghi .dln-instruction-manuals__spellCheck {
        line-height: 1.5;
        font-size: 1rem
    }

    .dln-delonghi .dln-instruction-manuals.dln-instruction-manuals-03 .dln-instruction-manuals__mainTitle {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-instruction-manuals.dln-instruction-manuals-03 .dln-instruction-manuals__content {
        padding-top: 0
    }

    .dln-delonghi .dln-instruction-manuals.dln-instruction-manuals-03 .dln-instruction-manuals__content .dln-prodManualsCard {
        padding-top: 25px
    }
}

@media only screen and (min-width: 1480px) {
    .dln-delonghi .dln-instruction-manuals-02.dln-page .dln-wrapper {
        margin: 0 auto 0 0
    }

    .dln-delonghi .dln-instruction-manuals-02.dln-page .dln-quickLinks--slider.dln-quickLinks--slider--default {
        padding: 36px 70px 0;
        border-top: 2px solid var(--ui-03)
    }
}

.dln-instruction-manuals-03 .dln-instruction-manuals__content {
    padding-top: 22px
}

.dln-instruction-manuals-03 .dln-prodManualsCard {
    padding-top: 32px
}

.dln-instruction-manuals-03 .dln-quickLinks--slider > .dln-wrapper {
    padding: 0
}

@media only screen and (max-width: 599px) {
    .dln-instruction-manuals-03 .dln-instruction-manuals__product {
        border: 0
    }

    .dln-instruction-manuals-03 .dln-instruction-manuals__list {
        margin-top: 32px
    }

    .dln-instruction-manuals-03 .dln-instruction-manuals__list:last-child {
        border: 0;
        padding-bottom: 0
    }
}

.dln-prodReg--confirmation {
    display: flex;
    flex-wrap: wrap;
    padding-top: 85px
}

.dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-icn--mainIcon {
    color: var(--support-02)
}

.dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-chips {
    font-size: 14px;
    padding: 0;
    margin: 0 0 41px
}

.dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-chips .dln-chips__content {
    padding: 0
}

.dln-prodReg--confirmation .dln-confirmation-page__title-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: var(--ui-03);
    padding: 0 0 117px;
    margin-bottom: 36px;
    box-sizing: border-box
}

.dln-prodReg--confirmation .dln-confirmation-page__title-container > .dln-wrapper {
    width: 100%
}

.dln-prodReg--confirmation .dln-confirmation-page__title-container .dln-title {
    margin: 0
}

.dln-prodReg--confirmation .dln-confirmation-page__breadCrumbs-wrapper {
    padding-top: 48px;
    margin-bottom: 20px
}

.dln-prodReg--confirmation .dln-confirmation-page__breadCrumbs-wrapper .dln-breadcrumbs {
    margin: 0
}

.dln-prodReg--confirmation .dln-confirmation-page__icon-container {
    font-size: 14px
}

.dln-prodReg--confirmation .dln-confirmation-page__button-container {
    width: 214px
}

.dln-prodReg--confirmation .dln-confirmation-page__wrapper-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 93px
}

.dln-prodReg--confirmation .dln-confirmation-page__wrapper-content > .dln-wrapper {
    width: 100%
}

@media only screen and (max-width: 599px) {
    .dln-prodReg--confirmation {
        padding-top: 64px
    }

    .dln-prodReg--confirmation .dln-confirmation-page__breadCrumbs-wrapper {
        padding-top: 21px
    }

    .dln-prodReg--confirmation .dln-confirmation-page__title-container {
        padding-bottom: 65px;
        margin: 0 0 20px
    }

    .dln-prodReg--confirmation .dln-confirmation-page__title-container .dln-title {
        font-size: 35px;
        line-height: 41px
    }

    .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-chips .dln-icn {
        margin: 0 20px 0 0
    }

    .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-chips__content {
        width: calc(100% - 68px);
        line-height: 20px
    }

    .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content {
        margin: 0 0 70px
    }
}

.dln-kenwood .dln-prodReg--confirmation {
    padding-left: 20px;
    padding-right: 20px
}

.dln-kenwood .dln-prodReg--confirmation .dln-confirmation-page__title-container, .dln-kenwood .dln-prodReg--confirmation .dln-wrapper {
    padding: 0 !important;
    margin: 0 auto
}

.dln-kenwood .dln-prodReg--confirmation .dln-chips__strong, .dln-kenwood .dln-prodReg--confirmation .dln-title {
    text-align: center
}

.dln-kenwood .dln-prodReg--confirmation .dln-chips__content {
    width: 100%;
    margin-top: 5px
}

.dln-kenwood .dln-prodReg--confirmation .dln-chips__content .dln-chips__strong {
    margin-bottom: 0;
    color: var(--brand-04);
    font-size: 14px;
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-prodReg--confirmation .dln-title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38px
}

.dln-kenwood .dln-prodReg--confirmation .dln-chips.dln-chips--extraLight, .dln-kenwood .dln-prodReg--confirmation .dln-title, .dln-kenwood .dln-prodReg--confirmation .dln-wrapper {
    background: var(--brand-03)
}

.dln-kenwood .dln-prodReg--confirmation .dln-confirmation-page__button-container, .dln-kenwood .dln-prodReg--confirmation .dln-icn.dln-icn--mainIcon {
    margin: 0 auto;
    text-align: center
}

.dln-kenwood .dln-prodReg--confirmation .dln-icn.dln-icn--mainIcon {
    width: 80px;
    height: 80px;
    font-size: 80px;
    margin-top: 45px;
    color: var(--support-02) !important
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-prodReg--confirmation {
        padding-top: 37px;
        padding-left: 14px;
        padding-right: 14px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-title {
        font-family: var(--fontNameExtra), Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 32px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content {
        margin-top: 20px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-chips.dln-chips--largeIcon.dln-chips--iconinside.dln-chips--extraLight {
        margin-bottom: 30px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-chips__content {
        margin-top: 10px
    }
}

.dln-delonghi .dln-prodReg--confirmation {
    align-content: flex-start;
    min-height: calc(100vh - 165px);
    padding-top: 95px
}

.dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__title-container {
    background-color: var(--brand-03);
    padding-bottom: 0;
    margin-bottom: 68px
}

.dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__title-container .dln-wrapper .dln-confirmation-page__breadCrumbs-wrapper {
    padding-top: 0;
    margin-bottom: 20px
}

.dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__title-container .dln-wrapper .dln-confirmation-page__breadCrumbs-wrapper .dln-breadcrumbs {
    padding-top: 10px;
    margin-bottom: 0 !important
}

.dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-wrapper .dln-chips {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 24px;
    margin-bottom: 40px
}

.dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-wrapper .dln-chips__wrapper .dln-icn {
    margin-right: 24px
}

.dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-wrapper .dln-chips__wrapper .dln-chips__content {
    line-height: 24px;
    font-size: 1.125rem
}

.dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-wrapper .dln-confirmation-page__button-container .dln-btn {
    width: 100%;
    max-width: 282px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prodReg--confirmation {
        padding-top: 64px
    }

    .dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__title-container {
        margin-bottom: 40px
    }

    .dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__title-container .dln-wrapper .dln-confirmation-page__breadCrumbs-wrapper {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__title-container .dln-wrapper .dln-confirmation-page__breadCrumbs-wrapper .dln-breadcrumbs {
        padding-bottom: 10px
    }

    .dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-wrapper .dln-chips {
        padding-bottom: 40px
    }

    .dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-wrapper .dln-chips__wrapper .dln-icn {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 2.625rem
    }

    .dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-wrapper .dln-chips__wrapper .dln-chips__content {
        width: calc(100% - 66px);
        font-size: 1rem
    }

    .dln-delonghi .dln-prodReg--confirmation .dln-confirmation-page__wrapper-content .dln-wrapper .dln-confirmation-page__button-container .dln-btn {
        max-width: 184px;
        padding: 0 16px
    }
}

.dln-site-search.dln-page {
    overflow: initial
}

.dln-site-search .dln-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    margin: 0 auto
}

.dln-site-search .dln-title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1.25;
    font-size: 44px;
    font-style: normal;
    letter-spacing: normal;
    padding-bottom: 25px
}

.dln-site-search__results {
    display: block;
    width: 100%;
    line-height: 1.4;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 42px
}

.dln-site-search__no-results-paragraph, .dln-site-search__results {
    font-stretch: normal;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal
}

.dln-site-search__no-results-paragraph {
    line-height: 1.25;
    font-size: 16px;
    padding-bottom: 30px
}

.dln-site-search__no-results-title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1.25;
    font-size: 44px;
    font-style: normal;
    letter-spacing: normal;
    padding-bottom: 10px
}

.dln-site-search .dln-inputs {
    max-width: 589px
}

.dln-site-search .dln-inputs .dln-icn {
    color: #000
}

.dln-site-search .dln-tabs {
    margin-bottom: 35px
}

.dln-site-search .simple-list {
    padding-top: 30px
}

.dln-site-search .dln-filters-bar {
    margin-bottom: 33px
}

.dln-site-search__products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0
}

.dln-site-search__products .bra-prodTile {
    width: calc(25% - 15px);
    height: auto;
    margin: 0 20px 20px 0
}

.dln-site-search__products .bra-prodTile:nth-of-type(4n+4) {
    margin: 0 0 20px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-site-search__products .bra-prodTile {
        width: calc(33.33% - 13.34px)
    }

    .dln-site-search__products .bra-prodTile:nth-of-type(4n+4) {
        margin: 0 20px 20px 0
    }

    .dln-site-search__products .bra-prodTile:nth-of-type(3n+3) {
        margin: 0 0 20px
    }

    .dln-site-search .dln-tabs__btn {
        font-size: 15px;
        line-height: 21px
    }
}

@media only screen and (max-width: 900px) {
    .dln-site-search .dln-btnTextIcon--braun-filters {
        display: block
    }
}

@media only screen and (max-width: 599px) {
    .dln-site-search .dln-wrapper {
        padding: 20px 20px 0
    }

    .dln-site-search.dln-page .dln-title {
        margin: 4px 0 0;
        text-align: left;
        font-size: 24px;
        padding-bottom: 15px
    }

    .dln-site-search__results {
        padding-bottom: 34px
    }

    .dln-site-search__no-results-title {
        font-size: 24px;
        line-height: 1.13
    }

    .dln-site-search__no-results-paragraph {
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal
    }

    .dln-site-search .dln-inputs {
        width: 100%
    }

    .dln-site-search .dln-tabs__btn {
        font-size: 15px;
        line-height: 21px
    }

    .dln-site-search .dln-filters-bar {
        padding-bottom: 0
    }

    .dln-site-search .simple-list {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal
    }

    .dln-site-search__products .bra-prodTile {
        width: calc(50% - 5px);
        margin: 0 10px 10px 0
    }

    .dln-site-search__products .bra-prodTile:nth-of-type(4n+4) {
        margin: 0 0 10px
    }

    .dln-site-search__products .bra-prodTile:nth-of-type(3n+3) {
        margin: 0 10px 10px 0
    }

    .dln-site-search__products .bra-prodTile:nth-of-type(2n+2) {
        margin: 0 0 10px
    }

    .dln-site-search .bra-btnView {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 0 0 auto
    }
}

.dln-kenwood .dln-site-search > .dln-wrapper:first-child {
    max-width: none;
    padding: 60px 0 0
}

.dln-kenwood .dln-site-search > .dln-wrapper .dln-title {
    padding-bottom: 0;
    margin-bottom: 31px
}

.dln-kenwood .dln-site-search > .dln-wrapper .dln-title + .dln-inputs.dln-inputs--searchBar {
    width: 100%;
    max-width: 591px;
    height: 45px;
    border: 1px solid var(--brand-02);
    margin: 0 auto 4px
}

.dln-kenwood .dln-site-search > .dln-wrapper .dln-title + .dln-inputs.dln-inputs--searchBar .dln-inputs__lbl {
    display: none
}

.dln-kenwood .dln-site-search > .dln-wrapper .dln-title + .dln-inputs.dln-inputs--searchBar .dln-inputs__button {
    right: 13px
}

.dln-kenwood .dln-site-search > .dln-wrapper .dln-title + .dln-inputs.dln-inputs--searchBar .dln-inputs__button > .dln-icn {
    width: 17px;
    height: 17px;
    font-size: 0
}

.dln-kenwood .dln-site-search > .dln-wrapper .dln-title + .dln-inputs.dln-inputs--searchBar .dln-inputs__button > .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "Q";
    width: 17px;
    height: 17px;
    font-size: 17px
}

.dln-kenwood .dln-site-search > .dln-wrapper .dln-site-search__results {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    padding: 0 0 40px
}

.dln-kenwood .dln-site-search .dln-tabs {
    justify-content: center;
    height: 50px;
    border: 1px solid var(--ui-01);
    border-width: 1px 0;
    margin-bottom: 0
}

.dln-kenwood .dln-site-search .dln-tabs:before {
    display: none
}

.dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list {
    max-width: 1300px;
    height: 48px;
    border-bottom: none;
    padding: 0 calc((100% - 1300px) / 2)
}

.dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list .dln-tabs__item {
    height: 48px;
    padding: 0 40px;
    margin: 0
}

.dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list .dln-tabs__item .dln-tabs__btn {
    height: 48px;
    font-size: 16px
}

.dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list .dln-tabs__item--current:after {
    display: none
}

.dln-kenwood .dln-site-search .dln-tabs__currentLine {
    height: 3px;
    bottom: 0
}

.dln-kenwood .dln-site-search .dln-filters-bar {
    min-height: 50px;
    height: auto;
    border-bottom: 1px solid var(--ui-01);
    margin-bottom: 0
}

.dln-kenwood .dln-site-search .dln-filters-bar__filters-wrap {
    min-height: 49px;
    height: auto
}

.dln-kenwood .dln-site-search .dln-filters-bar__desktop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    min-height: 49px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 10px
}

.dln-kenwood .dln-site-search .dln-filters-bar__desktop .section-label {
    line-height: 24px;
    font-size: 14px;
    color: var(--brand-02);
    padding-right: 0;
    margin-right: 8px
}

.dln-kenwood .dln-site-search .dln-filters-bar__desktop .dln-filterDropdown {
    height: 24px;
    border: solid var(--ui-01);
    border-width: 0 1px 0 0;
    padding: 0 20px;
    margin: 0 0 10px
}

.dln-kenwood .dln-site-search .dln-filters-bar__desktop .dln-filterDropdown:last-child {
    border: none
}

.dln-kenwood .dln-site-search .dln-filters-bar__desktop .dln-filterDropdown__triggerText {
    margin: 0 12px 0 0
}

.dln-kenwood .dln-site-search .dln-filters-bar__desktop .dln-filterDropdown .dln-icn {
    width: 12px;
    height: 8px;
    line-height: 8px;
    font-size: 12px
}

.dln-kenwood .dln-site-search .dln-site-search__products {
    justify-content: center;
    background-color: var(--ui-03);
    padding: 30px 0 80px
}

.dln-kenwood .dln-site-search .dln-site-search__products .bra-prodTilesGrid {
    max-width: 1300px;
    padding: 0 calc((100% - 1300px) / 2)
}

.dln-kenwood .dln-site-search .dln-site-search__products .bra-prodTilesGrid .bra-prodTile {
    background-color: var(--brand-03)
}

.dln-kenwood .dln-site-search .dln-tabs__item--current .dln-tabs__btn, .dln-kenwood .dln-site-search .dln-tabs__item--current .dln-tabs__btn .\--amount, .dln-kenwood .dln-site-search .dln-tabs__item--current .dln-tabs__btn .\--amount i {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-recipe-grid {
    width: 100%;
    max-width: 1300px;
    padding: 30px 20px 0;
    margin: 0 auto
}

.dln-kenwood .dln-category-list {
    width: 100%;
    max-width: 1300px;
    padding: 10px 20px 0;
    margin: 0 auto
}

.dln-kenwood .dln-list--faqs {
    max-width: 1300px;
    padding: 30px 20px 80px;
    margin: 0 auto;
    box-sizing: border-box
}

.dln-kenwood .dln-list--faqs .dln-listItem {
    margin-bottom: 16px
}

.dln-kenwood .dln-list--faqs .dln-listItem:last-child {
    margin-bottom: 0
}

.dln-kenwood .dln-list--faqs .dln-listItem .dln-icn {
    margin-right: 12px
}

.dln-kenwood .dln-list--faqs .dln-listItem .dln-listLink {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-manuals-list {
    width: 100%;
    max-width: 1300px;
    padding: 15px 50% 65px 20px;
    margin: 0 auto;
    box-sizing: border-box
}

.dln-kenwood .dln-manuals-list__item {
    border-bottom: 1px solid var(--ui-01);
    padding: 15px 0;
    margin-bottom: 0
}

.dln-kenwood .dln-manuals-list__item:last-child {
    border-bottom: none
}

.dln-kenwood .dln-manuals-list__wrapText {
    border: none;
    padding: 10px 0 0
}

.dln-kenwood .dln-inputs--searchBar, .dln-kenwood .dln-site-search__no-results-paragraph, .dln-kenwood .dln-site-search__no-results-title, .dln-kenwood .simple-list {
    width: 100%;
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    box-sizing: border-box
}

.dln-kenwood .dln-site-search__no-results-title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 46px;
    font-size: 38px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 20px
}

.dln-kenwood .dln-site-search__no-results-paragraph {
    line-height: 20px;
    font-size: 14px;
    text-align: center
}

.dln-kenwood .dln-inputs--searchBar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 591px;
    border: none;
    border: 1px solid var(--brand-02);
    padding: 0;
    position: relative;
    z-index: 13
}

.dln-kenwood .dln-inputs--searchBar:after {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "Q";
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.dln-kenwood .dln-inputs--searchBar .dln-inputs__button, .dln-kenwood .dln-inputs--searchBar .dln-inputs__lbl {
    display: none
}

.dln-kenwood .dln-inputs--searchBar .dln-inputs__input {
    width: 100%;
    border: none;
    padding: 0 51px 0 12px;
    margin: 0 auto
}

.dln-kenwood .simple-list {
    max-width: 591px;
    padding: 40px calc((100% - 591px) / 2) 163px;
    box-sizing: content-box
}

.dln-kenwood .simple-list__title {
    line-height: 20px;
    font-size: 14px;
    color: var(--ui-10);
    margin-bottom: 10px
}

.dln-kenwood .simple-list__lists {
    margin-top: 0
}

.dln-kenwood .simple-list__item {
    line-height: 20px;
    padding-left: 20px;
    margin: 0
}

@media only screen and (max-width: 1340px) {
    .dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list {
        width: 100%;
        max-width: none;
        padding: 0 20px;
        box-sizing: border-box
    }

    .dln-kenwood .dln-site-search .dln-filters-bar__desktop {
        max-width: none;
        padding: 10px 20px 0
    }

    .dln-kenwood .dln-site-search .dln-site-search__products .bra-prodTilesGrid {
        max-width: none;
        padding: 0 20px
    }
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-site-search .dln-filters-bar__desktop {
        display: none
    }

    .dln-kenwood .dln-site-search .dln-filters-bar__mobile {
        display: flex
    }

    .dln-kenwood .dln-site-search .dln-filters-bar__mobile .dln-btnTextIcon {
        height: 49px
    }

    .dln-kenwood .dln-site-search .dln-manuals-list {
        padding: 15px 20px 65px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-site-search > .dln-wrapper:first-child {
        padding-top: 37px
    }

    .dln-kenwood .dln-site-search > .dln-wrapper:first-child .dln-title {
        margin-top: 0
    }

    .dln-kenwood .dln-site-search > .dln-wrapper:first-child .dln-title + .dln-inputs.dln-inputs--searchBar {
        width: calc(100% - 40px);
        max-width: none
    }

    .dln-kenwood .dln-site-search .dln-tabs__gradient {
        width: 48px;
        height: 48px
    }

    .dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list .dln-tabs__item {
        padding: 0;
        margin: 0 40px 0 0
    }

    .dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list .dln-tabs__item:after {
        display: none
    }

    .dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list .dln-tabs__item:last-child {
        margin: 0
    }

    .dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list .dln-tabs__item .dln-tabs__btn {
        border: none
    }

    .dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list .dln-tabs__item--current .dln-tabs__btn .dln-tabs__btnAmount {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal
    }

    .dln-kenwood .dln-site-search .dln-tabs .dln-tabs__list .dln-tabs__currentLine {
        height: 3px
    }

    .dln-kenwood .dln-site-search .dln-category-list {
        margin-bottom: 70px
    }

    .dln-kenwood .dln-site-search .dln-list--faqs {
        padding-bottom: 70px
    }

    .dln-kenwood .dln-site-search .dln-manuals-list__wrapText {
        padding: 0
    }

    .dln-kenwood .dln-site-search .dln-site-search__no-results-title {
        line-height: 40px;
        font-size: 32px
    }

    .dln-kenwood .dln-site-search .dln-inputs--searchBar {
        width: calc(100% - 40px);
        max-width: none
    }

    .dln-kenwood .dln-site-search .simple-list {
        width: calc(100% - 40px);
        max-width: none;
        padding: 40px 20px 70px
    }
}

.dln-delonghi .dln-site-search .dln-title, .dln-delonghi .dln-site-search__no-results-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 1.04
}

.dln-delonghi .dln-site-search .dln-title {
    padding-bottom: 20px
}

.dln-delonghi .dln-site-search .dln-inputs {
    margin-bottom: 0
}

.dln-delonghi .dln-site-search__results {
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-site-search .simple-list {
    padding-top: 20px;
    margin-bottom: 60px
}

.dln-delonghi .dln-site-search .dln-listItem {
    margin-bottom: 14px
}

.dln-delonghi .dln-site-search .dln-listItem .dln-icn {
    color: var(--brand-04)
}

.dln-delonghi .dln-site-search .dln-manuals-list {
    margin-bottom: 60px
}

.dln-delonghi .dln-site-search .dln-tabs__list.swiper-wrapper .dln-tabs__btn {
    font-size: 1.125rem
}

.dln-delonghi .dln-site-search .dln-icn.dln-icn--iconfont.dln-icn--check-circle.dln-icn--T {
    font-size: 1.25rem
}

.dln-delonghi .dln-site-search .dln-site-search__no-results-paragraph {
    font-size: 1.125rem
}

.dln-delonghi .dln-site-search .simple-list {
    padding-top: 30px
}

.dln-delonghi .dln-site-search .dln-tabs__item--current .dln-tabs__btn .\--amount, .dln-delonghi .dln-site-search .dln-tabs__item--current .dln-tabs__btn .\--amount i {
    font-weight: 500
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-site-search .dln-tabs.swiper-container-horizontal.swiper-container-android {
        margin-bottom: 14px
    }

    .dln-delonghi .dln-site-search .dln-tabs.swiper-container-horizontal.swiper-container-android:before {
        height: 1px
    }

    .dln-delonghi .dln-site-search .dln-filters-bar__filters-wrap {
        padding-bottom: 10px;
        margin-bottom: 0
    }

    .dln-delonghi .dln-site-search .dln-filters-bar {
        margin-bottom: 18px
    }

    .dln-delonghi .dln-site-search .dln-tabs__currentLine {
        height: 1px
    }

    .dln-delonghi .dln-site-search .dln-site-search__no-results-title {
        font-size: 2.3125rem
    }

    .dln-delonghi .dln-site-search .dln-site-search__no-results-paragraph {
        font-size: 1rem
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe-page__title {
        line-height: 1.08;
        font-size: 2.3125rem
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper {
        padding: 0 !important
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details__col:first-of-type .dln-recipe-details__bottom-info, .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details__col:first-of-type .dln-recipe-details__info {
        padding-right: 20px;
        padding-left: 20px
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details__title-recipe {
        font-size: 1.75rem
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details__bottom-info {
        margin-bottom: 34px
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details.dln-recipe-details--inverted.dln-recipe-details--constrain .dln-recipe-details__col:nth-of-type(2) {
        padding-right: 0;
        padding-left: 0
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-recipe__details .dln-recipe__detail.dln-recipe__detail--preparationTime {
        height: 24px
    }
}

.dln-delonghi .dln-recipe-page__title {
    line-height: 1.04;
    font-size: 3.125rem
}

.dln-delonghi .dln-recipe-page__title, .dln-delonghi .dln-recipe-page__title-filters {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-recipe-page__title-filters {
    line-height: 1.07;
    font-size: 1.125rem
}

.dln-delonghi .dln-recipe-page .dln-recipe-details__info-button-desktop a {
    font-size: 1.125rem
}

.dln-delonghi .dln-recipe-page .dln-filterDropdown__triggerText {
    font-size: 1rem
}

.dln-delonghi .dln-recipe-page .dln-filterDropdown.dln-filterDropdown--search:first-of-type {
    border-left: 0;
    padding-left: 0
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe-page__title {
        line-height: 1.08;
        font-size: 2.3125rem
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details {
        padding-bottom: 26px
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper {
        padding: 0 !important
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details__col:first-of-type .dln-recipe-details__bottom-info, .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details__col:first-of-type .dln-recipe-details__info {
        padding-right: 20px;
        padding-left: 20px
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details__title-recipe {
        font-size: 1.75rem
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details__bottom-info {
        margin-bottom: 34px
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details__bottom-info-col:last-child {
        margin-bottom: 0
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-wrapper .dln-recipe-details.dln-recipe-details--inverted.dln-recipe-details--constrain .dln-recipe-details__col:nth-of-type(2) {
        padding-right: 0;
        padding-left: 0
    }

    .dln-delonghi .dln-recipe-page .dln-recipe-details .dln-recipe__details .dln-recipe__detail.dln-recipe__detail--preparationTime {
        height: 24px
    }
}

.dln-recipe-page .dln-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    width: 100%;
    padding: 30px 30px 0;
    margin: 0 auto
}

.dln-recipe-page__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 1.22;
    margin-top: 24px
}

.dln-recipe-page .dln-recipe-page__big-margin {
    margin-top: 60px
}

.dln-recipe-page__title-filters {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.38;
    margin-top: 10px
}

.dln-recipe-page .dln-filters-bar__desktop .section-label {
    display: none
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-recipe-page__title {
        font-size: 24px;
        line-height: 1.13;
        margin-top: 14px
    }

    .dln-recipe-page__details {
        margin-top: 30px
    }

    .dln-recipe-page__details .dln-image {
        max-height: 400px
    }

    .dln-recipe-page__grid {
        flex-direction: column-reverse;
        max-height: none
    }

    .dln-recipe-page__grid-inverse .dln-recipe-page__bottom-info, .dln-recipe-page__grid-inverse .dln-recipe-page__info {
        padding: 0 20px
    }

    .dln-recipe-page__col {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 25px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between
    }

    .dln-recipe-page__bottom-info {
        margin-top: 45px;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        height: auto
    }

    .dln-recipe-page__bottom-info-col {
        flex: 1 1 50%;
        margin-bottom: 15px
    }

    .dln-recipe-page__bottom-info-col + .dln-recipe-page__bottom-info-col {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }

    .dln-recipe-page__title-recipe {
        margin-top: 20px;
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-page__description {
        margin-top: 15px;
        margin-bottom: 0
    }

    .dln-recipe-page__info-button-mobile {
        display: block;
        margin: 40px auto 30px
    }

    .dln-recipe-page .dln-site-search__toolbar, .dln-recipe-page__info-button-desktop {
        display: none
    }

    .dln-recipe-page .dln-site-search__toolbar--recipes {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe-page .dln-wrapper {
        padding: 20px 20px 0
    }

    .dln-recipe-page .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col:first-of-type {
        padding-bottom: 30px
    }

    .dln-recipe-page .dln-breadcrumbs {
        font-size: 13px;
        line-height: 1.38
    }

    .dln-recipe-page__title {
        font-size: 24px;
        line-height: 1.13;
        margin-top: 14px
    }

    .dln-recipe-page__details {
        margin-top: 30px;
        background: red
    }

    .dln-recipe-page__details .dln-image {
        max-height: 330px
    }

    .dln-recipe-page__grid {
        flex-direction: column-reverse;
        max-height: none
    }

    .dln-recipe-page__grid-inverse .dln-recipe-page__bottom-info, .dln-recipe-page__grid-inverse .dln-recipe-page__info {
        padding: 0 20px
    }

    .dln-recipe-page__col {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 25px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between
    }

    .dln-recipe-page .dln-site-search__toolbar--recipes {
        padding-top: 24px
    }

    .dln-recipe-page__bottom-info {
        margin-top: 45px;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        height: auto
    }

    .dln-recipe-page__bottom-info-col {
        flex: 1 1 50%;
        margin-bottom: 15px
    }

    .dln-recipe-page__bottom-info-col + .dln-recipe-page__bottom-info-col {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }

    .dln-recipe-page__title-recipe {
        margin-top: 20px;
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-page__description {
        margin-top: 15px;
        margin-bottom: 0
    }

    .dln-recipe-page__info-button-mobile {
        display: block;
        margin: 40px auto 30px
    }

    .dln-recipe-page .dln-site-search__toolbar, .dln-recipe-page__info-button-desktop {
        display: none
    }

    .dln-recipe-page .dln-site-search__toolbar--recipes {
        width: 100%
    }
}

.dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type {
    padding: 0;
    max-width: none
}

.dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-browse-by, .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-recipe-page__title-filters, .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-recipe-slides {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}

.dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-browse-by {
    border-bottom: none
}

.dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-site-search__toolbar--recipes {
    border-bottom: 1px solid var(--ui-01)
}

.dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-site-search__toolbar--recipes .dln-recipe-page__title-filters {
    margin-top: 0
}

.dln-kenwood .dln-recipe-page .dln-breadcrumbs .dln-breadcrumbs__li:last-of-type {
    opacity: .5
}

.dln-kenwood .dln-recipe-page .dln-recipe-page__title {
    text-align: center;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38px
}

.dln-kenwood .dln-recipe-page .dln-recipe-details {
    width: 100%;
    padding: 0 30px
}

.dln-kenwood .dln-recipe-page .dln-recipe-details .dln-wrapper {
    max-width: 1240px
}

.dln-kenwood .dln-recipe-page .dln-recipe-details--constrain {
    max-height: 500px;
    padding: 0
}

.dln-kenwood .dln-recipe-page .dln-recipe-details--constrain .dln-image__image {
    max-height: 500px
}

@media screen and (max-width: 1240px) {
    .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type {
        padding: 30px;
        max-width: 1240px
    }

    .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-browse-by, .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-recipe-page__title-filters, .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-recipe-slides {
        max-width: none;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 599px) {
    .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type {
        padding: 20px;
        max-width: 100%
    }

    .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-browse-by, .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-recipe-page__title-filters, .dln-kenwood .dln-recipe-page > .dln-wrapper:last-of-type .dln-recipe-slides {
        max-width: none;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 900px) {
    .dln-kenwood .dln-recipe-page--constrain, .dln-kenwood .dln-recipe-page .dln-recipe-details--constrain {
        max-height: unset
    }
}

.dln-recipe-plp-see-all {
    margin-top: 5px
}

.dln-recipe-plp-see-all .dln-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    width: 100%;
    padding: 30px 30px 0;
    margin: 0 auto
}

.dln-recipe-plp-see-all .dln-filters-bar {
    margin-top: 50px;
    margin-bottom: 10px
}

.dln-recipe-plp-see-all__load-more {
    margin: 60px auto 20px
}

.dln-recipe-plp-see-all__load-more .dln-btn {
    margin-top: 20px
}

.dln-delonghi .dln-recipe-plp-see-all .dln-recipe-page__title {
    text-align: center
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-recipe-plp-see-all .dln-site-search__toolbar .dln-site-search__toolbarFilters {
        display: none
    }

    .dln-recipe-plp-see-all .dln-site-search__toolbar .dln-btnTextIcon--braun-filters {
        display: block
    }

    .dln-recipe-plp-see-all .dln-site-search__toolbar .bra-btnView {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe-plp-see-all__toolbar {
        margin-top: 30px
    }

    .dln-recipe-plp-see-all__load-more {
        margin: 0 auto
    }

    .dln-recipe-plp-see-all__sorted-by {
        display: none
    }

    .dln-recipe-plp-see-all .dln-breadcrumbs {
        font-size: 13px;
        line-height: 1.38
    }

    .dln-recipe-plp-see-all .dln-recipe-grid {
        padding-bottom: 40px
    }

    .dln-recipe-plp-see-all .dln-site-search__toolbar .dln-site-search__toolbarFilters {
        display: none
    }

    .dln-recipe-plp-see-all .dln-site-search__toolbar .dln-btnTextIcon--braun-filters {
        display: block
    }
}

.dln-kenwood .dln-recipe-plp-see-all {
    margin-top: 0
}

.dln-kenwood .dln-recipe-plp-see-all .dln-wrapper {
    max-width: unset;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.dln-kenwood .dln-recipe-plp-see-all .dln-wrapper > div, .dln-kenwood .dln-recipe-plp-see-all .dln-wrapper > h1 {
    width: 100%;
    max-width: 1240px;
    padding: 0 30px
}

.dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-breadcrumbs, .dln-kenwood .dln-recipe-plp-see-all .dln-wrapper > h1 {
    margin: 0;
    background: var(--ui-03);
    padding: 0 calc((100% - 1180px) / 2);
    max-width: none
}

@media only screen and (max-width: 1240px) {
    .dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-breadcrumbs, .dln-kenwood .dln-recipe-plp-see-all .dln-wrapper > h1 {
        padding: 0 30px
    }
}

.dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-breadcrumbs {
    padding-top: 15px;
    padding-bottom: 70px
}

.dln-kenwood .dln-recipe-plp-see-all .dln-wrapper > h1 {
    padding-bottom: 99px;
    text-align: center
}

.dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-filters-bar {
    margin-top: 0;
    padding: 0;
    max-width: none
}

.dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-filters-bar__desktop {
    margin: 0;
    padding: 16px calc((100% - 1180px) / 2) 0;
    max-width: none;
    border-bottom: 1px solid var(--ui-03)
}

@media only screen and (max-width: 1240px) {
    .dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-filters-bar__desktop {
        padding: 16px 30px 0 16px
    }
}

.dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-filters-bar__applied-filters, .dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-filters-bar__sort-section {
    padding: 0 calc((100% - 1180px) / 2);
    max-width: none
}

@media only screen and (max-width: 1240px) {
    .dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-filters-bar__applied-filters, .dln-kenwood .dln-recipe-plp-see-all .dln-wrapper .dln-filters-bar__sort-section {
        padding: 0 30px
    }
}

.dln-kenwood .dln-recipe-plp-see-all .dln-recipe-page__title {
    box-sizing: border-box;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-recipe-plp-see-all__load-more {
    display: flex;
    flex-direction: column
}

.dln-kenwood .dln-recipe-plp-see-all__load-more p {
    text-align: center
}

.dln-kenwood .dln-recipe-plp-see-all__load-more p b {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-style: normal;
    font-weight: 400
}

.dln-kenwood .dln-recipe-plp-see-all__load-more .dln-btn {
    margin-left: auto;
    margin-right: auto
}

.dln-kenwood .dln-recipe-by-ingredients {
    margin-top: 0
}

.dln-kenwood .dln-recipe-by-ingredients__title {
    text-align: center;
    font-size: 24px
}

.dln-kenwood .dln-recipe-by-ingredients__search-section {
    display: flex;
    flex-direction: column
}

.dln-kenwood .dln-recipe-by-ingredients__load-more {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.dln-kenwood .dln-recipe-by-ingredients__load-more p {
    text-align: center
}

.dln-kenwood .dln-recipe-by-ingredients__load-more p b {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-style: normal;
    font-weight: 400
}

.dln-kenwood .dln-recipe-by-ingredients__load-more .dln-btn {
    margin-left: auto;
    margin-right: auto
}

.dln-kenwood .dln-recipe-by-ingredients .dln-recipe-slides {
    margin-top: 50px
}

.dln-kenwood .dln-recipe-by-ingredients .dln-inputs.dln-inputs--searchBar.dln-inputs--rightIcon {
    max-width: 387px;
    margin: 0 auto 49px
}

.dln-kenwood .dln-recipe-by-ingredients .dln-inputs.dln-inputs--searchBar.dln-inputs--rightIcon .dln-inputs__lbl {
    position: absolute;
    left: 10px;
    top: 13px
}

.dln-kenwood .dln-recipe-by-ingredients .dln-inputs.dln-inputs--searchBar.dln-inputs--rightIcon .dln-inputs__input {
    padding-left: 9px;
    padding-top: 0
}

.dln-kenwood .dln-recipe-by-ingredients .dln-wrapper {
    max-width: unset;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.dln-kenwood .dln-recipe-by-ingredients .dln-wrapper > div, .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper > h1 {
    width: 100%;
    max-width: 1240px;
    padding: 0 30px
}

.dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-breadcrumbs, .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-recipe-by-ingredients__search-section, .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper > h1 {
    margin: 0;
    background: var(--ui-03);
    padding: 0 calc((100% - 1180px) / 2);
    max-width: none
}

.dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-breadcrumbs {
    padding-top: 15px;
    padding-bottom: 30px
}

.dln-kenwood .dln-recipe-by-ingredients .dln-wrapper > h1 {
    padding-bottom: 99px;
    text-align: center
}

.dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-filters-bar {
    margin-top: 0;
    padding: 0;
    max-width: none
}

.dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-filters-bar__desktop {
    margin: 0;
    padding: 16px calc((100% - 1180px) / 2) 0;
    max-width: none;
    border-bottom: 1px solid var(--ui-03)
}

.dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-filters-bar__applied-filters, .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-filters-bar__sort-section {
    padding: 0 calc((100% - 1180px) / 2);
    max-width: none
}

@media only screen and (max-width: 600px) {
    .dln-kenwood .dln-recipe-by-ingredients__title {
        text-align: center;
        font-size: 20px
    }

    .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-breadcrumbs {
        padding-right: 0
    }

    .dln-kenwood .dln-recipe-by-ingredients .dln-recipe-slides {
        margin-top: 30px
    }
}

@media only screen and (max-width: 1240px) {
    .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-recipe-by-ingredients__search-section, .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper > h1 {
        padding: 0 30px
    }

    .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-breadcrumbs {
        padding: 30px
    }

    .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-recipe-by-ingredients__search-section {
        text-align: center
    }

    .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-recipe-by-ingredients__search-section .dln-inputs.dln-inputs--searchBar.dln-inputs--rightIcon {
        max-width: 387px
    }

    .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-filters-bar {
        padding: 0
    }

    .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-filters-bar__desktop {
        padding-left: 30px;
        padding-right: 30px
    }

    .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-filters-bar__applied-filters, .dln-kenwood .dln-recipe-by-ingredients .dln-wrapper .dln-filters-bar__sort-section {
        padding: 0 30px
    }
}

.dln-delonghi .dln-recipe-by-ingredients {
    margin-top: 0
}

.dln-delonghi .dln-recipe-by-ingredients > .dln-wrapper {
    padding-top: 0
}

.dln-delonghi .dln-recipe-by-ingredients > .dln-wrapper .dln-breadcrumbs {
    margin-bottom: 30px !important
}

.dln-delonghi .dln-recipe-by-ingredients__search-section {
    margin: 0 auto;
    text-align: center
}

.dln-delonghi .dln-recipe-by-ingredients__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 1
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe-by-ingredients__search-section {
        width: 100%
    }

    .dln-delonghi .dln-recipe-by-ingredients .dln-inputs {
        margin-bottom: 0
    }

    .dln-delonghi .dln-recipe-by-ingredients__title {
        font-size: 1.75rem;
        line-height: 1.07;
        letter-spacing: -.53px
    }

    .dln-delonghi .dln-recipe-by-ingredients .dln-recipe__title a {
        font-size: 1.125rem
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe-by-ingredients__search-section {
        width: 100%
    }

    .dln-delonghi .dln-recipe-by-ingredients .dln-inputs {
        margin-bottom: 0
    }

    .dln-delonghi .dln-recipe-by-ingredients__title {
        font-size: 1.75rem;
        line-height: 1.07;
        letter-spacing: -.53px
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe-by-ingredients .dln-btnTextIcon--braun-filters {
        display: block
    }

    .dln-recipe-by-ingredients .dln-recipe-slides {
        margin-top: 30px
    }

    .dln-recipe-by-ingredients .dln-breadcrumbs {
        font-size: 13px;
        line-height: 1.38
    }

    .dln-recipe-by-ingredients__search-section {
        width: 100%;
        margin-top: 30px
    }
}

.dln-recipe-by-ingredients {
    margin-top: 10px
}

.dln-recipe-by-ingredients__search-section {
    margin-top: 50px
}

.dln-recipe-by-ingredients {
    margin-top: 5px
}

.dln-recipe-by-ingredients__search-section {
    margin-top: 40px;
    margin-bottom: 10px;
    width: 390px
}

.dln-recipe-by-ingredients .dln-inputs--active .dln-inputs__lbl {
    display: none
}

.dln-recipe-by-ingredients__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 20px
}

.dln-recipe-by-ingredients .dln-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    width: 100%;
    padding: 30px 30px 0;
    margin: 0 auto
}

.dln-recipe-by-ingredients .dln-filters-bar {
    margin-top: 50px;
    margin-bottom: 10px
}

.dln-recipe-by-ingredients__load-more {
    margin: 60px auto 20px
}

.dln-recipe-by-ingredients__load-more .dln-btn {
    margin-top: 20px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-recipe-by-ingredients .dln-site-search__toolbar .dln-site-search__toolbarFilters {
        display: none
    }

    .dln-recipe-by-ingredients .dln-site-search__toolbar .dln-btnTextIcon--braun-filters {
        display: block
    }

    .dln-recipe-by-ingredients .dln-site-search__toolbar .bra-btnView {
        display: flex
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe-by-ingredients__title {
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-by-ingredients__search-section {
        width: 100%;
        margin-top: 30px
    }

    .dln-recipe-by-ingredients__toolbar {
        margin-top: 30px
    }

    .dln-recipe-by-ingredients__load-more {
        margin: 0 auto
    }

    .dln-recipe-by-ingredients__sorted-by {
        display: none
    }

    .dln-recipe-by-ingredients .dln-breadcrumbs {
        font-size: 13px;
        line-height: 1.38
    }

    .dln-recipe-by-ingredients .dln-recipe-grid {
        padding-bottom: 40px
    }

    .dln-recipe-by-ingredients .dln-recipe-grid--detail .dln-recipe--big-card .dln-recipe__title {
        font-size: 24px;
        line-height: 1.22
    }

    .dln-recipe-by-ingredients .dln-recipe-grid--detail .dln-recipe--big-card .dln-recipe__details {
        display: flex
    }

    .dln-recipe-by-ingredients .dln-recipe-grid--detail .dln-recipe--big-card .dln-recipe__details .dln-recipe__detail {
        flex: 0
    }

    .dln-recipe-by-ingredients .dln-recipe-grid--detail .dln-recipe--big-card .dln-recipe__details .dln-recipe__detail--preparationTime {
        flex: 1
    }

    .dln-recipe-by-ingredients .dln-site-search__toolbar .dln-site-search__toolbarFilters {
        display: none
    }

    .dln-recipe-by-ingredients .dln-site-search__toolbar .dln-btnTextIcon--braun-filters {
        display: block
    }
}

.dln-recipe-by-products {
    margin-top: 10px
}

.dln-recipe-by-products .dln-select--has-value + .dln-select__lbl.dln-select__lbl--active, .dln-recipe-by-products .dln-select--open + .dln-select__lbl.dln-select__lbl--active {
    display: none
}

.dln-recipe-by-products__search-section {
    margin-top: 50px;
    margin-bottom: 10px
}

.dln-delonghi .dln-recipe-by-products__search-section {
    margin: 0 auto;
    text-align: center
}

.dln-delonghi .dln-recipe-by-products__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 1;
    letter-spacing: -.7px
}

.dln-delonghi .dln-recipe-by-products__browse-product {
    font-size: 1.125rem;
    line-height: 1.33
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe-by-products__title {
        font-size: 1.75rem;
        line-height: 1.07;
        letter-spacing: -.53px
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe-by-products .dln-btnTextIcon--braun-filters {
        display: block
    }

    .dln-recipe-by-products .dln-breadcrumbs {
        font-size: 13px;
        line-height: 1.38
    }

    .dln-recipe-by-products .dln-recipe-slides {
        margin-top: 30px
    }

    .dln-recipe-by-products__title {
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-by-products__search-section {
        width: 100%;
        margin-top: 30px
    }
}

.dln-kenwood .dln-recipe-by-products {
    margin-top: 0
}

.dln-kenwood .dln-recipe-by-products__title {
    text-align: center;
    font-size: 24px
}

.dln-kenwood .dln-recipe-by-products__browse-product {
    text-align: center
}

.dln-kenwood .dln-recipe-by-products__search-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px
}

.dln-kenwood .dln-recipe-by-products__load-more {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.dln-kenwood .dln-recipe-by-products__load-more p {
    text-align: center
}

.dln-kenwood .dln-recipe-by-products__load-more p b {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-style: normal;
    font-weight: 400
}

.dln-kenwood .dln-recipe-by-products__load-more .dln-btn {
    margin-left: auto;
    margin-right: auto
}

.dln-kenwood .dln-recipe-by-products .dln-recipe-slides {
    margin-top: 50px
}

.dln-kenwood .dln-recipe-by-products .dln-recipe-by-products__selects-wrap {
    margin: 0 auto 49px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

.dln-kenwood .dln-recipe-by-products .dln-recipe-by-products__selects-wrap .dln-select.dln-select--labeled {
    margin-right: 16px;
    margin-left: 0;
    max-width: 300px;
    background: var(--brand-03)
}

.dln-kenwood .dln-recipe-by-products .dln-recipe-by-products__selects-wrap .dln-select.dln-select--labeled .dln-select__lbl.dln-select__lbl--active {
    top: 13.5px;
    left: 8px
}

.dln-kenwood .dln-recipe-by-products .dln-recipe-by-products__selects-wrap .dln-select.dln-select--labeled:last-of-type {
    margin-right: 0
}

.dln-kenwood .dln-recipe-by-products .dln-wrapper {
    max-width: unset;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.dln-kenwood .dln-recipe-by-products .dln-wrapper > div, .dln-kenwood .dln-recipe-by-products .dln-wrapper > h1 {
    width: 100%;
    max-width: 1240px;
    padding: 0 30px
}

.dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-breadcrumbs, .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-recipe-by-products__search-section, .dln-kenwood .dln-recipe-by-products .dln-wrapper > h1 {
    margin: 0;
    background: var(--ui-03);
    padding: 0 calc((100% - 1180px) / 2);
    max-width: none
}

.dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-breadcrumbs {
    padding-top: 15px;
    padding-bottom: 30px
}

.dln-kenwood .dln-recipe-by-products .dln-wrapper > h1 {
    padding-bottom: 99px;
    text-align: center
}

.dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-filters-bar {
    margin-top: 0;
    padding: 0;
    max-width: none
}

.dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-filters-bar__desktop {
    margin: 0;
    padding: 16px calc((100% - 1180px) / 2) 0;
    max-width: none;
    border-bottom: 1px solid var(--ui-03)
}

.dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-filters-bar__applied-filters, .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-filters-bar__sort-section {
    padding: 0 calc((100% - 1180px) / 2);
    max-width: none
}

@media only screen and (max-width: 993px) {
    .dln-kenwood .dln-recipe-by-products .dln-recipe-by-products__selects-wrap {
        flex-direction: column
    }

    .dln-kenwood .dln-recipe-by-products .dln-recipe-by-products__selects-wrap .dln-select.dln-select--labeled:last-of-type {
        margin-right: 16px
    }
}

@media only screen and (max-width: 600px) {
    .dln-kenwood .dln-recipe-by-products__title {
        text-align: center;
        font-size: 20px
    }

    .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-breadcrumbs {
        padding-right: 0
    }

    .dln-kenwood .dln-recipe-by-products .dln-recipe-slides {
        margin-top: 30px
    }
}

@media only screen and (max-width: 1240px) {
    .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-recipe-by-products__search-section, .dln-kenwood .dln-recipe-by-products .dln-wrapper > h1 {
        padding: 0 30px
    }

    .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-breadcrumbs {
        padding: 30px
    }

    .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-recipe-by-products__search-section {
        text-align: center
    }

    .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-filters-bar {
        padding: 0
    }

    .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-filters-bar__desktop {
        padding-left: 30px;
        padding-right: 30px
    }

    .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-filters-bar__applied-filters, .dln-kenwood .dln-recipe-by-products .dln-wrapper .dln-filters-bar__sort-section {
        padding: 0 30px
    }
}

.dln-recipe-by-products {
    margin-top: 5px;
    width: 100%
}

.dln-recipe-by-products__selects-wrap {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex
}

.dln-recipe-by-products__selects-wrap .dln-select {
    width: 300px
}

.dln-recipe-by-products__selects-wrap .dln-select + .dln-select {
    margin-left: 20px
}

.dln-recipe-by-products__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 20px
}

.dln-recipe-by-products__browse-product {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px
}

.dln-recipe-by-products .dln-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    width: 100%;
    padding: 30px 30px 0;
    margin: 0 auto
}

.dln-recipe-by-products .dln-filters-bar {
    margin-top: 50px;
    margin-bottom: 10px
}

.dln-recipe-by-products__load-more {
    margin: 60px auto 20px
}

.dln-recipe-by-products__load-more .dln-btn {
    margin-top: 20px
}

.dln-page--overflow {
    overflow: initial !important
}

.dln-page--overflow .dln-recipe-by-products .dln-select__body {
    z-index: 2 !important
}

.dln-page--overflow .dln-recipe-by-products .dln-select__items-list {
    max-height: 220px !important
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-recipe-by-products__selects-wrap {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column
    }

    .dln-recipe-by-products__selects-wrap .dln-select {
        width: 100%;
        max-width: none
    }

    .dln-recipe-by-products__selects-wrap .dln-select + .dln-select {
        margin-left: 0;
        margin-top: 15px
    }

    .dln-recipe-by-products .dln-site-search__toolbar .dln-site-search__toolbarFilters {
        display: none
    }

    .dln-recipe-by-products .dln-site-search__toolbar .dln-btnTextIcon--braun-filters {
        display: block
    }

    .dln-recipe-by-products .dln-site-search__toolbar .bra-btnView {
        display: flex
    }
}

@media only screen and (max-width: 599px) {
    .dln-recipe-by-products__title {
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-by-products__selects-wrap {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column
    }

    .dln-recipe-by-products__selects-wrap .dln-select {
        width: 100%;
        max-width: none
    }

    .dln-recipe-by-products__selects-wrap .dln-select + .dln-select {
        margin-left: 0;
        margin-top: 15px
    }

    .dln-recipe-by-products__toolbar {
        margin-top: 30px
    }

    .dln-recipe-by-products__load-more {
        margin: 0 auto
    }

    .dln-recipe-by-products__sorted-by {
        display: none
    }

    .dln-recipe-by-products .dln-breadcrumbs {
        font-size: 13px;
        line-height: 1.38
    }

    .dln-recipe-by-products .dln-recipe-grid {
        padding-bottom: 40px
    }

    .dln-recipe-by-products .dln-recipe-grid--detail .dln-recipe--big-card .dln-recipe__title {
        font-size: 24px;
        line-height: 1.22
    }

    .dln-recipe-by-products .dln-recipe-grid--detail .dln-recipe--big-card .dln-recipe__details {
        display: flex
    }

    .dln-recipe-by-products .dln-recipe-grid--detail .dln-recipe--big-card .dln-recipe__details .dln-recipe__detail {
        flex: 0
    }

    .dln-recipe-by-products .dln-recipe-grid--detail .dln-recipe--big-card .dln-recipe__details .dln-recipe__detail--preparationTime {
        flex: 1
    }

    .dln-recipe-by-products .dln-site-search__toolbar .dln-site-search__toolbarFilters {
        display: none
    }

    .dln-recipe-by-products .dln-site-search__toolbar .dln-btnTextIcon--braun-filters {
        display: block
    }
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__videoContainer {
    background-color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe-single .dln-recipe-single__title-content {
        font-size: 1.3125rem
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__servings-col {
        font-size: 1.125rem
    }
}

.dln-delonghi .dln-recipe-single > .dln-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px
}

.dln-delonghi .dln-recipe-single > .dln-wrapper .dln-breadcrumbs {
    margin-bottom: 10px !important
}

.dln-delonghi .dln-recipe-single .dln-recipe-details {
    margin-top: 0
}

.dln-delonghi .dln-recipe-single .dln-recipe-details .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__info .dln-recipe-details__title-recipe {
    line-height: 52px;
    font-size: 3.125rem
}

.dln-delonghi .dln-recipe-single .dln-recipe-details + .dln-wrapper {
    border-bottom: 1px solid var(--ui-01)
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment {
    align-items: flex-start;
    width: 100%;
    padding-top: 14px
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment .dln-recipe-single__col {
    margin-right: auto
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment .dln-recipe-single__col.dln-recipe-single__attachment {
    display: none
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment .dln-recipe-single__col .dln-recipe-single__product-content > span:not(.dln-recipe-single__product-title) {
    color: var(--ui-02);
    text-transform: uppercase
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__grid-info .dln-recipe-single__col .dln-recipe-single__col-content {
    padding-top: 42px
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__grid-info .dln-recipe-single__col-gray .dln-recipe-single__col-content .dln-recipe-single__accordion__content .dln-recipe-single__servings-section .dln-recipe-single__servings-col .dln-select .dln-select__value {
    font-size: 1.3125rem
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__grid.dln-recipe-single__products-links {
    margin-bottom: 100px
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__grid.dln-recipe-single__products-links .dln-recipe-single__col-9 .dln-recipe-single__products-links-label {
    color: var(--ui-02)
}

.dln-delonghi .dln-recipe-single .dln-recipe-slides .dln-recipe-slides__header {
    margin-bottom: 22px
}

.dln-delonghi .dln-recipe-single .dln-recipe-slides .dln-recipe-slides__header .dln-recipe-slides__title {
    width: 100%;
    text-align: center
}

.dln-delonghi .dln-recipe-single .dln-recipe-slides .swiper-container.recipe-slides .swiper-wrapper .swiper-slide {
    align-items: flex-start
}

.dln-delonghi .dln-recipe-single__product-is-prepared, .dln-delonghi .dln-recipe-single__product-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--brand-04)
}

.dln-delonghi .dln-recipe-single__col-content {
    background: transparent
}

.dln-delonghi .dln-recipe-single__col-content p {
    line-height: 1.5;
    font-size: 1rem
}

.dln-delonghi .dln-recipe-single__col-content strong, .dln-delonghi .dln-recipe-single__title-content {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-recipe-single__title-content {
    line-height: 1.21;
    font-size: 1.75rem
}

.dln-delonghi .dln-recipe-single__servings-col .dln-select__value, .dln-delonghi .dln-recipe-single__servings-col span {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--brand-04)
}

.dln-delonghi .dln-recipe-single__step-title {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.33;
    font-size: 1.125rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-recipe-single__step-title span {
    line-height: 1.33;
    font-size: 1.125rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-recipe-single__products-links-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.12;
    font-size: 1.3125rem;
    padding-bottom: 0
}

.dln-delonghi .dln-recipe-single__products-links-description {
    line-height: 1.3;
    font-size: .875rem;
    margin-top: 25px
}

.dln-delonghi .dln-recipe-single__grid-products {
    padding-top: 7px
}

.dln-delonghi .dln-recipe-single__col-3.padding {
    margin-top: 0
}

.dln-delonghi .dln-recipe-single__col-3.padding a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.29;
    font-size: .875rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-recipe-single .dln-image {
    border-radius: 0
}

.dln-delonghi .dln-recipe-single hr {
    border: .5px solid #e6e6e6
}

.dln-delonghi .dln-recipe-single .dln-recipe-single__servings-col {
    font-size: 1.125rem
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-recipe-single .dln-recipe-details {
        border-top: none
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-details > .dln-wrapper {
        padding: 11px 20px 0 !important
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-details .dln-recipe-details__col:nth-child(2) {
        padding: 0
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-details + .dln-wrapper {
        border-bottom: none
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment {
        width: 100%;
        margin: 0
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment > .dln-recipe-single__col {
        padding: 0
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment > .dln-recipe-single__col .dln-recipe-single__product .dln-recipe-single__col > .dln-recipe-single__product-content {
        justify-content: center;
        line-height: 20px;
        font-size: 1.125rem;
        padding-top: 16px
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment > .dln-recipe-single__col .dln-recipe-single__product .dln-recipe-single__col:nth-child(2) .dln-recipe-single__product-content {
        padding-bottom: 40px
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment > .dln-recipe-single__col .dln-recipe-single__product .dln-recipe-single__col:nth-child(2) .dln-recipe-single__product-content > span:not([class]) {
        display: none
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment > .dln-recipe-single__col .dln-recipe-single__product .dln-recipe-single__col:nth-child(2) .dln-recipe-single__product-content .dln-recipe-single__product-title {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__product-attachment > .dln-recipe-single__col .dln-recipe-single__product .dln-recipe-single__col:nth-child(2) .dln-recipe-single__product-content .dln-recipe-single__buy-now-btn .dln-btn {
        width: 166px;
        min-width: 0;
        background-color: var(--brand-01)
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__products-links {
        flex-direction: row;
        margin-bottom: 64px !important
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__products-links .dln-recipe-single__col-3 {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__products-links .dln-recipe-single__col-9 .dln-recipe-single__products-links-label {
        text-transform: uppercase;
        margin-bottom: 8px
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__products-links .dln-recipe-single__col-9 .dln-recipe-single__products-links-description {
        margin: 12px 0 0;
        width: 100%
    }

    .dln-delonghi .dln-recipe-single .dln-recipe-single__products-links + .dln-recipe-slides {
        margin-top: 0
    }
}

.dln-recipe-single .dln-recipe-single__print-page, .dln-recipe-single__buy-now-btn, .dln-recipe-single__plusIcon {
    display: none
}

.dln-recipe-single .dln-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    width: 100%;
    padding: 30px 30px 0;
    margin: 0 auto
}

.dln-recipe-single__product-attachment {
    align-items: center;
    align-items: flex-start;
    margin-bottom: 35px
}

.dln-recipe-single__attachment, .dln-recipe-single__product {
    color: var(--brand-02)
}

.dln-recipe-single__attachment span, .dln-recipe-single__product span {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5px
}

.dln-recipe-single__attachment .dln-image, .dln-recipe-single__product .dln-image {
    width: 90px;
    height: 90px;
    background: none;
    -ms-grid-row-align: center;
    align-self: center
}

.dln-recipe-single__attachment .dln-image__image, .dln-recipe-single__product .dln-image__image {
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain
}

.dln-recipe-single__attachment .dln-recipe-single__product-title, .dln-recipe-single__product .dln-recipe-single__product-title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-01);
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    margin-top: 5px
}

.dln-recipe-single__product-content {
    border-right: 1px solid #e6e6e6;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 50px
}

.dln-recipe-single__product-is-prepared {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-01);
    font-size: 18px;
    line-height: 1.22;
    align-items: center;
    flex-direction: row
}

.dln-recipe-single__attachment {
    position: relative
}

.dln-recipe-single__attachment .swiper-container {
    position: relative;
    width: 100%
}

.dln-recipe-single__attachment .swiper-container .swiper-footer {
    margin-top: 10px
}

.dln-recipe-single__attachment .dln-recipe-single__product-content {
    border-right: none
}

.dln-recipe-single__grid {
    padding-top: 0;
    margin-left: -25px;
    margin-right: -25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.dln-recipe-single__col {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    position: relative
}

.dln-recipe-single__col-gray, .dln-recipe-single__col-white {
    flex-direction: row;
    display: flex;
    padding: 0
}

.dln-recipe-single__col-gray {
    justify-content: flex-end;
    padding-right: 25px
}

.dln-recipe-single__col-gray .dln-recipe-single__col-content {
    background: var(--ui-03);
    padding-right: 60px
}

.dln-recipe-single__col-3 {
    flex: 1 1 25%;
    max-width: 25%
}

.dln-recipe-single__col-3.padding {
    padding: 0 25px
}

.dln-recipe-single__col-9 {
    flex: 1 1 75%;
    max-width: 75%
}

.dln-recipe-single__col-content {
    max-width: 645px;
    width: 100%;
    padding: 50px 30px 0
}

.dln-recipe-single__col-content p {
    font-size: 15px;
    line-height: 1.4
}

.dln-recipe-single__title-content {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 1.22;
    padding-bottom: 20px
}

.dln-recipe-single__grid-info {
    padding-top: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.dln-recipe-single__title-filters {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.38;
    margin-top: 10px;
    margin-bottom: 18px
}

.dln-recipe-single__servings-section {
    display: flex;
    padding-bottom: 20px
}

.dln-recipe-single__servings-col {
    flex: 0 0 50%;
    font-size: 15px;
    line-height: 1.4;
    color: var(--brand-02)
}

.dln-recipe-single__servings-col .dln-select__value, .dln-recipe-single__servings-col span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1.1;
    color: var(--brand-01);
    margin-left: 10px
}

.dln-recipe-single__servings-col .dln-select__arrow {
    font-size: 13px
}

.dln-recipe-single__servings-col .dln-select__arrow:before {
    line-height: 24px
}

.dln-recipe-single__grid-how-to, .dln-recipe-single__grid-how-to.swiper-container {
    margin-left: -20px;
    margin-right: -20px
}

.dln-recipe-single__grid-how-to .dln-recipe-single__col {
    padding: 0 20px
}

.dln-recipe-single__grid-how-to .dln-image {
    margin-bottom: 10px;
    border-radius: 5px;
    max-height: 185px
}

.dln-recipe-single__grid-how-to .swiper-wrapper {
    flex-wrap: wrap
}

.dln-recipe-single__grid-how-to .swiper-slide {
    width: 50%;
    padding: 0 20px
}

.dln-recipe-single .dln-recipe-single__videoContainer {
    width: 100%;
    height: 185px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--brand-01);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    overflow: hidden
}

.dln-recipe-single .dln-recipe-single__videoContainer.-hideVideoPoster .dln-recipe-single__videoPoster {
    pointer-events: none;
    opacity: 0
}

.dln-recipe-single .dln-recipe-single__videoPoster {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    transition: opacity .22s linear;
    opacity: 1;
    pointer-events: auto
}

.dln-recipe-single .dln-recipe-single__videoPoster--hidden {
    pointer-events: none;
    opacity: 0
}

.dln-recipe-single .dln-recipe-single__videoBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--brand-03);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 5;
    cursor: pointer;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.dln-recipe-single .dln-recipe-single__videoBtnIcon {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 13px solid var(--brand-01);
    border-bottom: 7.5px solid transparent;
    border-right: 0 solid transparent;
    border-top: 7.5px solid transparent;
    margin-left: 3px
}

.dln-recipe-single .dln-recipe-single__videoWrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    border-radius: 5px
}

.dln-recipe-single .dln-recipe-single__iframe, .dln-recipe-single .dln-recipe-single__video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.dln-recipe-single__step + .dln-recipe-single__step {
    margin-top: 30px
}

.dln-recipe-single__step .dln-image {
    margin-bottom: 10px;
    border-radius: 5px
}

.dln-recipe-single__step .dln-recipe-single__videoContainer {
    height: 341px
}

.dln-recipe-single__step-title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 13px
}

.dln-recipe-single__step-title span {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-02)
}

.dln-recipe-single__products-links {
    margin: 120px 0;
    padding: 25px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    align-items: center
}

.dln-recipe-single__products-links .dln-recipe-single__col-3 {
    border-right: 1px solid #e6e6e6
}

.dln-recipe-single__products-links .dln-recipe-single__grid-products {
    padding: 15px 60px
}

.dln-recipe-single__products-links .dln-recipe-single__grid-products .dln-recipe-single__col-3 {
    border-right: none;
    margin-top: 30px
}

.dln-recipe-single__products-links .dln-recipe-single__grid-products a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--brand-01)
}

.dln-recipe-single__products-links-title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 1.22;
    padding-bottom: 15px;
    margin-right: 40px
}

.dln-recipe-single__products-links-description {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 30px;
    margin-right: 40px
}

.dln-recipe-single__products-links-description-dk {
    display: block
}

.dln-recipe-single__products-links-description-mb {
    display: none
}

.dln-recipe-single__products-links-label, .dln-recipe-single__products-links-product {
    font-size: 15px;
    line-height: 1.4;
    color: var(--brand-02);
    padding: 0 60px
}

.dln-recipe-single__info-button-mobile {
    display: none
}

.dln-recipe-single__info-button-desktop {
    display: block
}

.dln-recipe-single hr {
    margin: 30px 0;
    border: 1px solid #e6e6e6
}

.dln-recipe-single__videoBgContainer {
    display: none;
    width: auto;
    height: 450px;
    position: relative
}

.dln-recipe-single__videoBgContainer.show {
    display: block
}

.dln-recipe-single__videoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dln-recipe-single__image-container {
    position: relative;
    width: 100%;
    height: 100%
}

.dln-recipe-single__image-container.hide {
    display: none
}

.dln-recipe-single__play-button {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: var(--brand-03);
    z-index: 10;
    transform: translate(-50%, -50%)
}

.dln-recipe-single__play-button:before {
    content: "\A";
    top: 50%;
    left: 50%;
    border-left: 0 solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 35px solid var(--brand-01);
    border-top: 20px solid transparent;
    position: absolute;
    transform: rotate(180deg) translate(40%, 50%)
}

.dln-recipe-single .dln-recipe-slides {
    padding-top: 0
}

@media only screen and (max-width: 600px) {
    .dln-recipe-single__buy-now-btn, .dln-recipe-single__plusIcon {
        display: inline-block;
        -ms-grid-row-align: center;
        align-self: center
    }

    .dln-recipe-single .dln-wrapper {
        padding: 20px 20px 0
    }

    .dln-recipe-single .dln-breadcrumbs {
        font-size: 13px;
        line-height: 1.38
    }

    .dln-recipe-single__grid {
        flex-direction: column-reverse;
        max-height: none;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px
    }

    .dln-recipe-single__col {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between
    }

    .dln-recipe-single__col.dln-recipe-single__col-gray, .dln-recipe-single__col.dln-recipe-single__col-white {
        flex-direction: row;
        display: flex;
        padding: 0
    }

    .dln-recipe-single__col.dln-recipe-single__col-gray .dln-recipe-single__col-content, .dln-recipe-single__col.dln-recipe-single__col-white .dln-recipe-single__col-content {
        padding: 40px 20px
    }

    .dln-recipe-single__col-gray {
        justify-content: flex-end
    }

    .dln-recipe-single__col-gray .dln-recipe-single__col-content {
        background: var(--ui-03);
        padding-right: 30px
    }

    .dln-recipe-single__col-white .dln-recipe-single__title-content {
        margin-bottom: 17px
    }

    .dln-recipe-single__col-3 {
        flex: 1 1 100%;
        max-width: 100%
    }

    .dln-recipe-single__col-3.padding {
        padding: 0
    }

    .dln-recipe-single__col-9 {
        flex: 1 1 100%;
        max-width: 100%
    }

    .dln-recipe-single__bottom-info {
        margin-top: 45px;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        height: auto
    }

    .dln-recipe-single__bottom-info-col {
        flex: 1 1 50%;
        margin-bottom: 15px
    }

    .dln-recipe-single__bottom-info-col + .dln-recipe-single__bottom-info-col {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }

    .dln-recipe-single__title-recipe {
        margin-top: 20px;
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-single__description {
        margin-top: 15px;
        margin-bottom: 0
    }

    .dln-recipe-single__product, .dln-recipe-single__product-attachment {
        flex-direction: column
    }

    .dln-recipe-single__product-content {
        height: auto;
        border-right: none;
        padding: 15px 0 30px;
        border-bottom: 1px solid #e6e6e6
    }

    .dln-recipe-single__product-is-prepared {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--brand-01);
        font-size: 24px;
        line-height: 1.13;
        align-items: center;
        flex-direction: row;
        padding: 60px 0 10px;
        border-bottom: none
    }

    .dln-recipe-single__product .dln-btn {
        max-width: 160px;
        width: 100%
    }

    .dln-recipe-single__buy-now-btn {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .dln-recipe-single__attachment {
        padding: 15px 20px 30px
    }

    .dln-recipe-single__attachment .dln-btn {
        margin: 0 auto;
        max-width: 160px;
        width: calc(100% - 20px)
    }

    .dln-recipe-single__attachment .dln-recipe-single__product-content {
        border-bottom: none
    }

    .dln-recipe-single__attachment, .dln-recipe-single__product {
        color: var(--brand-02)
    }

    .dln-recipe-single__attachment span, .dln-recipe-single__product span {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        margin-bottom: 5px
    }

    .dln-recipe-single__attachment .dln-image, .dln-recipe-single__product .dln-image {
        width: 80px;
        height: 80px
    }

    .dln-recipe-single__attachment .dln-recipe-single__product-title, .dln-recipe-single__product .dln-recipe-single__product-title {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--brand-01);
        font-size: 15px;
        line-height: 1.4;
        text-align: center;
        margin-top: 5px
    }

    .dln-recipe-single__servings-section {
        padding-top: 0
    }

    .dln-recipe-single__grid-how-to .swiper-slide {
        width: 80%
    }

    .dln-recipe-single__grid-how-to.swiper-container {
        flex-direction: column;
        width: 100%;
        overflow: visible;
        margin: 0
    }

    .dln-recipe-single__grid-how-to.swiper-container .swiper-scrollbar {
        margin-top: 40px;
        position: relative
    }

    .dln-recipe-single__grid-how-to .swiper-wrapper {
        flex-wrap: nowrap
    }

    .dln-recipe-single__grid-how-to .swiper-slide {
        padding: 0
    }

    .dln-recipe-single__grid-how-to .swiper-pagination {
        display: none
    }

    .dln-recipe-single__grid-how-to .dln-image {
        height: 185px
    }

    .dln-recipe-single__step .dln-recipe-single__videoContainer {
        height: 315px
    }

    .dln-recipe-single__title-content {
        font-size: 24px;
        line-height: 1.13;
        padding: 0
    }

    .dln-recipe-single__products-links {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        width: 100%;
        font-size: 15px;
        line-height: 1.4
    }

    .dln-recipe-single__products-links-label {
        padding: 0
    }

    .dln-recipe-single__products-links-title {
        font-size: 24px;
        line-height: 1.13
    }

    .dln-recipe-single__products-links-description {
        order: 3
    }

    .dln-recipe-single__products-links-description-dk {
        display: none
    }

    .dln-recipe-single__products-links-description-mb {
        display: block
    }

    .dln-recipe-single__products-links .dln-recipe-single__col-3 {
        border: none
    }

    .dln-recipe-single__products-links .dln-recipe-single__col-9 {
        width: 100%
    }

    .dln-recipe-single__products-links .dln-recipe-single__grid {
        margin-left: 0;
        margin-right: 0
    }

    .dln-recipe-single__products-links .dln-recipe-single__grid-products {
        display: flex;
        flex-direction: row;
        padding: 0;
        width: calc(100% + 60px);
        margin-top: -15px;
        margin-left: -30px;
        margin-right: -30px
    }

    .dln-recipe-single__products-links .dln-recipe-single__grid-products .dln-recipe-single__col-3 {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
        padding: 0 15px
    }

    .dln-recipe-single__products-links .dln-recipe-single__col {
        padding: 0
    }

    .dln-recipe-single__accordion {
        list-style: none
    }

    .dln-recipe-single__accordion .dln-recipe-single__accordion-header {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .dln-recipe-single__accordion .dln-recipe-single__accordion-content {
        max-height: 0;
        transition: all .5s ease;
        overflow: hidden;
        padding-top: 0
    }

    .dln-recipe-single__accordion.active .dln-recipe-single__plusIcon:after {
        transform: translateX(-50%) rotate(90deg)
    }

    .dln-recipe-single__accordion.active .dln-recipe-single__accordion-content {
        max-height: 1000px;
        padding-top: 20px
    }

    .dln-recipe-single__plusIcon {
        height: 20px;
        width: 20px;
        min-width: 20px;
        position: relative
    }

    .dln-recipe-single__plusIcon:after, .dln-recipe-single__plusIcon:before {
        content: " ";
        position: absolute;
        display: block;
        background: #000;
        border-radius: 2px
    }

    .dln-recipe-single__plusIcon:before {
        width: 20px;
        height: 3px;
        top: 50%;
        transform: translateY(-50%)
    }

    .dln-recipe-single__plusIcon:after {
        height: 20px;
        width: 3px;
        left: 50%;
        transform: translateX(-50%);
        transition: transform .5s ease
    }

    .dln-recipe-single__play-button {
        height: 60px;
        width: 60px
    }

    .dln-recipe-single__play-button:before {
        border-width: 10px 17px 10px 0
    }

    .dln-recipe-single .dln-recipe-slides {
        margin-top: 50px
    }
}

.dln-kenwood .dln-recipe-single {
    padding: 0
}

.dln-kenwood .dln-recipe-single .dln-wrapper, .dln-kenwood .dln-recipe-single__grid-info, .dln-kenwood .dln-recipe-single__product-attachment {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto
}

.dln-kenwood .dln-recipe-single__products-links-description, .dln-kenwood .dln-recipe-single__products-links-description-mb {
    font-size: 12px;
    color: var(--brand-02)
}

.dln-kenwood .dln-recipe-single__col-3.padding a, .dln-kenwood .dln-recipe-single__product-is-prepared, .dln-kenwood .dln-recipe-single__product-title, .dln-kenwood .dln-recipe-single__servings-col span {
    color: var(--brand-04)
}

.dln-kenwood .dln-recipe-single__grid .dln-recipe-single__col:first-of-type {
    padding-left: 0
}

.dln-kenwood .dln-recipe-single__product-is-prepared {
    font-size: 20px;
    padding-left: 25px
}

.dln-kenwood .dln-recipe-single__title-content {
    font-size: 20px
}

.dln-kenwood .dln-recipe-single__attachment {
    padding-right: 0
}

.dln-kenwood .dln-recipe-single__attachment .swiper-footer {
    display: flex;
    flex-wrap: nowrap;
    width: 100%
}

.dln-kenwood .dln-recipe-single__attachment .swiper-footer .swiper-scrollbar {
    background: var(--ui-03)
}

.dln-kenwood .dln-recipe-single__attachment .swiper-footer .swiper-button-prev {
    order: 2
}

.dln-kenwood .dln-recipe-single__col-9 .dln-recipe-single__products-links-label {
    text-transform: uppercase
}

.dln-kenwood .dln-recipe-single p {
    font-size: 14px
}

.dln-kenwood .dln-recipe-single .dln-wrapper {
    padding-right: 0;
    padding-left: 0
}

.dln-kenwood .dln-recipe-single picture {
    border-radius: 0
}

.dln-kenwood .dln-recipe-single .dln-recipe-single__videoContainer {
    background-color: var(--brand-04)
}

.dln-kenwood .dln-recipe-single .dln-recipe-single__grid-info .dln-recipe-single__accordion-content .dln-recipe-single__servings-section {
    flex-wrap: wrap
}

.dln-kenwood .dln-recipe-single .dln-recipe-single__grid-info .dln-recipe-single__accordion-content .dln-recipe-single__servings-section .dln-recipe-single__servings-col {
    flex: initial;
    align-items: center;
    height: 24px
}

.dln-kenwood .dln-recipe-single .dln-recipe-single__grid-info .dln-recipe-single__accordion-content .dln-recipe-single__servings-section .dln-recipe-single__servings-col:first-child {
    margin-right: 97px
}

.dln-kenwood .dln-recipe-single .dln-recipe-single__grid-info .dln-recipe-single__accordion-content .dln-recipe-single__servings-section .dln-recipe-single__servings-col .dln-select {
    margin: 0
}

.dln-kenwood .dln-recipe-single .dln-recipe-single__grid-info .dln-recipe-single__accordion-content .dln-recipe-single__servings-section .dln-recipe-single__servings-col .dln-select .dln-select__container .dln-select__head .dln-select__value {
    font-size: 20px;
    color: var(--brand-04);
    margin: 0 7px 0 2px
}

.dln-kenwood .dln-recipe-single .dln-recipe-single__grid-info .dln-recipe-single__accordion-content .dln-recipe-single__servings-section .dln-recipe-single__servings-col .dln-select .dln-select__container .dln-select__head .dln-select__arrow {
    width: 11px;
    font-size: 10px
}

.dln-kenwood .dln-recipe-single .dln-recipe-single__grid-info .dln-recipe-single__accordion-content .dln-recipe-single__servings-section .dln-recipe-single__servings-col > span {
    margin-left: 3px
}

@media only screen and (min-width: 601px) and (max-width: 1115px) {
    .dln-kenwood .dln-recipe-single__product-attachment.dln-recipe-single__grid {
        flex-direction: column
    }

    .dln-kenwood .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__col {
        width: 100%;
        max-width: none
    }

    .dln-kenwood .dln-recipe-single__grid.dln-recipe-single__products-links {
        flex-direction: column
    }

    .dln-kenwood .dln-recipe-single__grid.dln-recipe-single__products-links .dln-recipe-single__col-3 {
        border-right: none
    }

    .dln-kenwood .dln-recipe-single__grid.dln-recipe-single__products-links > div {
        width: 100%;
        max-width: none
    }

    .dln-kenwood .dln-recipe-single__grid-info {
        flex-direction: column
    }

    .dln-kenwood .dln-recipe-single__grid-info .dln-recipe-single__col {
        max-width: none
    }

    .dln-kenwood .dln-recipe-single__grid-info .dln-recipe-single__col-content {
        max-width: none;
        padding-bottom: 20px
    }

    .dln-kenwood .dln-recipe-single__col-gray {
        padding-right: 0
    }

    .dln-kenwood .dln-recipe-single__col-white .dln-recipe-single__col-content {
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 1300px) {
    .dln-kenwood .dln-recipe-single .dln-recipe-single__grid-info, .dln-kenwood .dln-recipe-single .dln-recipe-single__product-attachment, .dln-kenwood .dln-recipe-single .dln-wrapper {
        width: 100%;
        max-width: none;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: 0;
        margin-left: 0
    }

    .dln-kenwood .dln-recipe-single__product-content, .dln-kenwood .dln-recipe-single__product-is-prepared {
        padding-left: 0
    }

    .dln-kenwood .dln-recipe-single .dln-recipe-details__col:first-of-type {
        padding-left: 30px
    }
}

@media only screen and (max-width: 600px) {
    .dln-kenwood .dln-recipe-single .dln-recipe-single__grid-info, .dln-kenwood .dln-recipe-single .dln-recipe-single__product-attachment, .dln-kenwood .dln-recipe-single .dln-wrapper {
        width: 100%;
        max-width: none;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: 0;
        margin-left: 0
    }

    .dln-kenwood .dln-recipe-single .dln-recipe-details__col:first-of-type {
        padding-left: 20px
    }

    .dln-kenwood .dln-recipe-single__col {
        padding-right: 0;
        padding-left: 0
    }

    .dln-kenwood .dln-recipe-single .dln-recipe-single__col.dln-recipe-single__col-gray, .dln-kenwood .dln-recipe-single .dln-recipe-single__col.dln-recipe-single__col-white {
        padding-left: 0
    }

    .dln-kenwood .dln-recipe-single .dln-recipe-single__col.dln-recipe-single__col-white .dln-recipe-single__col-content {
        padding-right: 0;
        padding-left: 0
    }

    .dln-kenwood .dln-recipe-single .swiper-slide.dln-recipe-single__product-content.swiper-slide-active, .dln-kenwood .dln-recipe-single .swiper-slide.dln-recipe-single__product-content.swiper-slide-next {
        padding-left: 0
    }

    .dln-kenwood .dln-recipe-single__product-attachment.dln-recipe-single__grid {
        padding-right: 0;
        padding-left: 0
    }

    .dln-kenwood .dln-recipe-single__col:first-of-type, .dln-kenwood .dln-recipe-single__product-content, .dln-kenwood .dln-recipe-single__product-is-prepared {
        padding-left: 20px
    }
}

.dln-return-authorization .dln-registration__content .dln-title {
    margin-bottom: 20px
}

.dln-return-authorization .dln-registration__content .dln-title + .dln-registration__paragraph {
    margin-bottom: 70px;
    font-size: 14px;
    line-height: 1.43
}

.dln-return-authorization .dln-registration__section {
    width: 50%;
    margin: 0;
    padding: 0 100px
}

.dln-return-authorization .dln-registration__section--main {
    width: 50%;
    margin: 0;
    padding: 0 100px;
    border-right: 1px solid var(--ui-01)
}

.dln-return-authorization .dln-registration__section .dln-regAdv {
    margin: 0 0 16px
}

.dln-return-authorization .dln-registration__section .dln-inputs + .dln-inputs {
    margin-top: 15px;
    margin-bottom: 20px
}

.dln-return-authorization .dln-registration__formFoot {
    margin: 48px 0 0
}

.dln-return-authorization .dln-registration__formFoot .dln-btn {
    width: 100%
}

.dln-return-authorization .dln-loginForm__section--registration {
    display: none
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-return-authorization.dln-registration .dln-wrapper, .dln-return-authorization .dln-registration .dln-wrapper {
        padding-top: 20px
    }

    .dln-return-authorization .dln-registration__section {
        width: 100%;
        margin: 32px 0 0;
        padding: 32px 0 0;
        display: block;
        border-top: 1px solid var(--ui-01)
    }

    .dln-return-authorization .dln-registration__section--main {
        margin: 0;
        padding: 0;
        border: none
    }

    .dln-return-authorization .dln-registration__section .dln-regAdv {
        margin: 0
    }

    .dln-return-authorization .dln-registration__formFoot {
        margin: 48px 0 0
    }

    .dln-return-authorization .dln-registration__formFoot .dln-btn {
        width: 100%
    }

    .dln-return-authorization .dln-loginForm__section--registration, .dln-return-authorization .dln-profileCard {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-return-authorization.dln-registration .dln-wrapper {
        padding-top: 20px
    }

    .dln-return-authorization .dln-registration__content .dln-title {
        display: block;
        font-size: 24px;
        line-height: 1.13
    }

    .dln-return-authorization .dln-registration__content .dln-title + .dln-registration__paragraph {
        margin-bottom: 40px
    }

    .dln-return-authorization .dln-registration__section {
        width: 100%;
        margin: 32px 0 0;
        padding: 32px 0 0;
        display: block;
        border-top: 1px solid var(--ui-01)
    }

    .dln-return-authorization .dln-registration__section--main {
        margin: 0;
        padding: 0;
        border: none
    }

    .dln-return-authorization .dln-registration__section .dln-regAdv {
        margin: 0
    }

    .dln-return-authorization .dln-registration__formFoot {
        margin: 48px 0 0
    }

    .dln-return-authorization .dln-registration__formFoot .dln-btn {
        width: 100%
    }

    .dln-return-authorization .dln-loginForm__section--registration, .dln-return-authorization .dln-profileCard {
        display: none
    }
}

.dln-kenwood .dln-registration.dln-return-authorization .dln-wrapper:first-child {
    padding-top: 30px;
    padding-bottom: 100px
}

.dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section {
    box-sizing: content-box
}

.dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section .dln-registration__subtitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px
}

.dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section .dln-registration__paragraph {
    line-height: 20px
}

.dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section .dln-registration__foot .dln-btn, .dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section > .dln-btn {
    width: 100%
}

.dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section--main {
    width: calc(50% - 24px);
    max-width: 358px;
    border-right: 0;
    padding: 0 24px 0 calc(50% - 382px)
}

.dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section:not(.dln-registration__section--main) {
    width: calc(50% - 24px);
    max-width: 358px;
    padding: 0 calc(50% - 382px) 0 24px
}

.dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section:not(.dln-registration__section--main) .dln-inputs + .dln-inputs {
    margin-bottom: 30px !important
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-registration.dln-return-authorization .dln-wrapper:first-child {
        padding-bottom: 0
    }

    .dln-kenwood .dln-registration.dln-return-authorization .dln-wrapper:first-child .dln-title {
        margin-top: 0;
        margin-bottom: 20px
    }

    .dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section {
        border-top: none
    }

    .dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section .dln-registration__subtitle {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 12px
    }

    .dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section--main {
        width: 100%;
        max-width: none;
        padding: 0
    }

    .dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section:not(.dln-registration__section--main) {
        width: 100%;
        max-width: none;
        padding: 0;
        margin-top: 60px
    }

    .dln-kenwood .dln-registration.dln-return-authorization .dln-registration__section:not(.dln-registration__section--main) .dln-registration__paragraph {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-registration.dln-return-authorization .dln-ordFeatSlider {
        margin-top: 70px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-registration.dln-return-authorization .dln-ordFeatSlider {
        margin-top: 0
    }
}

.dln-delonghi .dln-return-authorization .dln-wrapper .dln-registration__content .dln-title + .dln-registration__paragraph {
    font-size: 1rem
}

.dln-delonghi .dln-return-authorization .dln-wrapper .dln-registration__subtitle {
    margin-bottom: 20px
}

.dln-delonghi .dln-return-authorization .dln-wrapper .dln-registration__section > div {
    margin: 0 0 30px
}

.dln-return-order__content .dln-custServiceCard {
    margin-bottom: 28px
}

.dln-return-order__content .dln-btnTextIcon {
    margin-bottom: 8px
}

.dln-return-order__content .dln-btnTextIcon .dln-icn {
    font-size: 12px;
    color: var(--brand-04)
}

.dln-return-order__content .dln-btnTextIcon__text {
    color: var(--brand-04);
    text-decoration: underline
}

.dln-return-order__section-title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.18;
    font-size: 22px
}

.dln-return-order__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    margin-bottom: 35px
}

.dln-return-order-box-detail {
    width: 100%;
    border-radius: 6px;
    background: #f5f5f5;
    padding: 20px 20px 40px;
    margin-bottom: 30px
}

.dln-return-order-box-detail__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.dln-return-order-box-detail__header .dln-btn--link {
    text-decoration: underline
}

.dln-return-order-box-detail__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    font-size: 32px
}

.dln-return-order-box-detail__title + .dln-btn--link {
    color: var(--brand-01)
}

.dln-return-order-box-detail__body {
    display: flex;
    margin-top: 50px
}

.dln-return-order-box-detail__col {
    flex: 0 0 25%;
    line-height: 1.25;
    font-size: 16px
}

.dln-return-order-box-detail__col-value {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-return-order-product-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-return-order-product-list .dln-orderRev--cart-order .dln-orderRev__actions .dln-btn {
    max-width: 190px
}

.dln-return-order-product-list .dln-orderRev__quantity {
    line-height: 1.67;
    font-size: 12px;
    color: var(--brand-02)
}

.dln-return-order-product-list .dln-price {
    line-height: 1.43;
    font-size: 14px
}

.dln-return-order-receipt {
    width: 100%
}

.dln-return-order-receipt .dln-btn--link, .dln-return-order-receipt__text {
    line-height: 1.43;
    font-size: 14px;
    color: var(--brand-04)
}

.dln-return-order-receipt__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.dln-return-order-info {
    display: flex;
    justify-content: stretch;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-bottom: 35px
}

.dln-return-order-info__col {
    flex: 0 0 25%
}

.dln-return-order-info__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.29;
    font-size: 14px
}

.dln-return-order-info__description {
    line-height: 1.38;
    font-size: 13px;
    margin-top: 10px
}

.dln-return-order-returned {
    width: 100%
}

.dln-return-order-returned .dln-orderHistory .dln-orderRev__details, .dln-return-order-returned .dln-orderHistory .dln-orderRev__itemPic {
    opacity: .3
}

.dln-return-order-returned:not(.dln-return-order-returned--accept) .dln-orderHistory .dln-orderRev__actions {
    display: none
}

.dln-return-order-returned__box {
    background: #f5f5f5;
    padding: 22px 20px 30px;
    margin-bottom: 30px
}

.dln-return-order-returned__box-title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    font-size: 16px;
    margin-bottom: 8px
}

.dln-return-order-returned__box-description {
    line-height: 1.54;
    font-size: 13px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-return-order .dln-profileCard {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-return-order .dln-profileCard {
        display: none
    }

    .dln-return-order .dln-orderHistory--multiple .dln-orderRev:nth-child(odd) {
        background-color: transparent
    }

    .dln-return-order__content .dln-btnTextIcon {
        margin: 30px 0
    }

    .dln-return-order__section-title {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        line-height: 1.18
    }

    .dln-return-order__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e6e6e6;
        padding-top: 30px;
        margin-bottom: 20px
    }

    .dln-return-order-box-detail {
        padding: 20px 20px 85px;
        position: relative
    }

    .dln-return-order-box-detail__header .dln-btn--link {
        position: absolute;
        bottom: 20px;
        left: 20px
    }

    .dln-return-order-box-detail__title {
        font-size: 22px;
        line-height: 1.23
    }

    .dln-return-order-box-detail__body {
        flex-wrap: wrap;
        margin-top: 0
    }

    .dln-return-order-box-detail__col {
        flex: 0 0 50%;
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.2
    }

    .dln-return-order-product-list .dln-orderRev--cart-order .dln-orderRev__actions .dln-btn {
        max-width: none
    }

    .dln-return-order-total-price {
        display: block
    }

    .dln-return-order-receipt, .dln-return-order-total-price__grid {
        width: 100%
    }

    .dln-return-order-receipt .dln-btn--link {
        display: inline-block;
        margin-top: 25px
    }

    .dln-return-order-receipt__content {
        display: block
    }

    .dln-return-order-info {
        flex-wrap: wrap
    }

    .dln-return-order-info__col {
        flex: 0 0 100%
    }

    .dln-return-order-info__col:nth-child(3), .dln-return-order-info__col:nth-child(4) {
        flex: 0 0 50%
    }

    .dln-return-order-info__col + .dln-return-order-info__col {
        margin-top: 30px
    }

    .dln-return-order-info__title {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 1.29
    }

    .dln-return-order-info__description {
        font-size: 13px;
        line-height: 1.38;
        margin-top: 10px
    }

    .dln-return-order-returned .dln-orderRev--returned .dln-orderRev__actions > * {
        order: 0
    }

    .dln-return-order-returned .dln-orderRev--returned .dln-orderRev__actions .dln-btn:last-of-type {
        margin-bottom: 18px
    }
}

.dln-kenwood .dln-return-order__content .dln-btnTextIcon--braun-filters {
    height: 20px;
    padding: 0;
    margin-bottom: 40px
}

.dln-kenwood .dln-return-order__content .dln-btnTextIcon--braun-filters .dln-btnTextIcon__iconWrap, .dln-kenwood .dln-return-order__content .dln-btnTextIcon--braun-filters .dln-btnTextIcon__wrap {
    height: 20px
}

.dln-kenwood .dln-return-order__content .dln-btnTextIcon--braun-filters .dln-btnTextIcon__iconWrap .dln-icn {
    height: 20px;
    line-height: 20px
}

.dln-kenwood .dln-return-order__content .dln-btnTextIcon--braun-filters .dln-btnTextIcon__text {
    height: 20px;
    line-height: 20px;
    text-transform: lowercase
}

.dln-kenwood .dln-return-order__content .dln-btnTextIcon--braun-filters .dln-btnTextIcon__text:first-letter {
    text-transform: uppercase
}

.dln-kenwood .dln-return-order__content .dln-custServiceCard {
    margin-bottom: 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-box-detail {
    padding: 30px 20px;
    margin-bottom: 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-box-detail .dln-return-order-box-detail__header {
    margin-bottom: 30px
}

.dln-kenwood .dln-return-order__content .dln-return-order-box-detail .dln-return-order-box-detail__header .dln-return-order-box-detail__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    font-size: 28px
}

.dln-kenwood .dln-return-order__content .dln-return-order-box-detail .dln-return-order-box-detail__header .dln-btn--link {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: var(--brand-04);
    margin-bottom: 5px
}

.dln-kenwood .dln-return-order__content .dln-return-order-box-detail .dln-return-order-box-detail__body {
    margin-top: 0
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list {
    background-color: var(--ui-03);
    padding: 30px 20px;
    margin-bottom: 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-return-order__header {
    border-top: none;
    padding-top: 0;
    margin-bottom: 30px
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-return-order__header .dln-return-order__section-title {
    line-height: 24px;
    font-size: 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple {
    margin-bottom: 0
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order {
    margin-bottom: 30px
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order:last-child {
    margin-bottom: 0
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-image.dln-orderRev__itemPic {
    height: 150px;
    max-height: none
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content {
    padding-top: 5px
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details {
    width: calc(100% - 204px)
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
    margin-bottom: 33px
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
    margin-bottom: 15px
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
    color: var(--ui-08);
    margin-right: 10px
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--quantity .dln-orderRev__quantity {
    color: var(--ui-08)
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__actions {
    width: 184px;
    margin: 0 0 0 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__actions .dln-btn {
    width: 100%;
    max-width: none
}

.dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__actions .dln-btn--stroked {
    background: none;
    background-color: transparent
}

.dln-kenwood .dln-return-order__content .dln-totalSect {
    margin-bottom: 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-receipt {
    background-color: var(--ui-03);
    padding: 30px 20px;
    margin-bottom: 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-receipt .dln-return-order__header {
    border: none;
    padding: 0;
    margin-bottom: 15px
}

.dln-kenwood .dln-return-order__content .dln-return-order-receipt .dln-return-order__header .dln-return-order__section-title {
    line-height: 24px;
    font-size: 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-receipt .dln-return-order-receipt__content {
    margin-bottom: 0
}

.dln-kenwood .dln-return-order__content .dln-return-order-info {
    border: none;
    background-color: var(--ui-03);
    padding: 30px 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-info .dln-return-order-info__col:first-child .dln-return-order__section-title {
    line-height: 24px;
    font-size: 20px
}

.dln-kenwood .dln-return-order__content .dln-return-order-info .dln-return-order-info__col .dln-return-order-info__title {
    line-height: 22px;
    font-size: 16px
}

.dln-kenwood .dln-return-order__content .dln-return-order-info .dln-return-order-info__col .dln-return-order-info__description {
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px
}

.dln-kenwood .dln-return-order-returned {
    background-color: var(--ui-03);
    padding: 30px 20px 0;
    margin-bottom: 20px
}

.dln-kenwood .dln-return-order-returned .dln-return-order__header {
    border: none;
    padding: 0;
    margin-bottom: 20px
}

.dln-kenwood .dln-return-order-returned .dln-return-order__header .dln-return-order__section-title {
    line-height: 24px;
    font-size: 20px
}

.dln-kenwood .dln-return-order-returned .dln-return-order__header > .dln-btn--link {
    display: none
}

.dln-kenwood .dln-return-order-returned .dln-return-order-returned__box {
    padding: 0;
    margin-bottom: 32px
}

.dln-kenwood .dln-return-order-returned .dln-return-order-returned__box-title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 6px
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory {
    margin-bottom: 32px
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned {
    margin-bottom: 0
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-image.dln-orderRev__itemPic {
    height: 150px
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
    margin-bottom: 33px
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
    margin-bottom: 15px
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
    color: var(--ui-08);
    margin-right: 10px
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--quantity .dln-orderRev__quantity {
    color: var(--ui-08)
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-orderRev__content .dln-orderRev__actions .dln-btn--stroked {
    background: none;
    background-color: transparent
}

.dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-orderRev__content .dln-orderRev__actions .dln-orderRev__howItWorks {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: auto;
    max-width: none;
    color: var(--brand-04);
    margin-top: 10px
}

.dln-kenwood .dln-return-order-returned--accept .dln-return-order__header > .dln-btn--link {
    display: inline-flex
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-return-order > .dln-wrapper {
        padding: 19px 0 0 !important;
        margin: 0
    }

    .dln-kenwood .dln-return-order > .dln-wrapper .dln-return-order__aside.dln-page__aside {
        width: calc(100% - 40px);
        margin: 0 auto
    }

    .dln-kenwood .dln-return-order__content .dln-btnTextIcon--braun-filters {
        margin: 40px auto 20px 20px
    }

    .dln-kenwood .dln-return-order__content .dln-btnTextIcon--braun-filters .dln-btnTextIcon__iconWrap {
        width: 12px;
        margin: 0 7px 0 0
    }

    .dln-kenwood .dln-return-order__content .dln-btnTextIcon--braun-filters .dln-btnTextIcon__text {
        max-width: none
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-box-detail {
        padding-bottom: 88px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-box-detail .dln-return-order-box-detail__header {
        margin-bottom: 25px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-box-detail .dln-return-order-box-detail__header .dln-return-order-box-detail__title {
        line-height: 32px;
        font-size: 24px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-box-detail .dln-return-order-box-detail__header .dln-btn--link {
        bottom: 30px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-box-detail .dln-return-order-box-detail__body .dln-return-order-box-detail__col {
        margin: 0 0 12px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-box-detail .dln-return-order-box-detail__body .dln-return-order-box-detail__col:nth-child(n+2) {
        margin: 0
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-return-order__header {
        margin-bottom: 40px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-return-order__header .dln-return-order__section-title {
        line-height: 22px;
        font-size: 18px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order {
        padding-left: 120px;
        margin-bottom: 32px;
        position: relative
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-image.dln-orderRev__itemPic {
        height: 80px;
        position: absolute;
        top: 0;
        left: 0
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content {
        width: 100%;
        padding-top: 2px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details {
        width: 100%;
        margin-bottom: 15px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        margin-bottom: 16px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        margin-bottom: 32px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-product-list .dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__actions {
        width: 100%;
        margin: 0
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-receipt .dln-return-order__header {
        margin-bottom: 17px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-receipt .dln-return-order__header .dln-return-order__section-title {
        line-height: 22px;
        font-size: 18px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-receipt .dln-return-order-receipt__content .dln-btn--link {
        margin-top: 20px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-info {
        flex-wrap: wrap
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-info:last-child {
        margin-bottom: 0
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-info .dln-return-order-info__col {
        flex: initial;
        width: 100%;
        border-bottom: 1px solid var(--ui-01);
        padding: 10px 0;
        margin: 0
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-info .dln-return-order-info__col:first-child {
        border: none;
        padding: 0 0 4px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-info .dln-return-order-info__col:first-child .dln-return-order__section-title {
        line-height: 22px;
        font-size: 18px
    }

    .dln-kenwood .dln-return-order__content .dln-return-order-info .dln-return-order-info__col:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .dln-kenwood .dln-return-order-returned {
        padding-bottom: 0
    }

    .dln-kenwood .dln-return-order-returned .dln-return-order__header .dln-return-order__section-title {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 0
    }

    .dln-kenwood .dln-return-order-returned .dln-orderHistory {
        margin-bottom: 32px
    }

    .dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned {
        margin-bottom: 0
    }

    .dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-image.dln-orderRev__itemPic {
        height: 80px
    }

    .dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        margin-bottom: 16px
    }

    .dln-kenwood .dln-return-order-returned .dln-orderHistory__content .dln-orderRev--returned .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        margin-bottom: 32px
    }
}

.dln-delonghi .dln-return-order .dln-btnTextIcon__wrap i, .dln-delonghi .dln-return-order .dln-btnTextIcon__wrap span {
    font-weight: 500
}

.dln-delonghi .dln-return-order .dln-btnTextIcon__wrap i {
    margin-top: 2px
}

.dln-delonghi .dln-return-order__title {
    font-size: 3.125rem
}

.dln-delonghi .dln-return-order .dln-return-order-box-detail__header .dln-btn--link, .dln-delonghi .dln-return-order .dln-return-order-box-detail__header .dln-return-order-box-detail__title, .dln-delonghi .dln-return-order__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-return-order .dln-return-order-box-detail__header .dln-btn--link {
    color: var(--brand-04)
}

.dln-delonghi .dln-return-order .dln-return-order-box-detail .dln-return-order-box-detail__col-value {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-delonghi .dln-return-order .dln-return-order-product-list {
    background: var(--ui-05);
    padding: 20px;
    border: none;
    margin-bottom: 24px
}

.dln-delonghi .dln-return-order .dln-return-order-product-list .dln-btn--link, .dln-delonghi .dln-return-order .dln-return-order-product-list .dln-return-order__section-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-return-order .dln-return-order-product-list .dln-btn--link {
    color: var(--brand-04)
}

.dln-delonghi .dln-return-order .dln-return-order-product-list .dln-orderRev__actions button {
    background: var(--ui-05) !important
}

.dln-delonghi .dln-return-order .dln-return-order-product-list .dln-return-order__header {
    padding-top: 0;
    border: none
}

.dln-delonghi .dln-return-order .dln-return-order-product-list .dln-orderHistory, .dln-delonghi .dln-return-order .dln-return-order-product-list .dln-orderHistory .dln-orderHistory__content .dln-orderRev:last-child {
    margin-bottom: 0
}

.dln-delonghi .dln-return-order .dln-return-order-product-list .dln-orderHistory .dln-orderHistory__content .dln-orderRev__content {
    padding: 0
}

.dln-delonghi .dln-return-order .dln-return-order-info, .dln-delonghi .dln-return-order .dln-return-order-receipt, .dln-delonghi .dln-return-order .dln-totalSect {
    margin-bottom: 20px;
    border: none;
    background: var(--ui-05);
    padding: 20px
}

.dln-delonghi .dln-return-order .dln-return-order-info .dln-return-order-info__title, .dln-delonghi .dln-return-order .dln-return-order-info .dln-return-order-receipt__text, .dln-delonghi .dln-return-order .dln-return-order-receipt .dln-return-order-info__title, .dln-delonghi .dln-return-order .dln-return-order-receipt .dln-return-order-receipt__text, .dln-delonghi .dln-return-order .dln-totalSect .dln-return-order-info__title, .dln-delonghi .dln-return-order .dln-totalSect .dln-return-order-receipt__text {
    font-size: 1rem
}

.dln-delonghi .dln-return-order .dln-return-order-info .dln-return-order__header, .dln-delonghi .dln-return-order .dln-return-order-receipt .dln-return-order__header, .dln-delonghi .dln-return-order .dln-totalSect .dln-return-order__header {
    border: none;
    padding-top: 0;
    margin-bottom: 22px
}

.dln-delonghi .dln-return-order .dln-return-order-info h3, .dln-delonghi .dln-return-order .dln-return-order-receipt h3, .dln-delonghi .dln-return-order .dln-totalSect h3 {
    font-size: 1.3125rem
}

.dln-delonghi .dln-return-order .dln-return-order-info .dln-return-order-info__title, .dln-delonghi .dln-return-order .dln-return-order-info h3, .dln-delonghi .dln-return-order .dln-return-order-receipt .dln-return-order-info__title, .dln-delonghi .dln-return-order .dln-return-order-receipt h3, .dln-delonghi .dln-return-order .dln-totalSect .dln-return-order-info__title, .dln-delonghi .dln-return-order .dln-totalSect h3 {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-return-order .dln-return-order-info .dln-btn--link, .dln-delonghi .dln-return-order .dln-return-order-info .dln-return-order-info__description, .dln-delonghi .dln-return-order .dln-return-order-receipt .dln-btn--link, .dln-delonghi .dln-return-order .dln-return-order-receipt .dln-return-order-info__description, .dln-delonghi .dln-return-order .dln-totalSect .dln-btn--link, .dln-delonghi .dln-return-order .dln-totalSect .dln-return-order-info__description {
    font-size: .875rem
}

.dln-delonghi .dln-return-order-returned {
    background: var(--ui-05);
    padding: 20px;
    margin-bottom: 24px
}

.dln-delonghi .dln-return-order-returned .dln-btn--link {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-return-order-returned__box {
    padding: 0
}

.dln-delonghi .dln-return-order-returned__box-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem
}

.dln-delonghi .dln-return-order-returned__box-description {
    font-size: .875rem
}

.dln-delonghi .dln-return-order-returned .dln-orderRev--returned .dln-image.dln-orderRev__itemPic, .dln-delonghi .dln-return-order-returned .dln-orderRev--returned .dln-orderRev__details {
    opacity: .7
}

.dln-delonghi .dln-return-order-returned .dln-orderRev--returned .dln-orderRev__actions .dln-btn {
    background: var(--ui-05)
}

.dln-delonghi .dln-return-order-returned .dln-orderRev--returned .dln-orderRev__howItWorks {
    color: var(--brand-04)
}

.dln-delonghi .dln-return-order-returned .dln-orderRev--returned .dln-orderRev__howItWorks, .dln-delonghi .dln-return-order-returned .dln-return-order__section-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-return-order-returned .dln-return-order__header {
    border: none;
    padding-top: 0;
    margin-bottom: 8px
}

.dln-delonghi .dln-return-order-returned .dln-return-order__header .dln-return-order__section-title {
    font-size: 1.3125rem;
    line-height: 24px
}

.dln-delonghi .dln-return-order-returned .dln-return-order-returned__box {
    margin-bottom: 19px
}

.dln-delonghi .dln-return-order-returned .dln-return-order-returned__box-title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 0
}

.dln-delonghi .dln-return-order-returned .dln-orderHistory, .dln-delonghi .dln-return-order-returned .dln-orderHistory .dln-orderRev {
    margin-bottom: 0
}

.dln-delonghi .dln-return-order-returned--accept .dln-return-order__header {
    margin-bottom: 30px
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
    .dln-delonghi .dln-return-order .dln-orderRev--returned .dln-orderRev__content, .dln-delonghi .dln-return-order .dln-orderRev.dln-orderRev--cart-order .dln-orderRev__content {
        flex-direction: column;
        align-items: flex-start
    }

    .dln-delonghi .dln-return-order .dln-orderRev--returned .dln-orderRev__actions, .dln-delonghi .dln-return-order .dln-orderRev.dln-orderRev--cart-order .dln-orderRev__actions {
        margin-top: 16px
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-return-order .dln-orderRev.dln-orderRev--cart-order {
        padding-left: 0;
        padding-right: 0
    }

    .dln-delonghi .dln-return-order .dln-image.dln-orderRev__itemPic {
        top: 9px
    }

    .dln-delonghi .dln-return-order .dln-return-order-info {
        flex-direction: column
    }

    .dln-delonghi .dln-return-order .dln-return-order-info .dln-return-order-info__col {
        margin-top: 0;
        padding-bottom: 12px;
        padding-top: 12px;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-delonghi .dln-return-order .dln-return-order-info .dln-return-order-info__col:first-of-type, .dln-delonghi .dln-return-order .dln-return-order-info .dln-return-order-info__col:last-of-type {
        border: none
    }

    .dln-delonghi .dln-return-order-returned {
        padding-bottom: 30px
    }

    .dln-delonghi .dln-return-order-returned .dln-return-order__header {
        margin-bottom: 19px
    }

    .dln-delonghi .dln-return-order-returned .dln-return-order__header .dln-return-order__section-title {
        font-size: 1.125rem
    }

    .dln-delonghi .dln-return-order-returned .dln-return-order-returned__box {
        margin-bottom: 30px
    }

    .dln-delonghi .dln-return-order-returned .dln-return-order-returned__box-title {
        margin-bottom: 4px
    }

    .dln-delonghi .dln-return-order-returned .dln-orderHistory__content .dln-orderRev {
        padding: 0
    }

    .dln-delonghi .dln-return-order-returned .dln-orderHistory__content .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--quantity {
        margin-bottom: 0
    }

    .dln-delonghi .dln-return-order-returned--accept .dln-orderRev__actions {
        padding-top: 24px
    }
}

.dln-return-full-account__content {
    flex-direction: column
}

.dln-return-full-account__content > .dln-btnTextIcon--backToOrderDetail .dln-btnTextIcon__icon, .dln-return-full-account__content > .dln-btnTextIcon--backToOrderDetail .dln-btnTextIcon__iconWrap {
    text-decoration: none
}

.dln-return-full-account__content > .dln-btnTextIcon--backToOrderDetail .dln-btnTextIcon__text {
    text-decoration: underline
}

.dln-return-full-account__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    font-size: 44px;
    margin-top: 20px
}

.dln-return-full-account__order-infos {
    display: flex;
    margin-top: 20px
}

.dln-return-full-account__info {
    line-height: 1.25;
    font-size: 16px
}

.dln-return-full-account__info + .dln-return-full-account__info {
    margin-left: 50px
}

.dln-return-full-account__value {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-return-full-account__text {
    line-height: 1.54;
    font-size: 13px;
    margin-top: 30px
}

.dln-return-full-account__total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-bottom: 40px
}

.dln-return-full-account__total-row span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    font-size: 15px
}

.dln-return-full-account__button-wrap {
    width: 100%
}

.dln-return-full-account__button-wrap .dln-btn {
    width: 100%;
    max-width: 180px;
    line-height: 1.5;
    font-size: 14px
}

.dln-return-full-account__button-wrap .dln-btn span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px
}

.dln-return-full-account__product-list {
    padding-top: 20px
}

.dln-return-full-account__product-list .dln-orderRev__quantity {
    line-height: 1.67;
    font-size: 12px;
    color: var(--brand-02)
}

.dln-return-full-account__product-list .dln-price {
    line-height: 1.43;
    font-size: 14px
}

.dln-return-full-account__product-list .dln-select__value {
    color: var(--ui-04)
}

.dln-return-full-account-modal {
    display: flex;
    justify-content: center;
    padding: 80px 100px 70px
}

.dln-return-full-account-modal__thankYouMessageIconWrap {
    margin-right: 30px
}

.dln-return-full-account-modal__thankYouMessageIconWrap .dln-icn {
    font-size: 48px;
    color: var(--support-02)
}

.dln-return-full-account-modal__thankYouMessageText {
    line-height: 1.43;
    font-size: 14px
}

.dln-return-full-account-modal__popup-content {
    max-width: 790px !important
}

.dln-return-full-account-modal__popup-content .dln-btnIcon.dln-popup__closeBtn .dln-icn:before {
    content: "J";
    color: var(--brand-04)
}

.dln-return-full-account-modal .dln-btn {
    width: 180px;
    margin-top: 30px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-return-full-account .dln-profileCard {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-return-full-account .dln-profileCard {
        display: none
    }

    .dln-return-full-account__title {
        font-size: 24px;
        line-height: 1.13
    }

    .dln-return-full-account__info {
        font-size: 15px;
        line-height: 1.2
    }
}

.dln-kenwood .dln-return-full-account > .dln-wrapper:first-child {
    padding-bottom: 100px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-btnTextIcon {
    height: 20px;
    padding: 0
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-btnTextIcon__wrap {
    height: 20px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-btnTextIcon__iconWrap {
    width: 12px;
    height: 20px;
    line-height: 20px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-btnTextIcon__iconWrap .dln-icn {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: var(--brand-04);
    margin: 0 7px 0 0
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-btnTextIcon__text {
    width: auto;
    max-width: none;
    height: 20px;
    line-height: 20px;
    color: var(--brand-04);
    text-transform: lowercase
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-btnTextIcon__text:first-letter {
    text-transform: uppercase
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 46px;
    font-size: 38px;
    margin-top: 40px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__order-infos {
    margin-top: 29px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__order-infos .dln-return-full-account__info .dln-return-full-account__value {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__text {
    line-height: 20px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 40px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list {
    width: 100%;
    background-color: var(--ui-03);
    padding: 15px 20px 15px 22px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple {
    margin-bottom: 0
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper {
    align-items: flex-start;
    border: none;
    padding: 15px 0;
    position: relative
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper:after {
    content: "";
    width: calc(100% - 36px);
    height: 1px;
    background-color: var(--ui-01);
    position: absolute;
    bottom: 0;
    left: 36px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper:last-child:after {
    display: none
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-checkbox {
    margin-top: 68px !important
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-checkbox--productDescription {
    width: 14px;
    height: 14px;
    min-height: 0;
    margin: 0 22px 0 0
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-checkbox--productDescription .dln-checkbox__wrap {
    width: 14px;
    max-width: none;
    height: 14px;
    min-height: 0;
    padding: 0
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-checkbox--productDescription .dln-checkbox__inputPlaceholder {
    flex-shrink: 1;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    top: 0
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev--productDescription {
    flex: initial;
    width: calc(100% - 266px);
    margin: 0
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-orderRev__itemPic {
    margin: 0 20px 0 0;
    position: static
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-orderRev__content {
    width: calc(100% - 200px);
    max-width: 180px;
    padding-top: 5px;
    padding-right: 20px;
    margin: 0 auto 0 0;
    box-sizing: border-box
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-orderRev__content .dln-orderRev__details {
    flex-direction: column;
    width: 100%;
    height: 100%
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--quantity {
    margin-top: auto;
    margin-bottom: 20px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content {
    flex: initial;
    width: 266px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev-input-wrapper__select-quantity {
    flex-wrap: wrap;
    width: 100%
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev-input-wrapper__select-quantity > span {
    display: block;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: var(--ui-07);
    margin-bottom: 5px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev-input-wrapper__select-quantity .dln-inputIncr {
    width: 100%;
    max-width: 120px;
    height: 45px;
    border-radius: 0;
    border-color: var(--ui-01);
    background-color: var(--brand-03);
    margin: 0
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev-input-wrapper__select-quantity .dln-inputIncr .dln-inputIncr__input {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    font-size: 20px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev-input-wrapper__select-motivation .dln-select.dln-select--productDescription {
    margin: 0
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev-input-wrapper__select-motivation .dln-select.dln-select--productDescription .dln-select__container {
    border-color: var(--ui-01);
    background-color: var(--brand-03)
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev-input-wrapper__select-motivation .dln-select.dln-select--productDescription .dln-select__container .dln-select__value {
    color: var(--brand-04)
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev__notReturnBox .dln-orderRev__notReturnText {
    padding-top: 20px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__product-list .dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev__notReturnBox > .dln-btn--stroked {
    background-color: transparent
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__total-row {
    border-top: none;
    padding-top: 9px;
    padding-bottom: 30px
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__total-row > span:first-child {
    text-transform: lowercase
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__total-row > span:first-child:first-letter {
    text-transform: uppercase
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__button-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.dln-kenwood .dln-return-full-account .dln-return-full-account__content .dln-return-full-account__button-wrap .dln-btn {
    width: 160px;
    font-size: 12px;
    padding: 0;
    background-color: var(--brand-01)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__aside {
        width: 100%;
        margin: 0
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content {
        width: 100%
    }
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper {
        padding-bottom: 70px
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__aside {
        margin-bottom: 48px
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-btnTextIcon--backToOrderDetail .dln-btnTextIcon__text {
        font-size: 14px;
        padding-top: 2px
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__title {
        line-height: 40px;
        font-size: 32px;
        text-align: center;
        margin-top: 20px
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__order-infos .dln-return-full-account__info {
        line-height: 24px;
        font-size: 16px
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__text {
        margin-bottom: 30px
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list {
        width: calc(100% + 44px);
        padding: 10px 22px;
        margin-left: -22px;
        margin-bottom: 10px
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper {
        border-bottom: 1px solid var(--ui-01);
        padding: 20px 0
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper:after {
        display: none
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper:last-of-type {
        border-bottom: none
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper .dln-checkbox {
        margin-right: 14px;
        margin-top: 33px !important
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper .dln-orderRev--productDescription {
        width: calc(100% - 28px);
        min-height: 0
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-orderRev__content {
        width: calc(100% - 120px);
        max-width: none;
        padding: 0
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-orderRev__content .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        margin-bottom: 32px
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-orderRev__content .dln-orderRev__wrap--quantity {
        margin: 16px 0 0
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content {
        width: calc(100% - 28px);
        margin-left: 28px
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev-input-wrapper__select-motivation, .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev-input-wrapper__select-quantity {
        margin-left: 0
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__product-list .dln-orderHistory.dln-orderHistory--multiple .dln-orderHistory__content .dln-orderRev-input-wrapper .dln-orderRev-input-wrapper__single-item-content .dln-orderRev__notReturnBox .dln-btn {
        width: calc(100% - 100px);
        margin: 0 0 0 auto
    }

    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper .dln-return-full-account__content.dln-page__content .dln-return-full-account__total-row span {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-return-full-account.dln-page > .dln-wrapper {
        padding-bottom: 0
    }
}

.dln-delonghi .dln-return-full-account .dln-btnTextIcon__wrap i, .dln-delonghi .dln-return-full-account .dln-btnTextIcon__wrap span {
    font-weight: 500
}

.dln-delonghi .dln-return-full-account .dln-btnTextIcon__wrap i {
    margin-top: 2px
}

.dln-delonghi .dln-return-full-account__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.125rem
}

.dln-delonghi .dln-return-full-account__label {
    font-size: 1rem;
    color: var(--ui-02)
}

.dln-delonghi .dln-return-full-account__value {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem
}

.dln-delonghi .dln-return-full-account__text {
    font-size: 1rem
}

.dln-delonghi .dln-return-full-account__product-list {
    width: 100%;
    background: var(--ui-05);
    padding: 0 20px;
    margin-top: 40px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev__productCode {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--ui-02);
    margin-top: 4px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev__content {
    width: auto
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev__details {
    width: 180px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev__wrap--main .dln-price {
    width: auto;
    min-width: 61px;
    height: auto;
    margin-top: 0;
    margin-right: 8px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev__wrap--quantity {
    margin-top: 12px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper {
    border: none;
    padding-bottom: 0;
    padding-top: 20px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper .dln-orderRev {
    margin-bottom: 0
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper__single-item-content {
    margin-top: 10px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper__select-quantity span {
    font-size: .875rem
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper__select-quantity .dln-inputIncr {
    width: 100px;
    height: 40px;
    border-radius: 2px;
    border-color: var(--brand-04);
    background: var(--brand-03);
    padding: 0 12px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper__select-quantity .dln-inputIncr button i {
    font-weight: 700;
    color: var(--brand-04)
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper__select-quantity .dln-inputIncr__input {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    height: auto;
    font-size: 1.125rem
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper--notReturnable {
    justify-content: flex-end;
    padding-top: 0
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper__single-item-content.-notReturnable {
    margin-top: 27px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper .dln-orderRev__notReturnSel, .dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper .dln-select__value {
    font-size: .875rem;
    border-color: var(--ui-02)
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper .dln-orderRev__notReturnText {
    font-size: 1rem;
    line-height: 24px;
    padding-top: 10px
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper .dln-orderRev__notReturnBox .dln-btn {
    background: var(--ui-05)
}

.dln-delonghi .dln-return-full-account__product-list .dln-orderRev-input-wrapper .dln-select__container {
    background: var(--brand-03)
}

.dln-delonghi .dln-return-full-account__total-row {
    border: none
}

.dln-delonghi .dln-return-full-account__total-row span {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem
}

.dln-delonghi .dln-return-full-account__button-wrap {
    display: flex;
    justify-content: center
}

.dln-delonghi .dln-return-full-account__button-wrap .dln-btn {
    background: var(--ui-06) !important
}

.dln-delonghi .dln-return-full-account__button-wrap .dln-btn.-hasItems {
    background: var(--brand-04) !important;
    opacity: 1 !important
}

.dln-delonghi .dln-return-full-account__button-wrap .dln-btn, .dln-delonghi .dln-return-full-account__button-wrap span {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem
}

.dln-delonghi .dln-return-full-account-modal__thankYouMessageText {
    font-size: 1.125rem
}

@media screen and (min-width: 900px) and (max-width: 1020px) {
    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
        border-bottom: 1px solid var(--ui-01);
        padding-bottom: 24px
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper:last-of-type {
        border-bottom: none
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper__single-item-content {
        width: 100%
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev__notReturnBox button {
        margin: 0
    }
}

@media screen and (min-width: 599px) and (min-width: 599px) {
    .dln-delonghi .dln-return-full-account .dln-orderRev__detailsTitle {
        width: 100%
    }
}

@media screen and (max-width: 599px) {
    .dln-delonghi .dln-return-full-account__title {
        line-height: 1.08;
        font-size: 2.3125rem;
        letter-spacing: -.74px
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper {
        justify-content: flex-start;
        border-bottom: 1px solid var(--ui-01);
        padding-top: 0;
        padding-bottom: 24px;
        position: relative
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper .dln-orderRev {
        margin-bottom: 16px
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper .dln-orderRev.dln-orderRev--productDescription {
        margin-top: 12px;
        margin-left: 24px
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper__single-item-content {
        margin-top: 0;
        margin-left: 29px
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper .dln-orderRev__wrap--main {
        margin-bottom: 0
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        order: 1
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper .dln-orderRev__wrap--main .dln-orderRev__productCode {
        order: 2
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper .dln-orderRev__wrap--main .dln-price.dln-price--oldPrice {
        order: 3
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper .dln-orderRev__wrap--main .dln-price.dln-price--discounted {
        order: 4
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper .dln-checkbox.dln-checkbox--productDescription {
        position: absolute
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper .-notReturnable {
        margin-top: 0
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper--notReturnable {
        padding-top: 0
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper--notReturnable .dln-checkbox {
        display: none
    }

    .dln-delonghi .dln-return-full-account .dln-orderRev-input-wrapper--notReturnable .dln-orderRev__notReturnBox .dln-btn {
        width: 100%;
        max-width: none
    }

    .dln-delonghi .dln-return-full-account .dln-return-full-account__product-list {
        padding-bottom: 32px
    }

    .dln-delonghi .dln-return-full-account .dln-return-full-account__product-list .dln-orderHistory {
        margin-bottom: 0
    }

    .dln-delonghi .dln-return-full-account .dln-return-full-account__product-list .dln-orderHistory .dln-orderRev-input-wrapper {
        padding-bottom: 0;
        border-bottom: none
    }

    .dln-delonghi .dln-popup__content.dln-return-full-account-modal__popup-content {
        width: 100vw;
        height: 100vh;
        max-height: none !important
    }

    .dln-delonghi .dln-popup__content.dln-return-full-account-modal__popup-content .dln-return-full-account-modal {
        padding: 138px 20px 20px
    }

    .dln-delonghi .dln-popup__content.dln-return-full-account-modal__popup-content .dln-return-full-account-modal__thankYouMessageText {
        font-size: 1rem
    }
}

.dln-payMethCreate {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0 20px 32px
}

.dln-payMethCreate__title {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding: 4px 0 0;
    margin: 0 0 32px
}

.dln-payMethCreate .dln-inputs {
    margin: 0 0 24px
}

.dln-payMethCreate .dln-inputs--datepicker {
    width: calc(50% - 10px);
    margin: 0 20px 24px 0
}

.dln-payMethCreate .dln-inputs--securityCode {
    width: calc(50% - 10px);
    margin: 0 0 24px
}

.dln-payMethCreate .dln-checkbox {
    margin: 0 0 24px
}

.dln-payMethCreate .dln-btn {
    width: calc(50% - 12px);
    margin: 0 0 48px auto
}

.dln-payMethCreate__foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    border-radius: 0 0 2px 2px;
    padding: 0 0 32px
}

.dln-payMethCreate__foot .dln-icn {
    line-height: 24px;
    font-size: 18px;
    color: var(--ui-02);
    margin: 0 4px 0 0
}

.dln-payMethCreate__footText {
    height: auto;
    line-height: 20px;
    color: var(--ui-02);
    padding: 4px 0 0
}

@media only screen and (max-width: 599px) {
    .dln-payMethCreate__title {
        line-height: 20px;
        font-size: 15px
    }

    .dln-payMethCreate .dln-inputs--datepicker {
        width: 100%;
        margin: 0 0 24px
    }

    .dln-payMethCreate .dln-inputs--securityCode {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-payMethCreate .dln-btn {
        width: calc(50% - 12px);
        margin: 0 0 48px auto
    }

    .dln-payMethCreate__foot {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        height: auto;
        border-radius: 0 0 2px 2px;
        padding: 0 0 32px
    }

    .dln-payMethCreate__foot .dln-icn {
        line-height: 24px;
        font-size: 18px;
        color: var(--ui-02);
        margin: 0 4px 0 0
    }

    .dln-payMethCreate__footText {
        height: auto;
        line-height: 20px;
        color: var(--ui-02);
        padding: 4px 0 0
    }
}

.dln-kenwood .dln-payMethCreate {
    padding: 80px 101px 49px 102px !important
}

.dln-kenwood .dln-payMethCreate .dln-popup__head {
    padding: 0;
    margin: 0 -51px 49px -52px;
    width: calc(100% + 103px)
}

.dln-kenwood .dln-payMethCreate .dln-inputs {
    margin-bottom: 41px
}

.dln-kenwood .dln-payMethCreate .dln-inputs--datepicker, .dln-kenwood .dln-payMethCreate .dln-inputs--securityCode {
    margin-bottom: 30px
}

.dln-kenwood .dln-payMethCreate .dln-checkbox {
    margin: 0 0 24px
}

.dln-kenwood .dln-payMethCreate .dln-btn {
    width: auto;
    margin: 0 0 40px auto
}

.dln-kenwood .dln-payMethCreate__foot {
    padding: 0
}

.dln-kenwood .dln-payMethCreate__foot .dln-icn {
    color: var(--ui-10)
}

.dln-kenwood .dln-payMethCreate__footText {
    color: var(--brand-02)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-payMethCreate {
        padding: 90px 20px !important
    }

    .dln-kenwood .dln-payMethCreate .dln-popup__head {
        margin: 0 0 51px !important;
        width: 100%
    }

    .dln-kenwood .dln-payMethCreate .dln-inputs {
        margin: 0 0 24px
    }

    .dln-kenwood .dln-payMethCreate .dln-inputs--datepicker {
        width: calc(50% - 10px);
        margin: 0 20px 32px 0
    }

    .dln-kenwood .dln-payMethCreate .dln-inputs--securityCode {
        width: calc(50% - 10px);
        margin: 0 0 32px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-payMethCreate {
        padding: 80px 50px 50px !important
    }
}

.dln-delonghi .dln-payMethCreate {
    padding-bottom: 36px
}

.dln-delonghi .dln-payMethCreate__foot {
    padding: 0
}

.dln-popup {
    display: none;
    justify-content: center;
    min-height: 100vh;
    max-height: 100vh;
    background: rgba(0, 0, 0, .8);
    transition: opacity .2s;
    will-change: opacity;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s ease .1s;
    z-index: 1001
}

.dln-popup, .dln-popup__content {
    flex-wrap: wrap;
    width: 100%;
    opacity: 0
}

.dln-popup__content {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 416px;
    height: auto;
    background-color: var(--brand-03);
    margin: auto 0;
    overflow: initial;
    position: relative;
    z-index: 201;
    transition: all .3s;
    transition: opacity .3s ease
}

@media (-ms-high-contrast: none) {
    .dln-popup__content {
        align-self: flex-start
    }
}

.dln-popup__wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: var(--brand-03)
}

.dln-popup__wrapper > div:first-child {
    width: 100%
}

.dln-popup--visible {
    opacity: 1;
    transition: opacity .4s
}

.dln-popup--open {
    pointer-events: auto
}

.dln-popup .dln-btnIcon--close .dln-btnIcon__icon, .dln-popup .dln-btnIcon--close .dln-btnIcon__wrap {
    pointer-events: none
}

.dln-popup__closeBtn {
    position: absolute;
    width: 20px;
    height: 20px;
    color: var(--brand-02);
    z-index: 9;
    right: 20px;
    top: 10px;
    pointer-events: auto
}

.dln-popup__closeBtn .dln-icn {
    font-size: 20px;
    pointer-events: none;
    width: 20px;
    height: 20px
}

.dln-popup__closeBtn .dln-icn:before {
    content: "J"
}

.dln-popup--circleClose .dln-popup__closeBtn .dln-icn {
    font-size: 20px;
    pointer-events: none
}

.dln-popup--circleClose .dln-popup__closeBtn .dln-icn:before {
    content: "g";
    color: var(--ui-04)
}

.dln-popup--alert {
    background-color: transparent;
    width: auto;
    max-width: 585px;
    height: auto;
    min-height: auto;
    position: fixed;
    right: 30px;
    left: auto;
    top: 30px;
    bottom: auto
}

.dln-popup--alert .dln-popup__wrapper .dln-popup__closeBtn {
    right: 40px;
    top: 22px
}

.dln-popup--fullsize-desktop-mobile {
    padding: 0 !important
}

.dln-popup--fullsize-desktop-mobile .dln-popup__content {
    max-width: none !important;
    border-radius: 0;
    height: 100%
}

@media (-ms-high-contrast: none) {
    .dln-popup--fullsize-desktop-mobile .dln-popup__content {
        max-width: 100% !important
    }
}

body.dln-popup--open {
    overflow: hidden
}

body.dln-popup--openAlert {
    overflow: auto
}

.dln-popup {
    padding: 20px
}

.dln-popup__content, .dln-popup__wrapper {
    border-radius: 5px 5px 5px 5px
}

.dln-popup--dTop .dln-popup__content {
    margin: 0 0 auto
}

.dln-popup--dCenter .dln-popup__content {
    margin: auto 0
}

.dln-popup--dBottom .dln-popup__content {
    margin: auto 0 0
}

.dln-popup--scrollModal .dln-popup__content {
    overflow: hidden
}

.dln-popup--scrollModal .dln-popup__wrapper {
    overflow: hidden;
    overflow-y: auto
}

.dln-popup--visible .dln-popup__content {
    transition: opacity .3s ease .2s;
    opacity: 1
}

.dln-popup--fadeInDown .dln-popup__content, .dln-popup--fadeInUp .dln-popup__content, .dln-popup--zoomIn .dln-popup__content {
    transition: transform .3s ease, opacity .3s ease;
    will-change: transform
}

.dln-popup--fadeInDown.dln-popup--open .dln-popup__content, .dln-popup--fadeInUp.dln-popup--open .dln-popup__content, .dln-popup--zoomIn.dln-popup--open .dln-popup__content {
    transition: transform .3s ease .1s, opacity .3s ease
}

.dln-popup--fadeInUp .dln-popup__content {
    transform: translateY(32px)
}

.dln-popup--fadeInUp.dln-popup--open .dln-popup__content {
    transform: translateY(0)
}

.dln-popup--fadeInDown .dln-popup__content {
    transform: translateY(-32px)
}

.dln-popup--fadeInDown.dln-popup--open .dln-popup__content {
    transform: translateY(0)
}

.dln-popup--zoomIn .dln-popup__content {
    transform: scale(.96)
}

.dln-popup--zoomIn.dln-popup--open .dln-popup__content {
    transform: scale(1)
}

.ma1.modal-template {
    width: 100%;
    height: auto;
    padding: 32px;
    box-sizing: border-box
}

.modal-template > button {
    margin-bottom: 40px;
    -moz-apperance: none;
    width: 120px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #000;
    -webkit-appearance: none;
    cursor: pointer
}

@media only screen and (max-width: 599px) {
    .dln-popup--mTop .dln-popup__content {
        margin: 0 0 auto !important
    }

    .dln-popup--mCenter .dln-popup__content {
        margin: auto 0 !important
    }

    .dln-popup--mBottom .dln-popup__content {
        margin: auto 0 0 !important
    }

    .dln-popup--fullsize {
        padding: 0 !important
    }

    .dln-popup--fullsize .dln-popup__content {
        max-width: none !important
    }

    .dln-popup--fullsize .dln-popup__content, .dln-popup--fullsize .dln-popup__wrapper {
        min-height: 100vh !important;
        border-radius: 0 !important
    }

    .dln-popup--alert {
        background-color: transparent;
        width: 100%;
        max-width: 585px;
        height: auto;
        min-height: auto;
        position: fixed;
        right: auto;
        left: 0;
        top: 30px;
        bottom: auto
    }
}

.dln-kenwood .dln-popup {
    padding: 80px 101px 49px 102px
}

.dln-kenwood .dln-popup__head {
    width: calc(100% + 103px);
    padding: 0;
    margin: 0 -51px 49px -52px
}

.dln-kenwood .dln-popup__content {
    border-radius: 0
}

.dln-kenwood .dln-popup__wrapper > div:first-child {
    padding: 80px 100px
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-popup__head {
    width: calc(100% + 100px);
    margin: 0 -50px;
    padding-bottom: 30px
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-popup__head--closeOnly {
    padding-bottom: 0
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-popup__head--closeOnly .dln-btnIcon--close {
    transform: none
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-popup__head + :not([class*=__form]):not([class*=__paragraph]):not([class*=__text]):not([class*=__content]) {
    margin-top: 30px
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-completeForm__text {
    margin: 0 0 32px
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-popup__headLine {
    display: none
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-verification__text {
    margin-top: 0
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-popup__headTitle {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-btnIcon {
    position: absolute;
    top: 20px;
    right: 20px
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn {
    font-size: 22px;
    width: 22px;
    height: 22px;
    text-indent: 0
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn:after, .dln-kenwood .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "J";
    text-indent: 0;
    color: var(--brand-01)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup__wrapper > div:first-child {
        padding: 20px 20px 50px
    }

    .dln-kenwood .dln-popup__wrapper > div:first-child .dln-popup__headTitle {
        font-size: 28px;
        line-height: 34px;
        margin-top: 0
    }

    .dln-kenwood .dln-popup__wrapper > div:first-child .dln-popup__head {
        padding: 0;
        margin: 20px 0 25px;
        width: 100%
    }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
    .dln-kenwood .dln-popup .dln-popup__wrapper > div:first-child {
        padding: 80px 50px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup__wrapper > div:first-child .dln-popup__headLine {
        display: block;
        background: var(--ui-01);
        margin-top: 15px
    }

    .dln-kenwood .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn {
        font-size: 15px
    }

    .dln-kenwood .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn:before {
        color: var(--brand-04)
    }
}

.dln-delonghi .dln-popup {
    padding: 20px !important
}

.dln-delonghi .dln-popup__content, .dln-delonghi .dln-popup__wrapper {
    border-radius: 2px
}

.dln-delonghi .dln-popup__content {
    max-width: 427px
}

.dln-delonghi .dln-popup__content .dln-inputs:not(.dln-textarea) {
    max-width: 70%
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup__content .dln-inputs:not(.dln-textarea) {
        max-width: 100%
    }
}

.dln-delonghi .dln-popup__head {
    padding-top: 26px
}

.dln-delonghi .dln-popup__headTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 34px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup__headTitle {
        font-size: 1.3125rem;
        line-height: 23px
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup__head--bigTitle {
        padding-top: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup__head--bigTitle .dln-popup__headTitle {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 2.3125rem;
        line-height: 40px
    }
}

.dln-delonghi .dln-popup__head .dln-btnIcon .dln-icn {
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup__head .dln-btnIcon--close {
        transform: none !important
    }
}

.dln-forgPsw {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    border-radius: 2px;
    background-color: var(--brand-03);
    padding: 0 40px 24px
}

.dln-forgPsw div:nth-child(2) form {
    width: calc(100% - 40px);
    margin: 0 20px
}

.dln-forgPsw .dlg-gigya-link {
    font-weight: 700
}

.dln-forgPsw__form {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    margin: 0
}

.dln-forgPsw__form .dln-btn[type=button], .dln-forgPsw__form .dln-inputs {
    margin: 0 0 24px
}

.dln-forgPsw__form .dln-btn--link {
    margin: 0 auto
}

.dln-forgPsw__text {
    display: block;
    width: 100%;
    line-height: 20px;
    margin: 0 0 32px
}

.dln-forgPsw__wrap {
    display: none;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 80px);
    margin: 0 40px
}

@media only screen and (max-width: 599px) {
    .dln-forgPsw {
        padding: 0 0 20px
    }

    .dln-forgPsw .dln-popup__head {
        width: calc(100% - 40px);
        padding: 20px 0 16px;
        margin: 0 20px 16px
    }

    .dln-forgPsw .dln-popup__head--circleClose {
        align-items: center
    }

    .dln-forgPsw__head {
        width: calc(100% - 40px);
        padding: 20px 0 16px;
        margin: 0 20px 16px
    }

    .dln-forgPsw__headTitle {
        font-size: 13px
    }

    .dln-forgPsw__head .dln-btnIcon, .dln-forgPsw__head .dln-btnIcon__wrap {
        width: 32px;
        height: 32px
    }

    .dln-forgPsw__text {
        margin: 0 0 24px;
        width: 100%;
        left: 0
    }

    .dln-forgPsw__form {
        width: calc(100% - 40px);
        margin: 0 20px
    }

    .dln-forgPsw__form .dln-btn[type=button] {
        margin: 0 0 16px
    }

    .dln-forgPsw__wrap {
        width: calc(100% - 40px);
        margin: 0 20px
    }
}

.dln-kenwood .dln-registration + .dln-popup .dln-popup__content {
    max-width: 591px !important
}

.dln-kenwood .dln-forgPsw {
    padding: 40px 70px !important
}

.dln-kenwood .dln-forgPsw__wrap .dln-btn {
    margin: 0 auto
}

.dln-kenwood .dln-forgPsw .dln-popup__headLine {
    display: none
}

.dln-kenwood .dln-forgPsw .dln-popup__headTitle {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.dln-kenwood .dln-forgPsw .dln-btnIcon {
    position: absolute;
    top: 5px !important;
    right: 10px !important
}

.dln-kenwood .dln-forgPsw .dln-btnIcon .dln-icn {
    font-size: 22px;
    width: 22px;
    height: 22px;
    text-indent: 999px;
    overflow: hidden
}

.dln-kenwood .dln-forgPsw .dln-btnIcon .dln-icn:after, .dln-kenwood .dln-forgPsw .dln-btnIcon .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-forgPsw .dln-btnIcon .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "J";
    text-indent: 0;
    color: var(--brand-01)
}

.dln-kenwood .dln-forgPsw .dln-inputs {
    max-width: 267px;
    margin-right: 10px;
    margin-bottom: 40px
}

.dln-kenwood .dln-forgPsw .dln-forgPsw__text {
    font-size: 14px;
    margin-bottom: 50px
}

.dln-kenwood .dln-forgPsw__wrap {
    margin: 0;
    width: 100%
}

.dln-kenwood .dln-forgPsw__wrap .dln-forgPsw__text {
    margin-bottom: 30px
}

.dln-kenwood .dln-forgPsw__wrap .dln-btn--backToLogin {
    width: 145px;
    margin: 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-forgPsw {
        padding: 30px 0 50px !important;
        margin-left: 20px;
        margin-right: 20px
    }

    .dln-kenwood .dln-forgPsw .dln-forgPsw__form {
        width: 100%;
        margin: 0
    }

    .dln-kenwood .dln-forgPsw .dln-popup__headTitle {
        font-size: 28px;
        line-height: 34px
    }

    .dln-kenwood .dln-forgPsw .dln-popup__head--circleClose {
        margin-top: 90px;
        margin-bottom: 32px
    }

    .dln-kenwood .dln-forgPsw .dln-forgPsw__text {
        margin-bottom: 41px
    }

    .dln-kenwood .dln-forgPsw .dln-inputs {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%
    }

    .dln-kenwood .dln-forgPsw .dln-btn {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px
    }

    .dln-kenwood .dln-forgPsw .dln-btn--backToLogin, .dln-kenwood .dln-forgPsw .dln-btn--link {
        margin: 0
    }
}

.dln-delonghi .dln-popup__content {
    max-width: 490px
}

.dln-delonghi .dln-popup__content .dln-forgPsw .dln-btn, .dln-delonghi .dln-popup__content .dln-forgPsw .dln-inputs {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0 auto
}

.dln-delonghi .dln-popup__content .dln-forgPsw .dln-btn + .dln-btn, .dln-delonghi .dln-popup__content .dln-forgPsw .dln-inputs + .dln-btn {
    margin: 30px auto 0
}

.dln-delonghi .dln-popup__content .dln-forgPsw .dln-popup__headTitle {
    width: calc(100% - 48px);
    line-height: 20px;
    font-size: 1.0625rem;
    text-align: left;
    padding: 10px 0;
    margin: 0 8px 0 0;
    display: flex;
    align-items: center
}

.dln-delonghi .dln-popup__content .dln-forgPsw .dlg-gigya-link {
    font-weight: 700
}

@media only screen and (min-width: 599px) {
    .dln-delonghi .dln-popup__content .dln-forgPsw .dln-forgPsw {
        padding: 0 40px 24px
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup__content .dln-forgPsw .dln-forgPsw {
        padding: 0 0 20px
    }

    .dln-delonghi .dln-popup__content .dln-forgPsw .dln-btn, .dln-delonghi .dln-popup__content .dln-forgPsw .dln-inputs {
        width: 100%;
        padding: 0
    }
}

.dln-shareWishList {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0 20px 52px
}

.dln-shareWishList__title {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding: 4px 0 0;
    margin: 0 0 32px
}

.dln-shareWishList .dln-inputs {
    margin: 0 16px 0 0;
    width: calc(70% - 16px)
}

.dln-shareWishList .dln-btn {
    width: 30%;
    margin: 0
}

.dln-shareWishList__inputs {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.dln-copyClipboard__message {
    width: 100%;
    font-size: 13px;
    line-height: 125%;
    color: var(--brand-02);
    padding: 16px 4px;
    text-align: center;
    opacity: 0;
    animation: smoothFadeInAndScale .5s linear forwards
}

.dln-kenwood .dln-shareWishList {
    padding: 80px 50px 70px !important
}

.dln-kenwood .dln-shareWishList .dln-popup__head {
    padding: 0 0 32px
}

.dln-kenwood .dln-shareWishList .dln-popup__headTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    margin-top: 32px
}

.dln-kenwood .dln-shareWishList .dln-btn {
    height: 45px
}

@media screen and (max-width: 599px) {
    .dln-kenwood .dln-shareWishList {
        padding: 90px 20px !important
    }

    .dln-kenwood .dln-shareWishList .dln-popup__headTitle {
        font-size: 28px;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        width: 100%;
        max-width: 100%
    }

    .dln-kenwood .dln-shareWishList .dln-inputs {
        width: 100%;
        margin: 0 0 16px
    }

    .dln-kenwood .dln-shareWishList .dln-btn {
        margin: 0 0 0 auto;
        width: auto
    }
}

.dln-delonghi .dln-shareWishList {
    padding: 0
}

.dln-delonghi .dln-shareWishList .dln-popup__head {
    padding: 17px 19px 40px
}

.dln-delonghi .dln-shareWishList .dln-popup__head .dln-btnIcon {
    margin-bottom: 40px
}

.dln-delonghi .dln-shareWishList .dln-popup__headTitle {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: none;
    line-height: 32px;
    font-size: 1.625rem;
    text-align: left;
    padding: 0 123px;
    margin: 0;
    box-sizing: border-box
}

.dln-delonghi .dln-shareWishList__inputs {
    margin-bottom: 87px
}

.dln-delonghi .dln-shareWishList__inputs .dln-inputs:not(.dln-textarea) {
    width: calc(100% - 142px);
    max-width: none;
    margin: 0 18px 0 0
}

.dln-delonghi .dln-shareWishList__inputs .dln-btn {
    width: 124px;
    min-width: 0;
    padding: 0 15px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-shareWishList {
        padding: 0 20px
    }

    .dln-delonghi .dln-shareWishList .dln-popup__head {
        padding: 35px 5px 25px
    }

    .dln-delonghi .dln-shareWishList .dln-popup__head .dln-btnIcon {
        margin-bottom: 156px
    }

    .dln-delonghi .dln-shareWishList .dln-popup__headTitle {
        line-height: 23px;
        font-size: 1.3125rem;
        text-align: center;
        padding: 0 15px
    }

    .dln-delonghi .dln-shareWishList__inputs .dln-inputs:not(.dln-textarea) {
        width: calc(100% - 110px);
        margin: 0 10px 0 0
    }

    .dln-delonghi .dln-shareWishList__inputs .dln-btn {
        width: 100px;
        padding: 0
    }
}

.dln-singProductReview {
    padding: 0 80px 70px
}

.dln-singProductReview .dln-popup__head .dln-btnIcon--close {
    transform: translateX(60px)
}

.dln-singProductReview .dln-orderRev {
    padding: 0 0 16px;
    border: none
}

.dln-singProductReview .dln-orderRev:hover, .dln-singProductReview .dln-orderRev__details {
    border: none
}

.dln-singProductReview .dln-orderRev__content {
    align-content: center;
    max-width: calc(100% - 172px)
}

.dln-singProductReview .dln-orderRev__detailsTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: auto;
    white-space: normal;
    text-align: left
}

.dln-singProductReview .dln-orderRev__itemPic > img {
    -o-object-fit: contain;
    object-fit: contain
}

.dln-singProductReview__title {
    font-size: 32px;
    line-height: 35px;
    color: var(--brand-04);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0
}

.dln-singProductReview__content {
    width: 100%;
    border-top: 1px solid var(--ui-01);
    padding: 24px 0 0
}

.dln-singProductReview__detailsTitle {
    font-size: 15px;
    line-height: 20px;
    color: var(--brand-04);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 40px 0 8px
}

.dln-singProductReview__desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-singProductReview .dln-orderRev__rating, .dln-singProductReview .dln-ratingStars {
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-singProductReview {
        padding: 24px
    }

    .dln-singProductReview .dln-orderRev__itemPic {
        width: 100%;
        max-width: 140px;
        height: 112px;
        margin: 0 32px 0 0
    }

    .dln-singProductReview .dln-orderRev__content {
        width: auto
    }
}

.dln-kenwood .dln-singProductReview .dln-orderRev__details {
    max-width: 100%
}

.dln-kenwood .dln-singProductReview .dln-orderRev__detailsTitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 22px
}

.dln-kenwood .dln-singProductReview .dln-orderRev--productReview {
    margin-top: 0 !important
}

.dln-kenwood .dln-singProductReview__content {
    border: 0;
    padding-top: 6px
}

.dln-kenwood .dln-singProductReview__title {
    display: none
}

.dln-kenwood .dln-singProductReview__detailsTitle {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-singProductReview__desc {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-singProductReview .dln-ratingStars .dln-icn {
    width: 24px;
    height: 24px
}

.dln-kenwood .dln-singProductReview .dln-ratingStars .dln-icn--iconfont {
    font-size: 22px
}

.dln-kenwood .dln-singProductReview .dln-popup__head .dln-btnIcon--close {
    transform: none
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-orderRev__itemPic {
        margin-right: 20px
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-singProductReview .dln-popup__head .dln-btnIcon--close {
        transform: none
    }
}

.dln-delonghi .dln-singProductReview__title {
    margin-top: 16px;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 34px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-singProductReview__title {
        font-size: 1.3125rem;
        line-height: 23px
    }
}

.dln-delonghi .dln-singProductReview .dln-ratingStars {
    margin-top: 8px
}

.dln-delonghi .dln-singProductReview .dln-singProductReview__detailsTitle {
    margin-bottom: 16px;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: .875rem;
    line-height: 18px
}

.dln-delonghi .dln-singProductReview .dln-singProductReview__desc {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    line-height: 18px
}

.dln-writeReview {
    width: 100%;
    padding: 0 80px 70px
}

.dln-writeReview .dln-popup__head .dln-btnIcon--close {
    transform: translateX(60px)
}

.dln-writeReview .dln-popup__head .dln-popup__headTitle {
    text-align: center
}

.dln-writeReview__title {
    font-size: 44px;
    margin: 0 0 32px
}

.dln-writeReview__subTitle, .dln-writeReview__title {
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-writeReview__subTitle {
    font-size: 17px;
    margin: 0 0 16px
}

.dln-writeReview .dln-orderRev__rating, .dln-writeReview .dln-ratingStars {
    margin: 10px 0
}

.dln-writeReview .dln-orderRev__rating .dln-icn, .dln-writeReview .dln-ratingStars .dln-icn {
    width: 35px;
    height: 35px
}

.dln-writeReview .dln-orderRev__rating .dln-icn:before, .dln-writeReview .dln-ratingStars .dln-icn:before {
    font-size: 35px
}

.dln-writeReview .dln-orderRev {
    border-width: 0 0 1px;
    border-color: var(--ui-01);
    padding: 0 0 24px;
    margin: 0 0 24px
}

.dln-writeReview .dln-orderRev__itemPic {
    width: 80px;
    height: 64px
}

.dln-writeReview .dln-orderRev__itemPic > img {
    -o-object-fit: contain;
    object-fit: contain
}

.dln-writeReview__content {
    width: 100%;
    margin: 32px 0 0
}

.dln-writeReview__form .dln-writeReview__subTitle {
    margin: 32px 0 8px
}

.dln-writeReview__form-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    border-top: 1px solid var(--ui-01);
    padding: 32px 0 0;
    margin: 32px 0 0
}

.dln-writeReview__form .dln-btn {
    width: calc(100% - 50px);
    max-width: 185px
}

.dln-writeReview__form .dln-btn--link {
    width: auto;
    margin: 0 auto 0 0
}

@media only screen and (max-width: 599px) {
    .dln-writeReview {
        padding: 24px
    }

    .dln-writeReview .dln-orderRev__itemPic {
        width: 100%;
        height: 183px;
        margin: 0 auto
    }

    .dln-writeReview .dln-orderRev__itemPic > img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.dln-kenwood .dln-writeReview {
    padding-top: 60px;
    padding-bottom: 48px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-writeReview .dln-ratingStars, .dln-kenwood .dln-writeReview .dln-writeReview__subTitle {
        text-align: left;
        position: relative;
        bottom: auto;
        left: auto
    }

    .dln-kenwood .dln-writeReview .dln-orderRev__detailsTitle {
        text-align: left;
        white-space: normal
    }

    .dln-kenwood .dln-writeReview .dln-ratingStars {
        position: relative
    }

    .dln-kenwood .dln-writeReview .dln-writeReview__item {
        height: auto
    }

    .dln-kenwood .dln-writeReview .dln-orderRev {
        margin-bottom: 0
    }

    .dln-kenwood .dln-writeReview .dln-orderRev__wrap--main {
        margin: 0
    }

    .dln-kenwood .dln-writeReview .dln-writeReview__form .dln-inputs {
        width: 100%;
        margin-right: 0
    }

    .dln-kenwood .dln-writeReview .dln-writeReview__form .dln-btn:not(.dln-btn--link) {
        width: auto;
        min-width: 120px;
        max-width: calc(100% - 50px)
    }

    .dln-kenwood .dln-writeReview .dln-orderRev__itemPic {
        max-width: 100%;
        height: auto;
        margin: 0 20px 20px 0
    }

    .dln-kenwood .dln-writeReview .dln-orderRev__itemPic > img {
        max-width: 100%;
        height: auto
    }

    .dln-kenwood .dln-writeReview .dln-orderRev__content {
        width: calc(100% - 120px)
    }
}

.dln-kenwood .dln-writeReview .dln-popup__head .dln-btnIcon--close {
    transform: none;
    position: absolute;
    top: 20px;
    right: 20px
}

.dln-kenwood .dln-writeReview .dln-popup__headTitle {
    line-height: 40px;
    font-family: var(--fontNameExtra), Arial, sans-serif !important;
    font-size: 32px;
    font-weight: 400
}

.dln-kenwood .dln-writeReview__item {
    height: 150px;
    position: relative
}

.dln-kenwood .dln-writeReview .dln-orderRev {
    border-bottom: none;
    padding-bottom: 0
}

.dln-kenwood .dln-writeReview .dln-orderRev__itemPic {
    max-width: 100%;
    width: auto;
    height: auto
}

.dln-kenwood .dln-writeReview .dln-orderRev__itemPic > img {
    -o-object-fit: none;
    object-fit: none
}

.dln-kenwood .dln-writeReview .dln-orderRev__content {
    align-content: normal;
    width: calc(100% - 200px)
}

.dln-kenwood .dln-writeReview .dln-orderRev__details {
    width: 100%;
    max-width: none
}

.dln-kenwood .dln-writeReview .dln-orderRev__wrap--main {
    width: 100%
}

.dln-kenwood .dln-writeReview .dln-orderRev__detailsTitle {
    display: block;
    width: 100%
}

.dln-kenwood .dln-writeReview__subTitle {
    line-height: 20px;
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 4px;
    position: absolute;
    bottom: 24px;
    left: 200px
}

.dln-kenwood .dln-writeReview .dln-ratingStars {
    height: 24px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 200px
}

.dln-kenwood .dln-writeReview .dln-ratingStars__star {
    width: 24px;
    height: 24px;
    margin-right: 5px
}

.dln-kenwood .dln-writeReview .dln-ratingStars__star:first-of-type {
    margin-right: 0
}

.dln-kenwood .dln-writeReview .dln-ratingStars__star .dln-icn--iconfont {
    width: 24px;
    height: 24px
}

.dln-kenwood .dln-writeReview .dln-ratingStars__star .dln-icn--iconfont:before {
    line-height: 24px;
    font-size: 24px
}

.dln-kenwood .dln-writeReview__content .dln-writeReview__subTitle {
    display: none
}

.dln-kenwood .dln-writeReview__content .dln-writeReview__subTitle:nth-of-type(3) {
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: lighter;
    color: var(--ui-07);
    margin: 0 0 4px;
    position: static
}

.dln-kenwood .dln-writeReview__form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-kenwood .dln-writeReview__form .dln-inputs {
    width: calc(50% - 10px);
    height: 50px;
    margin-bottom: 16px;
    box-sizing: border-box
}

.dln-kenwood .dln-writeReview__form .dln-inputs:first-of-type {
    margin-right: 20px
}

.dln-kenwood .dln-writeReview__form .dln-inputs__input {
    width: 100%;
    height: 50px;
    box-sizing: border-box
}

.dln-kenwood .dln-writeReview__form .dln-inputs__lbl {
    width: 100%;
    line-height: 20px;
    color: var(--ui-07);
    padding: 0 0 4px;
    top: -24px
}

.dln-kenwood .dln-writeReview__form .dln-inputs.dln-textarea {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 32px
}

.dln-kenwood .dln-writeReview__form .dln-inputs.dln-textarea .dln-inputs__input {
    color: var(--brand-02);
    padding: 8px
}

.dln-kenwood .dln-writeReview__form-footer {
    border-top: none;
    padding: 0;
    margin: 0
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview .dln-orderRev__itemPic {
        max-width: 100%;
        height: auto;
        margin: 0 20px 0 0
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview .dln-orderRev__itemPic > img {
        max-width: 100%;
        height: auto
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview .dln-orderRev__content {
        align-items: center;
        width: calc(100% - 118px)
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview .dln-orderRev__wrap--main {
        margin: 0
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__subTitle {
        width: 100%;
        position: static;
        top: auto;
        left: auto
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__item {
        margin-top: 0 !important
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__item .dln-ratingStars {
        position: static;
        top: auto;
        left: auto
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__form .dln-inputs {
        width: 100%;
        margin: 20px 0 16px
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__form .dln-textarea {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__item .dln-orderRev__itemPic {
        width: 98px;
        height: 80px
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__item .dln-orderRev__content {
        width: calc(100% - 119px)
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__item .dln-orderRev--simpleview {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__item .dln-ratingStars {
        margin: 0 0 0 auto;
        position: static;
        left: auto
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper .dln-writeReview__form .dln-inputs:first-of-type {
        margin-right: 0
    }
}

.dln-delonghi .dln-writeReview .dln-orderRev {
    padding-bottom: 16px;
    margin-bottom: 30px
}

.dln-delonghi .dln-writeReview__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 19px;
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 10px
}

.dln-delonghi .dln-writeReview .dln-ratingStars {
    margin: 0
}

.dln-delonghi .dln-writeReview__form .dln-writeReview__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 19px;
    font-size: 1.125rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 12px
}

.dln-delonghi .dln-writeReview__form .dln-inputs.dln-textarea {
    margin-bottom: 0
}

.dln-delonghi .dln-writeReview__form-footer {
    padding-top: 24px;
    margin-top: 24px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-writeReview__item .dln-orderRev {
        flex-direction: row
    }

    .dln-delonghi .dln-writeReview__item .dln-orderRev__itemPic {
        flex-shrink: 0;
        width: 80px;
        height: 80px
    }

    .dln-delonghi .dln-writeReview__item .dln-orderRev__itemPic > img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .dln-delonghi .dln-writeReview__item .dln-orderRev .dln-orderRev__content {
        flex: 1;
        width: auto;
        margin-left: 10px
    }

    .dln-delonghi .dln-writeReview__item .dln-orderRev .dln-orderRev__content .dln-orderRev__detailsTitle {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 19px;
        font-size: 1.1875rem;
        text-align: left
    }
}

.dln-connectAcc {
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    border-radius: 2px;
    background-color: var(--brand-03);
    padding: 0 40px 40px
}

.dln-connectAcc, .dln-connectAcc__head {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-connectAcc__head {
    align-items: center;
    min-height: 22px;
    border-bottom: 1px solid var(--ui-02);
    border-radius: 2px 2px 0 0;
    padding: 16px 0;
    margin: 0 0 16px
}

.dln-connectAcc__headTitle {
    display: block;
    width: calc(100% - 56px);
    line-height: 19px;
    font-size: 16px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    margin: 0 16px 0 0
}

.dln-connectAcc__head .dln-btnIcon {
    margin: 0 0 0 auto
}

.dln-connectAcc__form {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    margin: 0
}

.dln-connectAcc__form .dln-btn[type=button], .dln-connectAcc__form .dln-inputs {
    margin: 0 0 24px
}

.dln-connectAcc__form .dln-btn--link {
    margin: 0 auto
}

.dln-connectAcc__text {
    display: block;
    width: 100%;
    line-height: 20px;
    margin: 0 0 32px
}

.dln-connectAcc__wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.dln-connectAcc__wrap .dln-btn {
    margin: 0 auto 0 0
}

.dln-connectAcc__wrap .dln-btn:last-of-type {
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-connectAcc {
        padding: 24px
    }
}

.dln-kenwood .dln-connectAcc {
    padding: 0 40px 70px
}

.dln-kenwood .dln-connectAcc__text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 40px;
    text-align: center
}

.dln-kenwood .dln-connectAcc__form {
    max-width: 380px;
    margin: 0 auto
}

.dln-kenwood .dln-connectAcc__form .dln-inputs {
    margin-bottom: 34px
}

.dln-kenwood .dln-connectAcc__form .dln-inputs + .dln-inputs {
    margin-bottom: 0
}

.dln-kenwood .dln-connectAcc__form .dln-btn[type=button] {
    margin: 30px 0 40px
}

.dln-kenwood .dln-connectAcc__form .dln-inputs {
    margin: 0 0 35px
}

.dln-kenwood .dln-connectAcc__wrap {
    max-width: 380px;
    margin: 0 auto
}

.dln-kenwood .dln-connectAcc__wrap .dln-btn--link {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-connectAcc .dln-popup__head {
    padding: 0
}

.dln-kenwood .dln-connectAcc .dln-popup__head .dln-popup__headTitle {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
    margin: 0;
    max-width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0
}

.dln-kenwood .dln-connectAcc .dln-popup__head .dln-btnIcon {
    position: absolute;
    top: 20px;
    right: 20px
}

.dln-kenwood .dln-connectAcc .dln-popup__head .dln-btnIcon .dln-icn {
    font-size: 22px;
    width: 22px;
    height: 22px;
    text-indent: 999px;
    overflow: hidden
}

.dln-kenwood .dln-connectAcc .dln-popup__head .dln-btnIcon .dln-icn:after, .dln-kenwood .dln-connectAcc .dln-popup__head .dln-btnIcon .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-connectAcc .dln-popup__head .dln-btnIcon .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "J";
    text-indent: 0;
    color: var(--brand-01)
}

.dln-kenwood .dln-connectAcc .dln-popup__head .dln-popup__headLine {
    display: none
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-connectAcc {
        padding: 0 22px 50px
    }

    .dln-kenwood .dln-connectAcc__text {
        margin: 32px 0 40px;
        text-align: center
    }

    .dln-kenwood .dln-connectAcc__form .dln-inputs {
        margin-bottom: 34px
    }

    .dln-kenwood .dln-connectAcc__form .dln-inputs + .dln-inputs {
        margin-bottom: 0
    }

    .dln-kenwood .dln-connectAcc__form .dln-btn[type=button] {
        width: 100%
    }

    .dln-kenwood .dln-connectAcc__wrap .dln-btn--link {
        width: auto;
        max-width: 50%;
        margin: 0;
        text-align: left;
        font-size: 13px
    }

    .dln-kenwood .dln-connectAcc__wrap .dln-btn--link:nth-child(odd) {
        margin: 0 auto 0 0
    }

    .dln-kenwood .dln-connectAcc .dln-popup__head .dln-popup__headTitle {
        font-size: 28px;
        line-height: 34px
    }

    .dln-kenwood .dln-connectAcc .dln-popup__head .dln-btnIcon {
        top: 30px;
        right: 30px
    }
}

.dln-delonghi .dln-connectAcc {
    padding: 0 40px 70px
}

.dln-delonghi .dln-connectAcc .dln-connectAcc__form, .dln-delonghi .dln-connectAcc .dln-connectAcc__wrap {
    padding: 0 30px
}

.dln-delonghi .dln-connectAcc .dln-connectAcc__form .dln-inputs, .dln-delonghi .dln-connectAcc .dln-connectAcc__form .dln-inputs + .dln-btn, .dln-delonghi .dln-connectAcc .dln-connectAcc__wrap .dln-inputs, .dln-delonghi .dln-connectAcc .dln-connectAcc__wrap .dln-inputs + .dln-btn {
    max-width: 100%;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-connectAcc .dln-connectAcc__form, .dln-delonghi .dln-connectAcc .dln-connectAcc__wrap {
        padding: 0
    }
}

.dln-completeForm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    border-radius: 2px;
    background-color: var(--brand-03);
    padding: 0 40px 40px
}

.dln-completeForm__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 22px;
    border-bottom: 1px solid var(--ui-02);
    border-radius: 2px 2px 0 0;
    padding: 16px 0;
    margin: 0 0 16px
}

.dln-completeForm__headTitle {
    display: block;
    width: calc(100% - 56px);
    line-height: 19px;
    font-size: 16px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    margin: 0 16px 0 0
}

.dln-completeForm__head .dln-btnIcon {
    margin: 0 0 0 auto
}

.dln-completeForm__form {
    align-content: flex-start;
    padding: 0 20px;
    margin: 0
}

.dln-completeForm__form .dln-inputs {
    margin: 0 0 24px
}

.dln-completeForm__form .dln-btn[type=button] {
    margin: 0
}

.dln-completeForm__form .dln-btn--link {
    margin: 0 auto
}

.dln-completeForm__text {
    display: block;
    width: 100%;
    line-height: 20px;
    margin: 0 0 32px
}

.dln-completeForm__wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.dln-completeForm__wrap .dln-btn {
    margin: 0 auto 0 0
}

.dln-completeForm__wrap .dln-btn:last-of-type {
    margin: 0
}

.dln-completeForm .dln-checkbox {
    margin: 0 0 24px
}

.dln-completeForm__paragraph {
    font-size: 10px;
    line-height: 125%;
    width: 100%;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-completeForm__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-completeForm__paragraph--noMarg {
    margin: 0
}

.dln-completeForm__paragraph--secondary {
    font-size: 10px;
    line-height: 125%;
    color: var(--ui-05)
}

.dln-completeForm__paragraph a {
    color: var(--ui-05)
}

.dln-completeForm__subtitle {
    font-size: 10px;
    line-height: 125%;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 8px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-completeForm__form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-completeForm__formContainer {
    width: 100%;
    padding: 32px 0 0;
    margin: 24px 0 0;
    border-top: 1px solid var(--ui-01)
}

.dln-completeForm__formContainer .dln-select {
    width: calc(50% - 10px);
    margin: 0 50% 32px 0
}

.dln-completeForm__formContainer .dln-inputs {
    margin: 0 0 16px
}

.dln-completeForm__formContainer .dln-inputs--halfCol {
    width: calc(50% - 10px);
    margin: 0 0 32px
}

.dln-completeForm__formContainer .dln-inputs--halfCol:nth-child(2n) {
    margin: 0 20px 32px 0
}

.dln-completeForm__formContainer .dln-inputs .dln-inputs__extraLbl {
    width: calc(95% - 12px);
    max-width: 300px;
    white-space: normal
}

.dln-completeForm__formContainer .dln-checkbox {
    margin: 70px 0 32px
}

.dln-completeForm__formFoot {
    width: 100%;
    margin: 60px 0 0
}

.dln-completeForm__formFoot .dln-btn {
    width: 50%
}

.dln-completeForm__formOptions {
    display: flex;
    flex-wrap: wrap
}

.dln-completeForm__formOptions .dln-registrationForm__paragraph, .dln-completeForm__formOptions .dln-registrationForm__subtitle {
    font-size: 10px
}

.dln-completeForm__formOptions .dln-radioBtn {
    margin: 0 40px 32px 0
}

.dln-kenwood .dln-completeForm {
    padding: 0 40px 70px
}

.dln-kenwood .dln-completeForm__text {
    font-size: 14px;
    line-height: 20px;
    margin: 25px 0 40px
}

.dln-kenwood .dln-completeForm__form {
    padding: 0 40px
}

.dln-kenwood .dln-completeForm__form .dln-inputs {
    margin-top: 0;
    margin-bottom: 0
}

.dln-kenwood .dln-completeForm__form .dln-inputs ~ .dln-inputs {
    margin-top: 34px
}

.dln-kenwood .dln-completeForm__form .dln-btn[type=button] {
    margin: 30px 0 0;
    width: 100%
}

.dln-kenwood .dln-completeForm__form .dln-checkbox {
    margin: 25px 0 30px
}

.dln-kenwood .dln-completeForm__wrap .dln-btn--link {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-completeForm__formOptions + .dln-completeForm__paragraph--secondary {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0
}

.dln-kenwood .dln-completeForm__formOptions + .dln-completeForm__paragraph--secondary a {
    color: var(--brand-01)
}

.dln-kenwood .dln-completeForm__paragraph {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-completeForm__paragraph, .dln-kenwood .dln-completeForm__paragraph--secondary {
    font-size: 12px;
    line-height: 16px;
    color: var(--brand-02)
}

.dln-kenwood .dln-completeForm .dln-popup__head {
    padding: 0
}

.dln-kenwood .dln-completeForm .dln-popup__head + .dln-completeForm__text {
    padding: 0 40px;
    text-align: center
}

.dln-kenwood .dln-completeForm .dln-popup__head .dln-popup__headTitle {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
    margin: 0;
    max-width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0;
    display: block
}

.dln-kenwood .dln-completeForm .dln-popup__head .dln-btnIcon {
    position: absolute;
    top: 20px;
    right: 20px
}

.dln-kenwood .dln-completeForm .dln-popup__head .dln-btnIcon .dln-icn {
    font-size: 22px;
    width: 22px;
    height: 22px;
    text-indent: 999px;
    overflow: hidden
}

.dln-kenwood .dln-completeForm .dln-popup__head .dln-btnIcon .dln-icn:after, .dln-kenwood .dln-completeForm .dln-popup__head .dln-btnIcon .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-completeForm .dln-popup__head .dln-btnIcon .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "J";
    text-indent: 0;
    color: var(--brand-01)
}

.dln-kenwood .dln-completeForm .dln-popup__head .dln-popup__headLine {
    display: none
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-completeForm {
        padding: 0 20px 50px
    }

    .dln-kenwood .dln-completeForm__text {
        margin: 32px 0 40px;
        text-align: center
    }

    .dln-kenwood .dln-completeForm__form {
        padding: 0
    }

    .dln-kenwood .dln-completeForm__form .dln-btn[type=button] {
        width: 100%
    }

    .dln-kenwood .dln-completeForm__wrap .dln-btn--link {
        width: auto;
        max-width: 50%;
        margin: 0;
        text-align: left;
        font-size: 13px
    }

    .dln-kenwood .dln-completeForm__wrap .dln-btn--link:nth-child(odd) {
        margin: 0 auto 0 0
    }

    .dln-kenwood .dln-completeForm .dln-popup__head + .dln-completeForm__text {
        padding: 0;
        text-align: center
    }

    .dln-kenwood .dln-completeForm .dln-popup__head .dln-popup__headTitle {
        font-size: 28px;
        line-height: 34px
    }

    .dln-kenwood .dln-completeForm .dln-popup__head .dln-btnIcon {
        top: 30px;
        right: 30px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-popup__wrapper > div:first-child .dln-completeForm__form, .dln-kenwood .dln-popup__wrapper > div:first-child .dln-completeForm__text {
        padding: 0
    }
}

.dln-delonghi .dln-completeForm .dln-inputs {
    max-width: 100% !important;
    border-color: var(--brand-04)
}

.dln-delonghi .dln-completeForm .dln-radioBtn__lbl:after {
    background: var(--brand-04)
}

.dln-popup__head {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px 0 32px;
    box-sizing: border-box;
    position: relative
}

.dln-popup__head .dln-btnIcon {
    margin: 0 0 8px auto;
    width: auto;
    height: auto;
    z-index: 99
}

.dln-popup__head .dln-btnIcon .dln-btnIcon__wrap {
    width: auto;
    height: auto
}

.dln-popup__head .dln-btnIcon .dln-icn {
    font-size: 20px;
    color: var(--brand-01)
}

.dln-popup__head .dln-btnIcon--closeBtn {
    z-index: 99
}

.dln-popup__head .dln-btnIcon--closeBtn img {
    pointer-events: none
}

.dln-popup__head .dln-btnIcon--closeBtn .dln-icn {
    font-size: 20px
}

.dln-popup__headTitle {
    display: block;
    width: 100%;
    max-width: calc(100% - 24px);
    margin: 0 auto;
    height: auto;
    font-size: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding: 0 4px
}

.dln-popup__headTitle .dln-icn {
    width: 38px;
    font-size: 24px;
    margin: 0 8px
}

.dln-popup__head--support01 .dln-popup__headTitle .dln-icn {
    color: var(--support-01)
}

.dln-popup__head--support02 .dln-popup__headTitle .dln-icn {
    color: var(--support-02)
}

.dln-popup__head--bigTitle {
    padding: 16px 0 32px
}

.dln-popup__head--bigTitle .dln-popup__headTitle {
    font-size: 44px;
    line-height: normal;
    text-align: left
}

.dln-popup__head--circleClose {
    align-items: center
}

.dln-popup__head--circleClose .dln-popup__headTitle {
    width: calc(100% - 48px);
    line-height: 20px;
    font-size: 17px;
    text-align: left;
    padding: 10px 0;
    margin: 0 8px 0 0;
    display: flex;
    align-items: center
}

.dln-popup__head--circleClose .dln-popup__headLine {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--ui-02);
    margin: 6px 0 0
}

.dln-popup__head--closeOnly .dln-btnIcon {
    margin: 0 0 0 auto
}

.dln-alert .dln-btnIcon .dln-icn {
    color: var(--ui-02)
}

.dln-kenwood .dln-popup__head {
    position: inherit
}

.dln-kenwood .dln-popup__head .dln-btnIcon:not(.dln-btnIcon--circleClose) {
    margin: 0 0 0 auto
}

.dln-kenwood .dln-popup__headTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-popup__head .dln-btnIcon {
    margin: 0
}

.dln-kenwood .dln-popup__head .dln-btnIcon .dln-btnIcon__wrap {
    width: auto;
    height: auto
}

.dln-kenwood .dln-popup__head .dln-btnIcon .dln-icn {
    font-size: 20px;
    color: var(--brand-01)
}

.dln-kenwood .dln-popup__head .dln-btnIcon--circleClose {
    margin: 0 0 0 auto
}

.dln-kenwood .dln-popup__head .dln-btnIcon--circleClose .dln-icn {
    color: var(--ui-01)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-popup .dln-popup__wrapper > div:first-child .dln-popup__head {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0
    }

    .dln-kenwood .dln-popup .dln-popup__wrapper > div:first-child .dln-popup__headTitle {
        height: auto
    }
}

.dln-faqShare {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 56px
}

.dln-faqShare .dln-popup__head {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 24px
}

.dln-faqShare .dln-popup__headTitle {
    text-align: left;
    padding: 0 96px
}

.dln-faqShare__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 120px;
    box-sizing: border-box
}

.dln-faqShare__content .dln-inputs {
    margin: 0 0 24px
}

.dln-faqShare__content .dln-inputs:last-of-type {
    margin: 0 0 48px
}

.dln-faqShare__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    padding: 0 120px;
    box-sizing: border-box
}

.dln-faqShare__actions .dln-btn--cancel {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 0 0
}

.dln-faqShare__actions .dln-btn--confirm {
    width: 184px;
    margin: 0 0 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-faqShare {
        padding: 0 0 56px
    }

    .dln-faqShare .dln-popup__head {
        margin-left: 20px;
        margin-right: 20px
    }

    .dln-faqShare .dln-popup__headTitle {
        padding: 0;
        font-size: 15px
    }

    .dln-faqShare__actions, .dln-faqShare__content {
        padding: 0 20px
    }

    .dln-faqShare__actions .dln-btn--cancel {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        margin: 0 auto 0 0
    }

    .dln-faqShare__actions .dln-btn--confirm {
        width: 184px;
        margin: 0 0 0 auto
    }
}

.dln-kenwood .dln-faqShare {
    padding-bottom: 70px !important
}

.dln-kenwood .dln-faqShare > .dln-popup__head {
    width: 100% !important;
    margin: 0 !important
}

.dln-kenwood .dln-faqShare__content {
    padding: 30px 0 0
}

.dln-kenwood .dln-faqShare__content .dln-inputs {
    margin-bottom: 41px
}

.dln-kenwood .dln-faqShare__content .dln-inputs.dln-textarea {
    margin-bottom: 30px
}

.dln-kenwood .dln-faqShare__actions {
    padding: 0
}

.dln-kenwood .dln-faqShare__actions .dln-btn--confirm {
    width: 102px;
    padding: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-faqShare {
        align-content: flex-start;
        min-height: 100vh;
        padding-top: 90px !important
    }

    .dln-kenwood .dln-faqShare .dln-popup__head {
        margin-bottom: 32px !important
    }
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare {
    padding-bottom: 63px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-popup__head {
    padding: 20px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-popup__head .dln-btnIcon--close {
    margin-bottom: 16px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-popup__head .dln-popup__headTitle {
    line-height: 37px;
    font-size: 2.3125rem;
    text-align: center;
    padding: 0 62px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-faqShare__content {
    padding: 0 102px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-faqShare__content .dln-inputs {
    width: 100%;
    max-width: none
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-faqShare__actions {
    padding: 0 102px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-faqShare__actions .dln-btn--confirm {
    width: 50%;
    min-width: 0
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-popup__head {
        padding-bottom: 40px;
        margin: 0
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-popup__head .dln-btnIcon--close {
        margin-bottom: 40px;
        transform: translate(3px, -3px) !important
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-popup__head .dln-popup__headTitle {
        max-width: none;
        line-height: 30px;
        font-size: 1.75rem;
        text-align: left;
        padding: 0
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-faqShare__content {
        padding: 0 20px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-faqShare__content .dln-inputs {
        margin-bottom: 32px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-faqShare__content .dln-inputs:nth-last-of-type(2) {
        margin-bottom: 23px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-faqShare .dln-faqShare__actions {
        padding: 0 20px
    }
}

.dln-faqAnnouncement {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-faqAnnouncement .dln-popup__head {
    width: calc(100% - 64px);
    padding: 32px 0;
    margin: 0 32px
}

.dln-faqAnnouncement .dln-popup__headTitle {
    line-height: 36px;
    font-size: 32px;
    text-align: left;
    padding: 0 72px
}

.dln-faqAnnouncement .dln-popup__headTitle span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-faqAnnouncement__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 104px;
    box-sizing: border-box
}

.dln-faqAnnouncement__text {
    display: block;
    width: 100%;
    line-height: 21px;
    font-size: 14px;
    margin: 0 0 24px
}

.dln-faqAnnouncement__text:last-of-type {
    margin: 0 0 40px
}

.dln-faqAnnouncement__textLink {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    width: auto;
    line-height: 21px;
    font-size: 14px;
    color: var(--brand-04);
    text-decoration: underline
}

.dln-faqAnnouncement__imgWrap {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 40px
}

.dln-faqAnnouncement__imgWrap > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.dln-faqAnnouncement__actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid var(--ui-01);
    padding: 32px 0 0;
    margin: 0 104px 96px
}

@media only screen and (max-width: 599px) {
    .dln-faqAnnouncement .dln-popup__head {
        width: calc(100% - 40px);
        padding-top: 54px;
        padding-bottom: 20px;
        margin-right: 20px;
        margin-left: 20px;
        position: relative
    }

    .dln-faqAnnouncement .dln-popup__head .dln-btnIcon--close {
        position: absolute;
        top: 14px;
        right: 0
    }

    .dln-faqAnnouncement .dln-popup__headTitle {
        font-size: 32px;
        padding: 0;
        margin: 0
    }

    .dln-faqAnnouncement__content {
        padding: 0 20px
    }

    .dln-faqAnnouncement__actions {
        width: calc(100% - 40px);
        padding: 32px 0 0;
        margin: 0 auto 32px
    }
}

.dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement {
    padding-bottom: 70px !important
}

.dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement > .dln-popup__head {
    padding: 0 0 24px
}

.dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement > .dln-popup__head .dln-popup__headTitle span {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    font-size: 28px
}

.dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement .dln-faqAnnouncement__content {
    padding: 0
}

.dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement .dln-faqAnnouncement__content .dln-faqAnnouncement__text:last-of-type {
    margin-bottom: 30px
}

.dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement .dln-faqAnnouncement__actions {
    padding-top: 30px;
    margin: 0
}

.dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement .dln-faqAnnouncement__actions .dln-btn--link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement {
        padding-top: 0 !important;
        padding-bottom: 49px !important
    }

    .dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement .dln-popup__head {
        padding-top: 90px !important;
        margin-top: 0 !important
    }

    .dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement .dln-popup__head .dln-btnIcon--close {
        right: 0
    }

    .dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement .dln-popup__headTitle span {
        line-height: 32px !important;
        font-size: 24px !important
    }

    .dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement .dln-faqAnnouncement__content .dln-faqAnnouncement__text:last-of-type {
        margin-bottom: 25px
    }

    .dln-kenwood .dln-popup__wrapper > .dln-faqAnnouncement .dln-faqAnnouncement__actions {
        width: 100% !important
    }
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement .dln-popup__head {
    padding: 52px 0 28px;
    position: relative
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement .dln-popup__head .dln-btnIcon {
    position: absolute;
    top: 20px;
    right: -12px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement .dln-popup__head .dln-popup__headTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 37px;
    font-size: 2.3125rem
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement .dln-popup__head .dln-popup__headTitle > span {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__content .dln-faqAnnouncement__text {
    line-height: 24px;
    font-size: 1rem;
    color: var(--brand-04);
    padding-bottom: 12px;
    margin-bottom: 0
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__content .dln-faqAnnouncement__text:last-child {
    padding-bottom: 24px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__content .dln-faqAnnouncement__text strong {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__content .dln-faqAnnouncement__textLink {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    cursor: default;
    pointer-events: none
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__content .dln-faqAnnouncement__imgWrap {
    margin-top: 39px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__actions {
    padding-top: 24px;
    margin-bottom: 60px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement .dln-popup__head {
        padding: 76px 0 24px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement .dln-popup__head .dln-btnIcon {
        right: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement .dln-popup__head .dln-popup__headTitle {
        width: 100%;
        max-width: none;
        line-height: 30px;
        font-size: 1.75rem
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__content .dln-faqAnnouncement__text {
        font-size: .9375rem;
        padding-bottom: 24px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__content .dln-faqAnnouncement__text:last-child {
        padding-bottom: 30px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__content .dln-faqAnnouncement__imgWrap {
        margin-top: 16px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-faqAnnouncement__actions {
        margin-bottom: 40px
    }
}

.dln-mapPopup {
    flex-wrap: wrap;
    max-height: 400px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.dln-mapPopup, .dln-mapPopup__head {
    display: flex;
    width: 100%;
    height: auto
}

.dln-mapPopup__head {
    flex-wrap: nowrap;
    margin: 0 0 12px
}

.dln-mapPopup__company {
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04);
    text-transform: uppercase
}

.dln-mapPopup__distance {
    display: inline-block;
    width: auto;
    font-size: 12px;
    color: var(--brand-02);
    border-left: 1px solid var(--brand-02);
    padding: 0 0 0 16px;
    margin: 0 0 0 16px
}

.dln-mapPopup__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 4px;
    margin: 0 0 8px
}

.dln-mapPopup__data {
    display: block;
    width: 100%;
    line-height: 17px;
    font-size: 12px;
    color: var(--brand-04)
}

.dln-mapPopup__data--brand-02 {
    color: var(--brand-02)
}

.dln-mapPopup__wrap--info .dln-mapPopup__data {
    margin: 0 0 4px
}

.dln-mapPopup__wrap--info .dln-mapPopup__data--address {
    margin: 0 0 12px
}

.dln-mapPopup__wrap--actions {
    border-bottom: none;
    padding: 0;
    margin: 0
}

.dln-mapPopup__wrap--actions .dln-mapPopup__data {
    margin: 0 0 16px
}

.dln-mapPopup__wrap--actions .dln-btn {
    transition: none !important
}

.dln-mapPopup__wrap--actions .dln-btn--website, .dln-mapPopup__wrap--actions .dln-btn--writeUs {
    width: calc(50% - 5px);
    margin: 0 0 10px
}

.dln-mapPopup__wrap--actions .dln-btn--website {
    margin: 0 10px 10px 0
}

.dln-mapPopup__triangle {
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    position: absolute;
    top: 124px;
    left: -4px;
    z-index: 2
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper > div:first-child.dln-mapPopup {
    padding: 20px 15px;
    max-height: none
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup {
    padding: 20px 0 20px 15px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup .dln-mapPopup__company {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup .dln-mapPopup__distance {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup__wrap--info {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup__wrap--info .dln-mapPopup__data {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup__wrap--info .dln-mapPopup__data--address {
    margin-bottom: 10px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup__wrap--hours {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup__wrap--hours .dln-mapPopup__data {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 16px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup__wrap--actions {
    margin-bottom: 5px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup__wrap--actions .dln-mapPopup__data {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 16px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-mapPopup__wrap--actions .dln-btn--googleMaps {
    width: 100%
}

.dln-delonghi .dln-mapPopup {
    max-width: 304px
}

.dln-delonghi .dln-mapPopup__wrap--actions .dln-btn {
    min-width: 0;
    width: calc(50% - 5.5px)
}

.dln-delonghi .dln-mapPopup__wrap--actions .dln-btn--website {
    margin: 0 11px 16px 0
}

.dln-delonghi .dln-mapPopup__wrap--actions .dln-btn--writeUs {
    margin: 0 0 16px
}

.dln-delonghi .dln-mapPopup__wrap--actions .dln-btn--googleMaps {
    width: 100%;
    margin: 0
}

.dln-socialAcc {
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    border-radius: 2px;
    background-color: var(--brand-03);
    padding: 0 40px 40px
}

.dln-socialAcc, .dln-socialAcc__socialbtnGroup {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-socialAcc__socialbtnGroup .dln-btn {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0
}

.dln-socialAcc__socialbtnGroup .dln-btn:nth-child(2n) {
    margin: 0 0 10px
}

.dln-socialAcc__socialbtnGroup .dln-btn:last-of-type, .dln-socialAcc__socialbtnGroup .dln-btn:nth-last-of-type(2) {
    margin-bottom: 0
}

.dln-socialAcc__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 22px;
    border-bottom: 1px solid var(--ui-02);
    border-radius: 2px 2px 0 0;
    padding: 16px 0;
    margin: 0 0 16px
}

.dln-socialAcc__headTitle {
    display: block;
    width: calc(100% - 56px);
    line-height: 19px;
    font-size: 16px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    margin: 0 16px 0 0
}

.dln-socialAcc__head .dln-btnIcon {
    margin: 0 0 0 auto
}

.dln-socialAcc__form {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    margin: 0
}

.dln-socialAcc__form .dln-inputs {
    margin: 0 0 24px
}

.dln-socialAcc__form .dln-btn[type=button]:not(.dln-btn--social) {
    margin: 24px 0;
    width: 100%
}

.dln-socialAcc__form .dln-btn--link {
    margin: 0 auto
}

.dln-socialAcc__form .dln-inputs ~ .dln-btn[type=button]:not(.dln-btn--social) {
    margin: 0 0 24px
}

.dln-socialAcc__text {
    display: block;
    width: 100%;
    line-height: 20px;
    margin: 0 0 16px
}

.dln-socialAcc__text--divider {
    margin: 16px auto;
    text-align: center;
    position: relative
}

.dln-socialAcc__text--divider:after, .dln-socialAcc__text--divider:before {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--ui-01);
    width: calc(50% - 15px);
    top: calc(50% + 1px)
}

.dln-socialAcc__text--divider:before {
    left: 0
}

.dln-socialAcc__text--divider:after {
    right: 0
}

.dln-socialAcc__wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.dln-socialAcc__wrap .dln-btn {
    margin: 0 auto 0 0
}

.dln-socialAcc__wrap .dln-btn:last-of-type {
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-socialAcc {
        padding: 24px
    }
}

.dln-delonghi .dln-socialAcc__socialbtnGroup .dln-btn {
    width: calc(50% - 5px);
    min-width: auto
}

.dln-delonghi .dln-socialAcc .dln-inputs {
    width: 100%;
    min-width: 100%
}

.dln-kenwood .dln-socialAcc {
    padding: 0 40px 70px
}

.dln-kenwood .dln-socialAcc .dln-popup__head--circleClose {
    padding: 0;
    margin-top: 80px;
    margin-bottom: 25px
}

.dln-kenwood .dln-socialAcc .dln-popup__headLine {
    display: none
}

.dln-kenwood .dln-socialAcc .dln-popup__headTitle {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.dln-kenwood .dln-socialAcc .dln-btnIcon {
    position: absolute;
    top: 20px;
    right: 20px
}

.dln-kenwood .dln-socialAcc .dln-btnIcon .dln-icn {
    font-size: 22px;
    width: 22px;
    height: 22px;
    text-indent: 999px;
    overflow: hidden
}

.dln-kenwood .dln-socialAcc .dln-btnIcon .dln-icn:after, .dln-kenwood .dln-socialAcc .dln-btnIcon .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-socialAcc .dln-btnIcon .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "J";
    text-indent: 0;
    color: var(--brand-01)
}

.dln-kenwood .dln-socialAcc__form {
    max-width: 380px;
    margin: 0 auto
}

.dln-kenwood .dln-socialAcc__form .dln-inputs {
    margin: 0 0 35px
}

.dln-kenwood .dln-socialAcc__form .dln-inputs ~ .dln-btn[type=button]:not(.dln-btn--social) {
    margin: 0
}

.dln-kenwood .dln-socialAcc__text {
    font-size: 14px;
    margin: 0 0 25px;
    text-align: center
}

.dln-kenwood .dln-socialAcc__text--divider {
    margin: 15px auto
}

.dln-kenwood .dln-socialAcc__text--divider + .dln-inputs {
    margin: 15px 0 35px
}

.dln-kenwood .dln-socialAcc__wrap {
    max-width: 380px;
    margin: 30px auto 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-socialAcc {
        padding: 0 20px 50px
    }

    .dln-kenwood .dln-socialAcc .dln-popup__headTitle {
        font-size: 28px;
        line-height: 34px
    }

    .dln-kenwood .dln-socialAcc__wrap {
        margin: 20px auto 0
    }

    .dln-kenwood .dln-socialAcc__wrap .dln-btn {
        width: 100%;
        margin: 10px auto
    }
}

.dln-salesTax {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
    padding: 14px 40px 40px
}

.dln-salesTax__title {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding: 4px 0 0;
    margin: 0 0 32px
}

.dln-salesTax .dln-inputs {
    margin: 0 16px 0 0;
    width: calc(70% - 16px)
}

.dln-salesTax .dln-btn {
    width: 30%;
    margin: 0
}

.dln-salesTax__inputs {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.dln-salesTax__paragraph {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px
}

.dln-salesTax__paragraph:last-of-type {
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-salesTax__content {
        padding: 0
    }
}

.dln-kenwood .dln-salesTax .dln-popup__headTitle {
    display: block;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    margin-top: 32px
}

.dln-kenwood .dln-salesTax .dln-btn {
    height: 45px
}

.dln-kenwood .dln-salesTax__content {
    padding: 0
}

@media screen and (max-width: 599px) {
    .dln-kenwood .dln-salesTax .dln-popup__headTitle {
        font-size: 28px;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        width: 100%;
        max-width: 100%
    }

    .dln-kenwood .dln-salesTax .dln-inputs {
        width: 100%;
        margin: 0 0 16px
    }

    .dln-kenwood .dln-salesTax .dln-btn {
        margin: 0 0 0 auto;
        width: auto
    }
}

.dln-login-wishlist {
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    border-radius: 2px;
    background-color: var(--brand-03);
    padding: 0 40px 40px
}

.dln-login-wishlist, .dln-login-wishlist__socialbtnGroup {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-login-wishlist__socialbtnGroup .dln-btn {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0
}

.dln-login-wishlist__socialbtnGroup .dln-btn:nth-child(2n) {
    margin: 0 0 10px
}

.dln-login-wishlist__socialbtnGroup .dln-btn:last-of-type, .dln-login-wishlist__socialbtnGroup .dln-btn:nth-last-of-type(2) {
    margin-bottom: 0
}

.dln-login-wishlist__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 22px;
    border-bottom: 1px solid var(--ui-02);
    border-radius: 2px 2px 0 0;
    padding: 16px 0;
    margin: 0 0 16px
}

.dln-login-wishlist__headTitle {
    display: block;
    width: calc(100% - 56px);
    line-height: 19px;
    font-size: 16px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    margin: 0 16px 0 0
}

.dln-login-wishlist__head .dln-btnIcon {
    margin: 0 0 0 auto
}

.dln-login-wishlist__form {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    margin: 0
}

.dln-login-wishlist__form .dln-inputs {
    margin: 0 0 24px
}

.dln-login-wishlist__form .dln-btn--link {
    margin: 0 auto
}

.dln-login-wishlist__text {
    display: block;
    width: 100%;
    line-height: 20px;
    margin: 0 0 16px
}

.dln-login-wishlist__text--divider {
    margin: 16px auto;
    text-align: center;
    position: relative
}

.dln-login-wishlist__text--divider:after, .dln-login-wishlist__text--divider:before {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--ui-01);
    width: calc(50% - 15px);
    top: calc(50% + 1px)
}

.dln-login-wishlist__text--divider:before {
    left: 0
}

.dln-login-wishlist__text--divider:after {
    right: 0
}

.dln-login-wishlist__wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.dln-login-wishlist__wrap .dln-btn {
    margin: 0 auto 0 0
}

.dln-login-wishlist__wrap .dln-btn:last-of-type {
    margin: 0
}

.dln-login-wishlist .dln-popup__head {
    padding-bottom: 17px
}

.dln-login-wishlist .dln-popup__head--circleClose .dln-popup__headTitle {
    line-height: 21px
}

.dln-login-wishlist .dln-loginForm__formContainer {
    border-top: 0;
    padding-top: 0;
    margin-top: 16px
}

.dln-login-wishlist .dln-loginForm__paragraph {
    line-height: 20px;
    margin-bottom: 32px
}

.dln-login-wishlist .dln-loginForm__paragraph--mainTitle {
    margin-bottom: 25px
}

.dln-login-wishlist .dln-loginForm__formFoot {
    margin-top: 32px
}

.dln-login-wishlist .dln-loginForm__formFoot .dln-btn--link {
    width: 100%;
    height: 40px;
    line-height: 17px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 2px;
    overflow: hidden;
    color: var(--brand-03);
    background-color: var(--brand-01)
}

.dln-login-wishlist .dln-loginForm__section--registration {
    margin-top: 32px
}

.dln-login-wishlist .dln-loginForm__subtitle {
    line-height: 21px;
    padding-bottom: 8px
}

.dln-login-wishlist .dln-loginForm .dln-btn--secondary {
    margin-top: 7px;
    font-size: 13px
}

@media only screen and (max-width: 599px) {
    .dln-login-wishlist .dln-popup__head {
        margin-bottom: 21px
    }

    .dln-login-wishlist .dln-popup__headTitle {
        font-size: 13px;
        line-height: 19px
    }

    .dln-login-wishlist .dln-loginForm__paragraph--mainTitle {
        text-align: left
    }
}

.dln-kenwood .dln-loginForm__formContainer {
    margin-top: 24px;
    margin-bottom: 50px;
    padding-top: 40px;
    border-top: 1px solid var(--ui-01)
}

.dln-kenwood .dln-loginForm__formFoot .dln-btn--link {
    text-transform: uppercase;
    font-size: 12px;
    height: 45px
}

.dln-kenwood .dln-loginForm__formFoot .dln-btn--link:hover {
    background-color: var(--brand-04);
    color: var(--brand-03)
}

.dln-kenwood .dln-loginForm__section--registration {
    margin-top: 0;
    padding-top: 45px;
    border-top: 1px solid var(--ui-01)
}

.dln-kenwood .dln-loginForm__section--registration:before {
    content: none
}

.dln-kenwood .dln-loginForm__subtitle {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-kenwood .dln-loginForm__paragraph {
    margin-bottom: 36px
}

.dln-kenwood .dln-loginForm__paragraph--mainTitle {
    margin-bottom: 27px
}

.dln-kenwood .dln-loginForm .dln-btn--secondary {
    color: var(--brand-04)
}

.dln-delonghi .dln-login-wishlist .dln-popup__headTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--brand-04)
}

.dln-delonghi .dln-login-wishlist .dln-loginForm {
    padding: 0 30px
}

.dln-delonghi .dln-login-wishlist .dln-loginForm .dln-loginForm__btnGroup .dln-btn {
    width: calc(50% - 8px);
    min-width: auto
}

.dln-delonghi .dln-login-wishlist .dln-loginForm__paragraph {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    line-height: 1.3
}

.dln-delonghi .dln-login-wishlist .dln-loginForm__formContainer .dln-loginForm__paragraph {
    text-align: center
}

.dln-delonghi .dln-login-wishlist .dln-loginForm__subtitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.11
}

.dln-delonghi .dln-login-wishlist .dln-loginForm__subtitle + .dln-loginForm__paragraph {
    text-align: center;
    color: var(--brand-04)
}

.dln-delonghi .dln-login-wishlist .dln-loginForm .dln-inputs {
    width: 100%;
    min-width: 100%;
    border-color: var(--brand-04)
}

.dln-delonghi .dln-login-wishlist .dln-loginForm .dln-btn {
    width: 100%
}

.dln-delonghi .dln-login-wishlist .dln-loginForm .dln-btn--secondary {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    line-height: 1.3;
    width: auto
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-login-wishlist .dln-loginForm {
        padding: 0
    }

    .dln-delonghi .dln-login-wishlist .dln-loginForm__paragraph {
        text-align: left
    }

    .dln-delonghi .dln-login-wishlist .dln-loginForm__formContainer .dln-loginForm__paragraph {
        text-align: center;
        border-top: 1px solid var(--ui-01);
        margin: 0 auto;
        max-width: 60%;
        padding: 30px 0 25px
    }
}

.dln-addedItem {
    padding: 0
}

@media only screen and (max-width: 599px) {
    .dln-addedItem--addedItem .dln-addedItem__content--extra .dln-btn {
        margin: 0 auto
    }
}

.dln-addedItem .dln-popup__head {
    padding: 16px 40px 0
}

@media only screen and (min-width: 1199px) {
    .dln-addedItem__content {
        padding: 20px 40px
    }
}

.dln-addedItem__content--extra {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--ui-03)
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .dln-addedItem__content--extra {
        padding: 0 40px 20px
    }
}

.dln-addedItem__content--extra .dln-btn {
    margin: 16px auto
}

.dln-addedItem__content--extra .dln-btn .dln-icn {
    height: auto
}

.dln-addedItem__content--extra .dln-btn.dln-btn--link {
    margin: 20px auto 0
}

.dln-addedItem__content--extra .dln-addedItem__subTitle {
    font-size: 15px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    color: var(--brand-02);
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 16px;
    margin: 0 0 24px
}

.dln-addedItem.dln-addedItem--suggestion .dln-cartItem__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.dln-addedItem.dln-addedItem--suggestion .dln-cartItem__picture {
    margin: 0 0 0 auto
}

.dln-addedItem.dln-addedItem--suggestion .dln-cartItem__title {
    margin: 0 auto 8px 24px
}

.dln-addedItem .dln-addItem {
    width: 100%;
    margin: 0 0 32px
}

@media only screen and (min-width: 599px) {
    .dln-addedItem .dln-addItem {
        width: calc(50% - 20px);
        margin: 0 16px 16px 0
    }
}

.dln-addedItem .dln-addItem .dln-btn {
    margin: 8px 0 0
}

.dln-addedItem .dln-addItem .dln-btn--link {
    width: 100%
}

.dln-addedItem .dln-cartItem {
    border-width: 0;
    padding: 0
}

.dln-addedItem .dln-cartItem__picture {
    width: 110px;
    height: 88px;
    margin: 0
}

@media only screen and (min-width: 599px) {
    .dln-addedItem .dln-cartItem__picture {
        width: 120px;
        height: 96px
    }
}

.dln-addedItem .dln-cartItem__title {
    width: calc(100% - 134px)
}

@media only screen and (min-width: 599px) {
    .dln-addedItem .dln-cartItem__title {
        width: calc(100% - 240px)
    }
}

.dln-addedItem .dln-cartItem__price {
    width: calc(100% - 134px);
    text-align: left;
    margin: 16px 0 0 16px
}

@media only screen and (min-width: 599px) {
    .dln-addedItem .dln-cartItem__price {
        width: 80px;
        text-align: right;
        margin: 0 0 0 16px
    }
}

.dln-addedItem .dln-cartItem__price .realPrice {
    font-size: 1.1875rem
}

.dln-addedItem .dln-cartItem__price .dln-price--oldPrice {
    font-size: 1rem
}

.dln-addedItem .dln-cartItem__quantity {
    display: flex;
    flex-wrap: wrap
}

.dln-addedItem .dln-cartItem__quantity .dln-price {
    margin: 0 0 4px
}

.dln-addedItem .dln-cartItem__warningMessage {
    display: block;
    width: 100%;
    color: var(--support-01);
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    overflow: hidden
}

.dln-addedItem .dln-cartItem__btn {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid var(--ui-01);
    padding: 16px 0 0
}

@media only screen and (min-width: 599px) {
    .dln-addedItem .dln-cartItem__btn {
        margin: 24px 0 0
    }
}

.dln-addedItem .dln-cartItem__btn .dln-btn {
    width: calc(50% - 10px);
    margin: 16px 20px 0 0
}

.dln-addedItem .dln-cartItem__btn .dln-btn:last-of-type {
    margin: 16px 0 0
}

.dln-addedItem .dln-cartItem .dln-csmDropdown {
    float: left;
    width: 100%;
    margin: 8px 0 0
}

@media only screen and (min-width: 599px) {
    .dln-addedItem .dln-cartItem .dln-csmDropdown {
        width: calc(100% - 144px);
        margin: 8px 0 0 24px
    }
}

.dln-popup .dln-addedItem {
    border-radius: 5px 5px 5px 5px;
    overflow: hidden
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 {
    padding-top: 28px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 .dln-popup__headLine {
    background: var(--ui-01)
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 .dln-popup__headTitle {
    font-size: 1rem;
    transform: translateY(-5px);
    transform: translateX(-16px);
    padding: 0
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 .dln-popup__headTitle .dln-icn {
    font-size: .8125rem;
    margin-top: 3px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content {
    border-bottom: 1px solid var(--ui-01)
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-cartItem__btn--stroked {
    background-color: var(--brand-04) !important
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
        padding: 20px 40px
    }
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__figure {
    display: flex;
    width: 80%
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture {
    display: flex;
    order: 1;
    align-items: stretch;
    width: 112px;
    height: 95px;
    position: relative;
    top: 0
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
    order: 2;
    align-self: flex-start;
    padding: 0;
    margin: 0 0 0 25px;
    width: auto
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-cartItem__price {
    display: flex;
    flex-direction: column;
    width: auto
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price {
    order: 3;
    align-self: flex-start;
    padding: 0;
    margin: 0
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity {
    display: none
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown {
    order: 5;
    max-width: 334px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 55px;
    left: 137px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown__dropdown {
    height: 40px;
    box-sizing: border-box
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown__selected {
    font-size: .875rem
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown .dln-price.dln-price--free {
    font-weight: 400
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
    order: 6
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn:last-of-type {
    background: var(--brand-01) !important
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification {
    flex-wrap: nowrap
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc b {
    font-weight: 400
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--brand-01)
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounter i {
    font-weight: 700;
    color: var(--brand-03)
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn.dln-btn--stroked {
    background-color: #000;
    color: var(--brand-03);
    border: none
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: var(--brand-03)
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addedItem__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    color: var(--brand-04);
    margin-top: 20px
}

@media only screen and (min-width: 1200px) {
    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addedItem__subTitle {
        margin-top: 0
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 {
        padding-top: 16px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-cartItem__price {
        flex-direction: row
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-addItem {
        width: 70%;
        height: 106px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-addItem__price .dln-price {
        font-size: 16px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-addedItem__content .dln-cartItem__btn--stroked {
        background-color: var(--brand-04) !important
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounter {
        justify-content: end
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-cartItem__content .dln-cartItem__figure {
        padding: 0 14px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-cartItem__content .dln-cartItem__figure .dln-cartItem__picture {
        width: auto;
        height: auto
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-cartItem__btn .dln-btn {
        width: calc(50% - 10px);
        justify-content: center
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-cartItem__btn .dln-btn .dln-notification {
        align-items: flex-end;
        padding: 13px 0 18px 16.6%
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-cartItem__btn .dln-btn .dln-notification .dln-notification__desc {
        line-height: 10px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-cartItem__btn .dln-btn .dln-btn {
        margin: 0 8px;
        line-height: 1px;
        width: 32%
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 40px 20px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 {
        padding: 16px 21px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 {
        padding: 20px 22px 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-btnIcon.dln-btnIcon--close.dln-btnIcon--circleClose {
        margin-bottom: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headTitle {
        padding: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headLine {
        margin-top: 15px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem {
        padding: 0 22px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-cartItem__price {
        position: absolute;
        top: 105px;
        left: 24px;
        padding: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__figure {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
        padding-top: 21px;
        display: block
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content .dln-csmDropdown {
        max-width: none;
        position: relative;
        top: auto;
        left: auto
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content .dln-csmDropdown--open .dln-csmDropdown__list-item.dln-csmDropdown__list-item--placeholder {
        display: none
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content .dln-csmDropdown__dropdown {
        border: 1px solid var(--brand-04)
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content .dln-csmDropdown__selected {
        background: var(--brand-03)
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content .dln-csmDropdown__list {
        border: 1px solid var(--brand-04);
        border-top: none;
        box-shadow: none
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture {
        width: 110px;
        height: 88px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
        margin: 0;
        left: 25px;
        position: relative
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price {
        transform: translateX(126px);
        transform: translateY(-10px);
        transform: translate(110px, -14px);
        padding-left: 25px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price .dln-price {
        font-size: .9375rem
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price .dln-price--oldPrice:after {
        top: 50% !important
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
        display: flex;
        flex-direction: column;
        padding-bottom: 16px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification {
        margin-bottom: 16px;
        align-items: flex-end;
        line-height: 1.5;
        padding: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounterText {
        font-size: .8125rem;
        line-height: .9rem;
        padding-top: 4px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc {
        line-height: .6
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn {
        width: 100%;
        min-width: 0;
        padding: 0;
        margin: 4px 0;
        box-sizing: border-box
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra {
        padding: 0 20px 20px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem {
        width: 100%;
        max-width: none;
        margin-top: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn.dln-btn--light {
        -ms-grid-row-align: initial;
        align-self: auto
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem:last-of-type {
        margin-bottom: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__price .dln-price--oldPrice:after {
        top: 50% !important
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem {
    padding: 20px;
    margin-top: 0
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem {
        padding: 20px 40px
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem .dln-popup__head {
    padding: 0;
    margin-top: 0
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem .dln-popup__headTitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    height: auto;
    width: auto;
    font-size: .9375rem;
    position: relative
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem .dln-popup__headTitle {
        height: 35px;
        display: flex;
        text-align: center
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem .dln-popup__headTitle .dln-icn {
    top: 0;
    color: var(--support-02);
    background-color: var(--brand-03);
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
    margin: 0
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem .dln-popup__head .dln-btnIcon--close {
    position: relative;
    top: 0;
    right: 0
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content {
    padding: 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
    border-bottom: 1px solid var(--ui-01)
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content {
        padding: 20px 40px;
        margin: 0 -40px;
        width: calc(100% + 80px)
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem {
    width: 100%
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
    display: block;
    width: 100%;
    padding: 0
}

@media only screen and (min-width: 599px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
        max-width: 560px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 900px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
        max-width: none
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture {
    display: flex;
    order: 1;
    top: 0;
    align-items: stretch;
    position: relative;
    max-height: none;
    margin: 0
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture > img {
    -o-object-fit: contain;
    object-fit: contain
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__img {
    width: 216px;
    height: 176px
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__img {
        width: 100%
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-self: flex-start;
    order: 2;
    line-height: 22px;
    font-size: 1rem;
    margin-bottom: 20px;
    padding: 0 0 0 15px;
    width: auto
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox {
    position: relative;
    display: flex;
    margin: 0;
    padding-left: 15px;
    width: auto
}

@media only screen and (min-width: 900px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox {
        justify-content: flex-end;
        padding: 0
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-cartItem__price {
    margin: 0
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-cartItem__price .prices {
    display: flex;
    flex-direction: row
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-cartItem__price .prices br {
    display: none
}

@media only screen and (min-width: 900px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-cartItem__price .prices {
        flex-direction: column
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-price--oldPrice {
    margin-right: 10px;
    text-decoration: line-through
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-price--oldPrice:after {
    display: none
}

@media only screen and (min-width: 900px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__priceBox .dln-price--oldPrice {
        margin-right: 0
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown, .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity {
    width: 100%;
    float: none
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown, .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity {
        width: calc(100% - 200px)
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown__selected, .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity__selected {
    line-height: 20px
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown + .clearer, .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity + .clearer {
    display: none
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity {
    justify-content: center
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__warningMessage {
    text-align: center
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
    width: 100%;
    padding-top: 20px;
    margin: 0;
    border-top: none
}

@media only screen and (min-width: 599px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
        max-width: 480px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
        max-width: none
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 10px 0;
    border-top: 1px solid var(--ui-01)
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification {
        padding: 15px 0 20px
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: var(--brand-03);
    border-radius: 50%;
    background-color: var(--brand-01)
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounterText {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-size: .8125rem;
    line-height: 13px;
    display: inline-block;
    text-align: center
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-popup-entry, .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    color: var(--brand-04);
    font-size: .8125rem;
    display: inline-block
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn {
    width: 100%;
    margin: 10px 0 0
}

@media only screen and (min-width: 599px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn {
        width: calc(50% - 10px);
        margin-top: 0
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn--stroked {
    margin: 0 0 10px
}

@media only screen and (min-width: 599px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn--stroked {
        margin: 0 20px 20px 0
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra {
    padding: 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
    background-color: var(--brand-03);
    border-bottom: none
}

@media only screen and (min-width: 599px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra {
        margin: 0 auto;
        max-width: 480px;
        padding: 20px 0
    }
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra {
        max-width: none;
        width: 100%;
        display: flex;
        justify-content: space-between
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addedItem__subTitle {
    border-bottom: 1px solid var(--ui-01);
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-size: .8125rem;
    color: var(--brand-04);
    margin-bottom: 20px
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem {
    width: 100%;
    align-items: flex-start;
    max-width: none;
    justify-content: space-between;
    margin: 0 0 15px
}

@media only screen and (min-width: 599px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem {
        margin-bottom: 25px
    }
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem {
        width: calc(50% - 10px)
    }
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__content {
    width: calc(100% - 120px)
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__picture {
    width: 98px;
    height: 80px
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__price, .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__title {
    width: 100%
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__title {
    display: block;
    font-size: .875rem;
    margin-bottom: 8px
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn {
    align-self: flex-end;
    justify-content: center;
    margin: 10px 0 0;
    width: 100%;
    border: 1px solid var(--brand-01);
    color: var(--brand-01)
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn .dln-icn {
    width: 13px;
    height: 13px;
    font-size: .8125rem;
    color: var(--brand-01)
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn .dln-btn__lbl {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn:hover {
    background-color: var(--brand-01)
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn:hover .dln-btn__lbl, .dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn:hover .dln-icn {
    color: var(--brand-03)
}

.dln-kenwood #js-dln-popup__wrapper.dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem + .dln-btn {
    margin: 20px auto 0
}

.dln-kenwood .dln-popup {
    padding: 20px !important
}

.dln-kenwood .dln-popup__wrapper > div:first-child.dln-addedItem .dln-popup__head {
    margin: 0;
    width: 100%
}

.dln-kenwood .dln-popup__wrapper > div:first-child.dln-addedItem .dln-popup__headLine {
    display: block
}

.dln-kenwood .dln-popup__content {
    margin: auto !important
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood .dln-popup__content {
        max-width: 997px !important
    }
}

.dln-braun .dln-popup {
    padding: 0
}

.dln-braun .dln-popup__content {
    max-width: 997px !important
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head {
    margin-bottom: 28px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headTitle {
    justify-content: center;
    height: 35px;
    text-align: center
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headTitle .dln-icn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: var(--brand-03);
    border-radius: 50%;
    background-color: var(--support-02);
    margin: 0 14px 0 0
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content {
    border-bottom: 1px solid var(--ui-01);
    padding: 24px 0 30px;
    margin-bottom: 40px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
    position: relative
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture {
    width: 184px;
    height: 150px;
    margin-right: 20px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture > img {
    -o-object-fit: contain;
    object-fit: contain
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price, .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity, .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
    width: calc(100% - 204px);
    margin: 0 auto 0 0
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price {
    text-align: left
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price .dln-price--oldPrice {
    margin-right: 12px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown {
    width: calc(100% - 204px);
    margin: 0 auto 0 0
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown__selected {
    line-height: 20px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown + .clearer {
    display: none
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
    width: 182px;
    border-top: none;
    margin: 0 0 0 32px;
    position: absolute;
    bottom: 0;
    right: 0
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification {
    margin-bottom: 20px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: var(--brand-02)
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounter {
    background-color: var(--support-02)
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn {
    width: 100%;
    margin: 0 0 10px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn--stroked {
    margin-bottom: 10px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra {
    border-bottom: none;
    background-color: var(--brand-03);
    padding: 0;
    margin-bottom: 0
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra {
        padding-bottom: 20px
    }
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addedItem__subTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    font-size: 13px;
    color: var(--brand-04);
    border: none;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--ui-01)
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addedItem__subTitle {
        max-width: 70%
    }
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem {
    align-items: center;
    min-height: 150px;
    padding-left: 204px;
    position: relative;
    margin-bottom: 30px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__picture {
    width: 184px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__content, .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__price, .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__title {
    width: 100%
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__title {
    display: block;
    font-size: 14px;
    margin-bottom: 8px
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn {
    display: flex;
    align-self: flex-end;
    justify-content: center;
    width: 150px;
    height: 40px;
    color: var(--brand-02);
    border-color: var(--ui-01);
    margin: 0
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn .dln-icn {
    width: 13px;
    height: 13px;
    font-size: 13px;
    color: var(--ui-01)
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn--support02 {
    border-color: var(--support-02)
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn--support02:hover {
    border: none
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn--support02 .dln-icn {
    color: var(--support-02)
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn .dln-btn__lbl {
    margin: 0;
    line-height: 1.6
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn:hover {
    background-color: var(--brand-01)
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn:hover .dln-btn__lbl, .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn:hover .dln-icn {
    color: var(--brand-03)
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-btn--link {
    margin: 20px auto
}

@media only screen and (min-width: 900px) {
    .dln-braun .dln-popup {
        padding: 20px !important
    }

    .dln-braun .dln-popup__content {
        max-width: 584px !important;
        margin: auto 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn {
        color: var(--brand-04)
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 {
        padding: 16px 40px 0;
        width: 100%;
        margin: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 .dln-popup__headLine {
        background: var(--ui-01);
        display: block;
        width: 100%;
        height: 1px;
        margin: 6px 0 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headTitle {
        font-size: .9375rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: normal;
        color: #000;
        justify-content: start
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headTitle .dln-icn {
        width: 29px;
        height: 24px;
        line-height: 1.3;
        font-size: 16px;
        color: var(--support-02);
        border-radius: 50%;
        background-color: #fff
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content {
        width: 100%;
        margin: 0;
        padding: 10px 40px 24px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem {
        width: 100%;
        align-items: center
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__figure {
        display: flex
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
        padding: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 120px;
        height: 96px;
        max-height: none;
        float: none;
        margin: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__img {
        width: 100%;
        max-width: 216px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
        text-align: start;
        position: relative;
        left: 16px;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-size: 18px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        text-align: initial;
        width: auto;
        top: 2px;
        position: absolute;
        left: calc(100% - 75px)
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown, .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity {
        width: 100%
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
        width: 100%;
        margin: 14px 0 0;
        position: static;
        border-top: 1px solid var(--ui-01);
        padding-top: 0;
        justify-content: space-between
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification {
        justify-content: start;
        padding: 20px 0;
        margin: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounter {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        color: var(--brand-03);
        border-radius: 50%
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounterText {
        display: inline-block;
        width: 16px;
        line-height: 17px;
        text-align: center
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc {
        display: inline-block;
        width: auto;
        font-size: 13px;
        color: var(--brand-04)
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc .dln-popup-entry {
        font-weight: 400
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn {
        width: calc(50% - 10px);
        height: 40px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem {
        width: calc(50% - 20px);
        padding: 0;
        -ms-grid-column-align: start;
        justify-self: start;
        -ms-grid-row-align: center;
        align-self: center;
        min-height: 110px;
        position: relative;
        min-height: 114px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn {
        width: 100%;
        align-items: center
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__content {
        left: 96px;
        position: relative
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__picture {
        width: 80px;
        height: 66px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__title {
        font-size: 18px;
        width: calc(100% - 80px);
        line-height: 90%;
        margin: 0;
        position: absolute;
        top: -18px
    }
}

@media only screen and (min-width: 900px) and (min-width: 900px) {
    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__title {
        position: relative;
        top: 0;
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content {
        width: 100%;
        padding: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
        width: 100%;
        margin: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem {
        width: 100%
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
        padding: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 216px;
        max-height: none;
        height: 176px;
        float: none;
        margin: 0 auto 10px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__img {
        width: 100%;
        max-width: 216px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
        text-align: center
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: initial
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown, .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity {
        width: 100%
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
        width: 100%;
        margin: 0 0 30px;
        position: static
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification {
        justify-content: center
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounter {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        color: var(--brand-03);
        border-radius: 50%;
        background-color: var(--brand-01)
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounterText {
        display: inline-block;
        width: 16px;
        line-height: 16px;
        text-align: center
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc {
        display: inline-block;
        width: auto
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn {
        width: calc(50% - 5px)
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn--stroked {
        margin: 0 5px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra {
        padding: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem {
        width: 100%;
        padding: 0 0 0 118px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__picture {
        width: 98px;
        height: auto
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-braun .dln-popup {
        padding: 20px !important
    }

    .dln-braun .dln-popup__content {
        margin: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem {
        padding: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 {
        padding: 16px 21px 0;
        margin: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head.dln-popup__head--circleClose.dln-popup__head--support02 .dln-popup__headLine {
        background: var(--ui-01);
        display: block;
        width: 100%;
        height: 1px;
        margin: 6px 0 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headTitle {
        font-size: .9375rem;
        font-weight: 700;
        line-height: 1.27;
        letter-spacing: normal;
        color: #000;
        justify-content: start;
        padding: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headTitle .dln-icn {
        width: 29px;
        height: 24px;
        line-height: 1.3;
        font-size: 16px;
        color: var(--support-02);
        border-radius: 50%;
        background-color: #fff
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content {
        width: 100%;
        padding: 24px 0;
        margin: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem {
        width: 100%
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__figure {
        padding: 0 84px;
        display: flex
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
        padding: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 120px;
        height: 96px;
        max-height: none;
        float: none;
        margin: 0
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__img {
        width: 100%;
        max-width: 216px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
        text-align: start;
        position: absolute;
        left: 240px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: initial;
        width: auto;
        top: 2px;
        position: absolute;
        left: calc(100% - 100px)
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown, .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity {
        width: 100%
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
        width: 100%;
        position: static;
        border-top: 1px solid var(--ui-01);
        margin: 49px 0 0;
        padding-top: 0;
        justify-content: center
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification {
        justify-content: start;
        margin: 0 0 0 6px;
        padding: 13px 0 18px 15%
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounter {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        color: var(--brand-03);
        border-radius: 50%;
        background: var(--support-02)
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounterText {
        display: inline-block;
        width: 16px;
        line-height: 16px;
        text-align: center
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc {
        display: inline-block;
        width: auto;
        color: #000
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn {
        width: 33%;
        margin: 0 8px;
        height: 40px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn--stroked {
        margin: 0 5px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra {
        padding: 0;
        flex-direction: column;
        align-items: center
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem {
        width: 70%;
        padding: 0;
        -ms-grid-column-align: start;
        justify-self: start;
        -ms-grid-row-align: center;
        align-self: center;
        min-height: 110px;
        position: relative;
        margin: 0 auto 20px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-btn {
        width: 100%
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__content {
        left: 96px;
        position: relative
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__content .dln-addItem__title {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-size: 16px;
        line-height: 1;
        letter-spacing: normal;
        color: #1a1d1f
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__content .dln-addItem__price .dln-price {
        font-size: 15px
    }

    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__picture {
        width: 80px;
        height: 66px
    }
}

@media only screen and (max-width: 599px) {
    .dln-braun .dln-popup {
        padding: 20px !important
    }

    .dln-braun .dln-popup--mCenter .dln-popup__content {
        margin: 0 !important
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem {
        padding: 0
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head {
        padding: 20px 22px 0;
        margin-top: 0
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headTitle {
        height: auto;
        width: auto;
        font-size: 15px;
        position: relative;
        padding: 0
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__headTitle .dln-icn {
        top: 0;
        color: var(--support-02);
        background-color: var(--brand-03)
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem .dln-popup__head .dln-btnIcon--close {
        position: relative;
        top: 0;
        right: 0
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content {
        width: 100%;
        padding: 0 22px;
        margin: 0
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem {
        width: 100%
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__content {
        width: 100%;
        padding: 0
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__picture {
        display: block;
        width: 110px;
        max-height: none;
        height: 88px;
        float: left;
        margin: 0
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__img {
        width: 216px;
        height: 176px
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__title {
        width: 80%;
        text-align: start;
        float: none;
        margin: 0;
        font-size: 15px;
        padding-left: 25px;
        left: 25px;
        position: relative;
        transform: translateY(-3px);
        font-family: var(--fontNameBold), Arial, sans-serif
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem .dln-csmDropdown, .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price, .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity {
        width: 100%;
        float: none
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__price {
        display: flex;
        justify-content: start;
        transform: translate(110px, -14px);
        padding-left: 25px;
        position: absolute;
        top: 85px
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__quantity {
        justify-content: center
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__warningMessage {
        text-align: center
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn {
        width: 100%;
        padding: 20px 0 16px;
        margin: 24px 0 0;
        position: static;
        top: auto;
        right: auto;
        border-top: 1px solid var(--ui-01)
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification {
        margin-bottom: 16px;
        align-items: baseline
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc {
        position: absolute;
        top: 3px;
        left: 26px
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounter {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        color: var(--brand-03);
        border-radius: 50%;
        background-color: var(--support-02)
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification .dln-btnIcon__checkoutCounterText {
        display: inline-block;
        width: 16px;
        font-size: 13px;
        line-height: 1.2;
        text-align: center
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-notification__desc {
        line-height: .6;
        display: inline-block;
        width: auto;
        color: #000
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn {
        width: 100%;
        min-width: 0;
        padding: 0;
        margin: 4px 0;
        box-sizing: border-box
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra {
        margin-bottom: 0;
        padding: 0 20px 20px
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem {
        width: 100%;
        min-height: 80px;
        border: none;
        padding: 0;
        margin: 0 0 20px
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem .dln-icn {
        line-height: 1.6
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__title {
        display: block;
        margin-bottom: 8px;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-size: 15px;
        line-height: 1;
        color: #000
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem:hover {
        border: none
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem:hover .dln-icn {
        line-height: 1.8
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem:last-of-type {
        margin: 0
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__picture {
        width: 80px;
        height: 63px;
        left: 0
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__picture .dln-addItem__img {
        width: 98px;
        height: 80px
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__content {
        height: 63px;
        width: calc(100% - 80px);
        position: relative;
        left: 80px;
        padding-left: 4px;
        transform: translateY(-3px)
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__content + .dln-btn {
        width: 100%;
        height: 40px;
        margin-top: 13px;
        line-height: normal
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem__price {
        margin-bottom: 30px;
        position: absolute;
        top: 49px
    }

    .dln-braun .dln-popup__content .dln-popup__wrapper .dln-addedItem__content--extra .dln-addItem + .dln-btn {
        margin-top: 40px
    }
}

.dln-addAccessories {
    width: 100%;
    border-radius: 2px;
    background-color: var(--brand-03);
    padding: 16px 40px 40px
}

.dln-addAccessories__content {
    font-size: 13px;
    line-height: 125%;
    width: 100%;
    padding: 16px 0 0
}

.dln-addAccessories--addedItem {
    padding: 0
}

.dln-addAccessories--addedItem .dln-popup__head {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 22px;
    padding: 19px 0 14px;
    width: auto;
    border-bottom: 1px solid var(--ui-01)
}

.dln-addAccessories--addedItem .dln-popup__head .dln-btnIcon {
    margin: 0;
    order: 1;
    width: 16px;
    height: 16px
}

.dln-addAccessories--addedItem .dln-popup__head .dln-popup__headTitle {
    margin: 0;
    width: auto;
    font-size: 16px
}

.dln-addAccessories--addedItem .dln-addAccessories__content {
    padding: 15px 20px 11px;
    border-bottom: 1px solid var(--ui-01)
}

.dln-addAccessories--addedItem .dln-addAccessories__content--extra {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--brand-03);
    padding: 32px 20px 23px
}

.dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn {
    margin: 13px auto
}

.dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn .dln-icn {
    height: auto
}

.dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--support02 {
    border: 1px solid var(--ui-02);
    background: var(--brand-03) !important;
    color: #0f8a0f;
    -ms-grid-row-align: auto;
    align-self: auto;
    justify-content: center
}

.dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--support02 .dln-btn__lbl {
    color: var(--support-02);
    margin-bottom: 5px
}

.dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--support02 i {
    display: inline-block
}

.dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-addAccessories__subTitle {
    font-size: 15px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    color: var(--brand-02);
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 16px;
    margin: 0 0 24px;
    display: none
}

.dln-addAccessories--addedItem.dln-addAccessories--suggestion .dln-cartItem__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row
}

.dln-addAccessories--addedItem.dln-addAccessories--suggestion .dln-cartItem__picture {
    margin: 0
}

.dln-addAccessories--addedItem.dln-addAccessories--suggestion .dln-cartItem__title {
    margin: 0 0 8px;
    align-self: flex-start;
    width: 50%
}

.dln-addAccessories .dln-addItem, .dln-addAccessories .dln-addItem:nth-child(odd) {
    margin: 0 0 19px
}

.dln-addAccessories .dln-cartItem {
    border-width: 0;
    padding: 0
}

.dln-addAccessories .dln-cartItem__picture {
    width: 120px;
    height: 96px
}

.dln-addAccessories .dln-cartItem__picture > img {
    -o-object-fit: contain;
    object-fit: contain
}

.dln-addAccessories .dln-cartItem__price {
    width: 80px;
    text-align: right;
    margin: 0 0 0 16px
}

.dln-addAccessories .dln-cartItem__price .dln-price {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 8px
}

.dln-addAccessories .dln-cartItem__btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid var(--ui-01);
    padding: 16px 0 0;
    margin: 24px 0 0
}

.dln-addAccessories .dln-cartItem__btn .dln-btn {
    width: calc(50% - 10px);
    margin: 16px 20px 0 0
}

.dln-addAccessories .dln-cartItem .dln-csmDropdown {
    width: calc(100% - 144px);
    float: left;
    margin: 8px 0 0 24px
}

@media only screen and (min-width: 1199px) {
    .dln-addAccessories {
        width: 100%;
        border-radius: 2px;
        background-color: var(--brand-03);
        padding: 16px 40px 40px
    }

    .dln-addAccessories__content {
        font-size: 13px;
        line-height: 125%;
        width: 100%;
        padding: 16px 0 0
    }

    .dln-addAccessories--addedItem {
        padding: 0
    }

    .dln-addAccessories--addedItem .dln-popup__head {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 40px;
        padding: 26px 0 16px;
        width: auto;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-addAccessories--addedItem .dln-popup__head .dln-btnIcon {
        margin: 0;
        order: 1;
        width: 16px;
        height: 16px
    }

    .dln-addAccessories--addedItem .dln-popup__head .dln-popup__headTitle {
        margin: 0;
        width: auto;
        font-size: 16px
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content {
        padding: 20px 80px 24px;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(240px) [ 2 ];
        grid-template-columns:repeat(2, 240px);
        background-color: var(--brand-03);
        column-gap: 21px;
        row-gap: 14px;
        padding: 31px 40px 30px
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn {
        height: 32px;
        align-self: flex-end
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn .dln-icn {
        height: auto
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--link {
        margin: 0 auto;
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--support02 {
        border: 1px solid var(--ui-02);
        background: var(--brand-03) !important;
        color: #0f8a0f;
        -ms-grid-row-align: auto;
        align-self: auto;
        justify-content: center
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--support02 .dln-btn__lbl {
        color: var(--support-02);
        margin-bottom: 5px
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--support02 i {
        display: inline-block
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-addAccessories__subTitle {
        font-size: 15px;
        line-height: 125%;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        width: 100%;
        color: var(--brand-02);
        border-bottom: 1px solid var(--ui-01);
        padding: 0 0 16px;
        margin: 0 0 24px;
        display: none
    }

    .dln-addAccessories--addedItem.dln-addAccessories--suggestion .dln-cartItem__content {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    .dln-addAccessories--addedItem.dln-addAccessories--suggestion .dln-cartItem__picture {
        margin: 0
    }

    .dln-addAccessories--addedItem.dln-addAccessories--suggestion .dln-cartItem__title {
        margin: 0 0 8px 11px;
        -ms-grid-row-align: auto;
        align-self: auto;
        font-size: 18px;
        width: 50%
    }

    .dln-addAccessories .dln-addItem {
        margin: 0;
        align-items: flex-start
    }

    .dln-addAccessories .dln-addItem:nth-child(odd) {
        margin: 0
    }

    .dln-addAccessories .dln-cartItem {
        border-width: 0;
        padding: 0
    }

    .dln-addAccessories .dln-cartItem__picture {
        width: 120px;
        height: 96px
    }

    .dln-addAccessories .dln-cartItem__picture > img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .dln-addAccessories .dln-cartItem__price {
        width: 80px;
        text-align: right;
        margin: 0 0 0 16px
    }

    .dln-addAccessories .dln-cartItem__price .dln-price {
        display: inline-block;
        font-size: 13px;
        margin: 0 0 8px
    }

    .dln-addAccessories .dln-cartItem__btn {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border-top: 1px solid var(--ui-01);
        padding: 16px 0 0;
        margin: 24px 0 0
    }

    .dln-addAccessories .dln-cartItem__btn .dln-btn {
        width: calc(50% - 10px);
        margin: 16px 20px 0 0
    }

    .dln-addAccessories .dln-cartItem__btn .dln-btn:last-of-type {
        margin: 16px 0 0
    }

    .dln-addAccessories .dln-cartItem .dln-csmDropdown {
        width: calc(100% - 144px);
        float: left;
        margin: 8px 0 0 24px
    }
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-addAccessories {
        width: 100%;
        border-radius: 2px;
        background-color: var(--brand-03);
        padding: 16px 40px 40px
    }

    .dln-addAccessories__content {
        font-size: 13px;
        line-height: 125%;
        width: 100%;
        padding: 16px 0 0
    }

    .dln-addAccessories--addedItem {
        padding: 0
    }

    .dln-addAccessories--addedItem .dln-popup__head {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 22px;
        padding: 19px 0 14px;
        width: auto;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-addAccessories--addedItem .dln-popup__head .dln-btnIcon {
        margin: 0;
        order: 1;
        width: 16px;
        height: 16px
    }

    .dln-addAccessories--addedItem .dln-popup__head .dln-popup__headTitle {
        margin: 0;
        width: auto;
        font-size: 15px
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content {
        padding: 13px 85px 40px;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra {
        display: flex;
        flex-wrap: wrap;
        background-color: var(--brand-03);
        padding: 28px 137px
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn {
        height: 32px;
        margin: 13px auto
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn .dln-icn {
        height: auto
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--support02 {
        border: 1px solid var(--ui-02);
        background: var(--brand-03) !important;
        color: #0f8a0f;
        -ms-grid-row-align: auto;
        align-self: auto;
        justify-content: center
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--support02 .dln-btn__lbl {
        color: var(--support-02);
        margin-bottom: 5px
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-btn--support02 i {
        display: inline-block
    }

    .dln-addAccessories--addedItem .dln-addAccessories__content--extra .dln-addAccessories__subTitle {
        font-size: 15px;
        line-height: 125%;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        width: 100%;
        color: var(--brand-02);
        border-bottom: 1px solid var(--ui-01);
        padding: 0 0 16px;
        margin: 0 0 24px;
        display: none
    }

    .dln-addAccessories--addedItem.dln-addAccessories--suggestion .dln-cartItem__content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row
    }

    .dln-addAccessories--addedItem.dln-addAccessories--suggestion .dln-cartItem__picture {
        margin: 0
    }

    .dln-addAccessories--addedItem.dln-addAccessories--suggestion .dln-cartItem__title {
        margin: 0 0 8px;
        align-self: flex-start;
        font-size: 18px;
        width: 50%
    }

    .dln-addAccessories .dln-addItem, .dln-addAccessories .dln-addItem:nth-child(odd) {
        margin: 0 0 19px
    }

    .dln-addAccessories .dln-cartItem {
        border-width: 0;
        padding: 0
    }

    .dln-addAccessories .dln-cartItem__picture {
        width: 120px;
        height: 96px
    }

    .dln-addAccessories .dln-cartItem__picture > img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .dln-addAccessories .dln-cartItem__price {
        width: 80px;
        text-align: right;
        margin: 0 0 0 16px
    }

    .dln-addAccessories .dln-cartItem__price .dln-price {
        display: inline-block;
        font-size: 13px;
        margin: 0 0 8px
    }

    .dln-addAccessories .dln-cartItem__btn {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border-top: 1px solid var(--ui-01);
        padding: 16px 0 0;
        margin: 24px 0 0
    }

    .dln-addAccessories .dln-cartItem__btn .dln-btn {
        width: calc(50% - 10px);
        margin: 16px 20px 0 0
    }

    .dln-addAccessories .dln-cartItem__btn .dln-btn:last-of-type {
        margin: 16px 0 0
    }

    .dln-addAccessories .dln-cartItem .dln-csmDropdown {
        width: calc(100% - 144px);
        float: left;
        margin: 8px 0 0 24px
    }
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head.dln-popup__head--circleClose {
    padding-top: 28px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__headLine {
    background: var(--ui-01)
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 24px;
    padding-left: 97px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    align-items: flex-start
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__title {
    padding: 0;
    width: auto;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 0 12px;
    max-width: 50%
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__picture {
    position: relative;
    margin: 0;
    width: 141px;
    height: 114px;
    float: none;
    display: flex;
    align-items: stretch
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra {
    padding-bottom: 34px;
    padding-top: 32px;
    padding-left: 40px;
    background: var(--brand-03);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(240px) [ 2 ];
    grid-template-columns:repeat(2, 240px);
    gap: 21px;
    row-gap: 32px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addAccessories__subTitle {
    display: none
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem {
    max-width: 236px;
    width: auto;
    margin: 0
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn.dln-btn-- {
    width: 100%;
    margin: 13px auto
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 13px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem button span {
    margin: 4px 0 0;
    font-size: 15px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem button i {
    font-size: 14px
}

.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra > .dln-btn.dln-btn--link {
    margin: 0 auto;
    -ms-grid-column-span: 2;
    grid-column: span 2
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content {
        border-bottom: 1px solid var(--ui-01);
        padding-bottom: 24px;
        padding-left: 97px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra {
        padding: 30px 137px;
        background: var(--brand-03);
        display: flex;
        row-gap: 32px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addAccessories__subTitle {
        display: none
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem {
        max-width: none;
        width: 100%;
        margin: 0
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn.dln-btn-- {
        width: 100%;
        margin: 13px auto
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 13px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem button span {
        margin: 0;
        font-size: 15px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem button i {
        font-size: 14px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra > .dln-btn.dln-btn--link {
        margin: 0 auto;
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head.dln-popup__head--circleClose {
        padding: 20px 22px 0
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-btnIcon.dln-btnIcon--close.dln-btnIcon--circleClose {
        margin-bottom: 0
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__headTitle {
        padding: 0
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__headLine {
        margin-top: 15px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content {
        padding: 13px 15px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-image.dln-cartItem__picture {
        width: 124px;
        height: 100px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__title {
        font-size: 1rem;
        margin-left: 16px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra {
        display: flex;
        flex-direction: column;
        padding: 32px 20px 23px
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem {
        width: 100%;
        max-width: none;
        margin-top: 0
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn.dln-btn--light {
        -ms-grid-row-align: initial;
        align-self: auto
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn.dln-btn-- {
        width: 100%;
        margin: 13px auto
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem:last-of-type {
        margin-bottom: 0
    }

    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-btn.dln-btn--link {
        margin: 12px auto
    }
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories {
    max-width: none;
    padding: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head {
    padding: 80px 40px 0;
    margin: 0 0 28px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__headTitle {
    justify-content: center;
    width: 100%;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
    padding: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head .dln-btnIcon--circleClose {
    width: 22px;
    height: 22px;
    top: 18px;
    right: 20px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head .dln-btnIcon--circleClose .dln-btnIcon__wrap {
    width: 22px;
    height: 22px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head .dln-btnIcon--circleClose .dln-btnIcon__wrap .dln-icn {
    width: 22px;
    height: 22px;
    font-size: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head .dln-btnIcon--circleClose .dln-btnIcon__wrap .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "\E6";
    width: 22px;
    height: 22px;
    font-size: 22px;
    color: var(--brand-01)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__headLine {
    display: none
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content {
    width: calc(100% - 200px);
    background-color: var(--brand-03);
    padding: 0;
    margin: 0 auto
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addAccessories__subTitle {
    display: none
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem {
    width: 50%;
    margin: 0 0 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem__picture {
    top: 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__content {
    max-width: 430px;
    margin: 0 auto;
    flex-direction: row
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    font-size: 16px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__picture {
    width: auto;
    height: auto;
    max-height: none;
    margin-left: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__picture > img {
    max-width: 100%
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra {
    padding-bottom: 80px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem {
    align-items: flex-start;
    border: none;
    padding: 10px 10px 10px 214px;
    position: relative
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem:hover {
    border: none
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__picture {
    width: 184px;
    height: auto;
    margin-right: 20px;
    position: absolute;
    top: 10px;
    left: 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__picture > img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__content {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 16px;
    margin-top: 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__content + button {
    bottom: 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__title {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    position: relative
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn {
    align-self: flex-end;
    width: 100%;
    margin: 0 5px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light {
    display: flex;
    justify-content: center;
    border-color: var(--brand-01);
    align-self: auto;
    margin: 3px 0 0;
    color: var(--brand-01)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light .dln-icn {
    width: 13px;
    height: 13px;
    font-size: 13px;
    color: var(--brand-01)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light .dln-btn__lbl {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 5px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light:hover {
    background-color: var(--brand-01);
    color: var(--brand-03)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light:hover .dln-btn__lbl, .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light:hover .dln-icn {
    color: var(--brand-03)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light.dln-btn--support02, .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light.dln-btn--support02 .dln-btn__lbl, .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light.dln-btn--support02 .dln-icn {
    color: var(--brand-01)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light.dln-btn--support02:hover {
    background-color: var(--brand-01) !important;
    color: var(--brand-03) !important
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light.dln-btn--support02:hover .dln-btn__lbl, .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light.dln-btn--support02:hover .dln-icn {
    color: var(--brand-03) !important
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem + .dln-btn {
    margin: 34px auto 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-addAccessories__content:not(.dln-addAccessories__content--extra) {
    border-bottom: 1px solid var(--ui-01);
    padding: 11px 15px 19px;
    margin: 0;
    width: 100%
}

@media only screen and (min-width: 1199px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories {
        max-width: none;
        padding: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head {
        padding: 27px 0 17px;
        margin: 0 40px;
        width: auto
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__headTitle {
        justify-content: center;
        width: 100%;
        line-height: 40px;
        font-size: 18px;
        text-align: start;
        padding: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head .dln-btnIcon--circleClose {
        width: 22px;
        height: 22px;
        top: 18px;
        right: 20px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head .dln-btnIcon--circleClose .dln-btnIcon__wrap {
        width: 22px;
        height: 22px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head .dln-btnIcon--circleClose .dln-btnIcon__wrap .dln-icn {
        width: 22px;
        height: 22px;
        font-size: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head .dln-btnIcon--circleClose .dln-btnIcon__wrap .dln-icn:before {
        font-family: var(--fontNameIcons), sans-serif;
        font-variant: normal;
        text-transform: none;
        content: "\E6";
        width: 22px;
        height: 22px;
        font-size: 22px;
        color: var(--brand-01)
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__headLine {
        display: none
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content {
        width: calc(100% - 200px);
        background-color: var(--brand-03);
        padding: 0;
        margin: 0 auto
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addAccessories__subTitle {
        display: none
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem {
        width: 50%;
        margin: 0 0 10px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem__picture {
        top: 10px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__content {
        max-width: 450px;
        margin: 0 auto;
        align-content: flex-start;
        flex-direction: row
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__title {
        font-family: var(--fontNameSemibold), Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        width: 50%;
        align-self: flex-start;
        line-height: 22px;
        font-size: 16px;
        margin-left: 41px;
        margin-top: 15px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__picture {
        width: auto;
        height: auto;
        max-height: none;
        margin-left: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__picture > img {
        max-width: 100%
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra {
        padding: 30px 41px 24px;
        margin: 0;
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(446px) [ 2 ];
        grid-template-columns:repeat(2, 446px)
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem {
        align-items: flex-start;
        border: none;
        padding: 0;
        position: relative;
        width: 100%
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem:hover {
        border: none
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__picture {
        width: 184px;
        height: auto;
        margin-right: 20px;
        position: relative;
        top: 0;
        left: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__picture > img {
        display: block;
        -o-object-fit: contain;
        object-fit: contain
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__content {
        width: 50%;
        padding: 0;
        margin: 0;
        position: relative
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__content + button {
        bottom: 10px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__title {
        display: block;
        font-size: 18px;
        margin-bottom: 8px;
        position: relative
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn {
        align-self: flex-end;
        width: 100%
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light {
        display: flex;
        justify-content: center;
        border-color: var(--brand-01);
        align-self: auto;
        margin: 13px 0 0;
        color: var(--brand-01)
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light .dln-icn {
        width: 13px;
        height: 13px;
        font-size: 13px;
        color: var(--brand-01)
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light .dln-btn__lbl {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--brand-01)
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--light:hover {
        background-color: var(--brand-01)
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn.dln-btn--support02 i {
        display: inline-block
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem + .dln-btn {
        margin: 12px auto 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-addAccessories__content:not(.dln-addAccessories__content--extra) {
        border-bottom: 1px solid var(--ui-01);
        padding: 12px 63px 19px;
        margin: 0;
        width: 100%
    }
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head {
        padding: 17px 0 16px;
        margin: 0 21px;
        width: auto
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__headTitle {
        justify-content: center;
        width: 100%;
        line-height: 40px;
        font-size: 15px;
        text-align: start;
        padding: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-addAccessories__content {
        width: 100%;
        margin: 0;
        padding: 30px 136px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content {
        width: 100%;
        padding: 0 50px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra {
        padding: 0 50px 80px 25px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__title {
        width: 50%;
        margin: 0;
        text-align: start;
        font-size: 18px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem {
        width: 100%;
        padding: 0;
        margin: 0 0 20px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem:hover {
        border: none
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem:last-of-type {
        margin: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem__picture {
        width: 98px;
        height: auto;
        left: 0;
        top: 0;
        position: relative
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem__picture .dln-addItem__img {
        width: 98px;
        height: 80px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem__content {
        margin: 0;
        padding: 0;
        position: relative;
        width: 50%
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem__content + .dln-btn--support02 i {
        display: inline-block
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-addItem + .dln-btn {
        margin-top: 22px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head {
        padding: 22px 0 16px;
        margin: 0 20px;
        width: auto
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__headTitle {
        line-height: 34px;
        font-size: 15px;
        text-align: start
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories .dln-popup__head .dln-btnIcon {
        top: 28px;
        right: 31px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content {
        width: calc(100% - 40px);
        padding-bottom: 24px;
        margin-bottom: 40px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__picture {
        width: 124px;
        height: 103px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__img {
        width: 216px;
        height: 176px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content .dln-cartItem__title {
        text-align: start;
        margin: 0 0 0 10px;
        font-size: 15px;
        align-self: flex-start;
        width: 50%
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra {
        width: 100%;
        padding: 32px 20px 23px;
        margin: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem {
        width: 100%;
        padding: 0;
        margin: 0 0 32px;
        justify-content: space-between;
        align-items: flex-start
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem:hover {
        border: none
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem:last-of-type {
        margin: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__picture {
        width: 85px;
        height: 71px;
        left: 0;
        position: relative;
        margin: 0 4px 0 0;
        top: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__picture .dln-addItem__img {
        width: 98px;
        height: 80px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__content {
        width: calc(100% - 91px);
        position: relative;
        padding: 0;
        margin: 0;
        max-height: 70px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem__content + .dln-btn--support02 i {
        display: inline-block
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem + .dln-btn {
        margin: 24px 0 0
    }
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn--support02 {
    border: 1px solid var(--support-02)
}

.dln-braun .dln-popup__content .dln-popup__wrapper .dln-addAccessories__content--extra .dln-addItem .dln-btn .dln-btn__lbl {
    color: var(--brand-02)
}

.dln-shipDelivery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 28px 40px 40px
}

.dln-shipDelivery .dln-popup__head {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px
}

.dln-shipDelivery__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-shipDelivery__text, .dln-shipDelivery__title {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 20px
}

.dln-shipDelivery__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-shipDelivery__text:last-child {
    margin: 0
}

.dln-delonghi .dln-shipDelivery {
    padding-bottom: 70px
}

.dln-delonghi .dln-shipDelivery__text, .dln-delonghi .dln-shipDelivery__title {
    font-size: .875rem
}

.dln-delonghi .dln-shipDelivery .dln-popup__headTitle {
    font-size: 1rem
}

.dln-delonghi .dln-shipDelivery .dln-popup__headLine {
    background: var(--ui-01)
}

@media screen and (max-width: 599px) {
    .dln-delonghi .dln-shipDelivery {
        padding-left: 20px;
        padding-right: 20px
    }
}

.dln-kenwood .dln-shipDelivery .dln-popup__head {
    margin-bottom: 28px
}

.dln-kenwood .dln-shipDelivery .dln-popup__headTitle {
    display: block;
    text-align: center
}

.dln-kenwood .dln-shipDelivery__text, .dln-kenwood .dln-shipDelivery__title {
    font-size: 14px
}

.dln-findProductNumber {
    padding: 0 100px 55px
}

.dln-findProductNumber .dln-popup__head {
    padding-bottom: 40px
}

.dln-findProductNumber .dln-popup__head .dln-btnIcon--close {
    transform: translateX(80px)
}

.dln-findProductNumber__description {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 34px
}

.dln-findProductNumber__imgWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: transparent
}

.dln-findProductNumber__imgWrapper > img {
    width: auto;
    max-width: 100%;
    height: auto;
    -o-object-fit: initial;
    object-fit: fill;
    position: static
}

.dln-findProductNumber__note {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    font-size: 14px;
    margin-top: 25px
}

@media only screen and (max-width: 599px) {
    .dln-findProductNumber {
        padding: 0 20px 100px
    }

    .dln-findProductNumber .dln-popup__head {
        padding-bottom: 58px
    }

    .dln-findProductNumber .dln-popup__head .dln-btnIcon--close {
        transform: translateX(0)
    }

    .dln-findProductNumber__imgWrapper {
        display: flex;
        align-items: center;
        margin: 0
    }

    .dln-findProductNumber__imgWrapper > img {
        max-width: 90%;
        margin: 0 auto
    }
}

.dln-delonghi .dln-findProductNumber__description, .dln-delonghi .dln-findProductNumber__note {
    font-size: 1rem;
    line-height: 24px
}

.dln-countrySelection--modal {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px
}

.dln-countrySelection--modal .dln-popup__head {
    position: relative;
    padding: 0;
    margin-bottom: 40px
}

.dln-countrySelection--modal .dln-popup__head .dln-popup__headTitle {
    width: auto;
    max-width: calc(100% - 44px);
    padding: 0;
    margin: 0
}

.dln-countrySelection--modal .dln-popup__head button.dln-btnIcon--close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-countrySelection--modal {
        padding: 20px
    }

    .dln-countrySelection--modal .dln-popup__head {
        margin-bottom: 20px
    }

    .dln-countrySelection--modal .dln-popup__head .dln-popup__headTitle {
        font-size: 35px;
        line-height: 43px
    }

    .dln-countrySelection--modal .dln-popup__head button.dln-btnIcon--close {
        height: 20px;
        width: 20px
    }
}

.dln-delonghi .dln-countrySelection--modal .dln-popup__headTitle {
    font-size: 3.125rem
}

.dln-delonghi .dln-countrySelection--modal .dln-country-list .dln-accordion__head .dln-accordion__title {
    font-size: 1.75rem
}

.dln-delonghi .dln-countrySelection--modal .dln-country-list .dln-accordion__content .dln-flag__list .dln-flag__listItem .dln-flag__languages {
    font-size: 1rem
}

.dln-delonghi .dln-countrySelection--modal .dln-country-list .dln-accordion .dln-accordion__head .dln-accordion__title, .dln-delonghi .dln-countrySelection--modal .dln-country-list .dln-flag__list .dln-flag__listItem .dln-flag__languages .dln-flag__lang strong {
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-countrySelection--modal .dln-popup__headTitle {
        font-size: 2.3125rem
    }
}

.dln-subscription-flow {
    display: flex;
    min-height: 620px;
    border-radius: 2px
}

.dln-subscription-flow__column-one {
    display: flex;
    flex-wrap: wrap;
    width: 259px;
    background-image: url(/assets/images/subscription-flow__girl.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 2px 0 0 2px
}

.dln-subscription-flow__column-two {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 259px);
    padding: 40px 63px 0 31px;
    box-sizing: border-box;
    border-radius: 0 2px 2px 0;
    position: relative
}

.dln-subscription-flow__column-two .dln-btnIcon--close {
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 14px;
    right: 13px
}

.dln-subscription-flow__column-two .dln-btnIcon--close .dln-btnIcon__wrap {
    padding: 0
}

.dln-subscription-flow__column-two .dln-btnIcon--close .dln-btnIcon__wrap .dln-icn {
    font-size: 19px
}

.dln-subscription-flow__column-two .dln-title {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 26px;
    margin: 0 0 22px
}

.dln-subscription-flow__column-two .dln-subscription-flow__sub-title {
    font-size: 16px
}

.dln-subscription-flow__column-two .dln-subscription-flow__service-container {
    display: flex;
    font-size: 16px;
    margin-top: 11px;
    margin-bottom: 30px
}

.dln-subscription-flow__column-two .dln-subscription-flow__service-container .dln-icn {
    font-size: 20px;
    font-weight: 700;
    color: var(--support-02)
}

.dln-subscription-flow__column-two .dln-subscription-flow__service-container div {
    display: flex;
    align-items: center
}

.dln-subscription-flow__column-two .dln-subscription-flow__service-container div + div {
    margin-left: 35px
}

.dln-subscription-flow__column-two .dln-subscription-flow__service-container div span {
    margin-left: 6px
}

.dln-subscription-flow__column-two .dln-subscription-flow__input-container {
    width: 100%
}

.dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__extendedTos {
    line-height: 10px;
    font-size: 9px;
    color: var(--brand-02);
    letter-spacing: -.1;
    padding-top: 8px
}

.dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-checkbox__wrap, .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__extendedTos + .dln-subscription-flow__button-container + button {
    margin-top: 18px
}

.dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__row {
    display: flex;
    align-content: space-between;
    margin: 0 20px 30px 0
}

.dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__row .dln-inputs + .dln-inputs {
    margin-left: 20px
}

.dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__row + .dln-inputs {
    width: calc(100% - 20px);
    margin: 0 20px 2px 0
}

.dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__checkbox-container {
    display: flex;
    align-items: flex-end;
    color: var(--brand-02);
    margin-top: 20px
}

.dln-subscription-flow__column-two .dln-subscription-flow__button-container button {
    width: 183px;
    margin: 40px 0 20px
}

.dln-subscription-flow__column-two .dln-checkbox__tooltipWrap {
    font-size: 10px;
    line-height: 11px
}

.dln-subscription-flow__column-two .gigya-input-text {
    padding: 12px 8px !important
}

.dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two {
    align-content: center
}

.dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-title {
    margin-bottom: 25px
}

.dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-subscription-flow__sub-title {
    margin: 0 0 60px
}

.dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-subscription-flow__button-container .dln-btn {
    margin: 0 0 40px
}

.dln-subscription-flow .gigya-label-text.gigya-checkbox-text i {
    background: transparent !important;
    color: var(--ui-06) !important;
    border: 1px solid var(--ui-06)
}

.dln-subscription-flow .gigya-label-text.gigya-checkbox-text i:hover {
    color: #1a1d1f !important;
    border: 1px solid #1a1d1f
}

.dln-subscription-flow .subscription-checkbox {
    position: absolute;
    z-index: 8;
    opacity: 1 !important;
    width: 0;
    height: 0
}

.dln-subscription-flow .subscription-checkbox + .subscription-name-label {
    font-size: 13px !important;
    color: var(--brand-02) !important;
    margin-left: 1px;
    font-weight: 400 !important;
    padding-left: 0 !important
}

.dln-subscription-flow .subscription-checkbox + .subscription-name-label:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    border-radius: 2px !important;
    border: 1px solid var(--ui-02)
}

.dln-subscription-flow .subscription-checkbox + .subscription-name-label:after {
    display: none
}

.dln-subscription-flow .subscription-checkbox + .subscription-name-label i {
    background: transparent !important;
    color: var(--ui-06) !important;
    border: 1px solid var(--ui-06);
    position: absolute;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    position: relative
}

.dln-subscription-flow .subscription-checkbox:before {
    content: "";
    position: relative;
    transform: scale(0);
    transition: transform .08s ease;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 1px
}

.dln-subscription-flow .subscription-checkbox:checked:before {
    content: "\E0";
    font-family: var(--fontNameIcons);
    position: relative;
    left: 7px;
    transform: scale(1)
}

.dln-braun .dln-subscription-flow .gigya-subscribe-with-email-form .gigya-input-checkbox + label.gigya-label .gigya-checkbox-text {
    font-size: 13px;
    color: var(--brand-02) !important;
    position: relative;
    left: 5px;
    top: -25px;
    font-weight: 400 !important
}

.dln-braun .dln-subscription-flow .gigya-subscribe-with-email-form .gigya-input-checkbox + label.gigya-label .gigya-checkbox-text i {
    width: 13px !important;
    height: 13px !important;
    font-size: 9px !important
}

.dln-braun .dln-subscription-flow .gigya-subscribe-with-email-form .gigya-input-checkbox + label.gigya-label:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 2px;
    left: 0
}

.dln-braun .dln-subscription-flow .subscription-checkbox + .subscription-name-label:before {
    width: 13px !important;
    height: 13px !important;
    border-radius: 2px !important
}

.dln-braun .dln-subscription-flow .gigya-custom-checkbox {
    margin-top: 5px;
    margin-bottom: 0
}

.dln-braun .dln-subscription-flow .gigya-input-checkbox + label {
    display: flex
}

.dln-braun .dln-subscription-flow .gigya-input-checkbox:checked + label .gigya-checkbox-text {
    color: var(--support-02);
    font-weight: 700
}

.dln-braun .dln-subscription-flow .gigya-input-checkbox:checked + label.gigya-label:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 2px;
    left: 4px;
    border-radius: 2px;
    background-color: var(--support-02);
    transform: scale(1)
}

.dln-braun .dln-subscription-flow .subscription-checkbox:checked:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 2px;
    position: absolute;
    top: 1px;
    left: 4px;
    background-color: var(--support-02);
    transform: scale(1)
}

.dln-braun .newsletter-popup-opened.dln-popup--open .dln-popup__content {
    max-width: none !important;
    width: auto
}

@media screen and (min-width: 600px) {
    .dln-braun .newsletter-popup-opened.dln-popup--open .dln-popup__content {
        max-width: 720px !important
    }
}

@media screen and (min-width: 599px) and (max-width: 700px) {
    .dln-subscription-flow .dln-subscription-flow__column-one {
        width: 210px
    }

    .dln-subscription-flow .dln-subscription-flow__column-two .dln-subscription-flow__service-container div + div {
        margin-left: 15px
    }

    .dln-subscription-flow .dln-subscription-flow__column-two {
        width: calc(100% - 210px);
        padding: 40px 46px 0 21px
    }
}

@media only screen and (max-width: 599px) {
    .dln-subscription-flow {
        height: auto;
        padding-bottom: 60px
    }

    .dln-subscription-flow__column-one {
        display: none
    }

    .dln-subscription-flow__column-two {
        width: 100%;
        padding: 25px 20px 0
    }

    .dln-subscription-flow__column-two .dln-popup__head {
        padding-bottom: 0
    }

    .dln-subscription-flow__column-two .dln-title {
        line-height: 21px;
        font-size: 17px;
        text-align: center;
        margin: 0 0 22px
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__sub-title {
        display: block;
        width: 100%;
        line-height: 21px;
        font-size: 14px;
        text-align: center;
        margin: 0 0 20px
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__service-container {
        margin: 0 0 32px
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__row {
        flex-wrap: wrap;
        margin: 0
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__row .dln-inputs {
        width: 100%;
        margin: 0 0 30px
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__row .dln-inputs + .dln-inputs {
        margin: 0 0 30px
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__row + .dln-inputs {
        width: 100%;
        margin: 0
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container > .dln-checkbox {
        padding-top: 20px
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container > .dln-checkbox .dln-checkbox__wrap {
        margin-top: 0 !important
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container > .dln-checkbox .dln-checkbox__tooltipWrap {
        margin: 0 24px !important
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__checkbox-container {
        height: auto
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__button-container {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 0 0
    }

    .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__button-container button.dln-btn {
        margin: 0 0 0 auto
    }

    .dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-btnIcon--close {
        position: absolute;
        top: 25px;
        right: 20px
    }

    .dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-title {
        margin-bottom: 20px
    }

    .dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-subscription-flow__sub-title {
        margin: 0 0 40px;
        text-align: left
    }

    .dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-subscription-flow__button-container {
        margin: 0 auto
    }

    .dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-subscription-flow__button-container .dln-btn {
        margin: 0
    }
}

.dln-kenwood .dln-subscription-flow {
    padding: 0 !important
}

.dln-kenwood .dln-subscription-flow .dln-title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px
}

.dln-kenwood .dln-subscription-flow .dln-subscription-flow__sub-title {
    font-size: 14px
}

.dln-kenwood .dln-subscription-flow .dln-subscription-flow__service-container {
    margin-bottom: 17px
}

.dln-kenwood .dln-subscription-flow .dln-subscription-flow__service-container i, .dln-kenwood .dln-subscription-flow .dln-subscription-flow__service-container span {
    font-size: 14px
}

.dln-kenwood .dln-subscription-flow .dln-subscription-flow__service-container span {
    margin-left: 20px;
    white-space: nowrap
}

.dln-kenwood .dln-subscription-flow .dln-subscription-flow__service-container i {
    font-size: 0
}

.dln-kenwood .dln-subscription-flow .dln-subscription-flow__service-container i:before {
    content: "H";
    color: var(--brand-01);
    font-size: 14px;
    position: absolute;
    top: -9px
}

.dln-kenwood .dln-subscription-flow .dln-inputs__input {
    border-color: var(--brand-04)
}

.dln-kenwood .dln-subscription-flow .dln-checkbox__input, .dln-kenwood .dln-subscription-flow .dln-checkbox__label {
    font-size: 12px;
    margin-right: 0
}

.dln-kenwood .dln-subscription-flow .dln-icn.dln-icn--iconfont.dln-icn--faqs.dln-icn--i {
    color: var(--brand-02);
    font-weight: 600
}

.dln-kenwood .dln-subscription-flow .dln-subscription-flow__row {
    margin-bottom: 20px
}

.dln-kenwood .dln-subscription-flow .dln-subscription-flow__column-two {
    padding-right: 59px
}

.dln-kenwood .dln-subscription-flow .dln-checkbox__tooltipWrap {
    font-size: 8px
}

.dln-kenwood .dln-subscription-flow .dln-btn {
    margin-top: 35px
}

.dln-kenwood .dln-subscription-flow .dln-btnIcon.dln-btnIcon--close {
    top: 10px !important;
    right: 10px !important
}

.dln-kenwood .dln-subscription-flow .dln-btnIcon.dln-btnIcon--close .dln-icn.dln-icn--iconfont:before {
    content: "\E6";
    color: var(--brand-04) !important
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-subscription-flow .dln-subscription-flow__column-one {
        display: none
    }

    .dln-kenwood .dln-subscription-flow .dln-subscription-flow__column-two {
        width: 100% !important
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-subscription-flow .dln-popup {
        background: var(--brand-03) !important
    }

    .dln-kenwood .dln-subscription-flow .dln-subscription-flow__column-one {
        display: none
    }

    .dln-kenwood .dln-subscription-flow .dln-subscription-flow__column-two {
        width: 100% !important;
        padding: 90px 20px 0
    }

    .dln-kenwood .dln-subscription-flow .dln-subscription-flow__service-container {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center
    }

    .dln-kenwood .dln-subscription-flow .dln-subscription-flow__service-container div + div {
        margin-left: 10px
    }

    .dln-kenwood .dln-subscription-flow .dln-subscription-flow__input-container {
        margin-top: 35px
    }

    .dln-kenwood .dln-subscription-flow .dln-checkbox__label {
        margin-right: 30px
    }

    .dln-kenwood .dln-subscription-flow .dln-subscription-flow__row {
        margin-bottom: 0
    }

    .dln-kenwood .dln-subscription-flow .dln-checkbox--without-border .dln-checkbox__tooltipIconWrap {
        top: 6px
    }

    .dln-kenwood .dln-subscription-flow .dln-title {
        font-size: 28px;
        line-height: 1.21
    }

    .dln-kenwood .dln-subscription-flow .dln-btn {
        margin: 0 auto !important
    }
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow {
    height: auto;
    min-height: 620px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two {
    padding-bottom: 28px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-title {
    line-height: 34px !important;
    font-size: 1.75rem !important;
    margin-bottom: 21px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__sub-title {
    line-height: 24px;
    font-size: 1.125rem
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__service-container {
    justify-content: space-between;
    flex-wrap: wrap
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__service-container > div {
    margin-left: 0;
    margin-top: 3px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__service-container > div .dln-icn {
    width: 24px;
    height: 24px;
    font-size: 1.5rem
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__service-container > div > span {
    font-size: 1.125rem
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__row {
    margin-bottom: 0
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__input-container > .dln-inputs {
    width: calc(100% - 20px);
    max-width: none;
    margin: 0 20px 30px 0
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-checkbox {
    margin-bottom: 40px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-checkbox.tooltipVisible {
    margin-bottom: 8px !important
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-checkbox__wrap {
    align-items: flex-start;
    margin-top: 0
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-checkbox__wrap .dln-checkbox__tooltipIconWrap {
    top: 16px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-checkbox .dln-checkbox__tooltipWrap {
    padding-top: 8px;
    margin: 0 !important
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__input-container .dln-subscription-flow__button-container .dln-btn {
    width: 100%;
    max-width: 222px;
    margin: 0
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-title {
    margin-bottom: 16px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-subscription-flow__sub-title {
    margin-bottom: 40px
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow--thankYouPage .dln-subscription-flow__button-container {
    width: 100%
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow--thankYouPage .dln-subscription-flow__button-container .dln-btn {
    width: 100%;
    max-width: 222px
}

.dln-delonghi .dln-popup .newsletter-popup-opened.dln-popup--open .dln-popup__content {
    max-width: 720px !important
}

.dln-delonghi .dln-subscription-flow .gigya-input-checkbox:checked + label.gigya-label:after {
    position: absolute;
    top: 9px !important
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow {
        padding-top: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two {
        padding-top: 80px;
        position: relative
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-btnIcon--close {
        position: absolute;
        top: 5px;
        right: 5px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-title {
        line-height: 40px !important;
        font-size: 2.3125rem !important;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow__column-two .dln-subscription-flow__sub-title {
        line-height: 23px;
        font-size: .9375rem;
        margin-bottom: 16px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow .dln-subscription-flow__input-container .dln-inputs {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow .dln-subscription-flow__input-container > .dln-inputs {
        margin: 0 0 24px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow .dln-subscription-flow__input-container .dln-checkbox {
        padding-top: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow .dln-subscription-flow__input-container .dln-subscription-flow__button-container .dln-btn {
        max-width: 216px;
        margin: 0 auto 0 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow--thankYouPage {
        min-height: 100vh;
        padding: 0
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two {
        padding: 80px 20px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow--thankYouPage .dln-subscription-flow__column-two .dln-title {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow--thankYouPage .dln-subscription-flow__button-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px
    }

    .dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-subscription-flow--thankYouPage .dln-subscription-flow__button-container .dln-btn {
        max-width: 216px;
        margin: 0 auto
    }

    .dln-delonghi .dln-popup .newsletter-popup-opened.dln-popup--open .dln-popup__content {
        max-width: none !important;
        width: auto
    }
}

.dln-search {
    max-width: 590px;
    margin: 0 auto
}

.dln-search .simple-list {
    margin-top: 30px
}

.dln-search .dln-popup__head {
    position: static;
    padding: 100px 0 26px
}

.dln-search .dln-popup__headTitle {
    text-align: left;
    font-size: 26px;
    margin: 0;
    padding: 0
}

.dln-search .dln-popup__head .dln-btnIcon {
    position: absolute;
    top: 14px;
    right: 14px
}

.dln-search__withResult-section {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin: 0 -10px
}

.dln-search__withResult-section .simple-list {
    width: calc(50% - 20px);
    padding: 0 10px;
    margin-top: 20px
}

.dln-search--noResults .dln-popup__head {
    padding-bottom: 26px
}

.dln-search--noResults .dln-popup__headTitle {
    text-align: left;
    margin: 0;
    padding: 0
}

.dln-search--noResults__subTitle {
    font-weight: 700;
    font-size: 18px;
    font-stretch: normal;
    padding-top: 20px;
    padding-bottom: 6px
}

.dln-search--noResults p {
    font-size: 14px
}

@media only screen and (max-width: 599px) {
    .dln-search {
        padding: 0 20px !important
    }

    .dln-search .dln-popup__head {
        padding: 57px 0 20px
    }

    .dln-search .dln-popup__headTitle {
        font-size: 24px
    }

    .dln-search__withResult-section {
        flex-direction: column
    }

    .dln-search__withResult-section .dln-search-result:nth-last-child(odd) {
        width: 100%;
        margin-top: 35px
    }

    .dln-search__withResult-section .dln-search-result:nth-last-child(2n) {
        display: none
    }

    .dln-search__withResult-section .simple-list {
        width: 100%
    }

    .dln-search__withResult-section .simple-list:first {
        padding-top: 25px
    }

    .dln-search__withResult-section .simple-list:last-child {
        font-size: 13px;
        padding-top: 20px;
        padding-bottom: 104px
    }
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search {
    padding: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-inputs--searchBar {
    margin: 0 0 30px;
    margin-top: 0 !important
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__head {
    padding-top: 110px;
    position: relative
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__head .dln-btnIcon--close {
    top: 56px;
    right: -130px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__head .dln-btnIcon--close .dln-icn:before {
    color: var(--brand-04)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search > .simple-list {
    padding-top: 10px;
    margin-top: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 10px;
    margin-bottom: 30px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid {
    margin: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result:nth-child(2n+2) {
    margin: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result:last-of-type, .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result:nth-last-of-type(2) {
    margin-bottom: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__itemPic {
    width: 115px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content {
    padding-left: 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__category {
    line-height: 16px;
    font-size: 12px;
    color: var(--brand-02);
    margin-bottom: 2px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__detailsTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    font-size: 14px;
    color: var(--brand-04);
    margin-bottom: 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__priceWrapper .dln-price {
    line-height: 18px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__priceWrapper .dln-price--oldPrice {
    order: 2;
    margin: 0 0 0 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__priceWrapper .dln-price--discounted {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    order: 1;
    margin: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__view-all {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section .simple-list {
    padding: 0;
    margin-top: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section .simple-list .simple-list__title {
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 11px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section .simple-list .simple-list__item {
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section .simple-list .simple-list__item:nth-last-of-type(2) {
    margin-bottom: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section .simple-list .simple-list__item.simple-list__view-all {
    padding-top: 20px;
    margin-bottom: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section .simple-list .simple-list__item.simple-list__view-all a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search--noResults .dln-search--noResults__subTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding: 0;
    margin-bottom: 20px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search--noResults .dln-search--noResults__paragraph {
    text-align: center
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__head {
        padding-top: 90px;
        margin-top: 0;
        margin-bottom: 23px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__head .dln-btnIcon--close {
        top: 24px;
        right: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-inputs--searchBar {
        border-color: var(--ui-01)
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid {
        width: 100%
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result {
        width: 100%;
        margin-bottom: 20px !important
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__ratingWrapper {
        height: 15px;
        line-height: normal
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__ratingWrapper .dln-ratingStars, .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__ratingWrapper .dln-ratingStars .dln-ratingStars__star {
        height: 15px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__ratingWrapper .dln-ratingStars .dln-ratingStars__star .dln-icn {
        height: 15px;
        line-height: 15px;
        font-size: 15px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__grid .dln-search-result .dln-search-result__content .dln-search-result__ratingWrapper .dln-search-result__reviews {
        line-height: 15px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search-results .dln-search-results__view-all {
        margin-left: auto
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section {
        margin: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section .simple-list {
        border-bottom: 1px solid var(--ui-01);
        padding-bottom: 8px;
        margin-bottom: 30px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section .simple-list .simple-list__view-all {
        display: flex;
        justify-content: flex-end;
        padding-top: 25px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-search__withResult-section .simple-list:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search--noResults .dln-inputs--searchBar {
        margin-bottom: 35px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search--noResults .dln-search--noResults__subTitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 23px
    }
}

.dln-delonghi .dln-search .dln-popup__headTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 1;
    letter-spacing: -.7px
}

.dln-delonghi .dln-search .dln-inputs {
    max-width: 100% !important
}

.dln-delonghi .dln-search--noResults__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3125rem;
    line-height: 1.12;
    padding-top: 0
}

.dln-delonghi .dln-search--noResults__paragraph {
    font-size: 1rem;
    line-height: 1.5
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-search .dln-search--noResults__subTitle {
        font-size: 1.125rem
    }

    .dln-delonghi .dln-search .dln-search-result {
        width: 100%
    }

    .dln-delonghi .dln-search .dln-search-results__view-all {
        font-size: .875rem
    }

    .dln-delonghi .dln-search .simple-list__title {
        font-size: .8125rem
    }

    .dln-delonghi .dln-search .simple-list__item, .dln-delonghi .dln-search .simple-list__item b {
        font-size: 1rem
    }
}

.dln-filtersPopup__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid var(--brand-01);
    padding: 0 10px 0 20px;
    box-sizing: border-box
}

.dln-filtersPopup__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    width: auto;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase
}

.dln-filtersPopup__head .dln-btn {
    display: inline-flex;
    width: auto;
    border-radius: 0;
    padding: 0;
    margin: 0 23px 0 auto;
    font-size: 15px
}

.dln-filtersPopup__head .dln-btnIcon--close, .dln-filtersPopup__head .dln-btnIcon--close .dln-btnIcon__wrap {
    width: 32px;
    height: 32px
}

.dln-filtersPopup__head .dln-btnIcon--close .dln-icn {
    font-size: 24px
}

.dln-filtersPopup__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.dln-filtersPopup__content .dln-inputs {
    margin-bottom: 25px
}

.dln-filtersPopup .dln-accordion__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: var(--brand-01)
}

.dln-filtersPopup .dln-accordion__head {
    border-bottom: none
}

.dln-filtersPopup .dln-accordion__head .dln-icn {
    display: inline-flex;
    justify-content: center;
    width: 16px;
    height: 10px;
    line-height: 10px;
    font-size: 24px;
    top: calc(50% - 5px);
    right: 20px
}

.dln-filtersPopup .dln-accordion__content {
    padding: 0 20px 5px
}

.dln-filtersPopup .dln-accordion--extraText .dln-accordion__title {
    display: inline-block;
    width: auto;
    max-width: calc(50% - 48px);
    padding: 0 0 0 20px;
    margin: 0 auto 0 0
}

.dln-filtersPopup .dln-accordion__extraText {
    display: inline-block;
    width: auto;
    max-width: calc(50% - 48px);
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 45px 0 16px;
    overflow: hidden
}

.dln-filtersPopup .dln-accordion--activated {
    background-color: #f5f5f5;
    transition: max-height .22s ease-out, background-color .12s linear
}

.dln-filtersPopup .dln-accordion--activated.dln-accordion--open {
    background-color: var(--brand-03)
}

.dln-filtersPopup .dln-accordion--open {
    overflow: visible
}

.dln-filtersPopup__actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid var(--brand-01);
    background-color: var(--brand-03);
    padding: 20px;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box
}

.dln-filtersPopup__actions .bra-btn {
    display: inline-block;
    width: auto;
    min-width: 198px
}

.dln-filtersPopup__range {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box
}

.dln-filtersPopup__rangeBar {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.dln-filtersPopup__rangeBar:after, .dln-filtersPopup__rangeBar:before {
    content: "";
    width: 8px;
    height: 6px;
    background-color: var(--ui-07);
    position: absolute;
    top: calc(50% - 3px);
    left: -8px
}

.dln-filtersPopup__rangeBar:after {
    left: auto;
    right: -8px
}

.dln-filtersPopup__rangeLabelWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 15px;
    position: relative
}

.dln-filtersPopup__rangeLabelWrap .dln-filtersPopup__rangeLabel {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    transform: translateX(-50%);
    position: absolute;
    top: 0
}

.dln-filtersPopup__rangeLabelWrap .dln-filtersPopup__rangeLabel.-min {
    left: 0
}

.dln-filtersPopup__rangeLabelWrap .dln-filtersPopup__rangeLabel.-max {
    left: 100%
}

.dln-filtersPopup__colors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.dln-filtersPopup__colors .dln-colorRadioBtn {
    width: 100%;
    padding: 15px 0;
    min-height: 48px;
    border-bottom: 1px solid var(--ui-01)
}

.dln-filtersPopup__colors .dln-colorRadioBtn:last-of-type {
    border-bottom: none
}

.dln-filtersPopup__rangeBar.noUi-target.noUi-ltr.noUi-horizontal {
    height: 6px;
    border: none;
    border-radius: 0;
    background-color: var(--ui-07);
    box-shadow: none
}

.dln-filtersPopup .noUi-connect {
    background-color: var(--brand-01)
}

.dln-filtersPopup .noUi-handle.noUi-handle-lower, .dln-filtersPopup .noUi-handle.noUi-handle-upper {
    width: 20px;
    height: 20px;
    border: 1px solid var(--ui-09);
    border-radius: 50%;
    box-shadow: none;
    box-sizing: border-box;
    top: -6px;
    right: -10px !important
}

.dln-filtersPopup .noUi-handle.noUi-handle-lower:after, .dln-filtersPopup .noUi-handle.noUi-handle-lower:before, .dln-filtersPopup .noUi-handle.noUi-handle-upper:after, .dln-filtersPopup .noUi-handle.noUi-handle-upper:before {
    display: none
}

@media only screen and (max-width: 599px) {
    .dln-filtersPopup {
        height: 100vh
    }

    .dln-filtersPopup__content {
        height: calc(100vh - 162px);
        overflow: hidden;
        overflow-y: auto
    }

    .dln-filtersPopup__actions {
        border-radius: 0
    }
}

.dln-delonghi .dln-filtersPopup__head {
    height: 65px;
    border-bottom: 1px solid var(--ui-01)
}

.dln-delonghi .dln-filtersPopup__head .dln-btn {
    width: auto;
    min-width: auto;
    line-height: 1.29;
    font-size: .875rem;
    color: var(--brand-04) !important;
    text-decoration: underline !important;
    background-color: transparent !important;
    padding: 0
}

.dln-delonghi .dln-filtersPopup__head .dln-btn, .dln-delonghi .dln-filtersPopup__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-filtersPopup__title {
    line-height: 1.19;
    font-size: 1.3125rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-filtersPopup__content {
    height: calc(100vh - 146px);
    padding: 30px 16px 8px;
    overflow: hidden;
    overflow-y: auto
}

.dln-delonghi .dln-filtersPopup__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--ui-01)
}

.dln-delonghi .dln-filtersPopup__actions .dln-btn {
    width: 230px
}

.dln-delonghi .dln-filtersPopup .noUi-connect {
    background-color: var(--brand-04)
}

.dln-delonghi .dln-filtersPopup .dln-accordion__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
    align-items: center;
    line-height: 1.19;
    font-size: 1.3125rem;
    color: var(--brand-04);
    padding: 0
}

.dln-delonghi .dln-filtersPopup .dln-accordion:not(:first-child) .dln-accordion__head .dln-icn {
    position: static;
    top: auto;
    left: auto
}

.dln-delonghi .dln-filtersPopup .dln-accordion:not(:first-child) .dln-accordion__title {
    width: auto !important;
    max-width: calc(100% - 26px);
    margin: 0 10px 0 0
}

@media screen and (max-width: 599px) {
    .dln-kenwood .dln-filtersPopup {
        padding: 0 !important
    }

    .dln-kenwood .dln-filtersPopup__head {
        background: var(--ui-03);
        border-bottom: 2px solid var(--ui-01)
    }

    .dln-kenwood .dln-filtersPopup__head .dln-btn.dln-btn--brand-03 {
        background-color: transparent;
        text-decoration: underline;
        text-transform: capitalize
    }

    .dln-kenwood .dln-filtersPopup__head .dln-btn.dln-btn--brand-03:active, .dln-kenwood .dln-filtersPopup__head .dln-btn.dln-btn--brand-03:hover {
        color: var(--brand-04) !important;
        background-color: transparent !important
    }

    .dln-kenwood .dln-filtersPopup__title {
        text-transform: capitalize
    }

    .dln-kenwood .dln-filtersPopup__actions {
        display: flex;
        justify-content: center;
        border: none;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15)
    }

    .dln-kenwood .dln-filtersPopup h2.dln-accordion__title {
        color: var(--brand-04) !important;
        font-size: 14px;
        text-transform: uppercase
    }

    .dln-kenwood .dln-filtersPopup .dln-accordion.dln-accordion--arrow.dln-accordion--activated {
        background: var(--brand-03);
        position: relative
    }

    .dln-kenwood .dln-filtersPopup .dln-accordion.dln-accordion--arrow.dln-accordion--activated:before {
        content: "";
        width: 4px;
        height: 100%;
        background: var(--brand-04);
        position: absolute;
        top: 0;
        left: 0
    }

    .dln-kenwood .dln-filtersPopup .dln-multiSelectList__input:checked + .dln-multiSelectList__wrap {
        background: var(--brand-03) !important
    }

    .dln-kenwood .dln-filtersPopup .dln-multiSelectList__wrap i, .dln-kenwood .dln-filtersPopup .dln-sortList__placeholder i, .dln-kenwood .dln-filtersPopup .dln-sortList__radio i {
        color: var(--support-02)
    }

    .dln-kenwood .dln-filtersPopup .dln-inputs__input {
        padding-right: 30px
    }

    .dln-kenwood .dln-filtersPopup label {
        font-size: 14px !important
    }

    .dln-kenwood .dln-filtersPopup .dln-colorRadioBtn__input:checked + .dln-colorRadioBtn__placeholder {
        border: 2px solid var(--brand-04)
    }

    .dln-kenwood .dln-filtersPopup .dln-btnIcon.dln-btnIcon--close {
        top: 23px !important;
        right: 10px !important
    }

    .dln-kenwood .dln-filtersPopup .dln-btnIcon.dln-btnIcon--close i:before {
        color: var(--brand-04) !important
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-filtersPopup {
        padding: 0
    }
}

.dln-orderCancellationConfirm {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-orderCancellationConfirm .dln-popup__head {
    padding: 17px 19px 44px
}

.dln-orderCancellationConfirm__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 0 100px 70px;
    box-sizing: border-box
}

.dln-orderCancellationConfirm__content > .dln-icn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    color: var(--support-02)
}

.dln-orderCancellationConfirm__wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 84px);
    margin: 0 0 0 36px
}

.dln-orderCancellationConfirm__text {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px
}

.dln-orderCancellationConfirm .dln-btn--orderDetail {
    width: 180px
}

@media only screen and (max-width: 599px) {
    .dln-orderCancellationConfirm {
        align-content: flex-start
    }

    .dln-orderCancellationConfirm .dln-popup__head {
        padding: 38px 35px 115px
    }

    .dln-orderCancellationConfirm .dln-popup__head .dln-btnIcon--close {
        margin-bottom: 0
    }

    .dln-orderCancellationConfirm__content {
        padding: 0 20px
    }

    .dln-orderCancellationConfirm__wrap {
        width: calc(100% - 73px);
        margin: 0 0 0 25px
    }
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm {
    padding: 60px 124px 50px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm .dln-popup__head {
    padding: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm .dln-popup__head .dln-btnIcon--close {
    right: 14px;
    top: 14px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm .dln-popup__head .dln-btnIcon--close .dln-icn:before {
    color: var(--brand-04)
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm__content {
    flex-direction: column;
    padding: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm__content .dln-icn--check-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    margin: 0 auto 10px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm__content .dln-orderCancellationConfirm__wrap {
    justify-content: center;
    width: 100%;
    margin: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm__content .dln-orderCancellationConfirm__wrap .dln-orderCancellationConfirm__text {
    text-align: center
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm__content .dln-orderCancellationConfirm__wrap .dln-btn--orderDetail {
    width: 137px;
    padding: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm {
        padding: 150px 20px 20px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm .dln-popup__head {
        margin: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm .dln-popup__head .dln-btnIcon--close {
        right: 20px;
        top: 20px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-orderCancellationConfirm__content .dln-orderCancellationConfirm__wrap .dln-orderCancellationConfirm__text {
        margin-bottom: 20px
    }
}

.dln-delonghi .dln-orderCancellationConfirm__text {
    font-size: 1.125rem
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-orderCancellationConfirm__text {
        font-size: 1rem
    }
}

.dln-ordReturnHowItWorks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 2px
}

.dln-ordReturnHowItWorks .dln-popup__head .dln-btnIcon {
    margin-right: 30px
}

.dln-ordReturnHowItWorks .dln-popup__headTitle {
    text-align: left;
    padding: 0 100px
}

.dln-ordReturnHowItWorks__content {
    padding: 0 100px 96px
}

.dln-ordReturnHowItWorks__content > .dln-btn--trackingCode {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px
}

@media only screen and (max-width: 599px) {
    .dln-ordReturnHowItWorks {
        border-radius: 0
    }

    .dln-ordReturnHowItWorks .dln-popup__head {
        padding: 20px 20px 40px
    }

    .dln-ordReturnHowItWorks .dln-popup__head .dln-btnIcon {
        margin: 0 0 20px auto
    }

    .dln-ordReturnHowItWorks .dln-popup__headTitle {
        max-width: none;
        line-height: 36px;
        font-size: 32px;
        padding: 0
    }

    .dln-ordReturnHowItWorks__content {
        padding: 0 20px 20px
    }

    .dln-ordReturnHowItWorks__content > .dln-btn--trackingCode {
        margin-bottom: 40px
    }
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-ordReturnHowItWorks .dln-popup__head .dln-btnIcon--close {
    top: 14px;
    right: 14px
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-ordReturnHowItWorks__content {
    padding: 0
}

.dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-ordReturnHowItWorks__content .dln-btn--trackingCode {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-ordReturnHowItWorks .dln-popup__head {
        padding-top: 70px;
        margin: 0 0 30px
    }

    .dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-ordReturnHowItWorks .dln-popup__head .dln-btnIcon--close {
        top: 20px;
        right: 20px
    }

    .dln-kenwood .dln-popup__content .dln-popup__wrapper .dln-ordReturnHowItWorks__content .dln-btn--trackingCode {
        margin-bottom: 30px
    }
}

.dln-delonghi .dln-ordReturnHowItWorks .dln-popup__head {
    padding-bottom: 28px
}

.dln-delonghi .dln-ordReturnHowItWorks .dln-popup__head .dln-btnIcon--close {
    margin-bottom: 6px
}

.dln-delonghi .dln-ordReturnHowItWorks .dln-popup__headTitle {
    font-size: 2.3125rem;
    line-height: 37px
}

.dln-delonghi .dln-ordReturnHowItWorks__content {
    padding-bottom: 60px
}

.dln-delonghi .dln-ordReturnHowItWorks__content .dln-btn--trackingCode {
    margin-bottom: 40px;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-ordReturnHowItWorks .dln-popup__head {
        padding-bottom: 32px
    }

    .dln-delonghi .dln-ordReturnHowItWorks .dln-popup__head .dln-btnIcon--close {
        margin-bottom: 40px
    }

    .dln-delonghi .dln-ordReturnHowItWorks .dln-popup__headTitle {
        font-size: 1.75rem;
        line-height: 30px
    }

    .dln-delonghi .dln-ordReturnHowItWorks__content {
        padding-right: 30px
    }

    .dln-delonghi .dln-ordReturnHowItWorks__content .dln-btn--trackingCode {
        display: none
    }
}

body b::selection, body h1::selection, body h2::selection, body h3::selection, body h4::selection, body h5::selection, body h6::selection, body p::selection {
    background: hsla(0, 0%, 100%, .5)
}

body img {
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[role=button] {
    cursor: pointer
}

[class*="--mobileView"] {
    display: block
}

[class*="--desktopView"] {
    display: none
}

.dln-note {
    display: inline-flex;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    color: #000;
    background: #7fffd4;
    padding: 0;
    box-sizing: border-box
}

@keyframes smoothFadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes smoothFadeInAndScale {
    0% {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.dln-carousel--mobileOnly.swiper-container, .dln-carousel.swiper-container {
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
    width: 100%;
    height: 100%
}

.dln-carousel--mobileOnly.swiper-container .swiper-wrapper, .dln-carousel.swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.dln-carousel--mobileOnly.swiper-container .swiper-slide, .dln-carousel.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    transition-property: transform
}

.dln-carousel--mobileOnly.swiper-container .swiper-pagination, .dln-carousel.swiper-container .swiper-pagination {
    position: relative;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
    width: auto;
    display: inline-block;
    margin: 5px 0 0;
    padding: 0 0 0 10px
}

.dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet, .dln-carousel.swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px 0 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 100%;
    background-color: var(--brand-01);
    transition: width .3s
}

.dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet:first-child, .dln-carousel.swiper-container .swiper-pagination-bullet:first-child {
    margin: 0 8px 0 0
}

.dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet-active, .dln-carousel.swiper-container .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 10px
}

.dln-carousel--mobileOnly.swiper-container .swiper-pagination-progressbar, .dln-carousel.swiper-container .swiper-pagination-progressbar {
    margin: 32px auto 0
}

.dln-carousel--mobileOnly.swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .dln-carousel.swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--brand-01);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.dln-carousel--mobileOnly.swiper-container .swiper-button-next, .dln-carousel--mobileOnly.swiper-container .swiper-button-prev, .dln-carousel.swiper-container .swiper-button-next, .dln-carousel.swiper-container .swiper-button-prev {
    position: absolute;
    height: 100%;
    top: 0;
    display: inline-flex;
    align-items: center;
    z-index: 9;
    padding: 0 8px
}

.dln-carousel--mobileOnly.swiper-container .swiper-button-next.swiper-button-disabled, .dln-carousel--mobileOnly.swiper-container .swiper-button-prev.swiper-button-disabled, .dln-carousel.swiper-container .swiper-button-next.swiper-button-disabled, .dln-carousel.swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.dln-carousel--mobileOnly.swiper-container .swiper-button-next .dln-icn, .dln-carousel--mobileOnly.swiper-container .swiper-button-prev .dln-icn, .dln-carousel.swiper-container .swiper-button-next .dln-icn, .dln-carousel.swiper-container .swiper-button-prev .dln-icn {
    color: var(--ui-02)
}

.dln-carousel--mobileOnly.swiper-container .swiper-button-prev, .dln-carousel.swiper-container .swiper-button-prev {
    left: 0
}

.dln-carousel--mobileOnly.swiper-container .swiper-button-next, .dln-carousel.swiper-container .swiper-button-next {
    right: 0
}

.dln-carousel--mobileOnly.swiper-container .dln-btn--stroked, .dln-carousel--mobileOnly.swiper-container .dln-btnTextIcon, .dln-carousel.swiper-container .dln-btn--stroked, .dln-carousel.swiper-container .dln-btnTextIcon {
    background-color: transparent
}

.-extraContent {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    position: relative;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all .4s
}

.-showContent {
    transition: all .3s
}

.-showContent .-extraContent {
    opacity: 1;
    max-height: none;
    position: relative;
    pointer-events: auto;
    transform: translateY(0)
}

.dln-page .dln-title {
    text-align: center;
    font-size: 44px;
    line-height: 55px;
    text-align: left
}

@media only screen and (max-width: 599px) {
    .dln-page .dln-title {
        font-size: 32px;
        line-height: 40px;
        margin: 30px auto 20px;
        padding: 0
    }
}

.dln-foot, .dln-head {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    overflow: visible
}

.dln-foot .dln-wrapper, .dln-head .dln-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.dln-page {
    margin-top: var(--headerHeight);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--brand-03)
}

.dln-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.dln-wrapper--fullWidth, .dln-wrapper .dln-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 100%
}

.dln-page--myArea {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden
}

.dln-page--myArea > .dln-wrapper {
    padding-top: 48px;
    padding-bottom: 130px
}

@media only screen and (max-width: 900px) {
    .dln-page--myArea > .dln-wrapper {
        padding-top: 20px;
        padding-bottom: 70px
    }
}

.dln-page--myArea .dln-wrapper .dln-page__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: calc(100% - 304px)
}

@media only screen and (max-width: 599px) {
    .dln-page--myArea .dln-wrapper .dln-page__content {
        width: 100%
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-page--myArea .dln-wrapper .dln-page__content {
        width: 100%
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) and (orientation: portrait) {
    .dln-page--myArea .dln-wrapper .dln-page__content {
        width: calc(100% - 304px)
    }
}

.dln-page--myArea .dln-wrapper .dln-page__aside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 264px;
    margin: 0 40px 0 0
}

@media only screen and (max-width: 599px) {
    .dln-page--myArea .dln-wrapper .dln-page__aside {
        width: 100%;
        margin: 0
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-page--myArea .dln-wrapper .dln-page__aside {
        width: 100%;
        margin: 0
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) and (orientation: portrait) {
    .dln-page--myArea .dln-wrapper .dln-page__aside {
        width: 264px;
        margin: 0 40px 0 0
    }
}

@media only screen and (max-width: 900px) {
    .dln-page--myArea .dln-profileCard {
        display: none
    }

    .dln-page--myArea .dln-page__content {
        padding-top: 42px
    }

    .dln-page--myArea .dln-vertMenu:not(.dln-vertMenu--open) .dln-vertMenu__list {
        margin-bottom: 0
    }
}

.dln-page--imageHeader__header {
    background-color: #1d1d1d;
    color: #fff;
    padding: 23px 0 35px
}

.dln-page--imageHeader__header .dln-wrapper--main {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 85%;
    margin: 0 auto
}

.dln-page--imageHeader__header .dln-wrapper--main .dln-mainTitle {
    display: flex;
    width: 60%;
    margin-right: 1em;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 44px;
    line-height: 55px
}

.dln-page--imageHeader__header .dln-wrapper--main .dln-page--imageHeader__picture {
    display: flex;
    width: auto
}

.dln-page--imageHeader__header .dln-wrapper--main .dln-page--imageHeader__picture img {
    width: 100%
}

.dln-page--imageHeader__content {
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
    padding: 48px 10px 90px
}

@media only screen and (min-width: 900px) {
    .dln-page--imageHeader__content {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width: 1480px) {
    .dln-page--imageHeader__content {
        padding-right: 40px;
        padding-left: 40px
    }
}

.dln-page--imageHeader__content .dln-page__title {
    display: block;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 26px
}

.dln-page--imageHeader__content .dln-page__title + .dln-page__paragraph {
    margin-top: 23px
}

.dln-page--imageHeader__content .dln-page__paragraph {
    display: block;
    margin-bottom: 10px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 22px
}

.dln-page--imageHeader__content .dln-page__text {
    display: block;
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.dln-page--imageHeader__content .dln-page__actions {
    flex-direction: row;
    display: flex;
    margin-top: 38px
}

.dln-page--imageHeader__content .dln-page__actions .dln-btn {
    width: auto;
    margin: 0 10px
}

.dln-page--imageHeader__content .dln-page__actions .dln-btn:last-child {
    margin-right: 0
}

.dln-page--imageHeader__content .dln-page__actions .dln-btn:first-child {
    margin-left: 0
}

.dln-page__content .dln-page__section {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px
}

.dln-page__content .dln-page__section:last-of-type {
    margin-bottom: 0
}

@media only screen and (max-width: 599px) {
    .dln-page__content .dln-page__section {
        margin-top: 0;
        margin-bottom: 60px
    }
}

.dln-page__content .dln-page__section .dln-page__sectionHead {
    width: 100%;
    margin: 0 0 30px
}

.dln-page__content .dln-page__section .dln-page__sectionHead .dln-page__sectionHeadTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 33px
}

@media only screen and (max-width: 599px) {
    .dln-page__content .dln-page__section .dln-page__sectionHead .dln-page__sectionHeadTitle {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 21px;
        line-height: 1.3;
        margin: 0 0 20px
    }
}

.dln-page__content .dln-page__section .dln-page__sectionHead .dln-page__sectionHeadInfoText {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px
}

.dln-page__content .dln-page__section .dln-page__sectionContent {
    width: 100%
}

.dln-page__content .dln-page__section .dln-page__sectionFooter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 40px
}

@media only screen and (max-width: 599px) {
    .dln-page__content .dln-page__section .dln-page__sectionFooter {
        margin-top: 42px
    }
}

.dln-page__content .dln-page__section .dln-page__sectionFooter:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--ui-01);
    margin: 0 0 30px
}

@media only screen and (max-width: 599px) {
    .dln-page__content .dln-page__section .dln-page__sectionFooter:before {
        margin: 0 0 32px
    }
}

.dln-page__content .dln-page__section .dln-page__sectionFooter .dln-btn--link {
    align-self: flex-end;
    margin: 0 auto 0 0
}

.dln-page__content .dln-page__section .dln-page__sectionFooter .dln-btn--confirm {
    width: 280px;
    margin: 0 0 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-page__content .dln-page__section .dln-page__sectionFooter .dln-btn--confirm {
        width: 183px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-page--imageHeader__header .dln-wrapper--main .dln-mainTitle {
        width: auto;
        font-size: 35px;
        line-height: 40px
    }

    .dln-page--imageHeader__header .dln-wrapper--main .dln-page--imageHeader__picture {
        display: flex;
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-page--imageHeader__header {
        padding: 18px 0 51px
    }

    .dln-page--imageHeader__header .dln-wrapper--main {
        width: 100%;
        margin: 0 20px;
        padding: 0;
        flex-direction: column
    }

    .dln-page--imageHeader__header .dln-wrapper--main .dln-mainTitle {
        width: 100%;
        margin-right: 0;
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 45px
    }

    .dln-page--imageHeader__header .dln-wrapper--main .dln-page--imageHeader__picture {
        display: flex;
        width: calc(100% - 40px)
    }

    .dln-page--imageHeader__content {
        flex-direction: column;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 24px 0 73px
    }

    .dln-page--imageHeader__content .dln-page__title {
        width: 100%
    }

    .dln-page--imageHeader__content .dln-page__title + .dln-page__paragraph {
        margin-top: 30px
    }

    .dln-page--imageHeader__content .dln-page__paragraph {
        width: 100%;
        font-size: 15px;
        line-height: 22px
    }

    .dln-page--imageHeader__content .dln-page__text {
        width: 100%
    }

    .dln-page--imageHeader__content .dln-page__actions {
        display: block;
        margin-top: 27px
    }

    .dln-page--imageHeader__content .dln-page__actions .dln-btn {
        width: auto;
        margin: 0 20px 15px 0
    }

    .dln-page--imageHeader__content .dln-page__actions .dln-btn:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 900px) {
    .dln-foot .dln-wrapper, .dln-head .dln-wrapper {
        width: 100%;
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 20px;
        padding-left: 20px
    }

    .dln-foot .dln-wrapper--fullWidth, .dln-foot .dln-wrapper .dln-wrapper, .dln-head .dln-wrapper--fullWidth, .dln-head .dln-wrapper .dln-wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        max-width: 100%
    }

    .dln-wrapper {
        width: 100%;
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 20px;
        padding-left: 20px
    }

    .dln-wrapper--fullWidth, .dln-wrapper .dln-wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 1480px) {
    .dln-wrapper {
        width: 100%;
        max-width: 1560px;
        margin: 0 auto;
        padding-right: 40px;
        padding-left: 40px
    }

    .dln-wrapper--fullWidth, .dln-wrapper .dln-wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        max-width: 100%
    }

    .dln-foot .dln-wrapper, .dln-head .dln-wrapper {
        width: 100%;
        max-width: 1560px;
        margin: 0 auto;
        padding-right: 40px;
        padding-left: 40px
    }

    .dln-foot .dln-wrapper--fullWidth, .dln-foot .dln-wrapper .dln-wrapper, .dln-head .dln-wrapper--fullWidth, .dln-head .dln-wrapper .dln-wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 768px) {
    [class*="--mobileView"] {
        display: none
    }

    [class*="--desktopView"] {
        display: block
    }
}

.theme-directory {
    margin: 24px 24px 24px 0;
    display: block;
    float: right
}

.bra-item--breakpoints .bra-item--breakpoints_default {
    display: block
}

.bra-item--breakpoints .bra-item--breakpoints_l, .bra-item--breakpoints .bra-item--breakpoints_m, .bra-item--breakpoints .bra-item--breakpoints_s, .bra-item--breakpoints .bra-item--breakpoints_xs {
    display: none
}

@media only screen and (min-width: 1199px) and (max-width: 1480px) {
    .bra-item--breakpoints .bra-item--breakpoints_default {
        display: none
    }

    .bra-item--breakpoints .bra-item--breakpoints_l {
        display: block
    }

    .bra-item--breakpoints .bra-item--breakpoints_m, .bra-item--breakpoints .bra-item--breakpoints_s, .bra-item--breakpoints .bra-item--breakpoints_xs {
        display: none
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .bra-item--breakpoints .bra-item--breakpoints_default, .bra-item--breakpoints .bra-item--breakpoints_l {
        display: none
    }

    .bra-item--breakpoints .bra-item--breakpoints_m {
        display: block
    }

    .bra-item--breakpoints .bra-item--breakpoints_s, .bra-item--breakpoints .bra-item--breakpoints_xs {
        display: none
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .bra-item--breakpoints .bra-item--breakpoints_default, .bra-item--breakpoints .bra-item--breakpoints_l, .bra-item--breakpoints .bra-item--breakpoints_m {
        display: none
    }

    .bra-item--breakpoints .bra-item--breakpoints_s {
        display: block
    }

    .bra-item--breakpoints .bra-item--breakpoints_xs {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .bra-item--breakpoints .bra-item--breakpoints_default, .bra-item--breakpoints .bra-item--breakpoints_l, .bra-item--breakpoints .bra-item--breakpoints_m, .bra-item--breakpoints .bra-item--breakpoints_s {
        display: none
    }

    .bra-item--breakpoints .bra-item--breakpoints_xs {
        display: block
    }
}

.dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-slide, .dln-kenwood .dln-carousel.swiper-container .swiper-slide {
    overflow: hidden
}

.dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-pagination, .dln-kenwood .dln-carousel.swiper-container .swiper-pagination {
    width: 60%;
    padding: 0;
    margin: 0 auto;
    height: 3px;
    background-color: var(--ui-01);
    display: flex;
    display: none
}

.dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-pagination-progressbar, .dln-kenwood .dln-carousel.swiper-container .swiper-pagination-progressbar {
    margin: 32px auto 0
}

.dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet, .dln-kenwood .dln-carousel.swiper-container .swiper-pagination-bullet {
    height: 3px;
    margin: 0 8px 0 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    background-color: var(--brand-01);
    transition: width .3s
}

.dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet:first-child, .dln-kenwood .dln-carousel.swiper-container .swiper-pagination-bullet:first-child {
    margin: 0
}

.dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet-active, .dln-kenwood .dln-carousel.swiper-container .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 0
}

.dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-scrollbar, .dln-kenwood .dln-carousel.swiper-container .swiper-scrollbar {
    width: 80%;
    max-width: 400px;
    padding: 0;
    margin: 32px auto 0;
    height: 3px;
    background-color: var(--ui-01);
    display: flex
}

.dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-scrollbar .swiper-scrollbar-drag, .dln-kenwood .dln-carousel.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background-color: var(--brand-01)
}

.dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-button-next .dln-icn, .dln-kenwood .dln-carousel--mobileOnly.swiper-container .swiper-button-prev .dln-icn, .dln-kenwood .dln-carousel.swiper-container .swiper-button-next .dln-icn, .dln-kenwood .dln-carousel.swiper-container .swiper-button-prev .dln-icn {
    color: var(--brand-01);
    font-size: 24px
}

.dln-kenwood .dln-page--myArea > .dln-wrapper {
    padding-top: 32px;
    padding-bottom: 70px
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-page--myArea > .dln-wrapper {
        padding-top: 20px;
        padding-bottom: 70px
    }
}

.dln-kenwood .dln-page--myArea .dln-wrapper .dln-page__content {
    width: calc(100% - 304px)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-page--myArea .dln-wrapper .dln-page__content {
        width: 100%
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-page--myArea .dln-wrapper .dln-page__content {
        width: 100%
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) and (orientation: portrait) {
    .dln-kenwood .dln-page--myArea .dln-wrapper .dln-page__content {
        width: calc(100% - 304px)
    }
}

.dln-kenwood .dln-page--myArea .dln-wrapper .dln-page__aside {
    margin: 0 40px 0 0;
    width: 264px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-page--myArea .dln-wrapper .dln-page__aside {
        width: 100%;
        margin: 0
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-page--myArea .dln-wrapper .dln-page__aside {
        width: 100%;
        margin: 0
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) and (orientation: portrait) {
    .dln-kenwood .dln-page--myArea .dln-wrapper .dln-page__aside {
        margin: 0 40px 0 0;
        width: 264px
    }
}

.dln-kenwood .dln-page .dln-title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 38px;
    line-height: 46px
}

.dln-kenwood .dln-page .dln-breadcrumbs a {
    color: var(--brand-04);
    font-size: 12px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-page .dln-title {
        font-size: 32px;
        line-height: 40px;
        margin: 30px auto 20px;
        padding: 0
    }
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-page--myArea .dln-vertMenu:not(.dln-vertMenu--open) {
        margin: 0
    }
}

@media only screen and (min-width: 1480px) {
    .dln-wrapper {
        max-width: 1520px
    }
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content .dln-title {
    display: block;
    width: 100%;
    text-align: center;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 52px;
    letter-spacing: -1px;
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-page .dln-wrapper .dln-page__content .dln-title {
        font-size: 2.3125rem;
        line-height: 40px;
        letter-spacing: -.74px;
        padding: 0;
        margin-bottom: 24px;
        margin-top: 20px
    }
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__subtitle], .dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__subTitle] {
    display: block;
    width: 100%;
    text-align: center;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 24px;
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__subtitle], .dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__subTitle] {
        font-size: .875rem;
        line-height: 18px
    }
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__paragraph] {
    text-align: center;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 24px;
    margin: 0
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__contentWrap] {
    margin-top: 36px
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__section] {
    margin-bottom: 40px
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__section] [class$=__sectionTitle] {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 37px;
    letter-spacing: -.7px;
    text-align: center
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__section] [class$=__sectionTitle] {
        font-size: 1.75rem;
        line-height: 30px;
        letter-spacing: -.53px;
        margin-bottom: 30px
    }
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__section] .dln-title--labeled {
    position: relative;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 23px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__section] .dln-title--labeled {
        margin-top: 0
    }
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__section] .dln-title--labeled .dln-title__innerLabel {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8125rem;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--ui-02);
    position: absolute;
    bottom: 0;
    right: 0
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__foot] {
    margin-top: 40px;
    padding-top: 24px;
    text-align: center
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content [class$=__foot--divider] {
    margin-top: 40px;
    padding-top: 24px;
    text-align: center;
    border-top: 1px solid var(--ui-01)
}

.dln-delonghi .dln-carousel--mobileOnly.swiper-container .swiper-slide, .dln-delonghi .dln-carousel.swiper-container .swiper-slide {
    overflow: hidden
}

.dln-delonghi .dln-carousel--mobileOnly.swiper-container .swiper-pagination, .dln-delonghi .dln-carousel.swiper-container .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 30px
}

.dln-delonghi .dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet, .dln-delonghi .dln-carousel.swiper-container .swiper-pagination-bullet {
    margin-right: 18px;
    width: 8px;
    height: 8px;
    border: 0 solid transparent;
    background-color: var(--ui-02)
}

.dln-delonghi .dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet:last-of-type, .dln-delonghi .dln-carousel.swiper-container .swiper-pagination-bullet:last-of-type {
    margin: 0
}

.dln-delonghi .dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet-active, .dln-delonghi .dln-carousel.swiper-container .swiper-pagination-bullet-active {
    border: 2px solid var(--brand-04);
    background-color: var(--brand-04)
}

.dln-delonghi .dln-carousel--mobileOnly.swiper-container .swiper-button-next, .dln-delonghi .dln-carousel--mobileOnly.swiper-container .swiper-button-prev, .dln-delonghi .dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet .swiper-button-next, .dln-delonghi .dln-carousel--mobileOnly.swiper-container .swiper-pagination-bullet .swiper-button-prev, .dln-delonghi .dln-carousel.swiper-container .swiper-button-next, .dln-delonghi .dln-carousel.swiper-container .swiper-button-prev, .dln-delonghi .dln-carousel.swiper-container .swiper-pagination-bullet .swiper-button-next, .dln-delonghi .dln-carousel.swiper-container .swiper-pagination-bullet .swiper-button-prev {
    display: none
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-page {
        min-height: calc(100vh - 140px)
    }
}

@media only screen and (min-width: 1480px) {
    .dln-wrapper {
        max-width: 1480px
    }
}

.dln-address {
    align-content: flex-start
}

.dln-address .dln-profileCard, .dln-address__content .dln-title {
    margin: 0 0 32px
}

.dln-address__content .dln-addBox {
    width: calc(50% - 50px);
    margin: 0 16px 40px 0;
    box-sizing: content-box
}

.dln-address__section {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-address .dln-addBox {
    width: calc(50% - 52px);
    min-height: 184px;
    margin: 0 0 20px
}

.dln-address .dln-addressBox {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0
}

.dln-address .dln-addressBox:nth-child(2n) {
    margin: 0 0 20px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-address .dln-profileCard {
        display: none
    }

    .dln-address .dln-title {
        margin: 32px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-address .dln-profileCard, .dln-address__aside .dln-profileCard {
        display: none
    }

    .dln-address__aside .dln-vertMenu {
        margin: 0 0 24px
    }

    .dln-address__content .dln-title {
        line-height: 34px;
        font-size: 35px;
        padding: 6px 0 0;
        margin: 0 0 24px
    }

    .dln-address__content .dln-addBox, .dln-address__content .dln-addressBox {
        width: 100%;
        margin: 0 0 20px
    }

    .dln-address__content .dln-addBox:nth-child(2n), .dln-address__content .dln-addressBox:nth-child(2n) {
        margin: 0 0 20px
    }
}

.dln-kenwood .dln-address__content .dln-title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center
}

.dln-kenwood .dln-address__content .dln-addBox {
    box-sizing: content-box
}

.dln-kenwood .dln-address--editing .dln-address__section:nth-last-of-type(3) {
    border-bottom: none
}

.dln-kenwood .dln-address--editing .dln-address__sectionHead {
    height: auto;
    margin: 0 0 40px
}

.dln-kenwood .dln-address--editing .dln-address__sectionHeadTitle {
    font-size: 20px;
    line-height: normal;
    height: auto
}

.dln-kenwood .dln-address--editing .dln-address__sectionHeadInfoText {
    line-height: 12px;
    font-size: 12px;
    -ms-grid-row-align: center;
    align-self: center
}

.dln-kenwood .dln-address--editing .dln-address__form .dln-inputs, .dln-kenwood .dln-address--editing .dln-address__form > .dln-select {
    margin: 0 20px 42px 0
}

.dln-kenwood .dln-address--editing .dln-address__form .dln-inputs:nth-child(2n+2), .dln-kenwood .dln-address--editing .dln-address__form > .dln-select:nth-child(2n+2) {
    margin: 0 0 42px
}

.dln-kenwood .dln-address--editing .dln-address__form .dln-inputs:last-child, .dln-kenwood .dln-address--editing .dln-address__form > .dln-select:last-child {
    margin: 0
}

.dln-kenwood .dln-address--editing .dln-address__form .dln-inputs:nth-last-child(2):nth-child(odd), .dln-kenwood .dln-address--editing .dln-address__form > .dln-select:nth-last-child(2):nth-child(odd) {
    margin: 0 20px 0 0
}

.dln-kenwood .dln-address--editing .dln-address__form {
    padding: 0;
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-address--editing .dln-address__form > .dln-select {
        width: 100%;
        margin: 0 0 30px !important
    }

    .dln-kenwood .dln-address--editing .dln-address__form .dln-inputs {
        width: 100%;
        margin: 0 0 32px !important
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-address__content .dln-addBox {
        width: 100%;
        margin: 0 0 10px
    }
}

.dln-address--editing {
    overflow: visible
}

.dln-address--editing .dln-address__section {
    border-bottom: 1px solid var(--ui-01);
    margin: 0 0 60px
}

.dln-address--editing .dln-address__section + .dln-address__section {
    margin: 0 0 40px
}

.dln-address--editing .dln-address__section:nth-last-of-type(2) {
    border-bottom: none
}

.dln-address--editing .dln-address__sectionHead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 0 0 20px
}

.dln-address--editing .dln-address__sectionHeadTitle {
    display: inline-flex;
    width: auto;
    max-width: calc(100% - 96px);
    height: 35px;
    line-height: 35px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    margin: 0 auto 0 0
}

.dln-address--editing .dln-address__sectionHeadInfoText {
    display: inline-flex;
    align-self: flex-end;
    width: auto;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    color: var(--brand-02);
    margin: 0 0 0 16px
}

.dln-address--editing .dln-address__form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0 0 40px
}

.dln-address--editing .dln-address__form .dln-inputs, .dln-address--editing .dln-address__form > .dln-select {
    width: calc(50% - 10px);
    max-width: none;
    margin: 0 20px 30px 0
}

.dln-address--editing .dln-address__form .dln-inputs:nth-child(2n+2), .dln-address--editing .dln-address__form > .dln-select:nth-child(2n+2) {
    margin: 0 0 30px
}

.dln-address--editing .dln-address__form .dln-inputs:last-child, .dln-address--editing .dln-address__form > .dln-select:last-child {
    margin: 0
}

.dln-address--editing .dln-address__form .dln-inputs:nth-last-child(2):nth-child(odd), .dln-address--editing .dln-address__form > .dln-select:nth-last-child(2):nth-child(odd) {
    margin: 0 20px 0 0
}

.dln-address--editing .dln-address__foot {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.dln-address--editing .dln-address__foot .dln-checkbox {
    width: calc(45% - 16px);
    margin: 0 16px 32px 0
}

.dln-address--editing .dln-address__foot .dln-checkbox + .clearer {
    width: 100%;
    height: 1px;
    background-color: var(--ui-01);
    margin: 0 0 16px
}

.dln-address--editing .dln-address__foot .dln-btn--link {
    align-self: flex-end;
    margin: 0 auto 0 0
}

.dln-address--editing .dln-address__foot .dln-btn--confirm {
    width: 280px;
    margin: 0 0 0 auto
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-address--editing .dln-profileCard {
        display: none
    }

    .dln-address--editing .dln-title {
        margin: 32px 0
    }

    .dln-address--editing .dln-address__content .dln-btn--address {
        margin: 32px 0 10px
    }
}

@media only screen and (max-width: 599px) {
    .dln-address--editing .dln-profileCard {
        display: none
    }

    .dln-address--editing .dln-address__aside .dln-vertMenu {
        margin: 0 0 16px
    }

    .dln-address--editing .dln-address__content .dln-btn--address {
        margin: 0 0 10px
    }

    .dln-address--editing .dln-title {
        margin: 0 0 32px
    }

    .dln-address--editing .dln-address__sectionHead {
        height: 20px;
        margin: 0 0 10px
    }

    .dln-address--editing .dln-address__sectionHeadTitle {
        height: 18px;
        line-height: 18px;
        font-size: 18px;
        padding: 0
    }

    .dln-address--editing .dln-address__section:nth-last-of-type(2) {
        margin-bottom: 0
    }

    .dln-address--editing .dln-address__form {
        padding: 0 0 32px;
        margin: 0 0 20px
    }

    .dln-address--editing .dln-address__form .dln-inputs, .dln-address--editing .dln-address__form > .dln-select {
        width: 100%;
        margin: 0 0 20px !important
    }

    .dln-address--editing .dln-address__form .dln-inputs:last-of-type {
        margin: 0 !important
    }

    .dln-address--editing .dln-address__foot .dln-checkbox {
        width: 100%;
        margin: 0 0 20px
    }

    .dln-address--editing .dln-address__foot .dln-checkbox:nth-of-type(2) {
        margin: 0 0 40px
    }

    .dln-address--editing .dln-address__foot .dln-btn--confirm {
        width: calc(50% - 10px)
    }
}

.dln-kenwood .dln-address--editing .dln-address__foot .dln-checkbox + .clearer {
    margin: 0 0 61px
}

.dln-kenwood .dln-address--editing .dln-address__foot .dln-btn--confirm {
    width: auto
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-address--editing .dln-address__foot .dln-checkbox + .clearer {
        margin: 0 0 29px
    }
}

.dln-delonghi .dln-page.dln-address--editing .dln-wrapper .dln-page__content .dln-address__foot {
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-page.dln-address--editing .dln-wrapper .dln-page__content .dln-address__foot {
        margin-top: 20px
    }
}

.dln-delonghi .dln-page.dln-address--editing .dln-wrapper .dln-page__content .dln-address__foot .clearer {
    margin-top: 30px;
    margin-bottom: 24px
}

.dln-wishlist {
    align-content: flex-start
}

.dln-wishlist .dln-wrapper {
    position: relative
}

.dln-wishlist .dln-profileCard {
    margin: 0 0 32px
}

.dln-wishlist__content .dln-title {
    font-size: 32px;
    line-height: 125%;
    font-size: 44px;
    line-height: 55px;
    margin: 0 0 30px
}

.dln-wishlist__content .dln-title, .dln-wishlist__content .dln-wishlist__subtitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-wishlist__content .dln-wishlist__subtitle {
    line-height: 125%;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 8px
}

.dln-wishlist__content .dln-wishlist__paragraph {
    font-size: 14px;
    line-height: 20px
}

.dln-wishlist__content .dln-wishlist__paragraph:last-of-type {
    margin: 0
}

.dln-wishlist__content .dln-wishlist__text {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 32px
}

.dln-wishlist__section {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.dln-wishlist__productWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 30px
}

.dln-wishlist__productWrap .dln-wishProd {
    width: calc(50% - 7.5px);
    margin: 0 10px 10px 0
}

.dln-wishlist__productWrap .dln-wishProd:nth-of-type(2n+2) {
    margin: 0 0 10px
}

.dln-wishlist__foot {
    width: 100%;
    display: flex;
    padding: 0;
    text-align: center;
    margin: 32px 0 0
}

.dln-wishlist__foot--divider {
    margin: 58px 0 32px;
    border-top: 1px solid var(--ui-01);
    text-align: right;
    padding: 32px 0 0
}

.dln-wishlist__foot .dln-btn {
    width: auto;
    max-width: 250px;
    margin: 0 0 0 auto
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-wishlist .dln-profileCard {
        display: none
    }

    .dln-wishlist__productWrap .dln-wishProd {
        width: calc(100% - 7.5px)
    }

    .dln-wishlist__productWrap .dln-wishProd:nth-of-type(2n+2) {
        margin: 0 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .dln-wishlist__productWrap .dln-wishProd {
        width: calc(100% - 7.5px);
        margin: 0 0 10px
    }

    .dln-wishlist__productWrap .dln-wishProd:nth-of-type(2n+2) {
        margin: 0 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .dln-wishlist__productWrap .dln-wishProd {
        width: calc(100% - 7.5px);
        margin: 0 0 10px
    }

    .dln-wishlist__productWrap .dln-wishProd:nth-of-type(2n+2) {
        margin: 0 0 10px
    }
}

@media only screen and (max-width: 1366px) {
    .dln-wishlist__productWrap .dln-wishProd {
        width: calc(100% - 7.5px)
    }

    .dln-wishlist__productWrap .dln-wishProd:nth-of-type(2n+2) {
        margin: 0 0 10px
    }
}

@media only screen and (max-width: 599px) {
    .dln-wishlist .dln-profileCard, .dln-wishlist__aside .dln-profileCard {
        display: none
    }

    .dln-wishlist__aside .dln-vertMenu {
        margin: 0
    }

    .dln-wishlist__content {
        margin-top: 26px;
        padding-bottom: 40px
    }

    .dln-wishlist__content .dln-title {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 28px
    }

    .dln-wishlist__content .dln-wishlist__subtitle {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 10px
    }

    .dln-wishlist__content .dln-wishlist__paragraph {
        font-size: 14px;
        line-height: 20px
    }

    .dln-wishlist__content .dln-wishlist__paragraph:last-of-type {
        margin: 0
    }

    .dln-wishlist__content .dln-wishlist__text {
        margin: 0 0 20px
    }

    .dln-wishlist__foot--divider {
        margin: 54px 0 32px;
        padding: 0;
        border: 0
    }

    .dln-wishlist__foot .dln-btn {
        margin: 0 auto;
        width: auto
    }

    .dln-wishlist__productWrap {
        border-bottom: none;
        padding: 0
    }

    .dln-wishlist__productWrap .dln-wishProd {
        width: calc(50% - 8px);
        padding: 0;
        margin: 0 8px 0 0;
        border: none
    }

    .dln-wishlist__productWrap .dln-wishProd:nth-of-type(2n+2) {
        margin: 0
    }

    .dln-wishlist__productWrap .dln-wishProd:not(:first-of-type):not(:nth-of-type(2)) {
        margin-top: 50px
    }

    .dln-wishlist__productWrap .dln-wishProd .dln-btnIcon__circle {
        width: 32px;
        height: 32px
    }

    .dln-wishlist.dln-page--myArea:not(.dln-wishlist--empty) .dln-wishlist__foot {
        position: absolute;
        left: 0;
        width: 100vw;
        background: #fff;
        box-shadow: 0 -3px 4px 0 transparent;
        bottom: 0;
        z-index: 100;
        padding: 15px 0;
        margin: 0;
        transform: translateX(-10px) translateZ(0);
        transition: box-shadow .5s ease-in-out
    }

    .dln-wishlist.dln-page--myArea:not(.dln-wishlist--empty) .dln-wishlist__foot.fixed {
        position: fixed;
        transform: translateX(0) translateZ(0);
        box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, .1);
        transition: box-shadow .5s ease-in-out
    }
}

.dln-kenwood .dln-wishlist__content {
    text-align: center
}

.dln-kenwood .dln-wishlist__content .dln-title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 32px
}

.dln-kenwood .dln-wishlist__subtitle {
    margin: 0 0 35px;
    font-size: 14px
}

.dln-kenwood .dln-wishlist__productWrap {
    border-bottom-color: var(--ui-07);
    padding: 0 0 20px
}

.dln-kenwood .dln-wishlist__productWrap .dln-wishProd {
    width: calc(33.333% - 14px);
    margin: 0 20px 40px 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-wishlist__productWrap .dln-wishProd:nth-of-type(2n+2) {
        margin: 0 20px 20px 0
    }
}

@media only screen and (min-width: 599px) {
    .dln-kenwood .dln-wishlist__productWrap .dln-wishProd:nth-of-type(3n+3) {
        margin-right: 0
    }
}

.dln-kenwood .dln-wishlist__productWrap .dln-wishProd:last-child {
    margin-right: auto !important
}

.dln-kenwood .dln-wishlist__productWrap .dln-wishProd__name {
    font-size: 14px;
    min-height: 16px
}

.dln-kenwood .dln-wishlist__foot {
    margin: 20px 0 0
}

.dln-kenwood .dln-wishlist__foot .dln-btn {
    margin: 0 auto;
    width: auto
}

.dln-kenwood .dln-wishlist--empty .dln-wishlist__content {
    text-align: center
}

.dln-kenwood .dln-wishlist--empty .dln-wishlist__subTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    margin: 0 auto 24px;
    font-size: 28px;
    line-height: 36px;
    padding-top: 100px
}

.dln-kenwood .dln-wishlist--empty .dln-wishlist__subTitle:after, .dln-kenwood .dln-wishlist--empty .dln-wishlist__subTitle:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-wishlist--empty .dln-wishlist__subTitle:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "=";
    font-size: 80px;
    line-height: 80px;
    color: var(--ui-01);
    top: 0;
    left: calc(50% - 40px)
}

.dln-kenwood .dln-wishlist--empty .dln-wishlist__paragraph {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto
}

.dln-kenwood .dln-wishlist--empty .dln-wishlist__foot {
    margin-top: 30px;
    padding: 0;
    border-width: 0
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
        width: calc(33.333% - 14px);
        border-bottom: 0
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-wishlist .dln-wishlist__content {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-title {
        margin-top: 7px
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
        margin: 0 0 30px;
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-wishlist .dln-wishlist__content {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-title {
        margin-top: 7px;
        margin-bottom: 17px
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-wishlist__signInNotice, .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-wishlist__text {
        margin-bottom: 30px
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd:last-of-type {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-title {
        margin: 30px 0 20px
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-wishlist__productWrap {
        padding-bottom: 0
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
        width: 100%;
        margin: 0 0 30px;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd:nth-of-type(2n+2) {
        margin: 0 0 32px
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__subtitle {
        margin: 0 0 20px
    }

    .dln-kenwood .dln-wishlist .dln-wishlist__foot {
        margin: 0;
        padding: 0
    }

    .dln-kenwood .dln-wishlist .dln-wishlist--empty .dln-wishlist__content {
        margin-bottom: 0
    }

    .dln-kenwood .dln-wishlist .dln-wishlist--empty .dln-wrapper {
        padding-bottom: 0
    }

    .dln-kenwood .dln-wishlist .dln-wishlist--empty .dln-wishlist__aside .dln-vertMenu {
        margin-bottom: 0
    }

    .dln-kenwood .dln-wishlist .dln-wishlist--empty .dln-wishlist__subTitle {
        font-size: 24px;
        line-height: 32px
    }

    .dln-kenwood .dln-wishlist.dln-page--myArea:not(.dln-wishlist--empty) > .dln-wrapper {
        padding-bottom: 100px
    }

    .dln-kenwood .dln-wishlist.dln-page--myArea:not(.dln-wishlist--empty) .dln-wishlist__foot {
        padding: 0
    }

    .dln-kenwood .dln-wishlist.dln-page--myArea:not(.dln-wishlist--empty) .dln-wishlist__foot .dln-btn {
        width: 100%;
        max-width: none;
        height: 60px
    }
}

.dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content .dln-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 52px;
    font-size: 3.125rem;
    margin: 0 0 24px
}

.dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content .dln-wishlist__subtitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 37px;
    font-size: 2.3125rem
}

.dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content > .dln-wishlist__text {
    line-height: 24px;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 41px
}

.dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content .dln-wishlist__foot {
    justify-content: center;
    padding-top: 24px;
    margin-top: 44px
}

.dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content .dln-wishlist__foot .dln-btn {
    min-width: 200px;
    margin: 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content .dln-title {
        line-height: 40px;
        font-size: 2.3125rem
    }

    .dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content .dln-wishlist__subtitle {
        line-height: 30px;
        font-size: 1.75rem
    }

    .dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content .dln-wishlist__foot {
        border-top: none;
        padding-top: 39px;
        margin: 0 0 32px
    }

    .dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
        padding-bottom: 0;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-wishlist .dln-wrapper .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd:not(:first-of-type):not(:nth-of-type(2)) {
        margin-top: 0
    }

    .dln-delonghi .dln-wishlist:not(.dln-wishlist--empty) .dln-wishlist__content, .dln-delonghi .dln-wishlist:not(.dln-wishlist--shared) .dln-wishlist__content {
        padding-top: 40px;
        margin-top: 0
    }

    .dln-delonghi .dln-wishlist:not(.dln-wishlist--empty) .dln-wishlist__content .dln-title, .dln-delonghi .dln-wishlist:not(.dln-wishlist--shared) .dln-wishlist__content .dln-title {
        margin-bottom: 19px
    }

    .dln-delonghi .dln-wishlist:not(.dln-wishlist--empty) .dln-wishlist__content .dln-wishlist__text, .dln-delonghi .dln-wishlist:not(.dln-wishlist--shared) .dln-wishlist__content .dln-wishlist__text {
        margin-bottom: 34px
    }

    .dln-delonghi .dln-wishlist:not(.dln-wishlist--empty) .dln-wishlist__content .dln-wishlist__foot.fixed, .dln-delonghi .dln-wishlist:not(.dln-wishlist--shared) .dln-wishlist__content .dln-wishlist__foot.fixed {
        padding: 15px 0 14px;
        margin: 0
    }

    .dln-delonghi .dln-wishlist:not(.dln-wishlist--empty) .dln-wishlist__content .dln-wishlist__foot.fixed .dln-btn, .dln-delonghi .dln-wishlist:not(.dln-wishlist--shared) .dln-wishlist__content .dln-wishlist__foot.fixed .dln-btn {
        width: 200px;
        box-sizing: border-box
    }
}

.dln-privacy {
    align-content: flex-start;
    overflow: visible
}

.dln-privacy .dln-profileCard, .dln-privacy__content .dln-title {
    margin: 0 0 32px
}

.dln-privacy__section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 40px;
    margin: 0 0 32px
}

.dln-privacy__sectionTitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 32px
}

.dln-privacy__paragraph {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-privacy__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-privacy__paragraph--noMarg {
    margin: 0
}

.dln-privacy__underlinedText {
    color: var(--brand-02);
    text-decoration: underline
}

.dln-privacy__underlinedText:hover {
    color: var(--brand-04)
}

.dln-privacy__subtitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-privacy__radioGroup {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 8px
}

.dln-privacy .dln-radioBtn {
    margin: 0 48px 0 0
}

.dln-privacy__section:first-of-type .dln-privacy__paragraph--info:last-of-type {
    margin: 0
}

.dln-privacy .dln-checkbox, .dln-privacy .dln-smsCheck {
    margin: 0 0 10px
}

.dln-privacy .dln-smsCheck .dln-checkbox {
    margin: 0
}

.dln-privacy__section--advPreferences {
    margin: 0 0 48px
}

.dln-privacy__section--advPreferences .dln-checkbox, .dln-privacy__section--advPreferences .dln-inputAction {
    margin: 0 0 10px
}

.dln-privacy__section--advPreferences > .dln-inputAction {
    margin-top: 8px
}

.dln-privacy__section--advPreferences .dln-privacy__sectionTitle + .dln-privacy__subtitle {
    margin: 0 0 8px
}

.dln-privacy__section--advPreferences .dln-privacy__subtitle {
    margin: 24px 0 8px
}

.dln-privacy__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: auto
}

.dln-privacy__foot .dln-btn--cancel {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 0 0
}

.dln-privacy__foot .dln-btn--update {
    max-width: 200px;
    width: auto;
    margin: 0 0 0 10px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-privacy .dln-profileCard {
        display: none
    }

    .dln-privacy .dln-title {
        margin: 32px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-privacy .dln-profileCard, .dln-privacy__aside .dln-profileCard {
        display: none
    }

    .dln-privacy__aside .dln-vertMenu {
        margin: 0 0 24px
    }

    .dln-privacy__content .dln-title {
        line-height: 40px;
        font-size: 35px;
        padding: 6px 0 0;
        margin: 0 0 24px
    }

    .dln-privacy__content .dln-addBox, .dln-privacy__content .dln-addressBox {
        width: 100%
    }

    .dln-privacy__sectionTitle {
        line-height: 24px;
        font-size: 20px;
        margin: 0 0 24px
    }
}

.dln-kenwood .dln-privacy__sectionTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 36px
}

.dln-kenwood .dln-privacy__paragraph {
    font-size: 14px
}

.dln-kenwood .dln-privacy__radioGroup + .dln-privacy__paragraph {
    font-size: 12px
}

.dln-kenwood .dln-privacy__subtitle {
    -webkit-font-feature-settings: 14px;
    font-feature-settings: 14px
}

.dln-kenwood .dln-privacy__section--advPreferences {
    margin: 0 0 40px
}

@media screen and (max-width: 599px) {
    .dln-kenwood .dln-privacy__sectionTitle {
        font-size: 24px
    }
}

.dln-payMethods {
    align-content: flex-start
}

.dln-payMethods .dln-profileCard, .dln-payMethods__content .dln-title {
    margin: 0 0 32px
}

.dln-payMethods__content .dln-addBox {
    width: calc(50% - 50px);
    margin: 0 16px 40px 0;
    box-sizing: content-box
}

.dln-payMethods__section {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-payMethods__sectionTitle {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 40px
}

.dln-payMethods .dln-addBox {
    width: calc(50% - 52px);
    min-height: 184px;
    margin: 0 0 20px
}

.dln-payMethods .dln-payCardBox {
    width: calc(50% - 10px);
    min-height: 184px;
    margin: 0 20px 20px 0
}

.dln-payMethods .dln-payCardBox:nth-of-type(2n+2) {
    margin: 0 0 20px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-payMethods .dln-profileCard {
        display: none
    }

    .dln-payMethods .dln-title {
        margin: 32px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-payMethods .dln-profileCard, .dln-payMethods__aside .dln-profileCard {
        display: none
    }

    .dln-payMethods__aside .dln-vertMenu {
        margin: 0 0 24px
    }

    .dln-payMethods__content .dln-title {
        line-height: 34px;
        font-size: 35px;
        padding: 6px 0 0;
        margin: 0 0 24px
    }

    .dln-payMethods__content .dln-addBox {
        width: 100%
    }

    .dln-payMethods__sectionTitle {
        line-height: 20px;
        font-size: 20px;
        margin: 0 0 32px
    }

    .dln-payMethods__section .dln-payCardBox {
        width: 100%;
        min-height: 0;
        margin: 0 0 32px
    }
}

.dln-kenwood .dln-payMethods .dln-title {
    margin: 0 0 31px
}

.dln-kenwood .dln-payMethods__sectionTitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-payMethods .dln-title, .dln-kenwood .dln-payMethods__aside .dln-vertMenu {
        margin: 0 0 30px
    }

    .dln-kenwood .dln-payMethods__content .dln-addBox {
        margin: 0
    }
}

.dln-prdReview {
    align-content: flex-start
}

.dln-prdReview .dln-profileCard, .dln-prdReview__content .dln-title {
    margin: 0 0 32px
}

.dln-prdReview__content .dln-addBox {
    width: calc(50% - 50px);
    margin: 0 16px 40px 0;
    box-sizing: content-box
}

.dln-prdReview__section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.dln-prdReview__sectionTitle {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 40px
}

.dln-prdReview .dln-orderRev--productReview {
    margin: 0 0 10px
}

.dln-prdReview__paragraph {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-prdReview__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-prdReview__paragraph--noMarg {
    margin: 0
}

.dln-prdReview__subTitle {
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    margin: 0 0 8px
}

.dln-prdReview__foot {
    text-align: center;
    width: 100%;
    margin: 0 0 32px
}

.dln-prdReview__foot .dln-btn {
    width: auto
}

.dln-prdReview__foot--divider {
    margin: 32px 0 0;
    border-top: 1px solid var(--ui-01);
    text-align: right;
    padding: 32px 0 0
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-prdReview .dln-profileCard {
        display: none
    }

    .dln-prdReview .dln-title {
        margin: 32px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-prdReview .dln-profileCard, .dln-prdReview__aside .dln-profileCard {
        display: none
    }

    .dln-prdReview__aside .dln-vertMenu {
        margin: 0 0 24px
    }

    .dln-prdReview__content .dln-title {
        line-height: 34px;
        font-size: 35px;
        padding: 6px 0 0;
        margin: 0 0 24px
    }

    .dln-prdReview__content .dln-addBox, .dln-prdReview__content .dln-addressBox {
        width: 100%
    }

    .dln-prdReview__sectionTitle {
        line-height: 20px;
        font-size: 20px;
        margin: 0 0 24px
    }
}

.dln-kenwood .dln-prdReview__sectionTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    margin-bottom: 25px
}

.dln-kenwood .dln-prdReview .dln-orderRev__wrap--main {
    margin-top: 10px;
    flex-direction: row
}

.dln-kenwood .dln-prdReview .dln-orderRev__wrap--main .dln-ratingStars.dln-ratingStars--disabled {
    order: 2
}

.dln-kenwood .dln-prdReview .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
    order: 1
}

.dln-kenwood .dln-prdReview .dln-orderRev__wrap--main .dln-orderRev__reviewTitle {
    order: 3
}

.dln-kenwood .dln-prdReview .dln-orderRev__wrap--main .dln-orderRev__desc {
    order: 4;
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    width: 100%
}

.dln-kenwood .dln-prdReview .dln-orderRev__detailsTitle {
    line-height: 16px;
    margin-bottom: 7px
}

.dln-kenwood .dln-prdReview .dln-orderRev__itemPic {
    background: none
}

.dln-kenwood .dln-prdReview .dln-orderRev .dln-ratingStars .dln-icn {
    width: 24px;
    height: 24px
}

.dln-kenwood .dln-prdReview .dln-orderRev .dln-ratingStars .dln-icn--iconfont {
    font-size: 22px
}

.dln-kenwood .dln-prdReview .dln-orderRev .dln-orderRev__actions {
    display: flex;
    flex-direction: column;
    align-self: center
}

.dln-kenwood .dln-prdReview .dln-orderRev .dln-orderRev__actions .dln-btn--link {
    order: 2;
    text-align: right
}

.dln-kenwood .dln-prdReview .dln-orderRev .dln-orderRev__actions .dln-btn--stroked {
    order: 1;
    margin-bottom: 20px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-prdReview .dln-title {
        margin-top: 6px;
        margin-bottom: 30px
    }

    .dln-kenwood .dln-prdReview__sectionTitle {
        font-size: 28px;
        line-height: 34px
    }

    .dln-kenwood .dln-prdReview .dln-orderRev__itemPic {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0
    }

    .dln-kenwood .dln-prdReview .dln-orderRev__itemPic img {
        width: auto;
        max-width: 100%
    }

    .dln-kenwood .dln-prdReview .dln-orderRev__content {
        width: 100%
    }

    .dln-kenwood .dln-prdReview .dln-orderRev__actions .dln-btn {
        max-width: 184px
    }

    .dln-kenwood .dln-prdReview .dln-orderRev--disabled {
        padding: 0
    }

    .dln-kenwood .dln-prdReview .dln-orderRev__wrap--main {
        margin-bottom: 10px
    }

    .dln-kenwood .dln-prdReview .dln-orderRev .dln-orderRev__actions {
        margin-top: 0
    }

    .dln-kenwood .dln-prdReview .dln-orderRev .dln-orderRev__actions .dln-btn--stroked {
        margin-bottom: 15px
    }

    .dln-kenwood .dln-prdReview .dln-orderRev .dln-orderRev__actions .dln-btn--link {
        line-height: 20px;
        margin-bottom: 0;
        text-align: center
    }

    .dln-kenwood .dln-prdReview .dln-orderRev--disabled {
        padding-bottom: 30px;
        border-bottom: 1px solid var(--ui-01);
        margin-bottom: 20px
    }

    .dln-kenwood .dln-prdReview .dln-orderRev--disabled:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prdReview .dln-orderRev {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--ui-01)
    }
}

.dln-changePssw {
    align-content: flex-start
}

.dln-changePssw .dln-profileCard, .dln-changePssw__content .dln-title {
    margin: 0 0 32px
}

.dln-changePssw__section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 64px
}

.dln-changePssw__section .dln-title, .dln-changePssw__sectionTitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 32px
}

.dln-changePssw__section .dln-title--labeled, .dln-changePssw__sectionTitle--labeled {
    display: flex
}

.dln-changePssw__section--deleteAccount {
    width: 100%;
    border-top: 1px solid var(--ui-01);
    transition: all .3s
}

.dln-changePssw__section--deleteAccount .dln-btn--link {
    margin: 24px 0
}

.dln-changePssw__section--deleteAccount .dln-changePssw__paragraph {
    margin: 0
}

.dln-changePssw__section--deleteAccount ul {
    margin: 0 0 24px;
    padding: 0 0 0 24px;
    list-style: none;
    font-size: 13px;
    line-height: normal
}

.dln-changePssw__section--deleteAccount ul li {
    padding: 0 0 0 24px;
    margin: 0 0 8px;
    position: relative
}

.dln-changePssw__section--deleteAccount ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--brand-01)
}

.dln-changePssw__section--deleteAccount .dln-btn:not(.dln-btn--link) {
    width: 220px;
    max-width: 100%;
    margin: 32px 0 0
}

.dln-changePssw__paragraph {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-changePssw__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-changePssw__paragraph--noMarg {
    margin: 0
}

.dln-changePssw__underlinedText {
    color: var(--brand-02);
    text-decoration: underline
}

.dln-changePssw__underlinedText:hover {
    color: var(--brand-04)
}

.dln-changePssw__subtitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-changePssw__radioGroup {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 8px
}

.dln-changePssw .dln-radioBtn {
    margin: 0 48px 0 0
}

.dln-changePssw__section:first-of-type .dln-changePssw__paragraph--info:last-of-type {
    margin: 0
}

.dln-changePssw .dln-checkbox, .dln-changePssw .dln-smsCheck {
    margin: 0 0 10px
}

.dln-changePssw .dln-smsCheck .dln-checkbox {
    margin: 0
}

.dln-changePssw__sectionFoot {
    border-top: 1px solid var(--ui-01);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 40px 0 0
}

.dln-changePssw__sectionFoot .dln-btn--cancel {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 0 0
}

.dln-changePssw__sectionFoot .dln-btn--update {
    width: 184px;
    margin: 0 0 0 10px
}

.dln-changePssw__formcontainer {
    width: 100%
}

.dln-changePssw__field {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 32px
}

.dln-changePssw__field > .dln-inputs, .dln-changePssw__field > .dln-select {
    width: calc(50% - 8px);
    margin: 0 16px 0 0;
    max-width: none
}

.dln-changePssw__field > .dln-inputs:nth-child(2n+2), .dln-changePssw__field > .dln-select:nth-child(2n+2) {
    margin: 0
}

.dln-changePssw__middleTitle {
    font-size: 18px;
    line-height: 22px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 24px 0
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-changePssw .dln-profileCard {
        display: none
    }

    .dln-changePssw .dln-title {
        margin: 32px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-changePssw .dln-profileCard {
        display: none
    }

    .dln-changePssw .dln-breadcrumbs {
        margin: 16px 0
    }

    .dln-changePssw__content .dln-title {
        line-height: normal;
        margin: 0 0 24px
    }

    .dln-changePssw__section .dln-title {
        font-size: 21px;
        line-height: 24px;
        margin: 0 0 24px
    }

    .dln-changePssw__field {
        margin: 0
    }

    .dln-changePssw__field > .dln-inputs, .dln-changePssw__field > .dln-select {
        width: 100%;
        margin: 0 0 24px;
        max-width: none
    }

    .dln-changePssw__field > .dln-inputs:nth-child(2n+2), .dln-changePssw__field > .dln-select:nth-child(2n+2) {
        margin: 0 0 24px
    }
}

.dln-kenwood .dln-changePssw__section .dln-title, .dln-kenwood .dln-changePssw__sectionTitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 51px
}

.dln-kenwood .dln-changePssw__section .dln-title__innerLabel, .dln-kenwood .dln-changePssw__sectionTitle__innerLabel {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: var(--ui-08)
}

.dln-kenwood .dln-changePssw__sectionFoot {
    border-bottom: 1px solid var(--ui-07);
    border-top: 0;
    padding: 0 0 69px
}

.dln-kenwood .dln-changePssw__sectionFoot .dln-btn--link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-changePssw__sectionFoot .dln-btn--update {
    width: auto
}

.dln-kenwood .dln-changePssw__section--deleteAccount {
    border: 0;
    margin: 0
}

.dln-kenwood .dln-changePssw__section--deleteAccount .dln-btn--link {
    margin: 0 0 15px;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-changePssw__section--deleteAccount .dln-changePssw__paragraph, .dln-kenwood .dln-changePssw__section--deleteAccount ul {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px
}

.dln-kenwood .dln-changePssw__section--deleteAccount ul {
    padding: 0;
    line-height: 20px
}

.dln-kenwood .dln-changePssw__section--deleteAccount ul li {
    margin: 0
}

.dln-kenwood .dln-changePssw__section--deleteAccount ul li:before {
    top: calc(50% - 2px);
    width: 1px;
    height: 1px;
    background: var(--brand-04)
}

.dln-kenwood .dln-changePssw__section--deleteAccount .dln-btn:not(.dln-btn--link) {
    float: right;
    margin: 31px 0 0
}

.dln-kenwood .dln-changePssw__section:nth-last-child(2):not(.dln-changePssw__section--deleteAccount) {
    margin: 0 0 30px
}

.dln-kenwood .dln-changePssw__section:nth-last-child(2):not(.dln-changePssw__section--deleteAccount) .dln-changePssw__formcontainer {
    padding-bottom: 9px;
    border-bottom: 1px solid var(--ui-01);
    margin-bottom: 30px
}

.dln-kenwood .dln-changePssw__field {
    margin: 0 0 41px
}

.dln-kenwood .dln-changePssw__field > .dln-inputs, .dln-kenwood .dln-changePssw__field > .dln-select {
    width: calc(50% - 11px);
    margin: 0 22px 0 0;
    max-width: none
}

.dln-kenwood .dln-changePssw__field > .dln-inputs:nth-child(2n+2), .dln-kenwood .dln-changePssw__field > .dln-select:nth-child(2n+2) {
    margin: 0
}

.dln-kenwood .dln-changePssw__confirmDeleting.-extraContent {
    width: 100%
}

.dln-kenwood .dln-changePssw__confirmDeleting .dln-changePssw__middleTitle {
    margin: 30px 0 22px;
    font-size: 16px;
    line-height: 22px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-changePssw.dln-page .dln-title {
        margin-bottom: 32px
    }

    .dln-kenwood .dln-changePssw.dln-page .dln-title--labeled {
        margin-bottom: 46px
    }

    .dln-kenwood .dln-changePssw__section .dln-title, .dln-kenwood .dln-changePssw__sectionTitle {
        font-family: var(--fontNameSemibold), Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 22px
    }

    .dln-kenwood .dln-changePssw__field > .dln-inputs, .dln-kenwood .dln-changePssw__field > .dln-select {
        width: 100%;
        margin: 0;
        max-width: none
    }

    .dln-kenwood .dln-changePssw__field > .dln-inputs:nth-child(2n+2), .dln-kenwood .dln-changePssw__field > .dln-select:nth-child(2n+2) {
        margin-top: 41px
    }
}

.dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__sectionFoot {
    margin-top: 8px
}

.dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__section .dln-title {
    font-size: 1.75rem !important
}

.dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__section--deleteAccount .dln-changePssw__paragraph {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    line-height: 18px;
    text-align: left
}

.dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__section--deleteAccount ul {
    margin: 0
}

.dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__section--deleteAccount ul li {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    line-height: 18px;
    margin: 0
}

.dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__section--deleteAccount ul li:before {
    background: var(--brand-04)
}

.dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__confirmDeleting.-extraContent {
    width: 100%
}

.dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__confirmDeleting .dln-changePssw__middleTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 19px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__section {
        margin-bottom: 0
    }

    .dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__sectionFoot {
        margin-top: 16px;
        padding-top: 24px
    }

    .dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__section + .dln-changePssw__section:not(.dln-changePssw__section--deleteAccount) {
        margin-top: 64px
    }

    .dln-delonghi .dln-page.dln-changePssw .dln-wrapper .dln-page__content .dln-changePssw__section + .dln-changePssw__section--deleteAccount {
        margin-top: 40px
    }
}

.dln-savedCart {
    align-content: flex-start
}

.dln-savedCart .dln-profileCard, .dln-savedCart__content .dln-title {
    margin: 0 0 32px
}

.dln-savedCart__content .dln-addBox {
    width: calc(50% - 50px);
    margin: 0 16px 40px 0;
    box-sizing: content-box
}

.dln-savedCart__section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.dln-savedCart__sectionTitle {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 40px
}

.dln-savedCart .dln-orderRev--productReview {
    margin: 0 0 10px
}

.dln-savedCart__cart {
    width: 100%;
    padding: 22px 20px;
    margin: 0 0 24px;
    border: 1px solid var(--ui-01)
}

.dln-savedCart__cart .dln-accordion:nth-child(2n) {
    background-color: var(--ui-03)
}

.dln-savedCart__cartTitle {
    font-size: 26px;
    line-height: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 10px
}

.dln-savedCart__cartFoot {
    width: 100%;
    margin: 16px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.dln-savedCart__cartFoot .dln-btn {
    width: auto
}

.dln-savedCart__cartFoot .dln-btn:not(.dln-btn--link) {
    margin: 0 0 0 auto
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-savedCart .dln-profileCard {
        display: none
    }

    .dln-savedCart .dln-title {
        margin: 32px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-savedCart .dln-profileCard, .dln-savedCart__aside .dln-profileCard {
        display: none
    }

    .dln-savedCart__aside .dln-vertMenu {
        margin: 0 0 24px
    }

    .dln-savedCart__content .dln-title {
        line-height: 34px;
        font-size: 35px;
        padding: 6px 0 0;
        margin: 0 0 24px
    }

    .dln-savedCart__content .dln-addBox, .dln-savedCart__content .dln-addressBox {
        width: 100%
    }

    .dln-savedCart__sectionTitle {
        line-height: 20px;
        font-size: 20px;
        margin: 0 0 24px
    }

    .dln-savedCart__cartTitle {
        font-size: 15px;
        line-height: 16px
    }

    .dln-savedCart__cartFoot {
        margin: 24px 0 0
    }

    .dln-savedCart__cartFoot .dln-btn, .dln-savedCart__cartFoot .dln-btn:not(.dln-btn--link) {
        margin: 0 auto
    }

    .dln-savedCart__cartFoot .dln-btn.dln-btn--link {
        width: 100%;
        display: block;
        order: 2;
        margin: 24px auto 0
    }
}

.dln-kenwood .dln-savedCart__cart {
    border-width: 0;
    border-bottom: 2px solid var(--ui-07);
    margin-bottom: 50px;
    padding: 0 0 50px
}

.dln-kenwood .dln-savedCart__cart:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.dln-kenwood .dln-savedCart__cart .dln-accordion {
    border-top: 1px solid var(--ui-01)
}

.dln-kenwood .dln-savedCart__cart .dln-accordion__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 16px
}

.dln-kenwood .dln-savedCart__cart .dln-accordion__content {
    padding-bottom: 10px;
    padding-top: 3px
}

.dln-kenwood .dln-savedCart__cart .dln-accordion + .dln-accordion {
    border-bottom: 1px solid var(--ui-01);
    border-top: none
}

.dln-kenwood .dln-savedCart__cart .dln-accordion:nth-child(2n) {
    background-color: transparent
}

.dln-kenwood .dln-savedCart__cart .dln-accordion .dln-price {
    margin-bottom: 0;
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-left: 100px
}

.dln-kenwood .dln-savedCart__cart .dln-accordion .dln-price--secondary {
    color: var(--ui-10);
    padding-left: 76px
}

.dln-kenwood .dln-savedCart__cartTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-break: normal;
    margin-bottom: 24px
}

.dln-kenwood .dln-savedCart__cartFoot {
    margin: 32px 0 0
}

.dln-kenwood .dln-savedCart__cartFoot .dln-btn {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    align-self: flex-end
}

.dln-kenwood .dln-savedCart__cartFoot .dln-btn.dln-btn--link {
    text-transform: none;
    text-decoration: underline;
    line-height: normal;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-savedCart .dln-title {
        margin-top: 11px
    }

    .dln-kenwood .dln-savedCart__cartTitle {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 8px
    }

    .dln-kenwood .dln-savedCart .dln-accordion__title {
        max-width: calc(100% - 96px)
    }

    .dln-kenwood .dln-savedCart .dln-accordion__content {
        padding-top: 0;
        margin-top: -5px;
        padding-bottom: 14px
    }

    .dln-kenwood .dln-savedCart .dln-accordion .dln-price {
        display: block;
        width: 100%;
        padding-left: 76px
    }

    .dln-kenwood .dln-savedCart .dln-accordion .dln-price--secondary {
        padding-bottom: 5px
    }

    .dln-kenwood .dln-savedCart__aside .dln-vertMenu {
        margin: 0
    }
}

.dln-delonghi .dln-savedCart__cart {
    padding: 24px 20px 28px
}

.dln-delonghi .dln-savedCart__cartTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 34px;
    margin-bottom: 20px
}

.dln-delonghi .dln-savedCart__cartFoot {
    align-items: flex-end;
    margin-top: 24px
}

.dln-delonghi .dln-savedCart__cartFoot .dln-btn:not(.dln-btn--link):not(.dln-btn--stroked):not(.dln-btn--social):not(.dln-btn--paypal):not(.dln-btn--secondary) {
    background: var(--brand-01)
}

@media only screen and (max-width: 900px) {
    .dln-delonghi .dln-savedCart__cartTitle {
        font-size: 1.3125rem;
        line-height: 23px;
        margin-bottom: 25px
    }
}

.dln-registration {
    align-content: flex-start
}

.dln-registration .dln-wrapper {
    padding-top: 48px;
    padding-bottom: 128px
}

.dln-registration__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.dln-registration__content .dln-title {
    margin: 0 0 32px
}

.dln-registration__paragraph {
    font-size: 13px;
    line-height: 125%;
    width: 100%;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-registration__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-registration__paragraph--noMarg {
    margin: 0
}

.dln-registration__paragraph--secondary {
    font-size: 10px;
    line-height: 125%;
    color: var(--ui-05)
}

.dln-registration__paragraph a {
    color: var(--ui-05)
}

.dln-registration__subtitle {
    font-size: 17px;
    line-height: 125%;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 8px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-registration__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: auto
}

.dln-registration__btnGroup {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    margin: 24px auto 0 0
}

.dln-registration__btnGroup .dln-btn {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0
}

.dln-registration__btnGroup .dln-btn:nth-child(2n) {
    margin: 0 0 16px
}

.dln-registration__section {
    width: calc(40% - 16px);
    margin: 0
}

.dln-registration__section--main {
    width: calc(50% - 16px);
    margin: 0 auto 0 0
}

.dln-registration__form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid var(--ui-01);
    margin: 24px 0 0
}

.dln-registration__form .dln-registration__paragraph {
    margin: 32px 0
}

.dln-registration__formContainer {
    width: 100%;
    padding: 32px 0 0;
    margin: 24px 0 0;
    border-top: 1px solid var(--ui-01)
}

.dln-registration__formContainer .dln-select {
    width: calc(50% - 10px);
    margin: 0 50% 32px 0
}

.dln-registration__formContainer .dln-inputs {
    margin: 0 0 16px
}

.dln-registration__formContainer .dln-inputs--halfCol {
    width: calc(50% - 10px);
    margin: 0 0 32px
}

.dln-registration__formContainer .dln-inputs--halfCol:nth-child(2n) {
    margin: 0 20px 32px 0
}

.dln-registration__formContainer .dln-inputs .dln-inputs__extraLbl {
    max-width: 250px;
    white-space: normal
}

.dln-registration__formContainer .dln-checkbox {
    margin: 70px 0 32px
}

.dln-registration__formFoot {
    width: 100%;
    margin: 60px 0 0
}

.dln-registration__formFoot .dln-btn {
    width: 50%
}

.dln-registration__formOptions {
    display: flex;
    flex-wrap: wrap
}

.dln-registration__formOptions .dln-registration__paragraph, .dln-registration__formOptions .dln-registration__subtitle {
    font-size: 10px
}

.dln-registration__formOptions .dln-radioBtn {
    margin: 0 40px 32px 0
}

.dln-registration .dln-registrationForm__formContainer {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-registration .dln-profileCard {
        display: none
    }

    .dln-registration .dln-title {
        margin: 32px 0
    }

    .dln-registration__section {
        width: calc(40% - 16px);
        margin: 0
    }

    .dln-registration__section--main {
        width: calc(60% - 16px);
        margin: 0 auto 0 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-registration .dln-profileCard {
        display: none
    }

    .dln-registration .dln-wrapper {
        padding-top: 48px;
        padding-bottom: 70px
    }

    .dln-registration__btnGroup {
        width: 100%
    }

    .dln-registration__section {
        width: 100%;
        margin: 0;
        display: none
    }

    .dln-registration__section--main {
        width: 100%;
        margin: 24px 0 0;
        display: block
    }

    .dln-registration__content .dln-title {
        display: none
    }

    .dln-registration__formContainer .dln-registration__paragraph {
        text-align: center
    }

    .dln-registration__formContainer .dln-registration__paragraph--secondary {
        text-align: left
    }

    .dln-registration__formContainer .dln-select {
        width: 100%;
        margin: 0 0 24px
    }

    .dln-registration__formContainer .dln-checkbox {
        margin: 0 0 32px
    }

    .dln-registration__formContainer .dln-inputs {
        width: 100%;
        margin: 0 0 24px
    }

    .dln-registration__formContainer .dln-inputs:nth-child(2n) {
        margin: 0 0 24px
    }

    .dln-registration__formContainer .dln-inputs--extralabel {
        margin: 0 0 40px !important
    }

    .dln-registration__formOptions .dln-registration__paragraph, .dln-registration__formOptions .dln-registration__subtitle {
        text-align: left
    }

    .dln-registration__formFoot {
        margin: 24px 0 0
    }

    .dln-registration__formFoot .dln-registration__paragraph {
        text-align: center;
        font-size: 13px;
        margin: 32px 0
    }

    .dln-registration__formFoot .dln-btn {
        width: 100%
    }
}

.dln-kenwood .dln-registration__subtitle {
    font-size: 20px;
    line-height: 24px
}

.dln-kenwood .dln-registration__paragraph {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-registration__btnGroup {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 24px
}

.dln-kenwood .dln-registration .dln-title {
    margin-top: 30px
}

.dln-kenwood .dln-registration__section .dln-registration__subtitle + .dln-registration__paragraph {
    margin-bottom: 30px
}

.dln-kenwood .dln-registration__form {
    border-top: 0;
    margin-top: 0
}

.dln-kenwood .dln-registration__form .dln-registration__paragraph {
    font-size: 14px;
    margin: 40px auto
}

.dln-kenwood .dln-registration__form .dln-registration__paragraph--secondary {
    font-size: 12px
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formContainer .dln-inputs, .dln-kenwood .dln-registration__form .dln-registrationForm__formContainer .dln-select {
    margin-bottom: 40px
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formContainer .dln-select__lbl {
    line-height: 16px
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formContainer .dln-inputs__extraLbl {
    top: 45px;
    bottom: auto;
    color: var(--ui-07);
    line-height: 14px
}

.dln-kenwood .dln-registration__form .dln-registrationForm__btnGroup {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 24px
}

.dln-kenwood .dln-registration__form .dln-registrationForm__form {
    border-top: 0;
    margin-top: 0
}

.dln-kenwood .dln-registration__form .dln-registrationForm__form .dln-checkbox {
    margin: 24px auto
}

.dln-kenwood .dln-registration__form .dln-registrationForm__form .dln-checkbox + .dln-registrationForm__paragraph.dln-registrationForm__paragraph--secondary a {
    color: var(--ui-05);
    text-decoration: underline
}

.dln-kenwood .dln-registration__form .dln-registrationForm__paragraph.dln-registrationForm__paragraph--secondary {
    font-size: 12px;
    margin: 0 auto 16px;
    line-height: 16px
}

.dln-kenwood .dln-registration__form .dln-registrationForm__paragraph a {
    color: var(--brand-01);
    text-decoration: none
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formOptions {
    color: var(--ui-05)
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formOptions .dln-registrationForm__subtitle {
    font-size: 12px;
    margin-bottom: 0;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formOptions .dln-registrationForm__paragraph {
    font-size: 12px;
    margin-bottom: 16px;
    color: var(--ui-05)
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formOptions .dln-radioBtn {
    margin-bottom: 24px
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formFoot {
    margin-top: 20px
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formFoot .dln-btn {
    width: 160px
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formFoot .dln-registrationForm__paragraph.dln-registrationForm__paragraph--secondary {
    margin: 32px auto
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-registration__form .dln-registrationForm__formFoot .dln-registrationForm__paragraph.dln-registrationForm__paragraph--secondary {
        font-size: 14px
    }
}

.dln-kenwood .dln-registration__form .dln-registrationForm__formFoot .dln-registrationForm__paragraph.dln-registrationForm__paragraph--secondary {
    margin: 50px 0 30px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-registration .dln-breadcrumbs {
        margin-bottom: 0
    }

    .dln-kenwood .dln-registration .dln-title {
        display: block;
        margin-top: 20px;
        margin-bottom: 14px
    }

    .dln-kenwood .dln-registration .dln-registration__subtitle {
        display: none
    }

    .dln-kenwood .dln-registration .dln-registration__paragraph {
        margin-bottom: 30px;
        text-align: center;
        line-height: 16px
    }

    .dln-kenwood .dln-registration .dln-registrationForm__formOptions .dln-registrationForm__paragraph, .dln-kenwood .dln-registration .dln-registrationForm__formOptions .dln-registrationForm__subtitle, .dln-kenwood .dln-registration .dln-registrationForm__paragraph--secondary {
        color: var(--ui-08);
        line-height: 16px
    }

    .dln-kenwood .dln-registration__form .dln-registrationForm__formContainer .dln-select {
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .dln-kenwood .dln-registration__form .dln-registrationForm__formContainer .dln-checkbox {
        margin-top: 10px
    }

    .dln-kenwood .dln-registration__form .dln-registrationForm__formContainer .dln-btn {
        width: 100%
    }

    .dln-kenwood .dln-registration__form .dln-registrationForm__formContainer .dln-inputs--extralabel {
        margin-bottom: 70px
    }

    .dln-kenwood .dln-registration__form .dln-registrationForm__formContainer .dln-inputs__extraLbl {
        line-height: 16px
    }

    .dln-kenwood .dln-registration__form .dln-registrationForm__formFoot {
        margin-top: 20px
    }

    .dln-kenwood .dln-registration__form .dln-registrationForm__formFoot .dln-registrationForm__paragraph.dln-registrationForm__paragraph--secondary {
        margin: 50px 0 30px
    }
}

.dln-delonghi .dln-registration .dln-registration__btnGroup .dln-btn {
    width: calc(50% - 10px);
    min-width: auto
}

.dln-delonghi .dln-registration .dln-radioBtn__lbl:after {
    background: var(--brand-04)
}

.dln-delonghi .dln-registration .dln-inputs {
    border-color: var(--brand-04)
}

.dln-delonghi .dln-registration .dln-registrationForm__formFoot .dln-btn {
    max-width: 285px
}

.dln-delonghi .dln-registration .dln-registrationForm__formFoot .dln-registrationForm__paragraph--secondary {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    color: var(--brand-04);
    text-decoration: underline
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-registration .dln-registrationForm__formFoot .dln-btn {
        max-width: none
    }
}

.dln-savedRec {
    align-content: flex-start
}

.dln-savedRec .dln-profileCard {
    margin: 0 0 32px
}

.dln-savedRec__content .dln-title {
    margin: 0 0 16px
}

.dln-savedRec__content .dln-btn {
    max-width: 200px;
    margin: 32px 0 0 auto
}

.dln-savedRec__subtitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 16px
}

.dln-savedRec__section {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.dln-savedRec__recipeWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--ui-01);
    padding: 0 0 30px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-savedRec .dln-profileCard {
        display: none
    }

    .dln-savedRec .dln-title {
        margin: 32px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-savedRec .dln-profileCard, .dln-savedRec__aside .dln-profileCard {
        display: none
    }

    .dln-savedRec__aside .dln-vertMenu {
        margin: 0
    }

    .dln-savedRec__content .dln-title {
        line-height: 34px;
        font-size: 35px;
        padding: 6px 0 0;
        margin: 0 0 24px
    }

    .dln-savedRec__content .dln-btn {
        margin: 32px auto 0
    }

    .dln-savedRec__recipeWrap {
        border-bottom: none;
        padding: 0
    }
}

.dln-kenwood .dln-savedRec__subtitle {
    text-align: center;
    margin-bottom: 32px
}

.dln-kenwood .dln-savedRec__recipeWrap {
    border-bottom: 0
}

.dln-kenwood .dln-savedRec__recipeWrap + .dln-btn {
    margin: 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-savedRec__subtitle {
        font-size: 14px
    }

    .dln-kenwood .dln-savedRec__recipeWrap + .dln-btn {
        margin: 32px auto 0
    }
}

.dln-delonghi .dln-page .dln-wrapper .dln-page__content .dln-savedRec__subtitle {
    margin-top: 7px;
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 24px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-page .dln-wrapper .dln-page__content .dln-savedRec__subtitle {
        font-size: 1rem;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 14px
    }
}

.dln-delonghi .dln-savedRec__recipeWrap {
    padding: 0
}

.dln-delonghi .dln-savedRec__recipeWrap .dln-recipe, .dln-delonghi .dln-savedRec__recipeWrap .dln-recipe:nth-of-type(4n+4) {
    margin-bottom: 20px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-savedRec__recipeWrap {
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-delonghi .dln-savedRec__content .dln-btn {
        margin-top: 24px
    }
}

.dln-profile__section {
    margin: 0 0 32px
}

.dln-profile__sectionHead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 20px
}

.dln-profile__sectionHead .dln-btn--link {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-profile__sectionHeadTitle {
    display: inline-flex;
    width: auto;
    line-height: 35px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 0 0
}

.dln-profile__section .dln-wishProd {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0
}

.dln-profile__section .dln-wishProd:nth-of-type(2n+2) {
    margin: 0 0 10px
}

.dln-profile__section .dln-wishProd:only-of-type {
    margin: 0 auto 0 0
}

.dln-profile__section .dln-wishProd:last-of-type {
    margin: 0
}

.dln-profile__section .dln-wishProd:last-of-type:nth-of-type(odd) {
    margin: 0 auto 0 0
}

.dln-profile__section .dln-wishProd:nth-last-of-type(2) {
    margin: 0 10px 0 0
}

.dln-profile__section .dln-wishProd:nth-last-of-type(2):nth-of-type(odd) {
    margin: 0 auto 0 0
}

.dln-profile__section .dln-profile__recipesList {
    width: 100%
}

.dln-profile__section .dln-profile__recipesListWrap .dln-recipe {
    flex-direction: column
}

.dln-profile__section .dln-profile__recipesListWrap .dln-recipe__details {
    margin-top: 0 !important
}

.dln-profile__section .dln-profile__recipesListWrap {
    width: 100%
}

.dln-profile__section .dln-profile__recipesListWrap:not(.swiper-wrapper) {
    display: flex;
    flex-wrap: wrap;
    height: auto
}

.dln-profile__section .dln-recipe, .dln-profile__section .dln-recipe.swiper-slide {
    width: calc(25% - 15px);
    margin: 0 20px 30px 0
}

.dln-profile__section .dln-recipe.swiper-slide:nth-of-type(4n+4), .dln-profile__section .dln-recipe:nth-of-type(4n+4) {
    margin: 0 0 30px
}

.dln-profile__section .dln-recipe.swiper-slide:last-of-type, .dln-profile__section .dln-recipe:last-of-type {
    margin: 0
}

.dln-profile__section .dln-recipe.swiper-slide:only-of-type, .dln-profile__section .dln-recipe:only-of-type {
    margin: 0 auto 0 0
}

.dln-profile__section .dln-recipe.swiper-slide:nth-last-of-type(2), .dln-profile__section .dln-recipe.swiper-slide:nth-last-of-type(3), .dln-profile__section .dln-recipe.swiper-slide:nth-last-of-type(4) {
    margin: 0 20px 0 0
}

.dln-profile__section--recipes {
    margin: 0
}

.dln-profile .dln-wrapper--carousel {
    padding: 0;
    max-width: 990px;
    margin: 0 auto
}

.dln-profile .dln-wrapper--carousel .dln-carousel {
    padding: 0 16px
}

.dln-profile .dln-wrapper--carousel .swiper-pagination {
    margin: 16px auto 0;
    display: block
}

.dln-profile .dln-wrapper--carousel .dln-btn--stroked, .dln-profile .dln-wrapper--carousel .dln-btnTextIcon {
    border-color: var(--ui-02);
    color: var(--ui-02)
}

.dln-profile__itemsCarousel {
    width: 100%;
    height: auto;
    background-color: var(--ui-03);
    padding: 24px 0 32px
}

.dln-profile__itemsCarouselTitle {
    display: block;
    width: 100%;
    height: auto;
    font-size: 17px;
    line-height: 125%;
    color: var(--brand-02);
    text-align: center
}

@media only screen and (min-width: 599px) and (max-width: 1188px) {
    .dln-profile .dln-wishProd {
        display: flex;
        flex-direction: column;
        width: calc(50% - 5px);
        max-width: 100%;
        position: relative
    }

    .dln-profile .dln-wishProd__data {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        margin: 8px 0 0
    }

    .dln-profile .dln-wishProd__imgLink {
        width: 100%;
        height: 146px;
        margin: 0
    }

    .dln-profile .dln-wishProd__imgWrap {
        display: flex;
        align-items: center;
        width: 100%;
        height: 146px;
        background-color: var(--ui-03)
    }

    .dln-profile .dln-wishProd__imgWrap > img {
        display: block;
        max-width: 182px;
        height: auto;
        padding: 0;
        margin: 0 auto;
        -o-object-fit: initial;
        object-fit: fill
    }
}

@media only screen and (max-width: 599px) {
    .dln-profile .dln-profileCard {
        display: none
    }

    .dln-profile--01 .dln-profile__sectionHeadTitle--smallMobile {
        font-size: 20px;
        max-width: 50%
    }

    .dln-profile--01 .dln-profile__sectionHead .dln-btn--link {
        height: 16px;
        line-height: 16px;
        padding: 4px 0 0
    }

    .dln-profile--01 .dln-wishProd {
        border: none;
        padding: 0 !important
    }

    .dln-profile--01 .dln-wishProd__imgWrap {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 0 10px
    }

    .dln-profile--01 .dln-wishProd__img {
        width: auto;
        max-width: 100%;
        height: auto
    }

    .dln-profile--01 .dln-wishProd__data {
        width: 100%
    }

    .dln-profile--01 .dln-wishProd__data .dln-btnTextIcon.dln-btnTextIcon--profile {
        max-width: 100%
    }

    .dln-profile--01 .dln-wishProd__data .dln-btnTextIcon.dln-btnTextIcon--profile .dln-btnTextIcon__text {
        margin-top: 3px
    }

    .dln-profile--01 .dln-wishProd__name {
        font-weight: 400;
        border: none;
        padding: 0
    }

    .dln-profile--01 .dln-profile__section--recipes .dln-recipe {
        width: calc(50% - 5px);
        border: none;
        padding: 0 !important;
        margin: 0 20px 10px 0
    }

    .dln-profile--01 .dln-profile__section--recipes .dln-recipe:nth-last-of-type(2), .dln-profile--01 .dln-profile__section--recipes .dln-recipe:nth-last-of-type(4) {
        margin: 0 0 10px
    }

    .dln-profile--01 .dln-profile__section--recipes .dln-recipe:nth-last-of-type(3) {
        margin: 0 20px 10px 0
    }

    .dln-profile--01 .dln-profile__section--recipes .dln-recipe:nth-child(2n) {
        margin-right: 0
    }

    .dln-profile--01 .dln-profile__section--recipes .swiper-pagination {
        padding: 0
    }

    .dln-profile .dln-wrapper--carousel .swiper-pagination {
        margin: 32px auto 0
    }

    .dln-profile__itemsCarouselTitle {
        margin: 0 0 24px
    }
}

.dln-kenwood .dln-profile.dln-account .dln-wishProd {
    display: flex
}

@media screen and (min-width: 599px) {
    .dln-kenwood .dln-profile.dln-account .dln-wishProd {
        flex-direction: column;
        width: calc(50% - 5px)
    }
}

@media screen and (min-width: 1200px) {
    .dln-kenwood .dln-profile.dln-account .dln-wishProd {
        flex-direction: unset
    }

    .dln-kenwood .dln-profile.dln-account .dln-wishProd__priceWrap--outOfStock {
        left: 100px
    }
}

.dln-kenwood .dln-profile.dln-account .dln-wishProd__imgLink {
    width: 100%;
    height: 146px;
    margin: 0
}

@media screen and (min-width: 1200px) {
    .dln-kenwood .dln-profile.dln-account .dln-wishProd__imgLink {
        width: 182px;
        margin-right: 20px
    }
}

.dln-kenwood .dln-profile.dln-account .dln-wishProd__data {
    display: flex;
    align-items: flex-start;
    height: auto;
    margin-top: 8px;
    min-height: 114px
}

@media screen and (min-width: 599px) {
    .dln-kenwood .dln-profile.dln-account .dln-wishProd__data__imgWrap {
        height: 146px
    }
}

@media screen and (min-width: 1200px) {
    .dln-kenwood .dln-profile.dln-account .dln-wishProd__data {
        width: calc(100% - 202px)
    }
}

.dln-kenwood .dln-profile.dln-account .dln-wishProd__data .dln-btn--action-button {
    text-align: center;
    margin: 15px 0 0
}

.dln-kenwood .dln-profile.dln-account .dln-wishProd__name {
    text-align: left;
    padding-bottom: 10px;
    margin: 0;
    font-size: 14px
}

@media screen and (min-width: 599px) {
    .dln-kenwood .dln-profile.dln-account .dln-wishProd__priceWrap:not(.dln-wishProd__priceWrap--outOfStock) {
        text-align: left
    }
}

.dln-kenwood .dln-profile.dln-account .dln-wishProd .dln-btnTextIcon {
    margin: 0
}

.dln-kenwood .dln-profile.dln-account .dln-wishProd .dln-btn--action-button {
    text-align: left;
    margin: 0
}

.dln-kenwood .dln-profile.dln-account .dln-profile__sectionHead {
    align-items: flex-end;
    margin: 0 8px 14px
}

.dln-kenwood .dln-profile.dln-account .dln-profile__sectionHead .dln-btn--link {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    margin-bottom: 8px
}

.dln-kenwood .dln-profile.dln-account .dln-recipe__title {
    font-weight: 700
}

.dln-kenwood .dln-profile.dln-account .dln-wrapper--carousel {
    max-width: 1560px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px
}

.dln-kenwood .dln-profile.dln-account .dln-wrapper--carousel .dln-carousel {
    padding: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-profile.dln-account .dln-wishProd {
        display: flex;
        flex-direction: column;
        width: calc(50% - 5px)
    }

    .dln-kenwood .dln-profile.dln-account .dln-wishProd__imgLink {
        width: 100%;
        height: 146px;
        margin: 0
    }

    .dln-kenwood .dln-profile.dln-account .dln-wishProd__imgWrap {
        height: 146px
    }

    .dln-kenwood .dln-profile.dln-account .dln-wishProd__name, .dln-kenwood .dln-profile.dln-account .dln-wishProd__priceWrap {
        text-align: center
    }

    .dln-kenwood .dln-profile.dln-account .dln-wishProd__priceWrap--outOfStock {
        top: 55px
    }

    .dln-kenwood .dln-profile.dln-account .dln-wishProd .dln-btnTextIcon {
        max-width: 100%;
        margin: 30px auto 0
    }

    .dln-kenwood .dln-profile.dln-account .dln-wishProd .dln-btn--action-button {
        text-align: center;
        margin: 15px auto
    }

    .dln-kenwood .dln-profile.dln-account .dln-wishProd__data {
        width: 100%;
        margin-top: 8px;
        text-align: center
    }

    .dln-kenwood .dln-profile.dln-account--01 .dln-profile__sectionHeadTitle--smallMobile {
        font-size: 28px;
        line-height: 28px
    }

    .dln-kenwood .dln-profile.dln-account--01 .dln-profile__sectionHead .dln-btn--link {
        text-decoration: underline
    }

    .dln-kenwood .dln-profile.dln-account__section .dln-recipe {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-profile.dln-account .dln-wrapper--carousel {
        max-width: 1520px;
        padding: 0 20px
    }
}

.dln-repairCenter .dln-profileCard {
    margin: 0 0 32px
}

.dln-repairCenter__content .dln-title {
    margin: 0 0 16px
}

.dln-repairCenter__content .dln-btn {
    max-width: 200px;
    margin: 0 0 0 auto
}

.dln-repairCenter__subtitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    margin: 0 0 16px
}

.dln-repairCenter__contentWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0 30px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-repairCenter .dln-profileCard {
        display: none
    }

    .dln-repairCenter .dln-title {
        margin: 32px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-repairCenter .dln-profileCard {
        display: none
    }

    .dln-repairCenter .dln-title {
        margin: 32px 0
    }

    .dln-repairCenter__content .dln-btn {
        max-width: 100%;
        margin: 0
    }
}

.dln-kenwood .dln-repairCenter__subtitle {
    font-size: 14px
}

.dln-kenwood .dln-repairCenter__content .dln-btn {
    margin: 0 auto
}

.dln-kenwood .dln-repairCenter__contentWrap .dln-table__table {
    font-size: 13px
}

.dln-kenwood .dln-repairCenter__contentWrap .dln-table__table thead {
    border-bottom: none
}

.dln-kenwood .dln-repairCenter__contentWrap .dln-table__table thead tr {
    background-color: var(--brand-03) !important
}

.dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr {
    width: 100%;
    border-bottom: 1px solid var(--ui-01);
    box-sizing: border-box
}

.dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr:nth-of-type(odd) {
    background-color: var(--ui-03)
}

.dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr td, .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr th {
    min-height: 50px;
    border: none;
    background: none;
    background-color: transparent;
    padding: 16px;
    box-sizing: border-box
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-repairCenter__content .dln-title {
        margin: 30px 0 20px
    }

    .dln-kenwood .dln-repairCenter__content .dln-btn {
        width: 50%
    }

    .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr {
        border-top: 1px solid var(--ui-01);
        padding: 14px 10px
    }

    .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr:not(:last-of-type) {
        border-bottom: none
    }

    .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr td, .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr th {
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 0 !important
    }

    .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr td:first-of-type, .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr th:first-of-type {
        width: 100%;
        padding: 0 8px 0 0 !important
    }

    .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr td:nth-of-type(2), .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr th:nth-of-type(2) {
        width: 100%;
        padding: 0 0 0 8px !important
    }

    .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr td:nth-of-type(3), .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr th:nth-of-type(3) {
        width: 100%;
        padding: 20px 0 !important
    }

    .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr td:nth-of-type(4), .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr td:nth-of-type(5), .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr th:nth-of-type(4), .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr th:nth-of-type(5) {
        width: 100%
    }

    .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr td .dln-table__tdHeading, .dln-kenwood .dln-repairCenter__contentWrap .dln-table__table tr th .dln-table__tdHeading {
        line-height: 12px;
        color: var(--brand-02)
    }

    .dln-kenwood .dln-repairCenter__subtitle {
        margin: 0 0 30px
    }
}

.dln-delonghi .dln-repairCenter .dln-title {
    margin-bottom: 24px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-repairCenter .dln-title {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.dln-delonghi .dln-repairCenter__contentWrap {
    padding-bottom: 24px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-repairCenter__contentWrap {
        margin-top: 24px !important
    }
}

.dln-delonghi .dln-repairCenter__content .dln-btn {
    margin: 0 auto
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-repairCenter__content .dln-btn {
        width: auto
    }
}

.dln-registration--login .dln-registration__section {
    width: 50%;
    margin: 0;
    padding: 0 100px
}

.dln-registration--login .dln-registration__section--main {
    width: 50%;
    margin: 0;
    padding: 0 100px;
    border-right: 1px solid var(--ui-01)
}

.dln-registration--login .dln-registration__section .dln-regAdv {
    margin: 0 0 16px
}

.dln-registration--login .dln-registration__formFoot {
    margin: 48px 0 0
}

.dln-registration--login .dln-registration__formFoot .dln-btn {
    width: 100%
}

.dln-registration--login .dln-loginForm__section--registration {
    display: none
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-registration--login .dln-registration__section {
        width: 50%;
        margin: 0;
        padding: 0 0 0 24px
    }

    .dln-registration--login .dln-registration__section--main {
        margin: 0;
        padding: 0 24px 0 0;
        border-right: 1px solid var(--ui-01)
    }

    .dln-registration--login .dln-registration__section .dln-regAdv {
        margin: 0 0 64px
    }

    .dln-registration--login .dln-registration__formFoot {
        margin: 48px 0 0
    }

    .dln-registration--login .dln-registration__formFoot .dln-btn {
        width: 100%
    }

    .dln-registration--login .dln-loginForm__section--registration {
        display: none
    }
}

@media only screen and (min-width: 599px) and (max-width: 1199px) and (orientation: landscape) {
    .dln-registration--login .dln-registration__section {
        width: 50%;
        margin: 0;
        padding: 0 0 0 24px
    }

    .dln-registration--login .dln-registration__section--main {
        margin: 0;
        padding: 0 24px 0 0;
        border-right: 1px solid var(--ui-01)
    }

    .dln-registration--login .dln-registration__section .dln-regAdv {
        margin: 0 0 64px
    }

    .dln-registration--login .dln-registration__formFoot {
        margin: 48px 0 0
    }

    .dln-registration--login .dln-registration__formFoot .dln-btn {
        width: 100%
    }

    .dln-registration--login .dln-loginForm__section--registration {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-registration--login .dln-profileCard {
        display: none
    }

    .dln-registration--login .dln-registration__section {
        width: 100%;
        margin: 32px 0 0;
        padding: 32px 0 0;
        display: block;
        border-top: 1px solid var(--ui-01)
    }

    .dln-registration--login .dln-registration__section--main {
        margin: 0;
        padding: 0;
        border: none
    }

    .dln-registration--login .dln-registration__section .dln-regAdv {
        margin: 0
    }

    .dln-registration--login .dln-registration__formFoot {
        margin: 48px 0 0
    }

    .dln-registration--login .dln-registration__formFoot .dln-btn {
        width: 100%
    }

    .dln-registration--login .dln-loginForm__section--registration {
        display: none
    }
}

.dln-kenwood .dln-registration--login .dln-registration__section--main {
    border-right: 0
}

.dln-kenwood .dln-registration--login .dln-inputs__lbl {
    line-height: 16px
}

.dln-kenwood .dln-registration--login .dln-loginForm__paragraph {
    text-align: left;
    margin-bottom: 35px
}

.dln-kenwood .dln-registration--login .dln-registration__foot .dln-btn--confirm {
    margin-top: 14px;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-registration--login .dln-registration__section {
        border-top: 0
    }

    .dln-kenwood .dln-registration--login .dln-registration__section--main {
        margin-top: 24px
    }

    .dln-kenwood .dln-registration--login .dln-registration__subtitle {
        text-align: center;
        display: block
    }

    .dln-kenwood .dln-registration--login .dln-registration__paragraph {
        line-height: 20px
    }

    .dln-kenwood .dln-registration--login .dln-registration__foot .dln-btn--confirm {
        margin-top: 36px
    }

    .dln-kenwood .dln-registration--login .dln-loginForm__paragraph {
        text-align: center
    }

    .dln-kenwood .dln-registration--login .dln-loginForm__formContainer .dln-inputs + .dln-inputs {
        margin-bottom: 15px
    }

    .dln-kenwood .dln-registration--login .dln-loginForm__formFoot {
        margin-top: 39px
    }
}

.dln-delonghi .dln-registration__subtitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3125rem;
    line-height: 1.12
}

.dln-delonghi .dln-registration__paragraph {
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-registration .dln-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 1.04
}

.dln-delonghi .dln-registration .dln-btn {
    width: 100%
}

.dln-delonghi .dln-registration .dln-loginForm__btnGroup .dln-btn {
    min-width: auto;
    width: calc(50% - 10px);
    padding: 0 15px
}

.dln-delonghi .dln-registration .dln-regAdv__item .dln-icn {
    color: var(--brand-04)
}

.dln-delonghi .dln-registration .dln-loginForm__paragraph {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-registration .dln-btn--secondary {
    text-align: right
}

.dln-delonghi .dln-registration .dln-regAdv {
    margin: 0 0 40px
}

.dln-delonghi .dln-registration .dln-regAdv__text {
    font-size: .875rem;
    line-height: 1.3
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-registration__subtitle {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.11
    }

    .dln-delonghi .dln-registration__paragraph {
        font-size: .9375rem;
        line-height: 1.53
    }

    .dln-delonghi .dln-registration .dln-title {
        font-size: 2.3125rem;
        line-height: 1.08;
        display: block
    }

    .dln-delonghi .dln-registration .dln-regAdv {
        padding-left: 20px;
        padding-bottom: 55px
    }
}

.dln-registrationForm__paragraph {
    font-size: 13px;
    line-height: 125%;
    width: 100%;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-registrationForm__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-registrationForm__paragraph--noMarg {
    margin: 0
}

.dln-registrationForm__paragraph--secondary {
    font-size: 10px;
    line-height: 125%;
    color: var(--ui-05);
    margin: 8px 0 24px
}

.dln-registrationForm__paragraph a {
    color: var(--ui-05)
}

.dln-registrationForm__subtitle {
    font-size: 17px;
    line-height: 125%;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 8px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-registrationForm__form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-registrationForm__formContainer {
    width: 100%;
    padding: 32px 0 0;
    margin: 24px 0 0;
    border-top: 1px solid var(--ui-01)
}

.dln-registrationForm__formContainer .dln-select {
    width: calc(50% - 10px);
    margin: 0 50% 32px 0
}

.dln-registrationForm__formContainer .dln-inputs {
    margin: 0 0 16px
}

.dln-registrationForm__formContainer .dln-inputs--halfCol {
    width: calc(50% - 10px);
    margin: 0 0 32px
}

.dln-registrationForm__formContainer .dln-inputs--halfCol:nth-child(2n) {
    margin: 0 20px 32px 0
}

.dln-registrationForm__formContainer .dln-inputs .dln-inputs__extraLbl {
    width: calc(95% - 12px);
    max-width: 300px;
    white-space: normal
}

.dln-registrationForm__formContainer .dln-checkbox {
    margin: 70px 0 32px
}

.dln-registrationForm__formFoot {
    width: 100%;
    margin: 60px 0 0
}

.dln-registrationForm__formFoot .dln-btn {
    width: 50%
}

.dln-registrationForm__formFoot .dln-registrationForm__paragraph--secondary {
    margin: 32px 0
}

.dln-registrationForm__formOptions {
    display: flex;
    flex-wrap: wrap
}

.dln-registrationForm__formOptions .dln-registrationForm__paragraph, .dln-registrationForm__formOptions .dln-registrationForm__subtitle {
    font-size: 10px
}

.dln-registrationForm__formOptions .dln-radioBtn {
    margin: 0 40px 32px 0
}

@media only screen and (max-width: 599px) {
    .dln-registrationForm__formContainer .dln-select {
        width: calc(50% - 10px)
    }

    .dln-registrationForm__formContainer .dln-inputs {
        margin: 0 0 16px
    }

    .dln-registrationForm__formContainer .dln-inputs--halfCol {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-registrationForm__formContainer .dln-inputs--halfCol:nth-child(2n) {
        margin: 0 0 32px
    }

    .dln-registrationForm__formContainer .dln-inputs .dln-inputs__extraLbl {
        width: 100%;
        max-width: 100%
    }

    .dln-registrationForm__formContainer .dln-inputs--extralabel {
        margin: 0 0 60px !important
    }

    .dln-registrationForm__formContainer .dln-checkbox {
        margin: 70px 0 32px
    }

    .dln-registrationForm__formFoot .dln-btn {
        width: 100%
    }

    .dln-registrationForm__formFoot .dln-registrationForm__paragraph--secondary {
        text-align: center
    }
}

.dln-ordersHist {
    align-content: flex-start
}

.dln-ordersHist .dln-profileCard {
    margin: 0 0 32px
}

.dln-ordersHist__title {
    display: block;
    width: 100%;
    margin: 26px 0 40px
}

.dln-ordersHist__subTitle, .dln-ordersHist__title {
    font-size: 32px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-ordersHist__subTitle {
    margin: 0 0 8px
}

.dln-ordersHist__content .dln-title {
    line-height: normal;
    margin: 0 0 32px
}

.dln-ordersHist__section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 64px
}

.dln-ordersHist__section .dln-title, .dln-ordersHist__sectionTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 32px;
    margin: 0
}

.dln-ordersHist__section .dln-title--labeled, .dln-ordersHist__sectionTitle--labeled {
    display: flex
}

.dln-ordersHist .dln-title + .dln-ordersHist__paragraph {
    margin-bottom: 0
}

.dln-ordersHist__paragraph {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-ordersHist__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-ordersHist__paragraph--noMarg {
    margin: 0
}

.dln-ordersHist__underlinedText {
    color: var(--brand-02);
    text-decoration: underline
}

.dln-ordersHist__underlinedText:hover {
    color: var(--brand-04)
}

.dln-ordersHist__subtitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px
}

.dln-ordersHist .dln-tabs__content .dln-ordersHist__title {
    opacity: 0;
    transition: opacity .3s ease .1s
}

.dln-ordersHist .dln-tabs__content--current .dln-ordersHist__title {
    opacity: 1
}

.dln-ordersHist__foot {
    width: 100%;
    text-align: center;
    margin: 0 0 32px
}

.dln-ordersHist__foot .dln-btn {
    width: auto
}

.dln-ordersHist__foot--divider {
    text-align: right;
    border-top: 1px solid var(--ui-01);
    padding: 32px 0 0;
    margin: 32px 0 0
}

.dln-ordersHist--empty .dln-ordersHist__content .dln-title {
    margin: 0 0 28px
}

.dln-kenwood .dln-ordersHist__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-size: 28px
}

.dln-kenwood .dln-ordersHist .dln-tabs__content#dln-ordersHist--openOrders .dln-ordersHist__title {
    line-height: 32px;
    font-size: 28px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-ordersHist .dln-title {
        line-height: 40px;
        font-size: 24px;
        margin: 32px 0 24px
    }

    .dln-kenwood .dln-ordersHist__title {
        line-height: 32px;
        font-size: 24px;
        text-align: center
    }

    .dln-kenwood .dln-ordersHist .dln-tabs__content#dln-ordersHist--openOrders .dln-ordersHist__title {
        line-height: normal;
        font-size: 24px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-ordersHist .dln-profileCard {
        display: none
    }

    .dln-ordersHist .dln-title {
        margin: 32px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-ordersHist .dln-profileCard {
        display: none
    }

    .dln-ordersHist .dln-title {
        margin: 32px 0
    }

    .dln-ordersHist--empty .dln-ordersHist__content {
        margin: 0 0 40px
    }

    .dln-ordersHist--empty .dln-ordersHist__content .dln-title {
        margin: 32px 0
    }

    .dln-ordersHist--empty .dln-ordersHist__subTitle {
        font-size: 21px
    }

    .dln-ordersHist--empty .dln-ordersHist__paragraph {
        font-size: 14px
    }
}

.dln-textarea {
    width: 100%;
    margin: 0
}

.dln-textarea--error {
    border-color: var(--support-01)
}

.dln-textarea--error .dln-textarea__lbl {
    color: var(--support-01)
}

.dln-textarea__input {
    display: block;
    background-color: transparent;
    min-height: 100px
}

.dln-textarea__input::-webkit-input-placeholder {
    opacity: 0
}

.dln-textarea__input:-ms-input-placeholder {
    opacity: 0
}

.dln-textarea__input::-ms-input-placeholder {
    opacity: 0
}

.dln-textarea__input::placeholder {
    opacity: 0
}

.dln-textarea__lbl {
    top: 14px
}

.dln-textarea.dln-inputs--active .dln-textarea__lbl {
    transform: translateY(0) scale(.75);
    top: -5px
}

.dln-textarea.dln-inputs--active .dln-textarea__input::-webkit-input-placeholder {
    opacity: 1
}

.dln-textarea.dln-inputs--active .dln-textarea__input:-ms-input-placeholder {
    opacity: 1
}

.dln-textarea.dln-inputs--active .dln-textarea__input::-ms-input-placeholder {
    opacity: 1
}

.dln-textarea.dln-inputs--active .dln-textarea__input::placeholder {
    opacity: 1
}

.dln-textarea.dln-textarea--noLabel .dln-textarea__input::-webkit-input-placeholder {
    opacity: 1
}

.dln-textarea.dln-textarea--noLabel .dln-textarea__input:-ms-input-placeholder {
    opacity: 1
}

.dln-textarea.dln-textarea--noLabel .dln-textarea__input::-ms-input-placeholder {
    opacity: 1
}

.dln-textarea.dln-textarea--noLabel .dln-textarea__input::placeholder {
    opacity: 1
}

.dln-textarea .dln-inputs__extraLbl {
    top: auto
}

.dln-textarea .dln-inputs__extraLbl--error {
    color: var(--support-01)
}

.dln-kenwood .dln-textarea__lbl {
    top: -18px
}

.dln-kenwood .dln-textarea__input::-webkit-input-placeholder {
    opacity: 0;
    color: var(--ui-07)
}

.dln-kenwood .dln-textarea__input:-ms-input-placeholder {
    opacity: 0;
    color: var(--ui-07)
}

.dln-kenwood .dln-textarea__input::-ms-input-placeholder {
    opacity: 0;
    color: var(--ui-07)
}

.dln-kenwood .dln-textarea__input::placeholder {
    opacity: 0;
    color: var(--ui-07)
}

.dln-kenwood .dln-textarea.dln-inputs--active {
    border-color: var(--ui-02)
}

.dln-kenwood .dln-textarea.dln-inputs--active .dln-inputs__input {
    color: var(--brand-02) !important
}

.dln-kenwood .dln-textarea.dln-inputs--active .dln-textarea__lbl {
    transform: none;
    top: -18px
}

.dln-delonghi .dln-textarea {
    height: auto
}

.dln-delonghi .dln-textarea__lbl {
    transform: translateY(-50%);
    top: 0;
    width: auto;
    background: #fff
}

.dln-delonghi .dln-textarea__input::-webkit-input-placeholder {
    opacity: 0;
    color: var(--ui-07)
}

.dln-delonghi .dln-textarea__input:-ms-input-placeholder {
    opacity: 0;
    color: var(--ui-07)
}

.dln-delonghi .dln-textarea__input::-ms-input-placeholder {
    opacity: 0;
    color: var(--ui-07)
}

.dln-delonghi .dln-textarea__input::placeholder {
    opacity: 0;
    color: var(--ui-07)
}

.dln-delonghi .dln-textarea.dln-inputs--active {
    border-color: var(--ui-02)
}

.dln-delonghi .dln-textarea.dln-inputs--active .dln-inputs__input {
    color: var(--brand-02) !important
}

.dln-delonghi .dln-textarea.dln-inputs--active .dln-textarea__lbl {
    transform: translateY(-50%);
    top: 0
}

.dln-delonghi .dln-textarea--error, .dln-delonghi .dln-textarea--error.dln-inputs--active {
    border-color: var(--support-01)
}

.dln-regProductList {
    align-content: flex-start
}

.dln-regProductList .dln-profileCard {
    margin: 0 0 32px
}

.dln-regProductList__title {
    font-size: 32px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0
}

.dln-regProductList__content .dln-title {
    margin: 0 0 32px;
    line-height: normal
}

.dln-regProductList__section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 32px 0 64px
}

.dln-regProductList__section .dln-title, .dln-regProductList__sectionTitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 32px
}

.dln-regProductList__section .dln-title--labeled, .dln-regProductList__sectionTitle--labeled {
    display: flex
}

.dln-regProductList__section .dln-orderRev {
    margin: 0 0 24px
}

.dln-regProductList__section .dln-orderRev__itemPic > img {
    -o-object-fit: contain;
    object-fit: contain
}

.dln-regProductList .dln-title + .dln-regProductList__paragraph {
    margin-bottom: 0
}

.dln-regProductList__paragraph {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-regProductList__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-regProductList__paragraph--noMarg {
    margin: 0
}

.dln-regProductList__underlinedText {
    color: var(--brand-02);
    text-decoration: underline
}

.dln-regProductList__underlinedText:hover {
    color: var(--brand-04)
}

.dln-regProductList__subtitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-regProductList__foot {
    text-align: center;
    width: 100%;
    margin: 0 0 32px
}

.dln-regProductList__foot .dln-btn {
    width: auto
}

.dln-regProductList__foot--divider {
    margin: 32px 0 0;
    border-top: 1px solid var(--ui-01);
    text-align: right;
    padding: 32px 0 0
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-regProductList .dln-profileCard {
        display: none
    }

    .dln-regProductList .dln-title {
        margin: 20px 0
    }

    .dln-regProductList .dln-breadcrumbs {
        margin: 16px 0 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-regProductList .dln-profileCard {
        display: none
    }

    .dln-regProductList .dln-title {
        margin: 20px 0
    }

    .dln-regProductList .dln-breadcrumbs {
        margin: 16px 0 0
    }

    .dln-regProductList__section {
        margin-top: 0
    }
}

.dln-kenwood .dln-regProductList__content .dln-title {
    margin: 0 0 21px
}

.dln-kenwood .dln-regProductList__paragraph {
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px
}

.dln-kenwood .dln-regProductList__foot {
    border-top: 0;
    text-align: center;
    margin: 0;
    padding: 30px 0 0
}

.dln-kenwood .dln-regProductList__section {
    margin: 31px 0 50px
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__content {
    margin-top: 10px
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__itemPic > img {
    -o-object-fit: none;
    object-fit: none
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__details {
    flex-direction: column;
    display: flex;
    height: 100%;
    padding-right: 10px
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__details .dln-orderRev__wrap .dln-orderRev__purchaseDate b {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__details .dln-orderRev__wrap--registeredproduct {
    width: 100%
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__details .dln-orderRev__wrap--links {
    margin-top: auto;
    width: 100%;
    text-align: left
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link {
    display: inline-flex;
    width: auto;
    text-align: left;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 20px
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link + .dln-btn--link {
    margin-left: 31px
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__actions {
    flex-direction: column-reverse;
    display: flex;
    height: 100%
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-orderRev__wrap {
    display: flex;
    max-width: none;
    width: 100%
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-orderRev__wrap--links {
    margin-top: auto
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-orderRev__wrap:first-of-type {
    align-content: flex-end;
    flex-direction: row-reverse
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-orderRev__wrap:first-of-type .dln-btn--link + .dln-btn--link {
    margin-right: 31px
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-orderRev__wrap:nth-of-type(2) {
    flex-direction: column-reverse
}

.dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-orderRev__wrap .dln-btn--link {
    display: inline-flex;
    width: auto;
    text-align: left;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    margin: 0
}

.dln-kenwood .dln-regProductList__section + .dln-regProductList__foot {
    border-top: 1px solid var(--ui-07)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-regProductList__content .dln-title {
        margin: 30px 0 0
    }

    .dln-kenwood .dln-regProductList__section {
        margin: 20px 0 50px
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev {
        margin: 0;
        padding: 29px 0 30px
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev:first-of-type {
        padding-top: 0
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev:last-of-type {
        border-bottom: 0;
        padding-bottom: 0
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__itemPic {
        width: 100%;
        height: 272px;
        max-height: none;
        padding: 0;
        margin: 0 auto
    }
}

@media only screen and (max-width: 599px) and (max-width: 599px) {
    .dln-kenwood .dln-regProductList__section .dln-orderRev__itemPic {
        max-width: 335px;
        height: 272px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-regProductList__section .dln-orderRev__content {
        width: 100%
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__wrap--main {
        margin: 0 0 10px
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__wrap--registeredproduct {
        border-bottom: 0;
        padding: 0;
        margin: 0 0 40px;
        font-size: 14px;
        line-height: 20px
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__detailsTitle {
        margin: 0
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__actions, .dln-kenwood .dln-regProductList__section .dln-orderRev__details {
        height: auto;
        width: 100%;
        max-width: 100%
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__details {
        padding-right: 0
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__details .dln-orderRev__wrap--links {
        display: block
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link {
        display: block;
        text-align: center;
        margin: 0 0 10px
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__details .dln-orderRev__wrap--links .dln-btn--link + .dln-btn--link {
        margin-left: 0
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__actions {
        flex-direction: column;
        width: auto;
        margin: 20px auto 0
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-btn:first-child {
        margin: 0
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-orderRev__wrap:first-of-type .dln-btn--link {
        display: inline-block;
        width: 50%;
        text-align: right;
        text-align-last: right
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-orderRev__wrap:first-of-type .dln-btn--link + .dln-btn--link {
        margin-right: 0;
        text-align: left;
        text-align-last: left
    }

    .dln-kenwood .dln-regProductList__section .dln-orderRev__actions .dln-orderRev__wrap:last-of-type {
        margin: 0 0 16px
    }
}

.dln-delonghi .dln-regProductList__content .dln-title {
    margin: 0 0 21px
}

.dln-delonghi .dln-regProductList__section {
    margin-top: 10px;
    margin-bottom: 40px
}

.dln-delonghi .dln-regProductList__section .dln-orderRev--registeredproduct {
    margin-bottom: 40px
}

.dln-delonghi .dln-regProductList__section .dln-orderRev--registeredproduct:last-of-type {
    margin: 0
}

.dln-delonghi .dln-regProductList__foot {
    border-top: 1px solid var(--ui-01);
    padding-top: 24px
}

.dln-thankYou__content {
    width: 100%;
    border-bottom: 1px solid var(--ui-01)
}

.dln-thankYou .dln-wrapper > .dln-thankYou__content {
    border: none;
    display: flex;
    padding: 0 75px;
    margin: 0 75px;
    justify-content: space-between
}

.dln-thankYou .dln-wrapper--fullWidth {
    margin-top: 0;
    margin-bottom: 40px;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    background-color: var(--ui-03);
    justify-content: center
}

.dln-thankYou__successMess {
    text-align: center;
    border: none;
    padding: 30px;
    margin: 20 0 20px;
    width: 100%
}

.dln-thankYou__successMess .dln-icn {
    font-size: 32px;
    color: var(--support-02);
    margin: 0 0 28px;
    border: 2px solid var(--support-02);
    border-radius: 50%;
    width: 77px;
    height: 45px;
    padding-top: 32px
}

.dln-thankYou__title {
    font-size: 22px;
    line-height: 125%;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 16px
}

.dln-thankYou__subTitle, .dln-thankYou__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-thankYou__subTitle {
    font-size: 17px;
    line-height: 125%;
    display: flex;
    align-items: center;
    width: 100%
}

.dln-thankYou__subTitle--smaller {
    font-size: 13px;
    line-height: 125%
}

.dln-thankYou__subTitleInnerWrap {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 auto
}

.dln-thankYou__subTitle a {
    font-size: 13px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04);
    margin: 0 0 0 4px
}

.dln-thankYou__paragraph {
    font-size: 13px;
    line-height: 125%;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px
}

.dln-thankYou__paragraph a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04);
    margin: 0
}

.dln-thankYou__orderNr {
    width: 100%;
    text-align: center
}

.dln-thankYou__orderNr .dln-btn {
    max-width: 380px;
    margin: 40px auto 0;
    display: none
}

.dln-thankYou__orderInfo {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 64px
}

.dln-thankYou__orderInfo span {
    font-size: 13px;
    line-height: 125%;
    display: block;
    color: var(--brand-02);
    margin: 8px 0 0
}

.dln-thankYou__orderInfo--user {
    font-size: 13px;
    line-height: 125%;
    display: inline-block;
    width: 100%;
    border-top: none;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box
}

.dln-thankYou__orderInfo--user a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--support-02)
}

.dln-thankYou--orderSummary {
    margin-bottom: 48px
}

.dln-thankYou__innerWrap {
    margin-top: 26px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-thankYou__innerWrap a, .dln-thankYou__innerWrap i {
    color: var(--support-02)
}

.dln-thankYou__innerWrap > .dln-btn {
    max-width: 380px
}

.dln-thankYou__innerWrap .dln-thankYou__content {
    width: 100%;
    margin: 0 0 32px
}

.dln-thankYou__innerWrap .dln-thankYou__content .dln-thankYou__items p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    color: var(--brand-02)
}

.dln-thankYou__innerWrap .dln-thankYou__content--aside, .dln-thankYou__innerWrap .dln-thankYou__content--delivery, .dln-thankYou__innerWrap .dln-thankYou__content--payment {
    width: calc(33.333% - 27px);
    border: none;
    margin: 0 40px 0 0
}

.dln-thankYou__innerWrap .dln-thankYou__content--aside .dln-thankYou__subTitle, .dln-thankYou__innerWrap .dln-thankYou__content--delivery .dln-thankYou__subTitle, .dln-thankYou__innerWrap .dln-thankYou__content--payment .dln-thankYou__subTitle {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 24px
}

.dln-thankYou__innerWrap .dln-thankYou__content--aside:nth-child(4n+4), .dln-thankYou__innerWrap .dln-thankYou__content--delivery:nth-child(4n+4), .dln-thankYou__innerWrap .dln-thankYou__content--payment:nth-child(4n+4) {
    margin: 0
}

.dln-thankYou__innerWrap .dln-thankYou__subTitle {
    font-size: 24px;
    line-height: 30px;
    margin: 0
}

.dln-thankYou .dln-orderSumm {
    border: none
}

.dln-thankYou .dln-orderSumm__content {
    padding: 0
}

.dln-thankYou .dln-orderSumm__contentRow:first-of-type {
    border-top: none
}

.dln-thankYou__shareContent {
    width: 100%;
    max-width: 380px;
    text-align: center;
    margin: 0 auto 70px
}

.dln-thankYou__shareContent .dln-thankYou__paragraph, .dln-thankYou__shareContent .dln-thankYou__socialBtn, .dln-thankYou__shareContent .dln-thankYou__subTitle {
    width: 100%;
    text-align: center;
    margin: 0 auto 24px
}

.dln-thankYou__shareContent .dln-thankYou__subTitle {
    display: none;
    text-align: center;
    margin: 24px 0 0
}

.dln-thankYou__shareContent .dln-thankYou__socialBtn {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 32px;
    display: none
}

.dln-thankYou__shareContent .dln-thankYou__socialBtn .dln-btn {
    width: calc(33.333% - 14px);
    padding: 0 8px;
    margin: 0 20px 0 0
}

.dln-thankYou__shareContent .dln-thankYou__socialBtn .dln-btn:last-of-type {
    margin: 0
}

.dln-thankYou__shareContent .dln-thankYou__paragraph a {
    display: inline
}

.dln-thankYou__orderDetails {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 40px;
    margin: 0 40px
}

.dln-thankYou .dln-addressBox {
    width: 100%;
    background-color: transparent;
    margin: 0 0 32px
}

.dln-thankYou .dln-addressBox .dln-addressBox__data:last-of-type {
    margin: 0
}

.dln-thankYou .dln-orderRev {
    align-items: flex-start;
    border-width: 1px 0 0;
    border-top: 1px solid #e5e5e5;
    padding: 32px 0 42px
}

.dln-thankYou .dln-orderRev:hover {
    border-width: 1px 0 0
}

.dln-thankYou .dln-orderRev .dln-orderRev__wrap {
    margin: 0
}

.dln-thankYou .dln-orderRev .dln-orderRev__advice {
    width: 100%;
    color: var(--ui-02);
    margin: 0 0 8px
}

.dln-thankYou .dln-orderRev .dln-price {
    color: var(--brand-04);
    font-size: 15px;
    line-height: 22px
}

.dln-thankYou .dln-orderRev .dln-price--discounted {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--support-01)
}

.dln-thankYou .dln-orderRev__details {
    max-width: 100%
}

.dln-thankYou .dln-orderRev__detailsTitle {
    font-size: 18px;
    line-height: 22px
}

.dln-thankYou .dln-orderRev .dln-cartItem__quantity {
    margin: 15px 0 0;
    width: 100%
}

.dln-thankYou .dln-orderRev__itemPic {
    max-height: 144px
}

.dln-thankYou__aside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 375px
}

.dln-thankYou__orderStatus {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    border-top: 1px solid var(--brand-01);
    padding: 24px 4px 0;
    margin: 16px auto 0
}

.dln-thankYou__orderStatus .dln-thankYou__orderInfo {
    font-size: 13px;
    line-height: 125%
}

.dln-thankYou__orderStatus .dln-thankYou__orderInfo a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04)
}

.dln-thankYou .dln-carousel {
    width: 100%;
    height: auto;
    margin: 60px 0 40px
}

.dln-thankYou .dln-carousel .dln-advtBox {
    max-width: 100%;
    text-align: left
}

.dln-thankYou .dln-carousel .dln-advtBox .dln-advtBox__desc, .dln-thankYou .dln-carousel .dln-advtBox .dln-advtBox__title {
    padding: 0 10px;
    box-sizing: border-box
}

.dln-thankYou .dln-carousel .dln-advtBox .dln-icn {
    font-size: 80px;
    color: var(--support-02)
}

.dln-thankYou .dln-carousel .swiper-pagination {
    margin: 32px 0 0
}

.dln-thankYou .bra-picture {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.dln-thankYou .bra-picture__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-thankYou__content {
        width: 100%;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-thankYou .dln-wrapper > .dln-thankYou__content {
        border: none;
        display: flex;
        padding: 0 65px;
        margin: 14px 65px 0;
        justify-content: space-between
    }

    .dln-thankYou .dln-wrapper--fullWidth {
        margin-top: 0;
        margin-bottom: 40px;
        border-top: 1px solid var(--ui-01);
        border-bottom: 1px solid var(--ui-01);
        background-color: var(--ui-03)
    }

    .dln-thankYou__successMess {
        text-align: center;
        border: none;
        padding: 40px;
        margin: 0 0 10px;
        width: 100%
    }

    .dln-thankYou__successMess .dln-icn {
        font-size: 32px;
        color: var(--support-02);
        margin: 0 0 35px;
        border: 2px solid var(--support-02);
        border-radius: 50%;
        width: 77px;
        height: 45px;
        padding-top: 32px
    }

    .dln-thankYou__title {
        font-size: 22px;
        line-height: 125%;
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 26px
    }

    .dln-thankYou__subTitle, .dln-thankYou__title {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal
    }

    .dln-thankYou__subTitle {
        font-size: 17px;
        line-height: 125%;
        display: flex;
        align-items: center;
        width: 100%
    }

    .dln-thankYou__subTitle--smaller {
        font-size: 13px;
        line-height: 125%
    }

    .dln-thankYou__subTitleInnerWrap {
        display: inline-flex;
        align-items: center;
        margin: 0 0 0 auto
    }

    .dln-thankYou__subTitle a {
        font-size: 13px;
        line-height: 125%;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--brand-04);
        margin: 0 0 0 4px
    }

    .dln-thankYou__paragraph {
        font-size: 13px;
        line-height: 125%;
        margin-bottom: 56px
    }

    .dln-thankYou__paragraph a {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--brand-04);
        margin: 0
    }

    .dln-thankYou__orderNr {
        width: 100%;
        text-align: center
    }

    .dln-thankYou__orderNr .dln-btn {
        max-width: 380px;
        margin: 40px auto 0;
        display: none
    }

    .dln-thankYou__orderInfo {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 64px
    }

    .dln-thankYou__orderInfo span {
        font-size: 13px;
        line-height: 125%;
        display: block;
        color: var(--brand-02);
        margin: 8px 0 0
    }

    .dln-thankYou__orderInfo--user {
        font-size: 13px;
        line-height: 125%;
        display: inline-block;
        width: 100%;
        border-top: none;
        padding: 0;
        margin: 0 auto;
        box-sizing: border-box
    }

    .dln-thankYou__orderInfo--user a {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--support-02)
    }

    .dln-thankYou__innerWrap {
        margin-top: 26px;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .dln-thankYou__innerWrap > .dln-btn {
        max-width: 380px
    }

    .dln-thankYou__innerWrap .dln-thankYou__content {
        width: 100%;
        margin: 0 0 26px
    }

    .dln-thankYou__innerWrap .dln-thankYou__content--aside, .dln-thankYou__innerWrap .dln-thankYou__content--delivery, .dln-thankYou__innerWrap .dln-thankYou__content--payment {
        width: calc(33.333% - 27px);
        border: none;
        margin: 0 40px 0 0
    }

    .dln-thankYou__innerWrap .dln-thankYou__content--aside:nth-child(4n+4), .dln-thankYou__innerWrap .dln-thankYou__content--delivery:nth-child(4n+4), .dln-thankYou__innerWrap .dln-thankYou__content--payment:nth-child(4n+4) {
        margin: 0
    }

    .dln-thankYou__innerWrap .dln-thankYou__subTitle {
        margin: 0 0 10px;
        font-size: 15px;
        line-height: 24px
    }

    .dln-thankYou__innerWrap .dln-thankYou__subTitle a, .dln-thankYou__innerWrap .dln-thankYou__subTitle i {
        color: var(--support-02)
    }

    .dln-thankYou__innerWrap .dln-thankYou__itemParagraph {
        color: var(--brand-02)
    }

    .dln-thankYou .dln-orderSumm {
        border: none
    }

    .dln-thankYou .dln-orderSumm__content {
        padding: 0
    }

    .dln-thankYou .dln-orderSumm__contentRow:first-of-type {
        border-top: none
    }

    .dln-thankYou__shareContent {
        width: 100%;
        max-width: 380px;
        text-align: center;
        margin: 0 auto 70px
    }

    .dln-thankYou__shareContent .dln-thankYou__paragraph, .dln-thankYou__shareContent .dln-thankYou__socialBtn, .dln-thankYou__shareContent .dln-thankYou__subTitle {
        width: 100%;
        text-align: center;
        margin: 0 auto 24px
    }

    .dln-thankYou__shareContent .dln-thankYou__subTitle {
        display: none;
        text-align: center;
        margin: 24px 0 0
    }

    .dln-thankYou__shareContent .dln-thankYou__socialBtn {
        display: flex;
        flex-wrap: wrap;
        margin: 16px 0 32px;
        display: none
    }

    .dln-thankYou__shareContent .dln-thankYou__socialBtn .dln-btn {
        width: calc(33.333% - 14px);
        padding: 0 8px;
        margin: 0 20px 0 0
    }

    .dln-thankYou__shareContent .dln-thankYou__socialBtn .dln-btn:last-of-type {
        margin: 0
    }

    .dln-thankYou__shareContent .dln-thankYou__paragraph a {
        display: inline
    }

    .dln-thankYou__orderDetails {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 10px;
        padding: 0 10px
    }

    .dln-thankYou .dln-addressBox {
        width: 100%;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        margin: 0 0 32px;
        padding: 0 0 24px
    }

    .dln-thankYou .dln-addressBox .dln-addressBox__data:last-of-type {
        margin: 0
    }

    .dln-thankYou .dln-orderRev {
        align-items: flex-start;
        border-width: 1px 0 0;
        border-top: 1px solid var(--ui-01);
        padding: 15px 0 11px
    }

    .dln-thankYou .dln-orderRev:hover {
        border-width: 1px 0 0
    }

    .dln-thankYou .dln-orderRev:first-of-type {
        border-top: none
    }

    .dln-thankYou .dln-orderRev .dln-orderRev__wrap {
        margin: 0
    }

    .dln-thankYou .dln-orderRev .dln-orderRev__advice {
        width: 100%;
        color: var(--ui-02);
        margin: 0 0 8px
    }

    .dln-thankYou .dln-orderRev .dln-price {
        color: var(--brand-02);
        font-size: 13px;
        line-height: 19px
    }

    .dln-thankYou .dln-orderRev .dln-price--discounted {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--support-01)
    }

    .dln-thankYou .dln-orderRev__details {
        max-width: 100%
    }

    .dln-thankYou .dln-orderRev .dln-cartItem__quantity {
        margin: 15px 0 0;
        width: 100%
    }

    .dln-thankYou .dln-orderRev__itemPic {
        max-height: 144px
    }

    .dln-thankYou__aside {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        width: 375px
    }

    .dln-thankYou__orderStatus {
        display: inline-block;
        width: 100%;
        max-width: 400px;
        border-top: 1px solid var(--brand-01);
        padding: 24px 4px 0;
        margin: 16px auto 0
    }

    .dln-thankYou__orderStatus .dln-thankYou__orderInfo {
        font-size: 13px;
        line-height: 125%
    }

    .dln-thankYou__orderStatus .dln-thankYou__orderInfo a {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--brand-04)
    }

    .dln-thankYou .dln-carousel {
        width: 100%;
        height: auto;
        margin: 60px 0 40px
    }

    .dln-thankYou .dln-carousel .dln-advtBox {
        max-width: 100%;
        text-align: left
    }

    .dln-thankYou .dln-carousel .dln-advtBox .dln-advtBox__desc, .dln-thankYou .dln-carousel .dln-advtBox .dln-advtBox__title {
        padding: 0 10px;
        box-sizing: border-box
    }

    .dln-thankYou .dln-carousel .dln-advtBox .dln-icn {
        font-size: 80px;
        color: var(--support-02)
    }

    .dln-thankYou .dln-carousel .swiper-pagination {
        margin: 32px 0 0
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-thankYou__innerWrap .dln-thankYou__content--aside, .dln-thankYou__innerWrap .dln-thankYou__content--delivery, .dln-thankYou__innerWrap .dln-thankYou__content--payment {
        width: 100%;
        margin: 0
    }

    .dln-thankYou__innerWrap .dln-thankYou__content--aside:nth-child(4n+4), .dln-thankYou__innerWrap .dln-thankYou__content--delivery:nth-child(4n+4), .dln-thankYou__innerWrap .dln-thankYou__content--payment:nth-child(4n+4) {
        margin: 0
    }

    .dln-thankYou__innerWrap > .dln-btn {
        max-width: 100%;
        margin: 24px 20px 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-thankYou__title {
        margin: 0 0 36px;
        font-size: 18px;
        line-height: 22px
    }

    .dln-thankYou__successMess {
        margin: 40px 0 16px
    }

    .dln-thankYou__successMess .dln-icn {
        font-size: 32px;
        color: var(--support-02);
        margin: 0 0 28px;
        border: 2px solid var(--support-02);
        border-radius: 50%;
        width: 62px;
        height: 37px;
        padding-top: 25px
    }

    .dln-thankYou .dln-thankYou__items p {
        color: var(--brand-02)
    }

    .dln-thankYou .dln-wrapper > .dln-thankYou__content {
        margin: 3px 0 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap
    }

    .dln-thankYou .dln-wrapper--fullWidth {
        margin-top: 0
    }

    .dln-thankYou__orderNr {
        order: 4;
        margin: 40px 0 0;
        text-align: left
    }

    .dln-thankYou .dln-registrationForm {
        width: 100%
    }

    .dln-thankYou .dln-registrationForm + .dln-btn, .dln-thankYou .dln-registrationForm .dln-registrationForm__formFoot {
        margin: 24px 0 0
    }

    .dln-thankYou .dln-thankYou__regForm {
        border: none
    }

    .dln-thankYou .dln-thankYou__regForm .dln-thankYou__subTitle {
        margin: 0 0 8px
    }

    .dln-thankYou .dln-registrationForm__formContainer .dln-select {
        width: calc(100% - 10px);
        margin: 0 0 32px
    }

    .dln-thankYou .dln-registrationForm__formContainer .dln-inputs {
        margin: 0 0 16px
    }

    .dln-thankYou .dln-registrationForm__formContainer .dln-inputs--halfCol {
        width: calc(100% - 10px);
        margin: 0 0 32px
    }

    .dln-thankYou .dln-registrationForm__formContainer .dln-inputs--halfCol:nth-child(2n) {
        margin: 0 0 40px
    }

    .dln-thankYou .dln-registrationForm__formContainer .dln-inputs .dln-inputs__extraLbl {
        width: calc(100% - 12px);
        max-width: 300px;
        white-space: normal
    }

    .dln-thankYou .dln-registrationForm__formContainer .dln-checkbox {
        margin: 0 0 32px
    }

    .dln-thankYou .dln-registrationForm__formFoot .dln-btn {
        width: 100%
    }

    .dln-thankYou__innerWrap .dln-thankYou__content {
        margin-bottom: 16px
    }

    .dln-thankYou__innerWrap .dln-thankYou__subTitle {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 6px
    }

    .dln-thankYou__innerWrap .dln-thankYou__subTitle a, .dln-thankYou__innerWrap .dln-thankYou__subTitle i {
        color: var(--support-02)
    }

    .dln-thankYou__innerWrap .dln-thankYou__content--aside, .dln-thankYou__innerWrap .dln-thankYou__content--delivery, .dln-thankYou__innerWrap .dln-thankYou__content--payment {
        width: 100%;
        margin: 0
    }

    .dln-thankYou__innerWrap .dln-thankYou__content--aside:nth-child(4n+4), .dln-thankYou__innerWrap .dln-thankYou__content--delivery:nth-child(4n+4), .dln-thankYou__innerWrap .dln-thankYou__content--payment .dln-addressBox, .dln-thankYou__innerWrap .dln-thankYou__content--payment:nth-child(4n+4) {
        margin: 0
    }

    .dln-thankYou__innerWrap .dln-thankYou__content--aside .dln-thankYou__subTitle {
        margin: 24px 0 12px
    }

    .dln-thankYou__innerWrap > .dln-btn {
        max-width: 100%;
        margin: 24px 20px 0
    }

    .dln-thankYou .dln-orderRev {
        margin: 20px 0 0;
        padding-bottom: 20px !important;
        border-bottom: 1px solid #e5e5e5 !important
    }

    .dln-thankYou .dln-orderRev__detailTitle {
        font-size: 15px;
        line-height: 19px
    }

    .dln-thankYou .dln-orderRev .dln-price {
        font-size: 13px;
        line-height: 19px
    }

    .dln-thankYou .dln-orderRev .dln-cartItem__quantity {
        margin: 10px 0 0;
        font-size: 13px;
        line-height: 19px
    }

    .dln-thankYou__orderDetails {
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: var(--ui-03)
    }

    .dln-thankYou__aside .dln-thankYou__paragraph, .dln-thankYou__aside .dln-thankYou__socialBtn, .dln-thankYou__aside .dln-thankYou__subTitle {
        padding: 0 20px
    }

    .dln-thankYou__orderInfo {
        font-size: 15px;
        text-align: center;
        margin-bottom: 27px;
        width: 100%
    }

    .dln-thankYou__orderInfo--user {
        font-size: 13px;
        width: 100%;
        margin-top: 5px
    }

    .dln-thankYou__orderInfo--user a {
        color: var(--support-02)
    }

    .dln-thankYou__content {
        border: none
    }

    .dln-thankYou__content--orderSummary .dln-orderRev {
        border-top: none !important
    }

    .dln-thankYou .dln-addressBox {
        background-color: var(--ui-03);
        padding: 0 0 24px;
        margin: 0 0 24px;
        border: none;
        border-bottom: 1px solid #e5e5e5
    }

    .dln-thankYou .dln-orderRev {
        border-top: none;
        border-bottom: 1px solid var(--brand-01);
        padding: 0 0 14px
    }

    .dln-thankYou .dln-orderRev__detailsTitle {
        height: auto;
        white-space: normal
    }

    .dln-thankYou .dln-orderRev__itemPic {
        width: 100px;
        height: auto;
        margin: 0 20px 0 0
    }

    .dln-thankYou .dln-orderRev__content {
        padding: 0 !important;
        width: calc(100% - 120px);
        text-align: left
    }

    .dln-thankYou .dln-orderRev .dln-price--oldPrice {
        margin: 0 4px 0 0
    }

    .dln-thankYou .dln-orderSumm {
        border: none
    }

    .dln-thankYou .dln-orderSumm__content {
        padding: 0
    }

    .dln-thankYou .dln-orderSumm .dln-orderSumm__contentRow:first-of-type {
        border-top: none
    }

    .dln-thankYou__shareContent .dln-thankYou__paragraph, .dln-thankYou__shareContent .dln-thankYou__socialBtn, .dln-thankYou__shareContent .dln-thankYou__subTitle {
        text-align: left;
        margin: 0 auto 24px
    }

    .dln-thankYou__shareContent .dln-thankYou__subTitle {
        margin-top: 0
    }

    .dln-thankYou--user .dln-thankYou__successMess {
        margin: 20px 0 24px;
        border: none;
        padding: 20px 26px
    }

    .dln-thankYou--user .dln-thankYou__successMess .dln-thankYou__paragraph {
        margin: 0 0 28px
    }

    .dln-thankYou--user .dln-thankYou__orderNr {
        display: flex;
        flex-wrap: wrap;
        margin: 0
    }

    .dln-thankYou--user .dln-thankYou__orderNr .dln-btn {
        order: -1;
        margin: 0 0 32px
    }

    .dln-thankYou--user .dln-thankYou__orderInfo--user {
        padding: 0;
        margin: 0;
        border: none
    }

    .dln-thankYou .dln-carousel {
        margin: 32px 0 40px
    }

    .dln-thankYou .dln-carousel .swiper-pagination {
        margin: 32px 0 0
    }
}

.dln-kenwood .dln-thankYou .dln-wrapper > .dln-thankYou__content {
    border: none;
    display: flex;
    padding: 0 75px;
    margin: 24px 75px 0;
    justify-content: space-between
}

.dln-kenwood .dln-thankYou .dln-wrapper--fullWidth {
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    background-color: var(--ui-14);
    justify-content: center
}

.dln-kenwood .dln-thankYou .dln-thankYou__successMess {
    padding: 12px 24px 46px;
    margin: 0;
    border: none;
    width: 100%
}

.dln-kenwood .dln-thankYou .dln-thankYou__successMess .dln-thankYou__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    font-size: 1.5rem;
    margin: 29px 0 16px
}

.dln-kenwood .dln-thankYou .dln-thankYou__successMess .dln-thankYou__paragraph {
    line-height: 19px;
    font-size: .8125rem;
    margin-bottom: 36px
}

.dln-kenwood .dln-thankYou .dln-thankYou__successMess .dln-thankYou__paragraph > a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none
}

.dln-kenwood .dln-thankYou .dln-thankYou__successMess .dln-icn {
    margin: 0;
    color: var(--brand-01);
    border: 2px solid var(--brand-01);
    border-radius: 50%;
    width: 77px;
    height: 55px;
    padding-top: 22px
}

.dln-kenwood .dln-thankYou .dln-thankYou__orderNr .dln-thankYou__orderInfo {
    width: 100%;
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 60px;
    text-align: center;
    padding: 0;
    border: none
}

.dln-kenwood .dln-thankYou .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
    font-size: .9375rem;
    line-height: 22px
}

.dln-kenwood .dln-thankYou .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
    line-height: 22px;
    font-size: .9375rem;
    padding: 0;
    margin-bottom: 0
}

.dln-kenwood .dln-thankYou .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
    color: var(--brand-01)
}

.dln-kenwood .dln-thankYou .dln-thankYou__orderNr > .dln-btn {
    margin-bottom: 40px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent {
    border: none;
    margin-top: 34px;
    margin-bottom: 24px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap {
    margin: 0 60px 40px;
    padding: 0 60px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails {
    padding: 0;
    margin: 0;
    background-color: var(--ui-14)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
    margin: 23px 0 0
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
    font-size: 1.125rem !important;
    line-height: 22px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    font-weight: 700
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap a, .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap i {
    color: var(--brand-01)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
    font-size: .9375rem;
    line-height: 22px;
    color: var(--ui-13)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
    margin: 0
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
    font-size: .8125rem;
    color: var(--ui-02);
    margin-top: 13px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
    border-bottom-color: var(--ui-01);
    padding: 32px 0 36px;
    margin-top: 15px;
    align-items: flex-start
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order:hover {
    border-top-color: var(--ui-01)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
    margin-right: 15px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
    width: calc(100% - 200px)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
    padding-left: 0;
    display: flex;
    flex-direction: unset
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
    font-size: 1.125rem;
    line-height: 22px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
    margin-bottom: 21px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
    flex: initial;
    width: auto;
    font-size: .9375rem;
    line-height: 22px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
    font-size: .9375rem;
    margin: 0 13px 0 0;
    color: var(--ui-02);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
    margin-top: 0;
    font-size: .9375rem
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-cartItem__label {
    font-size: .9375rem;
    line-height: 22px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
    margin-bottom: 24px;
    margin-top: 50px;
    padding: 0;
    width: calc(33.333% - 27px)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 27px;
    font-weight: 700
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
    border: 1px solid var(--ui-12);
    padding: 14px 22px 24px 20px;
    margin-bottom: 24px;
    background-color: var(--ui-14)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data {
    font-size: 13px;
    color: var(--ui-13)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
    margin-bottom: 24px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
    display: none
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
    width: calc(33.333% - 27px);
    padding-bottom: 10px;
    margin-bottom: 23px;
    margin-top: 50px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
    font-size: 1.125rem;
    line-height: 22px;
    margin-bottom: 27px;
    font-weight: 700
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
    background-color: var(--ui-14);
    border: 1px solid var(--ui-12);
    padding: 20px 51px 14px 20px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
    line-height: 18px;
    font-size: 13px;
    color: var(--ui-13)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
    margin-top: 50px;
    width: calc(33.333% - 27px)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
    line-height: 22px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 27px
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__content {
    background-color: var(--ui-14)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--subtotal {
    border-top: none
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
    font-size: .8125rem;
    font-family: var(--fontNameRoman), Arial, sans-serif
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8125rem
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
    font-size: .9375rem
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
    font-size: .875rem
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total {
    border-top: 1px solid var(--ui-13);
    border-bottom: 1px solid var(--ui-13)
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle, .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-price--total {
    font-size: 1.125rem !important;
    color: var(--brand-04) !important;
    font-family: var(--fontNameBold), Arial, sans-serif
}

.dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__rowTitle {
    color: var(--ui-13) !important
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-kenwood .dln-thankYou .dln-wrapper > .dln-thankYou__content {
        border: none;
        display: flex;
        padding: 0 2px;
        margin: 24px 2px 0;
        justify-content: space-between
    }

    .dln-kenwood .dln-thankYou .dln-wrapper--fullWidth {
        margin-top: 60px;
        margin-bottom: 40px;
        border-top: 1px solid var(--ui-01);
        border-bottom: 1px solid var(--ui-01);
        background-color: var(--ui-14)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        width: 100%;
        line-height: 29px;
        font-size: 1.3125rem;
        margin-bottom: 64px;
        text-align: center;
        padding: 0;
        border: none
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
        font-size: .8125rem;
        line-height: 19px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        line-height: 19px;
        font-size: .8125rem;
        padding: 0;
        margin-bottom: 0
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
        color: var(--brand-01)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr > .dln-btn {
        margin-bottom: 40px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__successMess {
        padding: 16px 24px 0;
        margin: 0;
        border: none;
        width: 100%
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__successMess .dln-thankYou__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 22px;
        font-size: 1.125rem;
        margin: 35px 0 24px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__successMess .dln-thankYou__paragraph {
        line-height: 19px;
        font-size: .8125rem;
        margin-bottom: 30px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__successMess .dln-thankYou__paragraph > a {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-decoration: none
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent {
        border: none;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 10px 40px;
        padding: 0 10px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails {
        padding: 0;
        background-color: var(--ui-14)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin: 23px 0 15px;
        border-bottom: none
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: 1rem !important;
        line-height: 19px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap a, .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap i {
        color: var(--brand-01)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--ui-02)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 0
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        padding: 0 0 8px;
        margin-top: 10px;
        align-items: flex-start;
        border-top: none;
        border-bottom: 1px solid var(--ui-12)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 15px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 120px) !important
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        padding-left: 0;
        display: flex;
        flex-direction: unset
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem;
        line-height: 19px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        margin-bottom: 21px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        width: auto;
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        font-size: .8125rem;
        margin: 0 13px 0 0;
        color: var(--ui-02);
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
        margin-top: 0;
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        border-bottom: 1px solid var(--ui-12);
        margin-bottom: 24px;
        margin-top: 0;
        padding: 0;
        width: 100%
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: .9375rem;
        margin-bottom: 6px;
        font-weight: 700
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border: none;
        padding: 0 !important;
        margin-bottom: 24px;
        background-color: var(--ui-14)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data {
        font-size: 13px;
        color: var(--ui-13)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
        width: 100%;
        padding-bottom: 0;
        border-bottom: 1px solid var(--ui-12);
        margin: 0 0 23px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 12px;
        font-weight: 700
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        background-color: var(--ui-14);
        border: none;
        padding: 0 !important
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px;
        font-size: 13px;
        color: var(--ui-13)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
        width: 100%;
        margin-top: 3px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__content {
        background-color: var(--ui-14)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--subtotal {
        border-top: none
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
        font-size: .8125rem;
        font-family: var(--fontNameRoman), Arial, sans-serif
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total {
        border-top: 1px solid var(--ui-13);
        border-bottom: 1px solid var(--ui-13)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle, .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-price--total {
        font-size: 1.125rem !important;
        color: var(--brand-04) !important;
        font-family: var(--fontNameBold), Arial, sans-serif
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__rowTitle {
        color: var(--ui-13) !important
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-thankYou .dln-wrapper > .dln-thankYou__content {
        border: none;
        display: flex;
        padding: 0;
        margin: 0;
        justify-content: space-between
    }

    .dln-kenwood .dln-thankYou .dln-wrapper--fullWidth {
        margin-top: 0;
        margin-bottom: 40px;
        border-top: 1px solid var(--ui-01);
        border-bottom: 1px solid var(--ui-01);
        background-color: var(--ui-14)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__successMess {
        padding: 46px 24px 24px;
        margin: 0;
        border: none;
        width: 100%
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__successMess .dln-thankYou__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        font-size: 1.125rem;
        margin: 17px 0 36px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__successMess .dln-thankYou__paragraph {
        line-height: 19px;
        font-size: .8125rem;
        margin-bottom: 28px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__successMess .dln-thankYou__paragraph > a {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-decoration: none
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__successMess .dln-icn {
        font-size: 32px;
        color: var(--brand-01);
        margin: 0;
        border: 2px solid var(--brand-01);
        border-radius: 50%;
        width: 62px;
        height: 46px;
        padding-top: 16px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        width: 100%;
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 28px;
        text-align: center;
        padding: 0;
        border: none
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        line-height: 19px;
        font-size: .8125rem;
        padding: 0;
        margin-bottom: 0
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
        color: var(--brand-01)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper .dln-thankYou__orderNr > .dln-btn {
        margin-bottom: 40px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent {
        border: none;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 10px 40px;
        padding: 0 10px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails {
        padding: 0;
        background-color: var(--ui-14)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin-bottom: 12px !important;
        margin-top: 0
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: .9375rem !important;
        line-height: 19px;
        margin-top: 0;
        padding-top: 26px;
        margin-bottom: 0
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap a, .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap i {
        color: var(--brand-01)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--ui-02)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 6px 0 0;
        font-size: 13px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        border-bottom-color: var(--ui-01);
        padding: 0 0 18px !important;
        margin-top: 20px;
        align-items: flex-start
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 15px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 120px) !important
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        padding-left: 0;
        display: flex;
        flex-direction: unset
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem;
        line-height: 19px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        margin-bottom: 21px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        width: auto;
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        font-size: .8125rem;
        margin: 0 13px 0 0;
        color: var(--ui-02);
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
        margin-top: 0;
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        border-bottom: 1px solid var(--ui-01);
        margin-bottom: 24px;
        padding: 0;
        width: 100%;
        margin-top: 13px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: .9375rem;
        margin-bottom: 6px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border: none;
        padding: 0 !important;
        margin-bottom: 24px;
        background-color: var(--ui-14)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data {
        font-size: 13px;
        color: var(--ui-13)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
        width: 100%;
        margin: 0;
        padding-bottom: 24px;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 16px
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        background-color: var(--ui-14);
        border: none;
        padding: 0 !important
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px;
        font-size: 13px;
        color: var(--ui-13)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
        width: 100%;
        margin-top: 0
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
        margin: 24px 0 5px;
        font-size: .9375rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__content {
        background-color: var(--ui-14)
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
        font-size: .8125rem;
        font-family: var(--fontNameRoman), Arial, sans-serif
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle, .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-price--total {
        font-size: 1.125rem !important;
        color: var(--brand-04) !important;
        font-family: var(--fontNameBold), Arial, sans-serif
    }

    .dln-kenwood .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__rowTitle {
        color: var(--ui-13) !important
    }
}

.dln-delonghi .dln-thankYou {
    padding-top: 95px
}

.dln-delonghi .dln-thankYou__content .dln-wrapper > .dln-thankYou__content {
    border: none;
    display: flex;
    padding: 0 75px;
    margin: 24px 75px 0;
    justify-content: space-between
}

.dln-delonghi .dln-thankYou__content .dln-wrapper--fullWidth {
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    background-color: var(--ui-03);
    justify-content: center
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__successMess {
    padding: 24px 24px 28px;
    margin: 0;
    border: none;
    width: 100%
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: 1.125rem;
    margin: 35px 0 24px
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__paragraph {
    line-height: 19px;
    font-size: .8125rem;
    margin-bottom: 56px
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__paragraph > a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__successMess .dln-icn {
    margin: 0;
    border: 2px solid var(--brand-01);
    border-radius: 50%;
    width: 77px;
    color: var(--brand-01);
    height: 54px;
    padding-top: 23px
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo {
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 31px
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo, .dln-delonghi .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo > b {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo > span {
    line-height: 19px;
    font-size: .8125rem;
    color: var(--ui-02);
    margin-top: 6px
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
    line-height: 19px;
    font-size: .8125rem;
    border-top: none;
    margin: 0;
    padding-top: 33px
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user > a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-01)
}

.dln-delonghi .dln-thankYou__content .dln-thankYou__orderNr > .dln-btn--user {
    width: 100%;
    max-width: 386px;
    margin: 0 auto;
    display: none
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent {
    border-top: none;
    margin-top: 45px;
    margin-bottom: 40px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap {
    margin: 0 60px;
    padding: 0 60px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
    margin-bottom: 47px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: 1.125rem;
    padding-top: 33px;
    margin-bottom: 4px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    color: var(--brand-01)
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap i {
    color: var(--brand-01)
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
    position: relative;
    width: 100%
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
    font-size: 13px;
    line-height: 19px;
    color: var(--ui-02);
    margin-bottom: 15px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev {
    border-top-color: var(--ui-01);
    padding: 30px 0 43px;
    align-items: flex-start
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev__detailsTitle {
    font-size: 18px;
    line-height: 22px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev .dln-orderRev--cart-order {
    border-top-color: var(--ui-01);
    padding: 30px 0 43px;
    align-items: flex-start
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev .dln-orderRev--cart-order .dln-orderRev__itemPic {
    margin-right: 20px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev .dln-orderRev--cart-order .dln-orderRev__content {
    width: calc(100% - 200px);
    padding: 1px 0 0
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev .dln-orderRev--cart-order .dln-orderRev__advice .dln-icn {
    color: var(--brand-04);
    margin-left: 4px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 28px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
    padding: 11px 58px 26px 24px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__data {
    line-height: 19px;
    font-size: .8125rem
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__data:first-child {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
    padding: 20px 51px 17px 20px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 28px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
    padding: 20px 51px 13px 20px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox__data {
    line-height: 19px;
    font-size: .8125rem
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__logoContainer {
    margin-bottom: 12px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .8125rem
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 28px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow {
    padding: 10px 0
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
    margin-right: auto
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--taxes .dln-tooltip {
    display: none
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
    font-size: 1.125rem !important
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-orderSumm__rowTitle {
    font-size: .8125rem;
    line-height: 19px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
    font-size: .9375rem;
    line-height: 22px
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--removeLink {
    display: none
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
    font-size: .875rem
}

.dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
    font-size: 1rem
}

.dln-delonghi .dln-thankYou__shareContent .dln-thankYou__paragraph {
    margin-bottom: 40px
}

.dln-delonghi .dln-thankYou__shareContent .dln-thankYou__paragraph > a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-thankYou__shareContent .dln-btn {
    width: 100%
}

.dln-delonghi .dln-cartItem__label {
    font-size: .8125rem;
    line-height: 19px;
    color: var(--ui-02)
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-delonghi .dln-thankYou {
        padding-top: 64px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content {
        padding: 0;
        margin: 59px 0 0;
        display: flex;
        flex-wrap: wrap
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess {
        padding: 20px 24px;
        margin: 0;
        border: none;
        width: 100%
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-icn {
        margin: 10px 0;
        width: 77px;
        height: 54px;
        padding-top: 23px;
        color: var(--brand-01);
        border: 2px solid var(--brand-01);
        border-radius: 50%
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 19px;
        font-size: .9375rem;
        margin: 37px 0 28px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__paragraph {
        line-height: 19px;
        font-size: .8125rem
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        width: 100%;
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
        font-size: .8125rem;
        line-height: 19px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        line-height: 19px;
        font-size: .8125rem;
        padding-top: 50px;
        padding-bottom: 0;
        margin-bottom: 35px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr > .dln-btn {
        margin-bottom: 40px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__regForm {
        width: 100%;
        margin-top: 32px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent {
        border-bottom: none;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 21px 40px;
        padding: 0 21px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin: 26px 0 33px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: 1.125rem !important;
        line-height: 22px;
        margin: 0;
        padding: 0
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--ui-02)
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 0
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        padding: 0 0 15px !important;
        margin-top: 15px;
        align-items: flex-start;
        border-top: none;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 20px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 200px) !important;
        padding: 1px 0 0
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        flex-direction: column;
        padding-left: 0;
        display: block
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem;
        order: 1
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        order: 2;
        margin-bottom: 21px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        order: 3;
        width: auto;
        font-size: .8125rem;
        margin-top: 13px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        order: 3;
        font-size: .8125rem;
        margin: 0 7px 0 0;
        color: var(--ui-02)
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
        order: 4
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        border-bottom: 1px solid var(--ui-01);
        margin: 0 0 25px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 6px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border: none;
        padding: 0 !important;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
        margin: 0 0 10px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 12px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        border: none;
        border-bottom: 1px solid var(--ui-01);
        margin: 0;
        padding: 0 0 24px !important
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
        margin: 0
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
        font-size: .9375rem !important
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 28px;
        padding-top: 0
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__shareContent .dln-thankYou__paragraph {
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-thankYou {
        padding-top: 64px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess {
        padding: 20px 24px;
        margin: 23px 0 16px;
        border: none;
        width: 100%
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-icn {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin: 10px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 19px;
        font-size: .9375rem;
        margin: 24px 0 65px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__paragraph {
        line-height: 19px;
        font-size: .8125rem;
        margin-bottom: 28px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-icn {
        margin: 10px 0;
        width: 62px;
        height: 47px;
        padding-top: 15px;
        color: var(--brand-01);
        border: 2px solid var(--brand-01);
        border-radius: 50%
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        width: 100%;
        line-height: 19px;
        font-size: .8125rem;
        margin-bottom: 24px;
        text-align: center
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
        font-size: .8125rem
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        line-height: 19px;
        font-size: .8125rem;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr > .dln-btn {
        margin-bottom: 40px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent {
        border-bottom: none;
        margin-top: 0;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 10px 40px;
        padding: 0 10px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin-bottom: 26px !important
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: .9375rem !important;
        margin-top: 0;
        padding-top: 26px;
        margin-bottom: 0
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--ui-02)
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 6px 0 0
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        border-bottom-color: var(--ui-01);
        padding: 0 0 18px !important;
        margin-top: 20px;
        align-items: flex-start
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 15px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 120px) !important
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        flex-direction: column;
        padding-left: 0;
        display: block
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem;
        order: 1
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        order: 2;
        margin-bottom: 21px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        order: 3;
        width: auto;
        font-size: .8125rem;
        margin-top: 13px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        order: 3;
        font-size: .8125rem;
        margin: 0 7px 0 0;
        color: var(--ui-02)
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
        order: 4
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        border-bottom: 1px solid var(--ui-01);
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: .9375rem;
        margin-bottom: 6px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border-bottom: none;
        padding: 0 !important;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 12px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        border-bottom: none;
        padding: 0 0 24px !important
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-delonghi .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
        font-size: .9375rem !important
    }

    .dln-delonghi .dln-thankYou .dln-wrapper .dln-thankYou__shareContent .dln-thankYou__paragraph {
        margin-bottom: 24px
    }
}

.dln-regProductList--editing .dln-regProductList__section {
    align-items: stretch;
    margin: 24px 0 64px
}

.dln-regProductList--editing .dln-regProductList__sectionFoot {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid var(--ui-01);
    padding: 40px 0 0;
    margin: 40px 0 0
}

.dln-regProductList--editing .dln-regProductList__sectionFoot .dln-btn {
    max-width: 180px
}

.dln-regProductList--editing .dln-regProductList__sectionFoot .dln-btn--link {
    margin: 0 auto 0 0
}

.dln-regProductList--editing .dln-noticeBox {
    width: calc(50% - 10px);
    margin: 0 20px 0 0
}

.dln-regProductList--editing .dln-noticeBox:last-of-type {
    margin: 0
}

.dln-regProductList .dln-regProductList__section .dln-noticeBox {
    align-items: center;
    padding: 28px 16px 33px 11px
}

.dln-regProductList .dln-regProductList__section .dln-noticeBox__icon {
    width: 44px;
    height: 44px;
    margin: 0 26px 0 0
}

.dln-regProductList .dln-regProductList__section .dln-noticeBox__icon .dln-icn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 44px
}

.dln-regProductList .dln-regProductList__section .dln-noticeBox__content {
    width: calc(100% - 70px)
}

@media only screen and (max-width: 599px) {
    .dln-regProductList--editing .dln-regProductList__sectionFoot {
        padding: 30px 0 0;
        margin: 30px 0 0
    }

    .dln-regProductList--editing .dln-noticeBox {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-regProductList--editing .dln-noticeBox:last-of-type {
        margin: 0 0 32px
    }

    .dln-regProductList .dln-regProductList__section .dln-noticeBox {
        padding: 20px 20px 20px 13px
    }

    .dln-regProductList .dln-regProductList__section .dln-noticeBox__icon {
        width: 48px;
        height: 48px;
        margin: 0 13px 0 0
    }

    .dln-regProductList .dln-regProductList__section .dln-noticeBox__icon .dln-icn {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 48px
    }

    .dln-regProductList .dln-regProductList__section .dln-noticeBox__content {
        width: calc(100% - 61px)
    }

    .dln-regProductList .dln-regProductList__section .dln-noticeBox__title {
        margin-bottom: 5px
    }

    .dln-regProductList .dln-regProductList__section .dln-noticeBox:first-of-type .dln-noticeBox__icon {
        height: 44px
    }

    .dln-regProductList .dln-regProductList__section .dln-noticeBox:first-of-type .dln-noticeBox__icon .dln-icn {
        height: 44px;
        line-height: 44px;
        font-size: 37px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-regProductList--editing .dln-title {
        margin: 30px 0 20px
    }
}

.dln-kenwood .dln-regProductList--editing .dln-title {
    margin: 0 0 22px
}

.dln-kenwood .dln-regProductList--editing .dln-regProductList__section {
    margin: 24px 0 46px
}

.dln-kenwood .dln-regProductList--editing .dln-regProductList__sectionFoot {
    padding: 28px 0 0;
    margin: 30px 0 0
}

.dln-kenwood .dln-regProductList .dln-regProductList__section .dln-noticeBox {
    align-items: flex-start;
    padding: 50px 31px 44px
}

.dln-kenwood .dln-regProductList .dln-regProductList__section .dln-noticeBox__icon {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0
}

.dln-kenwood .dln-regProductList .dln-regProductList__section .dln-noticeBox__icon .dln-icn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px
}

.dln-kenwood .dln-regProductList .dln-regProductList__section .dln-noticeBox__content {
    width: calc(100% - 70px)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-regProductList .dln-regProductList__section .dln-noticeBox {
        padding: 40px 30px
    }

    .dln-kenwood .dln-regProductList .dln-regProductList__section .dln-noticeBox__icon {
        width: 50px;
        height: 50px;
        margin: 0 20px 0 0
    }

    .dln-kenwood .dln-regProductList .dln-regProductList__section .dln-noticeBox__icon .dln-icn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 50px
    }

    .dln-kenwood .dln-regProductList .dln-regProductList__section .dln-noticeBox:first-of-type .dln-noticeBox__icon {
        width: 50px;
        height: 50px;
        margin: 0 20px 0 0
    }

    .dln-kenwood .dln-regProductList .dln-regProductList__section .dln-noticeBox:first-of-type .dln-noticeBox__icon .dln-icn {
        width: 48px;
        height: 50px;
        line-height: 50px;
        font-size: 48px
    }
}

.dln-delonghi .dln-regProductList--editing .dln-regProductList__section {
    margin-bottom: 40px
}

.dln-delonghi .dln-regProductList--editing .dln-regProductList__sectionFoot {
    margin-top: 24px;
    padding-top: 24px
}

.dln-inputsFile {
    font-size: 13px;
    line-height: 125%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    border-radius: 2px;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    padding-bottom: 32px
}

.dln-inputsFile__input {
    display: none
}

.dln-inputsFile .dln-btn {
    width: 130px;
    padding: 0;
    margin: 0 auto 0 0
}

.dln-inputsFile__label {
    font-size: 13px;
    line-height: 125%;
    display: inline-flex;
    align-items: center;
    width: calc(100% - 154px);
    color: var(--brand-02);
    box-sizing: border-box;
    position: relative
}

.dln-inputsFile__labelText {
    display: none;
    width: calc(100% + 2px);
    height: 16px;
    line-height: 1.6;
    font-size: 12px;
    color: var(--ui-07);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    top: -20px;
    left: -1px
}

.dln-inputsFile__label .dln-tooltip {
    order: 2;
    color: var(--brand-02);
    margin: 0 0 0 auto;
    z-index: 9
}

.dln-inputsFile__label:not(.dln-inputsFile__label--file) {
    border: 1px solid var(--ui-01);
    padding: 0 8px
}

.dln-inputsFile--fileUploaded .dln-inputsFile__label:not(.dln-tooltip) {
    color: transparent
}

.dln-inputsFile__innerLabel {
    order: 1;
    width: calc(100% - 24px);
    height: 20px;
    line-height: 1.6;
    font-size: 12px;
    color: var(--brand-02);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.dln-inputsFile--error .dln-inputsFile__label {
    border-color: var(--support-01)
}

.dln-inputsFile--error .dln-inputsFile__error, .dln-inputsFile--error .dln-inputsFile__innerLabel {
    color: var(--support-01)
}

.dln-inputsFile__error {
    font-size: 13px;
    line-height: 125%;
    display: block;
    color: var(--brand-02);
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translate(8px) scale(.75);
    transform-origin: 0 0;
    transform-origin: bottom left;
    overflow: hidden;
    position: absolute;
    top: 40px;
    bottom: auto;
    left: 0
}

@media only screen and (max-width: 599px) {
    .dln-inputsFile .dln-btn {
        max-width: 100px
    }

    .dln-inputsFile__label {
        width: calc(100% - 116px)
    }
}

.dln-kenwood .dln-inputsFile {
    padding-top: 20px
}

.dln-kenwood .dln-inputsFile__labelText {
    display: block
}

.dln-delonghi .dln-inputsFile {
    padding: 0;
    flex-wrap: nowrap
}

.dln-delonghi .dln-inputsFile .dln-btn {
    min-width: 0 !important;
    margin-right: 16px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-inputsFile .dln-btn {
        min-width: 0 !important;
        max-width: none !important
    }
}

.dln-delonghi .dln-inputsFile__label {
    flex: 1
}

.dln-delonghi .dln-inputsFile__label:not(.dln-inputsFile__label--file) {
    border: 1px solid var(--ui-02);
    border-radius: 2px;
    padding: 0 16px
}

.dln-delonghi .dln-inputsFile__labelText {
    display: none
}

.dln-delonghi .dln-inputsFile__innerLabel {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    line-height: 18px;
    color: var(--ui-02)
}

.dln-delonghi .dln-inputsFile--error .dln-inputsFile__label {
    border-color: var(--support-01)
}

.dln-thankYou--guest .dln-wrapper > .dln-thankYou__content {
    border: none;
    display: flex;
    padding: 0 50px;
    margin: 24px 50px 0;
    justify-content: space-between
}

.dln-thankYou--guest .dln-wrapper--fullWidth {
    margin-top: 35px;
    margin-bottom: 40px;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    background-color: var(--ui-03);
    justify-content: center
}

.dln-thankYou--guest .dln-thankYou__successMess {
    margin: 0;
    padding: 26px 67px;
    background-color: var(--ui-03);
    border: none;
    width: 55%;
    max-height: 482px
}

.dln-thankYou--guest .dln-thankYou__successMess .dln-icn {
    margin: 22px 0 0;
    border: 2px solid var(--support-02);
    padding-top: 30px;
    border-radius: 50%;
    height: 47px;
    justify-content: center;
    width: 77px;
    color: var(--support-02)
}

.dln-thankYou--guest .dln-thankYou__title {
    line-height: 30px;
    font-size: 1.5rem;
    margin-bottom: 17px;
    margin-top: 28px
}

.dln-thankYou--guest .dln-thankYou__paragraph {
    line-height: 22px;
    font-size: .9375rem;
    margin-bottom: 29px
}

.dln-thankYou--guest .dln-thankYou__orderInfo {
    margin-bottom: 64px;
    text-align: center;
    font-size: 1.125rem;
    line-height: 22px
}

.dln-thankYou--guest .dln-thankYou__orderInfo--user {
    padding: 0;
    border: none;
    margin: 0 0 22px;
    font-size: 13px;
    line-height: 19px
}

.dln-thankYou--guest .dln-thankYou__orderInfo--user a {
    color: var(--support-02)
}

.dln-thankYou--guest .dln-thankYou__orderInfo span {
    color: #000;
    font-size: 13px;
    line-height: 19px
}

.dln-thankYou--guest .dln-thankYou__regForm {
    text-align: center;
    border-top: none;
    width: 39%
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle {
    display: none;
    margin: 40px 0 8px
}

.dln-thankYou--guest .dln-thankYou__regForm > .dln-btn {
    max-width: 380px;
    margin: 0 auto;
    display: none
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__paragraph {
    display: none
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitTitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 17px;
    text-align: start
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer {
    display: flex;
    flex-wrap: wrap
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox {
    height: auto;
    border: none;
    display: flex;
    width: 50%;
    padding: 0;
    margin-bottom: 17px
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-icn {
    font-size: 12px;
    padding: 8px 7px;
    border: 1px solid var(--support-02);
    border-radius: 50%;
    background-color: var(--support-02);
    color: #fff
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: .9375rem;
    padding: 0;
    margin: 0 0 0 12px;
    width: auto
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__desc {
    line-height: 18px;
    font-size: .875rem;
    color: var(--ui-02);
    padding: 0
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail {
    text-align: start;
    margin-top: 11px;
    margin-bottom: 17px
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailSubtitle {
    font-size: 13px;
    line-height: 19px
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm {
    width: 80%
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names {
    display: flex;
    flex-direction: row;
    gap: 23px;
    margin-bottom: 0
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-inputs {
    width: calc(50% - 10px);
    height: 40px;
    margin-bottom: 30px
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-inputs {
    margin-bottom: 30px
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-inputs i {
    cursor: pointer;
    top: 10px;
    right: 15px;
    position: absolute
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-preferences {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-preferences .dln-text {
    text-align: start;
    width: calc(100% - 38px);
    margin-left: 14px;
    color: var(--brand-02);
    font-size: 13px;
    line-height: 19px
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-benefitCheckBox {
    height: 24px;
    width: 24px;
    align-self: flex-start
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-submitButton {
    width: 100%;
    background-color: var(--brand-01);
    color: #fff;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    cursor: pointer
}

.dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-submitButton:disabled {
    background-color: var(--brand-02) !important
}

.dln-thankYou--guest .dln-wrapper#mainContent {
    border-top: none;
    margin-top: 124px;
    margin-bottom: 40px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap {
    margin: 0 60px;
    padding: 0 60px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails {
    margin: 0;
    padding: 0
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
    margin-bottom: 47px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    font-size: 1.5rem;
    padding-top: 26px;
    margin: 0
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    color: var(--support-02)
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap i {
    color: var(--support-02)
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
    position: relative;
    width: 100%
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
    font-size: 15px;
    line-height: 22px;
    color: var(--ui-02);
    margin-bottom: 15px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
    border-top-color: var(--ui-01);
    padding: 32px 0 42px;
    align-items: flex-start
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__detailsTitle {
    font-size: 18px;
    line-height: 22px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-price {
    font-size: 15px;
    line-height: 22px;
    margin-top: 14px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-cartItem__quantity {
    font-size: 13px;
    line-height: 19px;
    margin-top: 8px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__itemPic {
    margin-right: 20px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
    width: calc(100% - 200px);
    padding: 1px 0 0
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__advice .dln-icn {
    color: var(--brand-04);
    margin-left: 4px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: .9375rem;
    margin-bottom: 28px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
    padding: 11px 58px 26px 24px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__data {
    line-height: 19px;
    font-size: .8125rem
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
    padding: 20px 51px 17px 20px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: .9375rem;
    margin-bottom: 28px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
    padding: 20px 51px 13px 20px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__logoContainer {
    margin-bottom: 12px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
    font-size: .8125rem
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: .9375rem;
    margin-bottom: 28px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow {
    padding: 10px 0
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
    margin-right: auto
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--taxes .dln-tooltip {
    display: none
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
    font-size: .9375rem !important
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-orderSumm__rowTitle {
    font-size: .8125rem;
    line-height: 19px;
    color: #000
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
    font-size: .9375rem;
    line-height: 22px
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--removeLink {
    display: none
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
    font-size: .875rem
}

.dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
    font-size: 1rem
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content {
        padding: 0;
        margin: 50px 0 0;
        display: flex;
        flex-wrap: wrap
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess {
        padding: 48px 24px 20px;
        margin: 0;
        border: none;
        width: 100%
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-icn {
        width: 77px;
        height: 53px;
        line-height: 32px;
        margin: 0;
        padding-top: 24px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 22px;
        font-size: 1.125rem;
        margin: 35px 0 26px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__paragraph {
        line-height: 19px;
        font-size: .8125rem;
        margin-bottom: 56px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        width: 100%;
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 24px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
        font-size: .8125rem;
        line-height: 19px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        line-height: 19px;
        font-size: .8125rem;
        padding-top: 40px;
        padding-bottom: 0;
        margin-bottom: 28px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
        color: var(--support-02)
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr > .dln-btn {
        margin-bottom: 40px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm {
        width: 100%;
        margin-top: 32px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitTitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 17px;
        text-align: start
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer {
        display: flex;
        flex-wrap: wrap
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox {
        height: auto;
        border: none;
        display: flex;
        width: 50%;
        padding: 0;
        margin-bottom: 17px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-icn {
        font-size: 12px;
        padding: 8px 7px;
        border: 1px solid var(--support-02);
        border-radius: 50%;
        background-color: var(--support-02);
        color: #fff
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 22px;
        font-size: .9375rem;
        padding: 0;
        margin: 0 0 0 12px;
        width: auto
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__desc {
        line-height: 18px;
        font-size: .875rem;
        color: var(--ui-02);
        padding: 0
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail {
        text-align: start;
        margin-top: 11px;
        margin-bottom: 17px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailTitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailSubtitle {
        font-size: 13px;
        line-height: 19px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm {
        width: 100%
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-names {
        display: flex;
        flex-direction: row;
        gap: 23px;
        margin-bottom: 20px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-firstName, .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-lastName {
        width: calc(50% - 10px);
        height: 40px;
        padding-left: 10px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-passwordLine {
        width: calc(50% - 14px);
        display: flex;
        align-items: baseline
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-passwordLine .dln-password {
        height: 40px;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 10px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-passwordLine i {
        margin-left: -22px;
        right: 12px;
        cursor: pointer;
        font-size: 18px
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-benefitCheckBox {
        height: 24px;
        width: 24px;
        align-self: flex-start
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-submitButton {
        width: 100%;
        background-color: var(--brand-01);
        color: #fff;
        height: 48px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 100px;
        border: none;
        font-weight: 600
    }

    .dln-thankYou--guest .dln-wrapper#mainContent {
        border-bottom: none;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 20px 40px;
        padding: 0 20px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails {
        margin: 0;
        padding: 0
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin: 26px 0 33px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: 1.125rem !important;
        line-height: 22px;
        margin: 0;
        padding: 0
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle a, .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle i {
        color: var(--support-02)
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--ui-02)
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 6px 0 0
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        padding: 0 0 16px !important;
        margin-top: 11px;
        align-items: flex-start;
        border-top: none;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 20px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 200px) !important;
        padding: 1px 0 0
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        flex-direction: column;
        padding-left: 0;
        display: inline-block
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        margin-bottom: 21px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: .8125rem;
        margin-top: 0
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        font-size: .8125rem;
        margin: 0 7px 0 0;
        color: var(--brand-02)
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        border-bottom: 1px solid var(--ui-01);
        margin: 0 0 25px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 6px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border: none;
        padding: 0 !important;
        margin-bottom: 24px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
        margin: 0 0 10px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 12px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        border: none;
        border-bottom: 1px solid var(--ui-01);
        margin: 0;
        padding: 0 0 24px !important
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
        margin: 0
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
        font-size: .9375rem !important
    }

    .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 12px;
        padding-top: 0
    }

    .dln-thankYou--guest .dln-wrapper .dln-thankYou__shareContent .dln-thankYou__paragraph {
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 599px) {
    .dln-thankYou--guest .dln-wrapper > .dln-thankYou__content {
        border: none;
        display: flex;
        padding: 0;
        margin: 17px 0 0
    }

    .dln-thankYou--guest .dln-wrapper--fullWidth {
        margin-top: 60px;
        margin-bottom: 40px;
        border-top: 1px solid var(--ui-01);
        border-bottom: 1px solid var(--ui-01);
        background-color: var(--ui-03)
    }

    .dln-thankYou--guest .dln-thankYou__successMess {
        margin: 0;
        padding: 26px 22px;
        background-color: var(--ui-03);
        border: none;
        width: 100%
    }

    .dln-thankYou--guest .dln-thankYou__successMess .dln-icn {
        margin-bottom: 17px
    }

    .dln-thankYou--guest .dln-thankYou__title {
        line-height: 22px;
        font-size: 1.125rem;
        margin: 0 0 36px
    }

    .dln-thankYou--guest .dln-thankYou__orderNr {
        margin: 0
    }

    .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        margin-bottom: 27px;
        text-align: center;
        font-size: 15px;
        line-height: 19px
    }

    .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        padding: 0;
        border: none;
        margin: 0
    }

    .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
        color: var(--support-02)
    }

    .dln-thankYou--guest .dln-thankYou__paragraph {
        font-size: .8125rem;
        line-height: 19px
    }

    .dln-thankYou--guest .dln-thankYou__regForm {
        width: 100%;
        text-align: center;
        border-top: none;
        margin-top: 26px;
        margin-bottom: 31px
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle {
        display: none;
        margin: 40px 0 8px
    }

    .dln-thankYou--guest .dln-thankYou__regForm > .dln-btn {
        max-width: 380px;
        margin: 0 auto
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitTitle {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 17px;
        text-align: start
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer {
        display: flex;
        flex-wrap: wrap
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox {
        height: auto;
        border: none;
        display: flex;
        width: 50%;
        padding: 0;
        margin-bottom: 17px
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-icn {
        font-size: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        border: 1px solid var(--support-02);
        border-radius: 50%;
        background-color: var(--support-02);
        color: #fff
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 19px;
        font-size: .8125rem;
        padding: 0;
        margin: 0 0 0 12px;
        width: auto
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__desc {
        line-height: 18px;
        font-size: .875rem;
        color: var(--ui-02);
        padding: 0
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail {
        text-align: start;
        margin-top: 11px;
        margin-bottom: 17px
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailTitle {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 8px
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailSubtitle {
        font-size: 13px;
        line-height: 19px
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm {
        width: 100%
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names {
        display: flex;
        flex-direction: row;
        gap: 23px;
        margin-bottom: 20px
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-firstName, .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-lastName {
        width: 50%;
        height: 40px
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm.dln-passwordLine .dln-password {
        height: 40px;
        width: 100%;
        margin-bottom: 20px
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm.dln-passwordLine i {
        margin-left: -30px;
        cursor: pointer
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-benefitCheckBox {
        height: 24px;
        width: 24px;
        align-self: flex-start
    }

    .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-submitButton {
        width: 100%;
        background-color: var(--brand-01);
        color: #fff;
        height: 48px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 100px;
        border: none;
        font-weight: 600
    }

    .dln-thankYou .dln-carousel .swiper-slide .dln-advtBox {
        width: calc(100% - 20px)
    }

    .dln-thankYou .dln-carousel .swiper-pagination {
        float: left
    }

    .dln-thankYou .dln-carousel .swiper-pagination:after {
        content: "";
        display: block;
        width: 100%;
        clear: both
    }

    .dln-thankYou .dln-wrapper#mainContent {
        border-bottom: none;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 10px 40px;
        padding: 0 10px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin-bottom: 26px !important
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: .9375rem !important;
        line-height: 19px;
        margin-top: 0;
        padding-top: 26px;
        margin-bottom: 0
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle a, .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle i {
        color: var(--support-02)
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--brand-02)
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 6px 0 0
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        border-bottom-color: var(--ui-01);
        padding: 0 0 18px !important;
        margin-top: 20px;
        align-items: flex-start
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 15px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 120px) !important
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        flex-direction: column;
        padding-left: 0;
        display: inline-block
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        margin-bottom: 21px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        width: auto;
        font-size: .8125rem;
        margin-top: 0
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: .8125rem;
        margin: 0 7px 0 0;
        color: var(--brand-02)
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        border-bottom: 1px solid var(--ui-01);
        margin-bottom: 24px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: .9375rem;
        margin-bottom: 6px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border-bottom: none !important;
        padding: 0 !important;
        margin-bottom: 24px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 12px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        border-bottom: none;
        padding: 0 0 24px !important
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-thankYou .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
        font-size: .9375rem !important
    }
}

.js-ty-popup-info {
    margin: 0 20px
}

.js-tankyou-login-btn {
    display: block;
    margin-top: 20px;
    color: var(--brand-04);
    text-align: center;
    font-weight: 700;
    font-size: .875rem
}

.del-header__securityCheck {
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 10px;
    font-size: 19px;
    line-height: 18px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper > .dln-thankYou__content {
    border: none;
    display: flex;
    padding: 0 75px;
    margin: 24px 75px 0;
    justify-content: space-between
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper--fullWidth {
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    background-color: var(--ui-03);
    justify-content: center
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__successMess {
    padding: 24px 24px 28px;
    margin: 0;
    border: none;
    background-color: var(--ui-03);
    width: 55%;
    max-height: 482px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__successMess .dln-icn {
    margin: 22px 0 0;
    border: 2px solid var(--brand-01);
    padding-top: 22px;
    border-radius: 50%;
    height: 55px;
    justify-content: center;
    width: 77px;
    color: var(--brand-01)
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__successMess .dln-thankYou__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 34px;
    font-size: 1.125rem;
    margin: 35px 0 24px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__successMess .dln-thankYou__paragraph {
    line-height: 19px;
    font-size: .8125rem;
    margin-bottom: 56px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__successMess .dln-thankYou__paragraph > a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    pointer-events: none;
    cursor: default;
    text-decoration: none
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo {
    line-height: 29px;
    font-size: 1.3125rem;
    margin-bottom: 22px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo, .dln-delonghi .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo > b {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo > span {
    line-height: 18px;
    font-size: .875rem;
    color: var(--ui-02);
    margin-top: 6px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
    line-height: 19px;
    font-size: .8125rem;
    border-top: none;
    margin: 0 0 42px;
    padding: 42px auto 0
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-01)
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__orderNr > .dln-btn--user {
    width: 100%;
    max-width: 386px;
    margin: 0 auto
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm {
    text-align: center;
    border-top: none;
    width: 39%
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle {
    display: block;
    margin: 40px 0 8px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm > .dln-btn {
    max-width: 380px;
    margin: 0 auto;
    display: none
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 29px;
    font-size: 1.3125rem;
    margin-top: 24px;
    margin-bottom: 6px;
    display: none
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle + .dln-thankYou__paragraph {
    line-height: 18px;
    font-size: .875rem;
    display: none
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
    text-align: start
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer {
    display: flex;
    flex-wrap: wrap
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox {
    height: auto;
    border: none;
    display: flex;
    width: 50%;
    padding: 0;
    margin-bottom: 17px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-icn {
    font-size: 12px;
    padding: 8px 7px;
    border: 1px solid var(--brand-01);
    border-radius: 50%;
    background-color: var(--brand-01);
    color: #fff
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: .9375rem;
    padding: 0;
    margin: 0 0 0 12px;
    width: auto
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__desc {
    line-height: 18px;
    font-size: .875rem;
    color: var(--ui-02);
    padding: 0
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail {
    text-align: start;
    margin-top: 11px;
    margin-bottom: 17px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailSubtitle {
    font-size: 13px;
    line-height: 19px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm {
    width: 80%
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names {
    display: flex;
    flex-direction: row;
    gap: 23px;
    margin-bottom: 0
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-inputs {
    width: calc(50% - 10px);
    height: 40px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-inputs i {
    cursor: pointer;
    margin-left: -30px;
    position: absolute
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-preferences {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-top: 10px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-preferences .dln-text {
    text-align: start;
    width: calc(100% - 38px);
    margin-left: 14px;
    color: var(--ui-02);
    font-size: 13px;
    line-height: 19px
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-benefitCheckBox {
    height: 24px;
    width: 24px;
    align-self: flex-start
}

.dln-delonghi .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-submitButton {
    width: 100%;
    background-color: var(--brand-01);
    color: #fff;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 5px;
    border: none;
    font-weight: 600
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent {
    border-top: none;
    margin-top: 124px;
    margin-bottom: 40px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap {
    margin: 0 60px;
    padding: 0 60px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
    margin-bottom: 47px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: 1.125rem;
    padding-top: 33px;
    margin-bottom: 4px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    color: var(--brand-01)
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap i {
    color: var(--brand-01)
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
    position: relative;
    width: 100%
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
    font-size: 13px;
    line-height: 19px;
    color: var(--ui-02)
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
    border-top-color: var(--ui-01);
    padding: 30px 0 43px;
    align-items: flex-start
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__itemPic {
    margin-right: 20px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
    width: calc(100% - 200px);
    padding: 1px 0 0
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__advice .dln-icn {
    color: var(--brand-04);
    margin-left: 4px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
    width: calc(33.333% - 27px);
    border: none;
    margin: 0 40px 0 0
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 28px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
    padding: 11px 58px 26px 24px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__data {
    line-height: 18px;
    font-size: .8125rem
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
    padding: 20px 51px 17px 20px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
    width: calc(33.333% - 27px);
    border: none;
    margin: 0 40px 0 0
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 28px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
    padding: 20px 51px 13px 20px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__logoContainer {
    margin-bottom: 12px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
    font-size: .8125rem
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
    width: calc(33.333% - 27px);
    border: none
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 28px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow {
    padding: 10px 0
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
    margin-right: auto
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--taxes .dln-tooltip {
    display: none
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
    font-size: 1.125rem !important
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-orderSumm__rowTitle {
    font-size: .8125rem;
    line-height: 19px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
    font-size: .9375rem;
    line-height: 22px
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--removeLink {
    display: none
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
    font-size: .875rem
}

.dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
    font-size: 1rem
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .del-header__securityCheck {
        -ms-grid-row-align: center;
        align-self: center;
        padding-top: 10px;
        font-size: 12px;
        line-height: 16px
    }

    .dln-delonghi .dln-thankYou--guest {
        padding-top: 64px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content {
        padding: 0;
        margin: 59px 0 0;
        display: flex;
        flex-wrap: wrap
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess {
        padding: 20px 24px;
        margin: 0;
        border: none;
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-icn {
        line-height: 32px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 19px;
        font-size: .9375rem;
        margin: 37px 0 28px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__paragraph {
        line-height: 19px;
        font-size: .8125rem
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        width: 100%;
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
        font-size: .8125rem;
        line-height: 19px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        line-height: 19px;
        font-size: .8125rem;
        padding-top: 50px;
        padding-bottom: 0;
        margin-bottom: 35px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
        color: var(--brand-01)
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr > .dln-btn {
        margin-bottom: 40px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm {
        width: 100%;
        margin-top: 32px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitTitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 17px;
        text-align: start
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer {
        display: flex;
        flex-wrap: wrap
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox {
        height: auto;
        border: none;
        display: flex;
        width: 50%;
        padding: 0;
        margin-bottom: 17px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-icn {
        font-size: 12px;
        padding: 8px 7px;
        border: 1px solid var(--brand-01);
        border-radius: 50%;
        background-color: var(--brand-01);
        color: #fff
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 22px;
        font-size: .9375rem;
        padding: 0;
        margin: 0 0 0 12px;
        width: auto
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__desc {
        line-height: 18px;
        font-size: .875rem;
        color: var(--ui-02);
        padding: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail {
        text-align: start;
        margin-top: 11px;
        margin-bottom: 17px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailTitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailSubtitle {
        font-size: 13px;
        line-height: 19px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm {
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-names {
        display: flex;
        flex-direction: row;
        gap: 23px;
        margin-bottom: 20px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-firstName, .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-lastName {
        width: calc(50% - 10px);
        height: 40px;
        padding-left: 10px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-passwordLine {
        width: calc(50% - 14px);
        display: flex;
        align-items: baseline
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-passwordLine .dln-password {
        height: 40px;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 10px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-passwordLine i {
        margin-left: -22px;
        right: 12px;
        cursor: pointer;
        font-size: 18px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-benefitCheckBox {
        height: 24px;
        width: 24px;
        align-self: flex-start
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-submitButton {
        width: 100%;
        background-color: var(--brand-01);
        color: #fff;
        height: 48px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 5px;
        border: none;
        font-weight: 600
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent {
        border-bottom: none;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 21px 40px;
        padding: 0 21px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin: 26px 0 33px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: 1.125rem !important;
        line-height: 22px;
        margin: 0;
        padding: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--ui-02)
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        padding: 0 0 15px !important;
        margin-top: 15px;
        align-items: flex-start;
        border-top: none;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 20px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 200px) !important;
        padding: 1px 0 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        flex-direction: column;
        padding-left: 0;
        display: inline-block
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem;
        order: 1
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        order: 2;
        margin-bottom: 21px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        order: 3;
        width: auto;
        font-size: .8125rem;
        margin-top: 13px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        order: 3;
        font-size: .8125rem;
        margin: 0 7px 0 0;
        color: var(--ui-02)
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
        order: 4;
        margin-top: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        border-bottom: 1px solid var(--ui-01);
        margin: 0 0 25px;
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 6px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border: none;
        padding: 0 !important;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
        margin: 0 0 10px;
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 12px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        border: none;
        border-bottom: 1px solid var(--ui-01);
        margin: 0;
        padding: 0 0 24px !important
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
        margin: 0;
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
        font-size: .9375rem !important
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 28px;
        padding-top: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__shareContent .dln-thankYou__paragraph {
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 599px) {
    .del-header__securityCheck {
        -ms-grid-row-align: center;
        align-self: center;
        padding-top: 10px;
        font-size: 12px;
        line-height: 16px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content {
        margin: 24px 0 0;
        padding: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess {
        padding: 20px 24px;
        margin: 17px 0 26px;
        border: none;
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-icn {
        width: 62px;
        height: 47px;
        line-height: 32px;
        margin: 10px 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 19px;
        font-size: .9375rem;
        margin: 24px 0 65px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__successMess .dln-thankYou__paragraph {
        line-height: 19px;
        font-size: .8125rem;
        margin-bottom: 28px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        width: 100%;
        line-height: 19px;
        font-size: .8125rem;
        margin-bottom: 24px;
        text-align: center
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
        font-size: .8125rem
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        line-height: 19px;
        font-size: .8125rem;
        padding: 24px 0 0;
        margin-bottom: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
        color: var(--brand-01)
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__content .dln-thankYou__orderNr > .dln-btn {
        margin-bottom: 40px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm {
        margin-top: 0;
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: 1.125rem;
        text-align: left;
        margin-top: 0;
        margin-bottom: 12px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-thankYou__subTitle + .dln-thankYou__paragraph {
        text-align: left
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitTitle {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 17px;
        text-align: start
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer {
        display: flex;
        flex-wrap: wrap
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox {
        height: auto;
        border: none;
        display: flex;
        width: 50%;
        padding: 0;
        margin-bottom: 17px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-icn {
        font-size: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        border: 1px solid var(--brand-01);
        border-radius: 50%;
        background-color: var(--brand-01);
        color: #fff
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 19px;
        font-size: .8125rem;
        padding: 0;
        margin: 0 0 0 12px;
        width: auto
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__desc {
        line-height: 18px;
        font-size: .875rem;
        color: var(--ui-02);
        padding: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail {
        text-align: start;
        margin-top: 11px;
        margin-bottom: 17px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailTitle {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 8px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailSubtitle {
        font-size: 13px;
        line-height: 19px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm {
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-names {
        display: flex;
        flex-direction: row;
        gap: 23px;
        margin-bottom: 20px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-firstName, .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-lastName {
        width: 50%;
        height: 40px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm.dln-passwordLine .dln-password {
        height: 40px;
        width: 100%;
        margin-bottom: 20px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm.dln-passwordLine i {
        margin-left: -30px;
        cursor: pointer
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-benefitCheckBox {
        height: 24px;
        width: 24px;
        align-self: flex-start
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper .dln-thankYou__regForm .dln-benefitForm .dln-submitButton {
        width: 100%;
        background-color: var(--brand-01);
        color: #fff;
        height: 48px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 5px;
        border: none;
        font-weight: 600
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent {
        border-bottom: none;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 10px 40px;
        padding: 0 10px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin-bottom: 26px !important
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: .9375rem !important;
        margin-top: 0;
        padding-top: 26px;
        margin-bottom: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--ui-02)
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 6px 0 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        border-bottom-color: var(--ui-01);
        padding: 0 0 18px !important;
        margin-top: 20px;
        align-items: flex-start
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 15px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 120px) !important
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        flex-direction: column;
        padding-left: 0;
        display: inline-block
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem;
        order: 1
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        order: 2;
        margin-bottom: 21px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        order: 3;
        width: auto;
        font-size: .8125rem;
        margin-top: 13px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        order: 3;
        font-size: .8125rem;
        margin: 0 7px 0 0;
        color: var(--ui-02)
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
        order: 4;
        margin-top: 0
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        border-bottom: 1px solid var(--ui-01);
        margin-bottom: 24px;
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: .9375rem;
        margin-bottom: 6px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border-bottom: none;
        padding: 0 !important;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 12px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        border-bottom: none;
        padding: 0 0 24px !important
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
        width: 100%
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-delonghi .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
        font-size: .9375rem !important
    }
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper > .dln-thankYou__content {
    border: none;
    display: flex;
    padding: 0 75px;
    margin: 24px 75px 0;
    justify-content: space-between
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper--fullWidth {
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid var(--ui-01);
    border-bottom: 1px solid var(--ui-01);
    background-color: var(--ui-03);
    justify-content: center
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__successMess {
    padding: 48px 24px 46px;
    margin: 0;
    border: none;
    background-color: var(--ui-03);
    width: 55%;
    max-height: 482px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__successMess .dln-thankYou__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    font-size: 1.5rem;
    margin: 29px 0 16px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__successMess .dln-thankYou__paragraph {
    line-height: 22px;
    font-size: .9375rem;
    margin-bottom: 30px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__successMess .dln-thankYou__paragraph > a {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__successMess .dln-icn {
    margin: 22px 0 0;
    border: 2px solid var(--brand-01);
    padding-top: 22px;
    border-radius: 50%;
    height: 55px;
    justify-content: center;
    width: 77px;
    color: var(--brand-01)
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo {
    width: 100%;
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 60px;
    text-align: center;
    padding: 0;
    border: none
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
    font-size: .9375rem;
    line-height: 22px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
    line-height: 22px;
    font-size: .9375rem;
    padding: 0;
    margin-bottom: 0
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
    color: var(--brand-01)
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr > .dln-btn {
    margin-bottom: 40px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm {
    margin-top: 10px;
    width: 39%
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle {
    line-height: 24px;
    font-size: 1.125rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 12px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle + .dln-thankYou__paragraph {
    text-align: left
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
    text-align: start
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer {
    display: flex;
    flex-wrap: wrap
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox {
    height: auto;
    border: none;
    display: flex;
    width: 50%;
    padding: 0;
    margin-bottom: 17px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-icn {
    font-size: 12px;
    line-height: 24px;
    top: unset;
    padding: 0;
    border: 1px solid var(--brand-01);
    border-radius: 50%;
    background-color: var(--brand-01);
    color: var(--brand-03);
    width: 24px;
    position: relative;
    height: 24px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    font-size: .9375rem;
    padding: 0;
    margin: 0 0 0 12px;
    width: auto
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__desc {
    line-height: 18px;
    font-size: .875rem;
    color: var(--ui-02);
    padding: 0
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail {
    text-align: start;
    margin-top: 11px;
    margin-bottom: 17px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailSubtitle {
    font-size: 13px;
    line-height: 19px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm {
    width: 80%
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names {
    display: flex;
    flex-direction: row;
    gap: 23px;
    margin-bottom: 0
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-inputs {
    width: calc(50% - 10px);
    height: 40px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-inputs i {
    cursor: pointer;
    top: 10px;
    right: 15px;
    position: absolute
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-preferences {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-preferences .dln-text {
    text-align: start;
    width: calc(100% - 38px);
    margin-left: 14px;
    color: var(--ui-13);
    font-size: 13px;
    line-height: 19px
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-benefitCheckBox {
    height: 24px;
    width: 24px;
    align-self: flex-start
}

.dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-submitButton {
    width: 100%;
    background-color: var(--brand-01);
    color: #fff;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 5px;
    border: none;
    font-weight: 600
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent {
    border-bottom: none;
    margin-top: 24px;
    margin-bottom: 40px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap {
    margin: 0 60px 40px;
    padding: 0 60px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails {
    padding: 0;
    background-color: var(--ui-03)
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
    margin: 23px 0 12px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
    font-size: 1.125rem !important;
    line-height: 22px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    font-weight: 700
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap a, .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap i {
    color: var(--brand-01)
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
    font-size: .9375rem;
    line-height: 22px;
    color: var(--ui-13)
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
    margin: 0
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
    font-size: .8125rem;
    color: var(--ui-02);
    margin-top: 13px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
    border-bottom-color: var(--ui-01);
    padding: 32px 0 36px;
    margin-top: 20px;
    align-items: flex-start
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
    margin-right: 15px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
    width: calc(100% - 200px)
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
    padding-left: 0;
    display: flex;
    flex-direction: unset
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
    font-size: .9375rem;
    line-height: 19px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
    margin-bottom: 21px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
    flex: initial;
    width: auto;
    font-size: .8125rem
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
    font-size: .9375rem;
    margin: 0 13px 0 0;
    color: var(--ui-02);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
    margin-top: 0;
    font-size: .9375rem
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
    margin-bottom: 24px;
    margin-top: 50px;
    padding: 0
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
    line-height: 24px;
    font-size: 1.125rem;
    margin-bottom: 6px;
    font-weight: 700
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
    border: 1px solid var(--ui-12);
    padding: 14px 22px 24px 20px;
    margin-bottom: 24px;
    background-color: var(--ui-03)
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
    margin-bottom: 24px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
    display: none
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
    padding-bottom: 10px;
    margin-bottom: 23px;
    margin-top: 50px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
    font-size: 1.125rem;
    margin-bottom: 12px;
    font-weight: 700
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
    background-color: var(--ui-03);
    border: 1px solid var(--ui-12);
    padding: 20px 51px 14px 20px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
    line-height: 18px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
    margin-top: 50px
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
    margin-bottom: 5px;
    font-weight: 700
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__content {
    background-color: var(--ui-03)
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--subtotal {
    border-top: none
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
    font-size: .8125rem;
    font-family: var(--fontNameRoman), Arial, sans-serif
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8125rem
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
    font-size: .9375rem
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
    font-size: .875rem
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total {
    border-top: 1px solid var(--ui-13);
    border-bottom: 1px solid var(--ui-13)
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle, .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-price--total {
    font-size: 1.125rem !important;
    color: var(--brand-04) !important;
    font-family: var(--fontNameBold), Arial, sans-serif
}

.dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__rowTitle {
    color: var(--ui-13) !important
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-kenwood .dln-thankYou--guest .dln-wrapper > .dln-thankYou__content {
        border: none;
        display: flex;
        padding: 0 2px;
        margin: 24px 2px 0;
        justify-content: space-between
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper--fullWidth {
        margin-top: 60px;
        margin-bottom: 40px;
        border-top: 1px solid var(--ui-01);
        border-bottom: 1px solid var(--ui-01);
        background-color: var(--ui-03)
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        width: 100%;
        line-height: 29px;
        font-size: 1.3125rem;
        margin-bottom: 64px;
        text-align: center;
        padding: 0;
        border: none
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
        font-size: .8125rem;
        line-height: 19px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        line-height: 19px;
        font-size: .8125rem;
        padding: 0;
        margin-bottom: 0
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
        color: var(--brand-01)
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper .dln-thankYou__orderNr > .dln-btn {
        margin-bottom: 40px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper .dln-thankYou__successMess {
        padding: 48px 24px;
        margin: 0;
        border: none;
        background-color: var(--ui-03);
        width: 100%
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper .dln-thankYou__successMess .dln-thankYou__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 22px;
        font-size: 1.125rem;
        margin: 35px 0 24px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper .dln-thankYou__successMess .dln-thankYou__paragraph {
        line-height: 19px;
        font-size: .8125rem;
        margin-bottom: 30px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper .dln-thankYou__successMess .dln-thankYou__paragraph > a {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-decoration: none
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm {
        margin-top: 10px;
        width: 100%
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: 1.125rem;
        text-align: left;
        margin-top: 0;
        margin-bottom: 12px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle + .dln-thankYou__paragraph {
        text-align: left
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitTitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 17px;
        text-align: start
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer {
        display: flex;
        flex-wrap: wrap
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox {
        height: auto;
        border: none;
        display: flex;
        width: 50%;
        padding: 0;
        margin-bottom: 17px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-icn {
        font-size: 12px;
        width: 24px;
        height: 24px;
        padding: 0;
        border: 1px solid var(--brand-01);
        border-radius: 50%;
        background-color: var(--brand-01);
        color: #fff
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 22px;
        font-size: .9375rem;
        padding: 0;
        margin: 0 0 0 12px;
        width: auto
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__desc {
        line-height: 18px;
        font-size: .875rem;
        color: var(--ui-02);
        padding: 0
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail {
        text-align: start;
        margin-top: 11px;
        margin-bottom: 17px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailTitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailSubtitle {
        font-size: 13px;
        line-height: 19px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm {
        width: 100%
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names {
        display: flex;
        flex-direction: row;
        gap: 23px;
        margin-bottom: 20px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-firstName, .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-lastName {
        width: calc(50% - 10px);
        height: 40px;
        padding-left: 10px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-passwordLine {
        width: calc(50% - 14px);
        display: flex;
        align-items: baseline
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-passwordLine .dln-password {
        height: 40px;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 10px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-passwordLine i {
        margin-left: -22px;
        right: 12px;
        cursor: pointer;
        font-size: 18px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-benefitCheckBox {
        height: 24px;
        width: 24px;
        align-self: flex-start
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-submitButton {
        width: 100%;
        background-color: var(--brand-01);
        color: #fff;
        height: 48px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 5px;
        border: none;
        font-weight: 600
    }

    .dln-kenwood .dln-wrapper#mainContent {
        border-bottom: none;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 10px 40px;
        padding: 0 10px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails {
        padding: 0;
        background-color: var(--ui-03)
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin: 23px 0 12px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: 1rem !important;
        line-height: 19px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap a, .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap i {
        color: var(--brand-01)
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--ui-02)
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 6px 0 0
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        border-bottom-color: var(--ui-01);
        padding: 0 0 18px !important;
        margin-top: 20px;
        align-items: flex-start
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 15px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 120px) !important
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        flex-direction: unset;
        padding-left: 0;
        display: flex
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem;
        line-height: 19px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        margin-bottom: 21px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        width: auto;
        font-size: .8125rem
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        font-size: .8125rem;
        margin: 0 13px 0 0;
        color: var(--ui-02);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
        margin-top: 0;
        font-size: .8125rem
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        border-bottom: 1px solid var(--ui-01);
        margin-bottom: 24px;
        padding: 0;
        width: 100%
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: .9375rem;
        margin-bottom: 6px;
        font-weight: 700
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border-bottom: none;
        padding: 0 !important;
        margin-bottom: 24px;
        background-color: var(--ui-03)
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--ui-02);
        margin-bottom: 23px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 12px;
        font-weight: 700
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        background-color: var(--ui-03);
        border-bottom: none;
        padding: 0 !important
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
        width: 100%
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
        margin-bottom: 5px;
        font-weight: 700
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__content {
        background-color: var(--ui-03)
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--subtotal {
        border-top: none
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
        font-size: .8125rem;
        font-family: var(--fontNameRoman), Arial, sans-serif
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total {
        border-top: 1px solid var(--ui-13);
        border-bottom: 1px solid var(--ui-13)
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle, .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-price--total {
        font-size: 1.125rem !important;
        color: var(--brand-04) !important;
        font-family: var(--fontNameBold), Arial, sans-serif
    }

    .dln-kenwood .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__rowTitle {
        color: var(--ui-13) !important
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-thankYou--guest .dln-wrapper > .dln-thankYou__content {
        border: none;
        display: flex;
        padding: 0;
        margin: 24px 0 0;
        justify-content: space-between
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper--fullWidth {
        margin-top: 60px;
        margin-bottom: 40px;
        border-top: 1px solid var(--ui-01);
        border-bottom: 1px solid var(--ui-01);
        background-color: var(--ui-03)
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__successMess {
        padding: 26px 24px 28px 25px;
        margin: 0;
        border: none;
        background-color: var(--ui-03);
        width: 100%
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__successMess .dln-thankYou__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 22px;
        font-size: 1.125rem;
        margin: 17px 0 36px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__successMess .dln-thankYou__paragraph {
        line-height: 19px;
        font-size: .8125rem;
        margin-bottom: 28px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__successMess .dln-thankYou__paragraph > a {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-decoration: none
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo {
        width: 100%;
        line-height: 19px;
        font-size: .9375rem;
        margin-bottom: 28px;
        text-align: center;
        padding: 0;
        border: none
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo span {
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo--user {
        line-height: 19px;
        font-size: .8125rem;
        padding: 0;
        margin-bottom: 0
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr .dln-thankYou__orderInfo--user a {
        color: var(--brand-01)
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__orderNr > .dln-btn {
        margin-bottom: 40px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm {
        margin-top: 10px;
        width: 100%
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: 1.125rem;
        text-align: left;
        margin-top: 0;
        margin-bottom: 12px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-thankYou__subTitle + .dln-thankYou__paragraph {
        text-align: left
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitTitle {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 17px;
        text-align: start
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer {
        display: flex;
        flex-wrap: wrap
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox {
        height: auto;
        border: none;
        display: flex;
        width: 50%;
        padding: 0;
        margin-bottom: 17px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-icn {
        font-size: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        border: 1px solid var(--brand-01);
        border-radius: 50%;
        background-color: var(--brand-01);
        color: #fff
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 19px;
        font-size: .8125rem;
        padding: 0;
        margin: 0 0 0 12px;
        width: auto
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-advtContainer .dln-advtBox .dln-advtBox__desc {
        line-height: 18px;
        font-size: .875rem;
        color: var(--ui-02);
        padding: 0
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail {
        text-align: start;
        margin-top: 11px;
        margin-bottom: 17px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailTitle {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 8px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitGuest .dln-benefitMail .dln-mailSubtitle {
        font-size: 13px;
        line-height: 19px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm {
        width: 100%
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names {
        display: flex;
        flex-direction: row;
        gap: 23px;
        margin-bottom: 20px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-firstName, .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-names .dln-lastName {
        width: 50%;
        height: 40px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm.dln-passwordLine .dln-password {
        height: 40px;
        width: 100%;
        margin-bottom: 20px
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm.dln-passwordLine i {
        margin-left: -30px;
        cursor: pointer
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-benefitCheckBox {
        height: 24px;
        width: 24px;
        align-self: flex-start
    }

    .dln-kenwood .dln-thankYou--guest .dln-thankYou__regForm .dln-benefitForm .dln-submitButton {
        width: 100%;
        background-color: var(--brand-01);
        color: #fff;
        height: 48px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 5px;
        border: none;
        font-weight: 600
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent {
        border-bottom: none;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap {
        margin: 0 10px 40px;
        padding: 0 10px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails {
        padding: 0;
        background-color: var(--ui-03)
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary {
        margin-bottom: 12px !important
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitle {
        font-size: .9375rem !important;
        line-height: 19px;
        margin-top: 0;
        padding-top: 26px;
        margin-bottom: 0
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap a, .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__subTitleInnerWrap i {
        color: var(--brand-01)
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items {
        font-size: .8125rem;
        line-height: 19px;
        color: var(--ui-02)
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-thankYou__items p {
        margin: 6px 0 0
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev.dln-cartItem__quantity {
        font-size: .8125rem;
        color: var(--ui-02);
        margin-top: 13px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order {
        border-bottom-color: var(--ui-01);
        padding: 0 0 18px !important;
        margin-top: 20px;
        align-items: flex-start
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order.dln-orderRev__itemPic {
        margin-right: 15px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content {
        width: calc(100% - 120px) !important
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        flex-direction: unset;
        padding-left: 0;
        display: flex
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        font-size: .9375rem;
        line-height: 19px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__advice {
        margin-bottom: 21px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price {
        flex: initial;
        width: auto;
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--oldPrice {
        font-size: .8125rem;
        margin: 0 7px 0 0;
        color: var(--ui-02);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--orderSummary .dln-orderRev--cart-order .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-price--discounted {
        margin-top: 0;
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery {
        width: 100%;
        border-bottom: 1px solid var(--ui-01);
        margin-bottom: 24px;
        padding: 0;
        margin-top: 5px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-thankYou__subTitle {
        line-height: 24px;
        font-size: .9375rem;
        margin-bottom: 6px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox {
        border-bottom: none;
        padding: 0 !important;
        margin-bottom: 24px;
        background-color: var(--ui-03)
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox .dln-addressBox__data:first-child {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child {
        margin-bottom: 24px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox:last-child .dln-addressBox__data b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--delivery .dln-addressBox__divider {
        display: none
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment {
        width: 100%;
        margin-top: 0
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-thankYou__subTitle {
        font-size: .9375rem;
        margin-bottom: 12px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox {
        background-color: var(--ui-03);
        border-bottom: none;
        padding: 0 !important
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data {
        line-height: 18px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--payment .dln-addressBox .dln-addressBox__data:first-of-type {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside {
        width: 100%;
        margin-top: 0
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-thankYou__subTitle {
        margin-bottom: 5px
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__content {
        background-color: var(--ui-03)
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
        font-size: .8125rem;
        font-family: var(--fontNameRoman), Arial, sans-serif
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8125rem
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--oldPrice {
        font-size: .9375rem
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow .dln-price--secondary {
        font-size: .875rem
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle, .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__contentRow--total .dln-price--total {
        font-size: 1.125rem !important;
        color: var(--brand-04) !important;
        font-family: var(--fontNameBold), Arial, sans-serif
    }

    .dln-kenwood .dln-thankYou--guest .dln-wrapper#mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__content--aside .dln-orderSumm__rowTitle {
        color: var(--ui-13) !important
    }
}

.dln-regProductList--empty .dln-regProductList {
    align-content: flex-start
}

.dln-regProductList--empty .dln-regProductList .dln-wrapper {
    padding-top: 48px;
    padding-bottom: 0
}

.dln-regProductList--empty .dln-regProductList__aside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 264px;
    margin: 0 40px 0 0
}

.dln-regProductList--empty .dln-regProductList .dln-profileCard {
    margin: 0 0 32px
}

.dln-regProductList--empty .dln-regProductList__title {
    margin: 0
}

.dln-regProductList--empty .dln-regProductList__subTitle, .dln-regProductList--empty .dln-regProductList__title {
    font-size: 32px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-regProductList--empty .dln-regProductList__subTitle {
    margin: 0 0 8px
}

.dln-regProductList--empty .dln-regProductList__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 304px)
}

.dln-regProductList--empty .dln-regProductList__content .dln-title {
    margin: 0 0 32px;
    line-height: normal
}

.dln-regProductList--empty .dln-regProductList__section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 64px
}

.dln-regProductList--empty .dln-regProductList__section .dln-title, .dln-regProductList--empty .dln-regProductList__sectionTitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0
}

.dln-regProductList--empty .dln-regProductList__section .dln-title--labeled, .dln-regProductList--empty .dln-regProductList__sectionTitle--labeled {
    display: flex
}

.dln-regProductList--empty .dln-regProductList .dln-title + .dln-regProductList__paragraph {
    margin-bottom: 0
}

.dln-regProductList--empty .dln-regProductList__paragraph {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-regProductList--empty .dln-regProductList__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-regProductList--empty .dln-regProductList__paragraph--noMarg {
    margin: 0
}

.dln-regProductList--empty .dln-regProductList__underlinedText {
    color: var(--brand-02);
    text-decoration: underline
}

.dln-regProductList--empty .dln-regProductList__underlinedText:hover {
    color: var(--brand-04)
}

.dln-regProductList--empty .dln-regProductList__subtitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-regProductList--empty .dln-regProductList .dln-tab__content .dln-regProductList__title {
    margin: 32px 0;
    opacity: 0;
    transition: opacity .3s ease .1s
}

.dln-regProductList--empty .dln-regProductList .dln-tab__content--active .dln-regProductList__title {
    opacity: 1
}

.dln-regProductList--empty .dln-regProductList__foot {
    text-align: center;
    width: 100%;
    margin: 0 0 32px
}

.dln-regProductList--empty .dln-regProductList__foot--divider {
    margin: 32px 0;
    border-top: 1px solid var(--ui-01);
    text-align: right;
    padding: 32px 0 0
}

.dln-regProductList--empty .dln-regProductList--empty .dln-regProductList__content .dln-title {
    margin: 0 0 28px
}

.dln-kenwood .dln-regProductList--empty .dln-regProductList__subTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    margin: 0 0 20px
}

.dln-kenwood .dln-regProductList--empty .dln-regProductList__foot {
    text-align: center;
    border: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.dln-kenwood .dln-regProductList--empty .dln-regProductList__content {
    display: block;
    text-align: center
}

.dln-kenwood .dln-regProductList--empty .dln-regProductList__content .dln-title {
    margin: 0 0 32px;
    line-height: normal
}

.dln-kenwood .dln-regProductList--empty .dln-regProductList__paragraph {
    padding-bottom: 10px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-regProductList--empty .dln-regProductList__content {
        margin: 0
    }

    .dln-kenwood .dln-regProductList--empty .dln-regProductList__content .dln-title {
        font-size: 32px;
        line-height: 40px;
        padding: 0;
        margin: 30px 0 20px
    }

    .dln-kenwood .dln-regProductList--empty .dln-regProductList__subTitle {
        font-size: 24px;
        text-align: center
    }

    .dln-kenwood .dln-regProductList--empty .dln-regProductList__paragraph {
        font-size: 14px;
        text-align: center
    }
}

.dln-delonghi .dln-page.dln-regProductList--empty .dln-wrapper .dln-page__content .dln-regProductList__subTitle {
    display: none
}

.dln-newUserForm {
    width: 100%
}

.dln-newUserForm__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.dln-newUserForm__paragraph {
    font-size: 13px;
    line-height: 125%;
    width: 100%;
    color: var(--brand-02);
    margin: 0
}

.dln-newUserForm__section {
    width: 100%;
    margin: 32px 0 0
}

.dln-newUserForm__section--main {
    margin: 0
}

.dln-newUserForm__section .dln-btn {
    margin: 20px 0 0
}

.dln-newUserForm__section .dln-inputs {
    margin: 24px 0 0
}

.dln-delonghi .dln-newUserForm__paragraph {
    line-height: 24px;
    font-size: 1rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-newUserForm__section .dln-inputs {
    margin: 20px 0 0
}

.dln-delonghi .dln-newUserForm__section .dln-inputs + .dln-btn--confirm {
    width: 100%;
    margin-top: 27px
}

.dln-delonghi .dln-newUserForm__section:not(.dln-newUserForm__section--main) {
    margin-top: 40px
}

.dln-delonghi .dln-newUserForm__section:not(.dln-newUserForm__section--main) > .dln-btn--stroked {
    width: 100%;
    margin-top: 24px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-newUserForm__content .dln-newUserForm__paragraph {
        font-size: .9375rem;
        line-height: 23px
    }

    .dln-delonghi .dln-newUserForm__section--main .dln-btn {
        margin-top: 21px !important
    }

    .dln-delonghi .dln-newUserForm__section:not(.dln-newUserForm__section--main) {
        margin-top: 30px
    }
}

.dln-checkout--editing .dln-checkout__formData {
    width: calc(50% - 8px);
    max-width: none;
    margin-bottom: 16px
}

.dln-checkout--editing .dln-checkout__formData:nth-of-type(odd) {
    margin-right: 16px
}

.dln-checkout--editing .dln-btn--editing {
    width: calc(50% - 8px);
    margin-bottom: 32px
}

.dln-checkout--editing .dln-accordion--shipping-information .dln-btn--showOtherAddress {
    display: none
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content {
    opacity: 1;
    display: flex
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content .dln-checkout__dataResult {
    display: flex
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content--submit .dln-checkout__paragraph {
    display: none
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content--submit .dln-btn {
    margin: 0
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-checkServiceBox__cardList {
    display: none
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField--billingAddress .dln-checkout__formData {
    margin-left: 0
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField--billingAddress .dln-checkout__formData:nth-of-type(odd) {
    margin-left: 8px
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField--billingAddress .dln-btn {
    margin: 16px 0 0
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formDataHead .dln-btn {
    margin: 0
}

.dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__dataResult, .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formGroup .dln-checkout__formField:not(.dln-checkout__formField--radio), .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formGroup .dln-inputs {
    display: none
}

.dln-checkout .dln-accordion.dln-accordion--payment.dln-accordion--showInfo.dln-accordion--editing .dln-accordion__subTitle {
    display: flex;
    margin-top: 8px
}

.dln-checkout__formDataHead {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px
}

.dln-checkout__formDataHead .dln-radioBtn {
    width: calc(100% - 76px);
    margin: 0 auto 0 0
}

.dln-checkout__formDataHead .dln-radioBtn__input:checked + .dln-radioBtn__lbl {
    color: var(--support-02);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-checkout--editing .dln-checkout__formData {
        width: 100%
    }

    .dln-checkout--editing .dln-checkout__formData:nth-child(2n) {
        margin-right: 0
    }

    .dln-checkout--editing .dln-btn--editing {
        width: 100%;
        margin-bottom: 32px
    }

    .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content .dln-checkout__dataResult {
        display: flex;
        margin: 0 0 32px;
        padding: 0
    }

    .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-accordion__content .dln-checkout__dataResult .dln-btn {
        width: 100%;
        margin: 16px auto 0
    }

    .dln-checkout--editing .dln-accordion--payment.dln-accordion--editing .dln-checkout__formField .dln-checkout__formData {
        margin: 16px 0 32px
    }
}

.dln-kenwood .dln-checkout--editing .dln-checkout__dataResult {
    margin-bottom: 50px
}

.dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-checkout__formData {
    border: 1px solid var(--ui-01);
    padding: 20px
}

.dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-checkout__formDataHead .dln-radioBtn__lbl {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brand-04)
}

.dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-checkout__formDataHead .dln-btn--link {
    bottom: 20px;
    right: 20px
}

.dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-checkout__formDataHead .dln-btn--link .dln-btn__lbl {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0
}

.dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-checkout__formData--selected {
    border: 1px solid var(--ui-07)
}

.dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-btn--stroked {
    border: 1px dashed var(--ui-07)
}

.dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-btn--editing {
    margin-bottom: 0
}

.dln-kenwood .dln-checkout .dln-accordion--payment {
    margin-bottom: 70px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formData .dln-checkServiceBox__cardItem .dln-checkServiceBox__cardImg[alt=Visa] {
    width: 42px;
    height: 14px
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formData p:first-of-type .dln-checkout__formValue:first-of-type {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-checkout .dln-accordion--payment .dln-checkout__formField--billingAddress .dln-checkout__formData .dln-btn--link .dln-icn {
    display: none
}

.dln-kenwood .dln-checkout .dln-accordion.dln-accordion--payment.dln-accordion--showInfo.dln-accordion--editing .dln-accordion__subTitle {
    display: flex
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-accordion .dln-checkout__dataResult > p {
        padding-left: 50px !important
    }

    .dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-accordion--shipping-information .dln-btn--showOtherAddress {
        display: inline-block;
        margin: 0 auto 30px
    }

    .dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-accordion--shipping-information .dln-btn--showOtherAddress:after {
        font-family: var(--fontNameIcons), sans-serif;
        font-variant: normal;
        text-transform: none;
        content: "u";
        margin-left: 7px;
        display: inline-block
    }

    .dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-accordion--shipping-method .dln-checkout__dataResult .dln-checkout__formData:last-of-type, .dln-kenwood .dln-checkout--editing .dln-checkout__content .dln-accordion--shipping-method .dln-checkout__dataResult .dln-checkout__formData:only-of-type {
        margin-bottom: 0
    }
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--access-information .dln-accordion__title > .dln-icn {
    width: 17px;
    height: 16px;
    line-height: 16px;
    font-size: 1.0625rem;
    text-align: center
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion__content {
    border-top: none
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion .dln-checkout__dataResult > p {
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion .dln-checkout__dataResult > p > a {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    font-size: .875rem;
    text-decoration: none
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion .dln-checkout__dataResult > .dln-btn--newShippingAddress, .dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion .dln-checkout__dataResult > .dln-btn[title=Proceed] {
    width: calc(50% - 16px)
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion .dln-checkout__dataResult > .dln-btn--newShippingAddress {
    margin-bottom: 28px
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion .dln-checkout__dataResult > .dln-btn[title=Proceed] {
    margin-bottom: 10px
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion .dln-checkout__formData {
    padding: 20px 20px 32px
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion .dln-checkout__formData > p {
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--shipping-method .dln-checkout__dataResult {
    margin-bottom: 30px
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--shipping-method .dln-checkout__dataResult > p {
    margin-bottom: 24px
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--shipping-method .dln-checkout__dataResult > p .dln-checkout__formValue {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    font-size: .875rem
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--shipping-method .dln-checkout__formData {
    padding: 20px;
    margin-bottom: 0
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__dataResult {
    margin-bottom: 46px
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__dataResult .dln-checkout__formData {
    width: calc(50% - 10px)
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__dataResult > .dln-btn {
    width: calc(50% - 10px);
    max-width: none;
    margin-top: 0
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-accordion__subTitle {
    display: inline-block
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__formField--billingAddress {
    margin-bottom: 0
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__formField--billingAddress #dln-checkbox__checkboxbillingaddress--wrapper .dln-checkbox__label {
    line-height: 24px;
    margin-left: 12px
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__formField--billingAddress .dln-checkout__formData {
    width: calc(50% - 46px)
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__formField--billingAddress > .dln-btn {
    width: calc(50% - 46px);
    max-width: none;
    margin: 0 0 0 36px
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__formField--billingAddress .dln-checkout__formData {
    margin: 0 20px 16px 0
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__formField--billingAddress .dln-checkout__formData:nth-of-type(odd) {
    margin-left: 0
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-checkout__formField--billingAddress .dln-btn {
    margin: 16px 0 0
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-accordion__content--submit {
    padding-bottom: 8px
}

.dln-delonghi .dln-checkout.dln-checkout--editing .dln-accordion--payment .dln-accordion__content--submit > .dln-btn {
    width: calc(50% - 46px);
    max-width: none;
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-checkout--editing .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult > .dln-btn[title="Create new shipping address"], .dln-checkout--editing .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult > .dln-btn[title=Proceed] {
        width: 100% !important;
        margin: 0 0 10px
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult > .dln-btn[title=Proceed] {
        margin-bottom: 0 !important
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--shipping-method .dln-checkout__formData > p:nth-child(2) .dln-checkout__formValue b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing {
        margin-bottom: 36px
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-accordion__title {
        margin-bottom: 10px
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-accordion__subTitle {
        padding: 0 20px
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-accordion__content {
        padding-top: 40px;
        margin-bottom: 12px
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-checkout__formGroup .dln-checkout__formField {
        margin-bottom: 20px
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-checkout__formGroup .dln-checkout__dataResult {
        margin-bottom: 24px
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-checkout__formGroup .dln-checkout__dataResult .dln-checkout__formData {
        width: 100%;
        margin: 0 0 24px
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-checkout__formGroup .dln-checkout__dataResult .dln-checkout__formData > p:last-child {
        margin-bottom: 0
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-checkout__formGroup .dln-checkout__dataResult > .dln-btn {
        width: 100%
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-checkout__formField--billingAddress {
        margin-bottom: 12px
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-checkout__formField--billingAddress .dln-checkbox {
        margin-bottom: 21px !important
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-checkout__formField--billingAddress .dln-checkout__formData {
        width: 100% !important;
        margin: 0 0 24px !important
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-checkout__formField--billingAddress > .dln-btn {
        width: 100% !important;
        margin: 0 !important
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-accordion__content--submit {
        padding: 0 10px !important;
        margin-bottom: 0
    }

    .dln-checkout--editing .dln-checkout__content .dln-accordion--editing .dln-accordion__content--submit > .dln-btn {
        width: 100% !important;
        margin: 0 !important
    }
}

.dln-kenwood .dln-checkout .dln-accordion.dln-accordion--payment.dln-accordion--showInfo.dln-accordion--editing .dln-accordion__subTitle {
    display: flex !important;
    padding-left: 50px;
    margin-top: 8px
}

.dln-confirmModal {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0 32px 32px
}

.dln-confirmModal .dln-popup__head {
    padding-bottom: 0
}

.dln-confirmModal .dln-popup__headTitle {
    font-size: 24px;
    text-align: center;
    margin: 32px 0 0
}

.dln-confirmModal__content {
    width: 100%;
    text-align: center
}

.dln-confirmModal__content .dln-btn {
    margin: 0 auto 16px;
    max-width: 180px;
    display: block
}

.dln-confirmModal__content .dln-btn:last-child {
    margin: 0 auto
}

.dln-confirmModal__desc {
    font-size: 15px;
    line-height: 125%;
    display: block;
    width: 100%;
    margin: 4px 0 32px;
    padding: 0 24px;
    box-sizing: border-box
}

.dln-confirmModal .dln-inputs {
    margin: 0 16px 0 0;
    width: calc(70% - 16px)
}

.dln-kenwood .dln-confirmModal__content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center
}

.dln-inputIncr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 60px
}

.dln-inputIncr__input {
    outline: 0;
    width: calc(100% - 32px);
    height: 11px;
    text-align: center;
    border: none;
    background-color: transparent;
    margin: 0 auto;
    box-sizing: border-box
}

.dln-inputIncr__input::-webkit-inner-spin-button {
    display: none
}

.dln-inputIncr__btn {
    outline: none;
    width: 14px;
    height: 14px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-align: center;
    border: none;
    box-shadow: none;
    transition: all .3s linear;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent
}

.dln-inputIncr__btn .dln-icn {
    line-height: 14px;
    font-size: 14px;
    color: var(--brand-01);
    pointer-events: none
}

.dln-inputIncr__btn--decrement {
    transform: rotate(-90deg)
}

.dln-inputIncr__btn--disabled {
    pointer-events: none
}

.dln-inputIncr__btn--disabled .dln-icn {
    color: var(--ui-02)
}

.dln-cart, .dln-cart .dln-wrapper {
    align-content: flex-start
}

.dln-cart .dln-wrapper {
    min-height: calc(100vh - 327px);
    padding-top: 48px;
    padding-bottom: 64px;
    margin: 0 auto
}

.dln-cart .dln-title {
    margin: 0 0 24px
}

.dln-cart__head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 0 32px
}

.dln-cart__head .dln-chips.dln-chips--advantage {
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 8px 16px
}

.dln-cart__head .dln-chips.dln-chips--advantage .dln-chips {
    margin: 0 0 32px
}

.dln-cart__head .dln-chips.dln-chips--advantage .dln-chips__content span:not(.dln-chips__strong) {
    color: var(--brand-04)
}

.dln-cart__head .dln-chips.dln-chips--advantage .dln-chips__content > span {
    display: flex;
    align-items: baseline;
    font-size: 16px
}

.dln-cart__head .dln-chips.dln-chips--advantage .dln-chips__content > span .dln-icn {
    color: var(--brand-04)
}

.dln-cart__head .dln-chips.dln-chips--advantage .dln-chips__content > span b {
    font-weight: 400
}

.dln-cart__head .dln-chips.dln-chips--advantage .close {
    color: var(--brand-04);
    cursor: pointer;
    margin: 0
}

.dln-cart__head .dln-chips.dln-chips--advantage button i {
    color: var(--brand-04);
    font-size: 1.875rem
}

.dln-cart__services {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    width: calc(100% - 407px);
    height: auto;
    margin: 72px 0 0
}

.dln-cart__services .dln-checkServiceBox {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 0 0
}

.dln-cart__services .dln-checkServiceBox:last-of-type {
    margin: 0
}

.dln-cart__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 407px);
    margin: 0 20px 0 0
}

@media only screen and (max-width: 599px) {
    .dln-cart__content {
        width: 100%;
        margin: 0
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-cart__content {
        width: 100%;
        margin: 0
    }
}

@media only screen and (min-width: 599px) and (max-width: 1199px) and (orientation: portrait) {
    .dln-cart__content {
        width: 100%;
        margin: 0
    }
}

.dln-cart__content .dln-cartItem:last-of-type {
    border-bottom: 1px solid var(--ui-01)
}

.dln-cart__paragraph {
    font-size: 13px;
    line-height: 125%;
    width: 100%
}

.dln-cart__paragraph, .dln-cart__paragraph a {
    color: var(--brand-02)
}

.dln-cart__titleWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .dln-cart__titleWrapper {
        align-items: baseline
    }
}

.dln-cart__title {
    font-size: 32px;
    line-height: 125%;
    display: flex;
    align-items: baseline;
    width: calc(100% - 100px);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-cart__title .dln-cart--title {
        font-size: 32px
    }
}

.dln-cart__title .dln-icn {
    font-size: 32px;
    color: var(--ui-02);
    margin-right: 10px
}

@media only screen and (max-width: 900px) {
    .dln-cart__title .dln-icn {
        margin-right: 5px
    }
}

.dln-cart__titleLbl {
    font-size: 17px;
    line-height: 125%
}

.dln-cart__subtitle {
    color: var(--brand-04)
}

.dln-cart__infoText, .dln-cart__subtitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    background: rgba(0, 0, 0, .1)
}

.dln-cart__infoText {
    color: var(--brand-02)
}

.dln-cart__items {
    width: 100%
}

.dln-cart__items + .dln-btn {
    margin: 32px 0
}

.dln-cart__aside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 387px
}

@media only screen and (max-width: 900px) {
    .dln-cart__aside {
        width: 100%;
        margin: 40px 0 0
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-cart__aside {
        width: 100%;
        margin: 0
    }
}

@media only screen and (min-width: 599px) and (max-width: 1199px) and (orientation: portrait) {
    .dln-cart__aside {
        width: 100%;
        margin: 0
    }
}

.dln-cart__aside .dln-orderSumm {
    border-width: 0;
    margin: 0
}

.dln-cart__aside .dln-orderSumm__content {
    padding: 0
}

.dln-cart__aside .dln-orderSumm .dln-inputs--validate, .dln-cart__aside .dln-orderSumm .dln-inputs__input {
    background-color: #fff
}

.dln-cart__aside .dln-cart__orderRecap {
    width: 100%
}

.dln-cart__aside .dln-cart__orderRecap > .dln-btn:last-child {
    margin: 30px 0 0
}

.dln-cart__aside--secondary, .dln-cart__aside--secondary .dln-checkout__noticeBox {
    display: none
}

.dln-cart__noticeBox {
    width: 100%;
    max-width: 387px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 32px;
    text-align: center
}

.dln-cart__noticeBox p {
    font-size: 17px;
    line-height: 125%;
    color: var(--brand-02);
    margin: 0;
    width: 100%
}

.dln-cart__noticeBox .dln-noticeBox {
    width: 100%;
    position: relative
}

.dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after {
    content: "";
    position: absolute;
    height: calc(100% - 48px);
    width: 1px;
    background-color: var(--ui-01);
    right: 0;
    top: 24px
}

.dln-cart__emptyMessage {
    width: 100%;
    max-width: 70%;
    display: block;
    margin: 70px auto 0
}

.dln-cart__emptyMessage .dln-icn, .dln-cart__emptyMessage p {
    font-size: 22px;
    line-height: 125%;
    font-size: 18px;
    color: var(--ui-01);
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.dln-cart__emptyMessage .dln-icn {
    font-size: 60px;
    margin: 0 0 16px
}

.dln-cart__emptyMessage .dln-cart__btnGroup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0
}

.dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn {
    width: calc(50% - 10px);
    margin: 0 20px 0 0
}

.dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn:last-of-type {
    margin: 0
}

.dln-braun .dln-cart__title .dln-icn {
    color: inherit
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-cart .dln-wrapper {
        padding: 0
    }

    .dln-cart__head {
        padding: 16px
    }

    .dln-cart__head > .dln-chips .close {
        font-size: 10px
    }

    .dln-cart__content {
        padding: 0 20px
    }

    .dln-cart__content .dln-cartItem__warranty {
        width: calc(100% - 204px)
    }

    .dln-cart__content .dln-cartItem__accessories .dln-btnTextIcon, .dln-cart__content .dln-cartItem__accessories .dln-select {
        width: 300px;
        margin: 0 0 16px
    }

    .dln-cart--empty .dln-cart__content {
        width: 100%;
        margin-right: 0
    }

    .dln-cart--empty .dln-cart__aside {
        margin: 0 20px;
        width: 100%
    }

    .dln-cart__services {
        width: 100%
    }

    .dln-cart__services .dln-checkServiceBox {
        width: 100%;
        margin: 0 0 16px !important;
        padding: 32px 24px;
        min-height: auto
    }

    .dln-cart__services .dln-checkServiceBox .dln-checkServiceBox__iconWrap {
        margin: 0 24px 0 0
    }

    .dln-cart__services .dln-checkServiceBox .dln-btn, .dln-cart__services .dln-checkServiceBox .dln-checkServiceBox__text {
        width: 100%;
        text-align: left;
        text-align: center
    }

    .dln-cart__aside .dln-cart__orderRecap {
        width: 100%;
        border-width: 0;
        padding: 0 20px
    }

    .dln-cart__aside > .dln-btn {
        display: block;
        margin: 32px 0 0 20px
    }

    .dln-cart__aside .dln-cart__noticeBox {
        gap: 20px;
        margin: 0 20px 20px
    }

    .dln-cart__noticeBox {
        max-width: 100%
    }

    .dln-cart__noticeBox > p {
        display: none
    }

    .dln-cart__noticeBox .dln-noticeBox {
        width: 100%
    }

    .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after {
        content: "";
        width: 0
    }
}

.dln-braun .dln-cart__title {
    margin-bottom: 0
}

.dln-braun .dln-cart__title .dln-cart__titleLbl {
    margin: 0 0 0 10px
}

@media only screen and (max-width: 599px) {
    .dln-cart {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .dln-cart > .dln-wrapper {
        padding: 0
    }

    .dln-cart__head {
        align-items: center;
        min-height: 60px;
        border-bottom: 1px solid var(--ui-01);
        padding: 0;
        margin: 0
    }

    .dln-cart__head > .dln-chips .dln-chips__wrapper {
        justify-content: space-between
    }

    .dln-cart__head > .dln-chips.dln-chips--advantage .dln-chips__content {
        margin: 0
    }

    .dln-cart__head > .dln-chips.dln-chips--advantage .dln-chips__content span:not(.dln-chips__strong) {
        font-size: 13px
    }

    .dln-cart__head > .dln-chips.dln-chips--advantage .close {
        margin: 0;
        font-size: 10px
    }

    .dln-cart__titleWrapper {
        margin-top: 10px
    }

    .dln-cart__title {
        line-height: 17px;
        font-size: 17px;
        padding: 0
    }

    .dln-cart__title .dln-icn {
        font-size: 22px;
        margin-right: 5px
    }

    .dln-cart__titleLbl {
        line-height: 20px;
        margin: 0 0 0 4px
    }

    .dln-cart__title + .dln-btn {
        height: 24px
    }

    .dln-cart__title + .dln-btn .dln-icn {
        line-height: 24px
    }

    .dln-cart__content {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .dln-cart__content .dln-cartItem__closeBtn {
        right: 0
    }

    .dln-cart__items .dln-cartItem {
        padding: 32px 0
    }

    .dln-cart__items .dln-cartItem:first-child {
        border-top: none
    }

    .dln-cart__items .dln-cartItem:last-child {
        border-bottom: none
    }

    .dln-cart__items .dln-cartItem .dln-chips--lightGray {
        border: none
    }

    .dln-cart__services {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0
    }

    .dln-cart__services .dln-checkServiceBox {
        width: 100%;
        min-height: auto;
        padding: 32px 24px;
        margin: 0 0 16px !important
    }

    .dln-cart__services .dln-checkServiceBox .dln-checkServiceBox__iconWrap {
        margin: 0 24px 0 0
    }

    .dln-cart__services .dln-checkServiceBox .dln-btn, .dln-cart__services .dln-checkServiceBox .dln-checkServiceBox__text {
        width: 100%;
        text-align: left
    }

    .dln-cart__aside {
        width: 100%
    }

    .dln-cart__aside .dln-cart__orderRecap {
        width: 100%;
        border-width: 0;
        padding: 0;
        position: relative
    }

    .dln-cart__aside .dln-cart__orderRecap:after, .dln-cart__aside .dln-cart__orderRecap:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--ui-03);
        z-index: -1;
        top: 0
    }

    .dln-cart__aside .dln-cart__orderRecap:before {
        right: 100%
    }

    .dln-cart__aside .dln-cart__orderRecap:after {
        left: 100%
    }

    .dln-cart__aside > .dln-btn {
        display: block;
        margin: 32px 0 0 20px
    }

    .dln-cart__aside .dln-cart__noticeBox {
        gap: 20px;
        margin: 0 20px 20px
    }

    .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox--light {
        width: 100%
    }

    .dln-cart__aside--secondary {
        display: flex;
        max-width: 100%;
        margin: 0 auto
    }

    .dln-cart__aside--secondary .dln-cart__noticeBox {
        display: block
    }

    .dln-cart .dln-cart__button-wrapper {
        padding: 0
    }

    .dln-cart__noticeBox {
        max-width: 100%
    }

    .dln-cart__noticeBox > p {
        display: none
    }

    .dln-cart__noticeBox .dln-noticeBox {
        width: 100%
    }

    .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after {
        content: "";
        width: calc(100% - 48px);
        height: 0;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 24px
    }
}

.dln-braun .dln-cart__head {
    padding: 12px 20px
}

.dln-braun .dln-cart__content {
    padding: 0 20px
}

.dln-braun .dln-cart__title {
    margin-bottom: 30px
}

.dln-braun .dln-cart__title .dln-cart__titleLbl {
    font-size: 13px
}

.dln-braun .dln-cart__aside .dln-cart__noticeBox {
    margin: 0
}

.dln-kenwood .dln-cart > .dln-wrapper {
    padding: 0 60px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head {
    margin: 27px 0 44px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: var(--brand-03)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips .dln-chips__wrapper {
    width: 100%
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips .dln-chips__wrapper .dln-chips__content {
    margin: 0 auto;
    width: auto
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips .dln-chips__wrapper .dln-chips__content span {
    display: inline-flex;
    align-items: baseline;
    width: auto;
    line-height: 2
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips .dln-chips__wrapper .dln-chips__content span .dln-icn {
    font-size: 32px;
    color: var(--brand-01)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips .dln-chips__wrapper .dln-chips__content span b {
    margin-left: 5px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-cart__title {
    width: auto
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-cart__titleLbl {
    color: var(--brand-04)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-btn--link.dln-btn--icon .dln-icn {
    font-weight: 700
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-btn--link.dln-btn--icon .dln-btn__lbl {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: 700 !important
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content {
    align-self: flex-start
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items {
    margin-top: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem {
    padding: 32px 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__content {
    min-height: 144px;
    padding-left: 200px;
    position: relative
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__picture {
    position: absolute;
    top: 0;
    left: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__title {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 9px;
    margin-left: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__closeBtn {
    top: 0;
    right: 10px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__closeBtn .dln-icn {
    width: 22px;
    height: 22px;
    font-size: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__closeBtn .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "\E6";
    line-height: 22px;
    font-size: 22px;
    color: var(--brand-01)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__chips {
    margin-left: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__chips .dln-chips {
    height: 16px;
    background-color: transparent;
    padding: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__chips .dln-chips__content span {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    font-size: 14px;
    color: var(--ui-06) !important
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__price {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__price .dln-price--oldPrice {
    margin: 0 12px 0 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__price .dln-price--discounted {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__quantity {
    margin-left: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__quantity .dln-cartItem__label {
    font-size: 14px;
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__quantity .dln-inputIncr__input {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories {
    width: 100%;
    min-width: 424px;
    max-width: 488px;
    padding-bottom: 20px;
    margin-bottom: 17px;
    margin-left: 0;
    position: relative
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories:after {
    content: "";
    width: 100%;
    max-width: 488px;
    background-color: var(--ui-01);
    position: absolute;
    bottom: 0;
    left: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-select {
    width: calc(100% - 203px);
    max-width: none;
    margin-right: 20px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-btnTextIcon__wrap {
    margin: 0 10px 0 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-btnTextIcon__iconWrap {
    width: 16px;
    height: 16px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-btnTextIcon__iconWrap .dln-icn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--brand-03);
    background-color: var(--brand-01)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-btnTextIcon__iconWrap .dln-icn:before {
    content: "4";
    width: auto;
    height: auto;
    position: static;
    top: auto;
    left: auto
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-btnTextIcon__text {
    margin: 0 0 0 10px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-btnTextIcon:hover .dln-btnTextIcon__iconWrap .dln-icn {
    color: var(--brand-03)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__warranty {
    width: 280px;
    padding-right: calc(100% - 280px);
    margin-top: 0;
    margin-left: 0;
    box-sizing: content-box
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__warrantyHead {
    border-bottom: none;
    padding-bottom: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__warrantyHead .dln-cartItem__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__plan {
    margin-bottom: 10px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__plan .dln-radioBtn__lbl {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items + .dln-btn {
    margin-top: 50px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items + .dln-btn .dln-btn__lbl {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap {
    border: none
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm {
    background-color: transparent
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm .dln-orderSumm__field {
    margin-top: 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm .dln-orderSumm__field .dln-inputs {
    width: calc(100% - 115px);
    margin: 0 10px 0 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm .dln-orderSumm__field .dln-inputs--validate {
    background-color: transparent
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm .dln-orderSumm__field .dln-inputs__input {
    height: 48px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm .dln-orderSumm__field .dln-inputs--active .dln-inputs__lbl {
    transform: translateY(calc(50% - 28px)) scale(.75)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm .dln-orderSumm__field .dln-inputs__lbl {
    line-height: 16px;
    top: 16px;
    left: 20px;
    width: auto;
    background-color: var(--brand-03)
}

.dln-inputs--active .dln-inputs__lbl .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm .dln-orderSumm__field .dln-btn {
    color: var(--brand-03);
    border: 1px solid var(--brand-01);
    background-color: var(--brand-01);
    height: 48px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--promo .dln-orderSumm__rowTitle {
    line-height: 22px;
    margin: 0 0 8px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--promo .dln-price--removeLink {
    line-height: 22px;
    margin: 0 auto 8px 10px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--promo .dln-price--checkout a, .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--promo .dln-price--removeLink a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes {
    padding-bottom: 7px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__rowTitle, .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__rowTitle + .dln-price {
    margin-bottom: 8px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__rowTitle .dln-price.dln-price {
    margin: 0 0 0 auto
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__rowTitle .dln-price.dln-price--checkout {
    margin-left: 15px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-price--checkout a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__field {
    margin-top: 21px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__field .dln-inputs__lbl {
    line-height: 16px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-btn {
    color: var(--brand-03);
    border: 1px solid var(--brand-01);
    background-color: var(--brand-01)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--total {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle {
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle .dln-icn, .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle a {
    color: var(--brand-02)
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--total .dln-orderSumm__rowTitle a {
    font-size: 12px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--total .dln-price--total {
    line-height: 24px;
    font-size: 20px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm + .dln-btn {
    width: 100%
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm + .dln-btn + .dln-btn--paypal {
    display: flex;
    justify-content: center;
    width: 100%
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm + .dln-btn + .dln-btn--paypal .dln-btn__icon {
    margin: 0 8px 0 0
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm + .dln-btn + .dln-btn--paypal:after {
    margin: 0 0 3px
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__link {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-cart > .dln-wrapper .dln-cart__services {
    margin-top: 0 !important
}

.dln-kenwood .dln-cart--taxes > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes {
    padding-bottom: 7px
}

.dln-kenwood .dln-cart--taxes > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__rowTitle {
    width: auto
}

.dln-kenwood .dln-cart .dln-cart__button-wrapper button {
    width: 100%
}

@media only screen and (min-width: 599px) and (max-width: 1100px) {
    .dln-kenwood .dln-cart > .dln-wrapper {
        padding: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content {
        margin-right: 0;
        width: 100%
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-select {
        width: 100%;
        margin: 0 0 20px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-btnTextIcon {
        width: 100%
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head {
        margin: 0 0 20px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips--advantage .close {
        font-size: 16px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside {
        width: 100%
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap {
        padding-top: 30px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap + .dln-btn {
        display: none
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox {
        width: 50%;
        max-width: 160px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__services {
        margin-bottom: 50px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__services .dln-checkServiceBox {
        margin-bottom: 0 !important
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-cart {
        padding: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper {
        padding: 22px 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head {
        margin: 0 0 20px;
        padding: 0 20px;
        border-bottom: none
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips {
        height: auto;
        padding: 8px 16px;
        margin: 0 0 20px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips .dln-chips__wrapper .dln-chips__content {
        margin: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips .dln-chips__wrapper .dln-chips__content span {
        width: 100%;
        position: relative
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips .dln-chips__wrapper .dln-chips__content span .dln-icn {
        margin-bottom: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips .dln-chips__wrapper .dln-chips__content b {
        font-size: 13px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__head .dln-chips.dln-chips--advantage .close {
        font-size: 18px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content {
        margin-bottom: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items {
        padding: 0 20px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem {
        padding-bottom: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem:first-child {
        border-top: 1px solid var(--ui-01)
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__content {
        padding-left: 0;
        margin-bottom: 30px
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__picture {
        position: relative;
        width: 98px;
        height: 80px;
        position: static
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__closeBtn {
        right: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories {
        padding-top: 20px;
        padding-bottom: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-select {
        width: 100%;
        max-width: none;
        margin-right: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__accessories .dln-btnTextIcon {
        width: 100%;
        max-width: none
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__items .dln-cartItem__warranty .dln-cartItem__plan:last-child {
        margin-bottom: 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap {
        margin-bottom: 30px;
        padding: 30px 0 0;
        width: 100vw;
        min-width: 100vw
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap + .dln-btn {
        margin: 0 auto 60px 0
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__orderRecap + .dln-btn .dln-btn__lbl {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal
    }

    .dln-kenwood .dln-cart > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox {
        margin: 0
    }
}

.dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head .dln-cart__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 52px;
    font-size: 3.125rem
}

.dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head .dln-cart__title > .dln-icn {
    color: var(--brand-04)
}

.dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head .dln-cart__title .dln-cart__titleLbl {
    font-size: 1.125rem;
    margin-left: 10px
}

@media screen and (max-width: 0) {
    .dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head .dln-cart__title .dln-cart__titleLbl {
        font-size: .75rem
    }
}

.dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head .dln-cart__title + .dln-btn .dln-icn {
    font-weight: 700
}

.dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head .dln-cart__title + .dln-btn .dln-btn__lbl {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none
}

.dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head .dln-chips.dln-chips--advantage .close {
    font-size: 1rem
}

.dln-delonghi .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__info {
    margin-bottom: 30px;
    padding: 20px 20px 10px;
    width: 100%;
    color: #757678;
    border: 1px solid #e5e5e5
}

@media(max-width: 767px){
    #js-r-entry-product-registration{
        width: 100%;
    }
    .dln-tabs{
        overflow: auto;
        height: auto;
    }
}

@media screen and (min-width: 0) and (max-width: 900px) {
    .dln-delonghi .dln-cart > .dln-wrapper .dln-cart__content .dln-cart__info {
        margin: 0 auto;
        width: 475px;
        text-align: center;
        padding: 5px 0
    }
}

.dln-delonghi .dln-cart__orderRecap .dln-btn.dln-btn--checkout {
    width: 100%;
    background: var(--brand-01) !important;
    height: 48px;
    font-size: 1.3125rem
}

.dln-delonghi .dln-cart__orderRecap .dln-btn--paypal {
    width: 100%;
    height: 40px !important
}

.dln-delonghi .dln-cart__orderRecap .dln-btn--paypal .dln-btn__lbl {
    font-size: .8125rem
}

.dln-delonghi .dln-cart__orderRecap .dln-btn--paypal .dln-btn__icon {
    margin-top: 4px;
    height: 70%
}

@media screen and (min-width: 0) and (max-width: 1100px) {
    .dln-delonghi .dln-cart > .dln-wrapper {
        padding: 0;
        margin: 0
    }

    .dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head {
        padding: 12px 20px;
        margin-bottom: 0;
        min-height: 0
    }

    .dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head .dln-cart__title {
        font-size: 1.3125rem;
        line-height: 1.38
    }

    .dln-delonghi .dln-cart > .dln-wrapper .dln-cart__head .dln-btn.dln-btn--link.dln-btn--icon {
        display: inline-block
    }

    .dln-delonghi .dln-cart > .dln-wrapper .dln-cart__aside--secondary, .dln-delonghi .dln-cart > .dln-wrapper .dln-cart__content, .dln-delonghi .dln-cart > .dln-wrapper .dln-cart__services {
        padding-left: 20px;
        padding-right: 20px
    }

    .dln-delonghi .dln-cart > .dln-wrapper .dln-cart__services .dln-checkServiceBox__title {
        text-align: left
    }

    .dln-delonghi .dln-cart > .dln-wrapper .dln-chips.dln-chips--advantage .dln-chips__content span b {
        font-weight: 400
    }

    .dln-delonghi .dln-cart__orderRecap .dln-btn--paypal {
        height: 40px !important
    }

    .dln-delonghi .dln-cart__orderRecap .dln-btn--paypal .dln-btn__lbl {
        font-size: .8125rem
    }

    .dln-delonghi .dln-cart__orderRecap .dln-btn--paypal .dln-btn__icon {
        margin-top: 4px;
        height: 70%
    }
}

.dln-cart--empty .dln-cart__content .dln-chips__wrapper .dln-chips__content span {
    font-size: 13px;
    color: var(--ui-06)
}

.dln-cart--empty .dln-cart__btnGroup {
    gap: 20px
}

.dln-cart--empty .dln-cart_paymentBox {
    margin-top: 20px
}

@media only screen and (max-width: 599px) {
    .dln-cart--empty .dln-cart__head {
        border-bottom: none
    }

    .dln-cart--empty .dln-cart__emptyMessage {
        padding: 56px 0 0;
        margin: 0 auto
    }

    .dln-cart--empty .dln-cart__emptyMessage p {
        line-height: 20px;
        font-size: 17px;
        margin: 0 0 72px
    }

    .dln-cart--empty .dln-cart__emptyMessage .dln-cart__btnGroup {
        margin: 0
    }

    .dln-cart--empty .dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn {
        width: 100%;
        margin: 0 0 16px
    }

    .dln-cart--empty .dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn:last-of-type {
        margin: 0
    }

    .dln-cart--empty .dln-cart__services {
        margin: 0 auto;
        padding: 32px 0 0
    }
}

.dln-delonghi .dln-cart--empty .dln-cart__btnGroup {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.dln-delonghi .dln-cart--empty .dln-cart__btnGroup .dln-btn {
    box-sizing: border-box;
    min-width: 0;
    padding: 0;
    margin: 0
}

.dln-delonghi .dln-cart--empty .dln-cart__emptyMessage {
    max-width: 70%;
    margin: 70px auto
}

.dln-delonghi .dln-cart--empty .dln-cart__emptyMessage .dln-icn.dln-icn--iconfont {
    color: var(--brand-04)
}

.dln-delonghi .dln-cart--empty .dln-cart__emptyMessage p {
    color: var(--ui-02)
}

.dln-delonghi .dln-cart--empty .dln-cart__content .dln-chips__wrapper .dln-chips__content span {
    color: var(--ui-02);
    font-size: .875rem
}

@media screen and (min-width: 0) {
    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head {
        margin: 0 auto;
        padding: 25px 0 18px;
        width: 475px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title {
        padding-left: 20px;
        padding-right: 20px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-cart__titleLbl {
        font-size: 1rem;
        margin: 0 0 0 8px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-icn--iconfont {
        display: none
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__content .dln-cart__info {
        color: var(--ui-02);
        border: 1px solid var(--ui-01);
        background-color: var(--ui-03);
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .875rem;
        line-height: 1.3
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage {
        margin: 45px auto;
        padding-top: 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-icn {
        color: var(--brand-04);
        font-size: 48px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage p {
        color: var(--ui-02);
        font-size: 1.125rem;
        margin: 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__btnGroup {
        flex-direction: column;
        margin-top: 25px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__btnGroup .dln-btn {
        width: 100%;
        margin-bottom: 16px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__btnGroup .dln-btn--stroked {
        margin-bottom: 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary {
        padding-left: 0;
        padding-right: 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox {
        background-color: var(--ui-03);
        margin-top: 15px;
        margin-bottom: 20px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox span {
        font-size: .875rem;
        margin-bottom: 10px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox {
        gap: 0;
        margin-left: 0;
        margin-right: 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox p, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox p {
        display: none
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
        align-items: center
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn {
        font-size: 36px;
        margin-top: -5px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__title, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__title {
        font-size: .9375rem;
        color: var(--brand-06);
        margin-bottom: 3px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy {
        font-size: .875rem;
        color: var(--brand-04)
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__link, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__link {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .875rem;
        text-decoration: none;
        padding-bottom: 2px;
        border-bottom: 2px solid var(--brand-01)
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after {
        height: 0
    }
}

@media screen and (min-width: 599px) {
    .dln-delonghi .dln-cart--empty .dln-cart__aside {
        margin: auto 20px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head {
        padding-bottom: 15px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title {
        padding-left: 0
    }
}

@media screen and (min-width: 901px) {
    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head {
        margin-left: 0;
        padding-left: 20px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title {
        font-size: 3.125rem
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-icn {
        display: block
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-cart__titleLbl {
        margin-bottom: 6px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__content {
        width: calc(100% - 407px);
        padding-right: 0;
        margin-right: 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-cart__btnGroup {
        flex-direction: row;
        margin-top: 65px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside {
        padding-left: 20px;
        padding-right: 0;
        width: 387px;
        margin: 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox {
        display: block
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox {
        background-color: var(--ui-03);
        margin: 20px 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox {
        display: none
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy {
        font-size: .875rem;
        color: var(--brand-04)
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after, .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after {
        height: 0
    }
}

@media screen and (min-width: 1101px) {
    .dln-delonghi .dln-cart--empty > .dln-wrapper {
        padding-top: 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__head {
        padding-left: 20px
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__content {
        margin-right: 20px;
        padding-right: 0
    }

    .dln-delonghi .dln-cart--empty > .dln-wrapper .dln-cart__aside {
        margin: 15px 20px 10px 0;
        width: 367px;
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (min-width: 1440px) and (min-width: 1480px) {
    .dln-delonghi .dln-cart--empty > .dln-wrapper {
        max-width: 1300px
    }
}

.dln-kenwood .dln-cart__emptyMessage {
    max-width: 70%
}

.dln-kenwood .dln-cart > .dln-wrapper {
    padding-bottom: 70px
}

.dln-kenwood .dln-cart__head {
    margin-bottom: 41px
}

.dln-kenwood .dln-cart__head .dln-cart__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    font-size: 28px
}

.dln-kenwood .dln-cart__head .dln-cart__title .dln-icn {
    color: var(--brand-01);
    font-size: 26px
}

.dln-kenwood .dln-cart__head .dln-cart__titleLbl {
    line-height: 20px;
    font-size: 14px;
    color: var(--ui-10);
    padding-top: 4px;
    margin-left: 6px
}

.dln-kenwood .dln-cart__content .dln-chips {
    padding: 14.5px 20px
}

.dln-kenwood .dln-cart__content .dln-chips__wrapper .dln-chips__content span {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: var(--brand-04) !important
}

.dln-kenwood .dln-cart__content .dln-chips__wrapper .dln-chips__content span a {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-04) !important
}

.dln-kenwood .dln-cart__content .dln-cart__emptyMessage {
    display: flex;
    flex-wrap: wrap;
    margin-top: 52px;
    margin-bottom: 70px
}

.dln-kenwood .dln-cart__content .dln-cart__emptyMessage > .dln-icn {
    width: 80px;
    height: 78px;
    line-height: 78px;
    margin: 0 auto 20px
}

.dln-kenwood .dln-cart__content .dln-cart__emptyMessage > .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    font-size: 78px
}

.dln-kenwood .dln-cart__content .dln-cart__emptyMessage > .dln-icn + p {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 36px;
    font-size: 28px;
    color: var(--brand-04);
    text-align: center;
    margin-bottom: 20px
}

.dln-kenwood .dln-cart__content .dln-cart__emptyMessage .dln-cart__btnGroup {
    margin-top: 0
}

.dln-kenwood .dln-cart__content .dln-cart__emptyMessage + .dln-cart__items {
    display: none
}

.dln-kenwood .dln-cart__aside .dln-cart__noticeBox > p {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
    margin: auto 0
}

.dln-kenwood .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:after {
    display: none
}

.dln-kenwood .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:first-of-type .dln-noticeBox__icon .dln-icn:before, .dln-kenwood .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:last-child .dln-noticeBox__icon .dln-icn:before {
    font-size: 46px
}

.dln-kenwood .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox .dln-noticeBox__icon .dln-icn {
    width: 50px;
    height: 46px;
    line-height: 46px
}

.dln-kenwood .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox .dln-noticeBox__copy {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    min-height: 0;
    margin-bottom: 5px
}

.dln-kenwood .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox .dln-noticeBox__link {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    margin: 0
}

.dln-kenwood .dln-cart__services {
    justify-content: space-between;
    margin-top: 120px
}

.dln-kenwood .dln-cart__services .dln-checkServiceBox {
    width: calc(33.33% - 13.33px);
    padding: 27px 20px 20px
}

.dln-kenwood .dln-cart--empty .dln-cart__aside {
    padding: 0
}

.dln-kenwood .dln-cart--empty .dln-cart__noticeBox {
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-cart > .dln-wrapper {
        padding-top: 20px;
        padding-bottom: 38px
    }

    .dln-kenwood .dln-cart__head {
        min-height: 0;
        margin-bottom: 32px
    }

    .dln-kenwood .dln-cart__head .dln-cart__title {
        line-height: 32px;
        font-size: 24px
    }

    .dln-kenwood .dln-cart__content .dln-chips__wrapper .dln-chips__content span {
        line-height: 20px;
        font-size: 14px
    }

    .dln-kenwood .dln-cart .dln-cart__emptyMessage {
        padding-top: 0;
        margin-top: 52px;
        max-width: none
    }

    .dln-kenwood .dln-cart .dln-cart__emptyMessage > .dln-icn + p {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 24px
    }

    .dln-kenwood .dln-cart .dln-cart__emptyMessage .dln-cart__btnGroup {
        margin: 0 auto
    }

    .dln-kenwood .dln-cart .dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn:first-of-type {
        margin-bottom: 10px
    }

    .dln-kenwood .dln-cart__aside--secondary .dln-cart__noticeBox {
        display: flex;
        flex-wrap: wrap
    }

    .dln-kenwood .dln-cart__aside--secondary .dln-cart__noticeBox > p {
        line-height: 22px;
        font-size: 18px
    }

    .dln-kenwood .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox {
        width: 50%
    }

    .dln-kenwood .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__link {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal
    }

    .dln-kenwood .dln-cart .dln-cart__services {
        padding-top: 0;
        margin-top: 70px;
        margin-bottom: 70px
    }

    .dln-kenwood .dln-cart .dln-cart__services .dln-checkServiceBox {
        width: 100%;
        padding: 20px;
        margin: 0
    }

    .dln-kenwood .dln-cart .dln-cart__services .dln-checkServiceBox__wrap {
        align-items: flex-start
    }

    .dln-kenwood .dln-cart .dln-cart__services .dln-checkServiceBox:nth-of-type(2) .dln-checkServiceBox__wrap .dln-checkServiceBox__content .dln-checkServiceBox__text {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-cart .dln-cart__services .dln-checkServiceBox:last-of-type {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width: 0) {
    .dln-kenwood .dln-cart--empty > .dln-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head {
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title {
        align-items: baseline;
        font-size: 1.875rem
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-cart__titleLbl {
        font-size: 13px;
        font-family: var(--fontNameMedium)
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-icn--iconfont {
        display: block;
        color: var(--brand-01);
        font-size: 23px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__content {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__content .dln-cart__info {
        font-family: var(--fontNameMedium), Arial, sans-serif;
        font-size: .8125rem;
        color: var(--brand-04);
        margin: 0 auto;
        width: 475px;
        text-align: center;
        padding: 5px 0;
        border: 1px solid var(--ui-12);
        background-color: var(--ui-03);
        line-height: 1.46
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-icn {
        margin-bottom: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-icn:before {
        font-size: 42px;
        color: var(--brand-01);
        font-weight: 700
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage p {
        font-size: .8125rem;
        font-family: var(--fontNameMedium);
        color: var(--brand-04);
        margin-top: 10px;
        margin-bottom: 15px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn:first-of-type {
        margin: 0 0 20px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside {
        margin: 0 !important
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
        padding: 20px;
        width: 100%;
        color: var(--ui-02);
        background-color: var(--ui-03);
        margin-bottom: 20px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox span {
        font-size: .875rem;
        color: var(--ui-11);
        font-family: var(--fontNameSemibold)
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox ul {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        gap: 5px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox {
        padding-left: 20px;
        padding-right: 20px;
        gap: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox p, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox p {
        display: none
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
        width: 100%;
        align-items: baseline;
        margin-bottom: 15px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn:before, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn:before {
        font-size: 43px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__title, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__title {
        font-size: 1.125rem;
        color: var(--brand-04);
        font-family: var(--fontNameBold);
        margin-bottom: 3px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy {
        font-size: .8125rem;
        color: var(--brand-04);
        font-family: var(--fontNameMedium)
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__link, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__link {
        margin-top: 0;
        font-family: var(--fontNameRoman);
        font-size: .9375rem;
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 1px solid var(--brand-04);
        color: var(--brand-04);
        line-height: 1.47
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after {
        height: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:first-of-type, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:first-of-type {
        margin-top: 25px
    }
}

@media screen and (min-width: 599px) {
    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title {
        margin: 0 auto;
        max-width: 475px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__content {
        padding-left: 20px;
        padding-right: 20px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__content .dln-cart__info {
        color: var(--ui-11)
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn {
        width: 100%
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary {
        padding-left: 20px;
        padding-right: 20px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
        max-width: 100%
    }
}

@media screen and (min-width: 901px) {
    .dln-kenwood .dln-cart--empty > .dln-wrapper {
        padding-right: 20px;
        padding-left: 20px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head {
        margin-left: 0;
        padding-left: 0;
        margin-top: 80px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title {
        font-size: 2.25rem;
        margin-left: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-icn {
        display: block;
        font-size: 32px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-cart__titleLbl {
        margin-bottom: 12px;
        font-size: .9375rem
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__content {
        width: calc(100% - 407px);
        padding-right: 0;
        margin-right: 0;
        padding-left: 0;
        display: block
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__content .dln-cart__info {
        width: 100%;
        font-size: .9375rem;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage p {
        font-size: .9375rem;
        font-family: var(--fontNameMedium)
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-icn:before {
        font-size: 45px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-cart__btnGroup {
        flex-direction: row;
        margin-top: 65px;
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside {
        padding-left: 20px;
        padding-right: 0;
        width: 407px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox {
        display: block
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn:before {
        content: ""
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox {
        background-color: var(--ui-03);
        margin: 20px 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox {
        display: none
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
        margin-bottom: 15px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn {
        font-size: 36px;
        margin-top: -5px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy {
        font-size: .875rem;
        color: var(--brand-04)
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__link, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__link {
        border-bottom: 1px solid var(--brand-04);
        font-family: var(--fontNameMedium);
        font-weight: 400
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after {
        height: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:first-of-type, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:first-of-type {
        margin-top: 30px
    }
}

@media screen and (min-width: 1101px) {
    .dln-kenwood .dln-cart--empty > .dln-wrapper {
        padding-top: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__head {
        padding-left: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__content {
        margin-right: 20px;
        padding-right: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary {
        padding-right: 0;
        padding-left: 0
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox, .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .dln-kenwood .dln-cart--empty > .dln-wrapper .dln-cart__aside {
        width: 387px
    }
}

@media only screen and (min-width: 1280px) {
    .dln-kenwood .dln-cart--empty > .dln-wrapper {
        max-width: 1240px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1440px) and (min-width: 1480px) {
    .dln-kenwood .dln-cart--empty > .dln-wrapper {
        max-width: 1240px;
        margin: 0 auto
    }
}

.dln-braun .dln-cart__emptyMessage {
    max-width: 70%
}

@media only screen and (min-width: 0) {
    .dln-braun .dln-cart--empty > .dln-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title {
        font-size: 24px;
        align-items: baseline
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-cart__titleLbl {
        font-size: 13px;
        margin: 0 0 0 16px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-icn--iconfont {
        display: block;
        color: var(--brand-01);
        font-size: 28px;
        margin: 0 10px 0 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__content {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__content .dln-cart__info {
        font-size: .8125rem;
        color: var(--brand-04);
        margin: 0 auto;
        width: 475px;
        text-align: center;
        padding: 5px 0;
        border: 1px solid var(--ui-12);
        background-color: var(--ui-03);
        line-height: 1.46
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage {
        max-width: 70%;
        padding: 38px 0 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-icn {
        color: var(--brand-05);
        font-size: 48px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage p {
        color: var(--brand-04);
        font-weight: 700;
        font-size: .9375rem;
        margin: 0 0 35px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn:first-of-type {
        margin: 0 0 18px;
        letter-spacing: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn:last-of-type {
        letter-spacing: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside {
        margin: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
        padding: 20px;
        width: 100%;
        background-color: var(--ui-03);
        margin-bottom: 18px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox span {
        font-size: .875rem;
        color: var(--ui-11)
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox ul {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        gap: 5px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox {
        gap: 0;
        margin: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox p, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox p {
        display: none
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
        width: 100%;
        align-items: center;
        margin-bottom: 15px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon {
        justify-content: flex-start;
        flex-basis: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn {
        font-size: 40px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__title, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__title {
        font-size: 1.125rem;
        color: var(--brand-04);
        margin-bottom: 3px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy {
        font-size: .8125rem;
        color: var(--brand-04)
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__link, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__link {
        margin-top: 0;
        font-size: .8125rem;
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 1px solid var(--brand-04);
        color: var(--brand-04);
        line-height: 1.47
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after {
        height: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:first-of-type, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:first-of-type {
        margin-top: 10px
    }
}

@media screen and (min-width: 599px) {
    .dln-braun .dln-cart--empty > .dln-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title {
        max-width: 475px;
        font-size: 1.875rem
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__content {
        padding-left: 20px;
        padding-right: 20px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__content .dln-cart__info {
        width: 100%;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage {
        margin-top: 10px;
        margin-bottom: 25px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage p {
        margin-bottom: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-cart__btnGroup {
        margin-top: 30px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-cart__btnGroup .dln-btn {
        width: 100%
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary {
        padding-left: 20px;
        padding-right: 20px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
        max-width: 100%
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox span {
        color: var(--brand-01)
    }
}

@media screen and (min-width: 901px) {
    .dln-braun .dln-cart--empty > .dln-wrapper {
        padding-left: 30px;
        padding-right: 30px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head {
        margin-left: 0;
        padding-left: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title {
        font-size: 2.25rem;
        margin-left: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-icn {
        display: block;
        font-size: 32px;
        margin-right: 20px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head .dln-cart__title .dln-cart__titleLbl {
        font-size: .9375rem;
        font-weight: 700
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__content {
        width: calc(100% - 407px);
        padding-right: 0;
        margin-right: 0;
        padding-left: 0;
        display: block
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__content .dln-cart__info {
        width: 100%;
        font-size: .9375rem;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage p {
        font-size: 1.125rem;
        font-family: var(--fontNameSemibold)
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-icn:before {
        font-size: 45px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__emptyMessage .dln-cart__btnGroup {
        flex-direction: row;
        margin-top: 65px;
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside {
        padding-left: 20px;
        padding-right: 0;
        width: 407px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox {
        display: block
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn:before {
        content: ""
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox {
        margin: 20px 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart_paymentBox span {
        color: var(--ui-11);
        font-weight: 600;
        font-size: .875rem
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox {
        display: none
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
        margin-bottom: 15px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__icon .dln-icn {
        font-size: 36px;
        margin-top: -20px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox__content .dln-noticeBox__description .dln-noticeBox__copy {
        font-size: .875rem;
        color: var(--brand-04)
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:nth-child(2n):after {
        height: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox:first-of-type, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox:first-of-type {
        margin-top: 15px
    }
}

@media screen and (min-width: 1101px) {
    .dln-braun .dln-cart--empty > .dln-wrapper {
        padding-top: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__head {
        padding-left: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__content {
        margin-right: 20px;
        padding-right: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary {
        padding-right: 0;
        padding-left: 0
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside--secondary .dln-cart__noticeBox .dln-noticeBox, .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside .dln-cart__noticeBox .dln-noticeBox {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .dln-braun .dln-cart--empty > .dln-wrapper .dln-cart__aside {
        width: 387px
    }
}

@media only screen and (min-width: 1280px) {
    .dln-braun .dln-cart--empty > .dln-wrapper {
        max-width: 1240px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1440px) and (min-width: 1480px) {
    .dln-braun .dln-cart--empty > .dln-wrapper {
        max-width: 1240px;
        margin: 0 auto
    }
}

.dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__field .dln-inputs__lbl {
    width: calc(100% - 24px)
}

.dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__field .dln-inputs--active .dln-inputs__lbl {
    width: auto
}

.dln-cart__aside .dln-cart__orderRecap .dln-orderSumm__contentRow--taxes .dln-orderSumm__field .dln-inputs--invalid {
    margin-bottom: 16px
}

.dln-cart .dln-cart__head .dln-chips.dln-chips--advantage .dln-btnIcon--close {
    display: none
}

@media only screen and (max-width: 599px) {
    .dln-cart .dln-orderSumm__contentRow--taxes .dln-orderSumm__rowTitle {
        width: auto
    }
}

.dln-kenwood .dln-cart.dln-cart--taxes .dln-cart__content .dln-cart__items .dln-cartItem__content > .dln-chips {
    min-width: calc(100% + 200px);
    border: 1px solid var(--support-04);
    padding: 24px 38px 24px 51px;
    margin-top: 63px;
    margin-left: -200px
}

.dln-kenwood .dln-cart.dln-cart--taxes .dln-cart__content .dln-cart__items .dln-cartItem__content > .dln-chips .dln-chips__wrapper .dln-icn {
    width: 50px;
    height: 44px;
    line-height: 44px;
    font-size: 50px;
    margin-right: 31px
}

.dln-kenwood .dln-cart.dln-cart--taxes .dln-cart__content .dln-cart__items .dln-cartItem__content > .dln-chips .dln-chips__wrapper .dln-chips__content {
    width: calc(100% - 81px)
}

.dln-kenwood .dln-cart.dln-cart--taxes .dln-cart__content .dln-cart__items .dln-cartItem__content > .dln-chips .dln-chips__wrapper .dln-chips__content span:first-of-type {
    color: var(--ui-10) !important
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-cart.dln-cart--taxes .dln-cart__content .dln-cart__items .dln-cartItem__content {
        margin-bottom: 30px
    }

    .dln-kenwood .dln-cart.dln-cart--taxes .dln-cart__content .dln-cart__items .dln-cartItem__content > .dln-chips {
        min-width: 0;
        padding: 20px;
        margin-top: 24px;
        margin-left: 0
    }

    .dln-kenwood .dln-cart.dln-cart--taxes .dln-cart__content .dln-cart__items .dln-cartItem__content > .dln-chips .dln-chips__wrapper .dln-icn {
        width: 100%;
        height: 44px;
        margin: 0 0 13px
    }

    .dln-kenwood .dln-cart.dln-cart--taxes .dln-cart__content .dln-cart__items .dln-cartItem__content > .dln-chips .dln-chips__wrapper .dln-chips__content {
        width: 100%
    }

    .dln-kenwood .dln-cart.dln-cart--taxes .dln-cart__content .dln-cart__items .dln-cartItem__content > .dln-chips .dln-chips__wrapper .dln-chips__content span {
        width: 100%;
        text-align: center
    }
}

.dln-alert {
    width: 100%;
    max-width: 585px;
    padding: 16px 40px 40px;
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, .4);
    border-radius: 2px;
    margin: 0 0 16px;
    background-color: var(--brand-03)
}

.dln-alert .dln-popup__head {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative
}

.dln-alert--success {
    background: var(--support-02--light)
}

.dln-alert--success .dln-alert__message {
    color: var(--support-02)
}

.dln-alert--success .dln-popup__headTitle .dln-icn:before {
    content: "T";
    color: var(--support-02);
    font-size: 38px
}

.dln-alert--error {
    background: var(--support-01--light)
}

.dln-alert--error .dln-alert__message {
    color: var(--support-01)
}

.dln-alert--error .dln-popup__headTitle .dln-icn:before {
    content: "y";
    color: var(--support-01);
    font-size: 38px
}

.dln-alert__head {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 16px;
    position: relative
}

.dln-alert .dln-popup__closeBtn {
    position: relative;
    top: auto;
    right: auto;
    margin: 0
}

.dln-alert .dln-popup__closeBtn .dln-icn {
    height: auto
}

.dln-alert__content {
    width: 100%;
    padding: 16px 0 0;
    font-size: 13px;
    line-height: 125%
}

.dln-alert__message {
    font-size: 17px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    display: flex;
    align-items: center
}

.dln-alert__message .dln-icn {
    font-size: 38px;
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0 4px 0 0
}

.dln-alert__subtilte {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-alert__copy {
    margin: 24px 0 0
}

.dln-alert--minimal {
    padding: 16px 40px
}

.dln-alert--minimal .dln-popup__head .dln-popup__headLine {
    display: none
}

.dln-alert--minimal .dln-popup__head .dln-popup__headTitle .dln-icn {
    margin: 0 8px 0 0
}

.dln-alert--minimal .dln-popup__head .dln-btnIcon {
    margin: 0 0 0 auto
}

.dln-alert--minimal .dln-popup__head .dln-btnIcon .dln-icn {
    text-indent: 30px;
    overflow: hidden;
    width: 20px
}

.dln-alert--minimal .dln-popup__head .dln-btnIcon .dln-icn:before {
    content: "J";
    text-indent: 0;
    color: var(--brand-02)
}

.dln-alert--minimal.dln-alert--success .dln-popup__headTitle {
    color: var(--support-02)
}

.dln-alert--minimal.dln-alert--error .dln-popup__headTitle {
    color: var(--support-01)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-alert .dln-popup__closeBtn .dln-icn {
        font-size: 14px;
        height: auto
    }
}

@media only screen and (max-width: 599px) {
    .dln-alert .dln-popup__closeBtn .dln-icn {
        font-size: 14px;
        height: auto
    }
}

.dln-kenwood .dln-alert {
    position: relative;
    box-shadow: none;
    padding: 23px 52px 23px 18px;
    border-left: 3px solid var(--support-04);
    background-color: #fff4e5;
    border-radius: 0
}

.dln-kenwood .dln-alert:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    color: var(--support-02);
    font-size: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.dln-kenwood .dln-alert .dln-popup__head {
    width: calc(100% - 54px);
    margin: 0 0 0 auto
}

.dln-kenwood .dln-alert .dln-popup__head .dln-popup__headTitle {
    padding: 0;
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: var(--support-04);
    width: 100%
}

.dln-kenwood .dln-alert .dln-popup__head .dln-popup__headTitle .dln-icn {
    display: none
}

.dln-kenwood .dln-alert .dln-popup__head--circleClose .dln-popup__headLine {
    margin: 20px 0 0;
    display: none
}

.dln-kenwood .dln-alert .dln-btnIcon {
    transform: translate(35px, -5px);
    position: absolute;
    right: 0
}

.dln-kenwood .dln-alert .dln-btnIcon .dln-icn {
    color: transparent
}

.dln-kenwood .dln-alert .dln-btnIcon .dln-icn:after, .dln-kenwood .dln-alert .dln-btnIcon .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-alert .dln-btnIcon .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "J";
    text-indent: 0;
    color: var(--brand-04);
    font-size: 17px
}

.dln-kenwood .dln-alert--success {
    border-left: 3px solid var(--support-02);
    background-color: var(--support-02--light)
}

.dln-kenwood .dln-alert--success .dln-popup__head .dln-popup__headTitle {
    color: var(--support-02)
}

.dln-kenwood .dln-alert--success:before {
    content: "T"
}

.dln-kenwood .dln-alert--error {
    border-left: 3px solid var(--support-01);
    background-color: var(--support-01--light)
}

.dln-kenwood .dln-alert--error:before {
    content: "g";
    color: var(--support-01)
}

.dln-kenwood .dln-alert--error .dln-popup__head .dln-popup__headTitle {
    color: var(--support-01)
}

.dln-kenwood .dln-alert--minimal .dln-popup__head .dln-popup__headTitle {
    font-size: 14px;
    line-height: 16px
}

.dln-kenwood .dln-alert--minimal .dln-popup__head .dln-btnIcon--close {
    transform: translate(35px, -50%);
    top: 50%
}

.dln-kenwood .dln-alert__copy {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--brand-02);
    font-size: 12px;
    line-height: 16px;
    margin: 0
}

.dln-kenwood .dln-alert__subtilte {
    display: none
}

.dln-kenwood .dln-alert__content {
    padding: 0;
    width: calc(100% - 54px);
    margin-left: auto
}

.dln-alert--addedItem {
    padding: 0
}

.dln-alert--addedItem .dln-popup__head {
    padding: 16px 40px 0
}

.dln-alert--addedItem .dln-alert__content {
    padding: 24px 40px 32px
}

.dln-alert--addedItem .dln-alert__content--extra {
    background-color: var(--ui-03);
    padding: 24px 40px 40px;
    display: flex;
    flex-wrap: wrap
}

.dln-alert--addedItem .dln-alert__content--extra .dln-btn {
    margin: 16px auto
}

.dln-alert--addedItem .dln-alert__content--extra .dln-btn .dln-icn {
    height: auto
}

.dln-alert--addedItem .dln-alert__content--extra .dln-alert__subTitle {
    font-size: 15px;
    line-height: 125%;
    color: var(--brand-02);
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--ui-01);
    margin: 0 0 24px
}

.dln-alert--addedItem.dln-alert--suggestion .dln-cartItem__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.dln-alert--addedItem.dln-alert--suggestion .dln-cartItem__picture {
    margin: 0 0 0 auto
}

.dln-alert--addedItem.dln-alert--suggestion .dln-cartItem__title {
    margin: 0 auto 8px 24px
}

.dln-alert .dln-addItem {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0
}

.dln-alert .dln-addItem:nth-child(odd) {
    margin: 0 0 16px
}

.dln-alert .dln-cartItem {
    border-width: 0;
    padding: 0
}

.dln-alert .dln-cartItem__picture {
    width: 120px
}

.dln-alert .dln-cartItem__title {
    width: calc(100% - 240px)
}

.dln-alert .dln-cartItem__price {
    width: 80px;
    margin: 0 0 0 16px;
    text-align: right
}

.dln-alert .dln-cartItem__price .dln-price {
    margin: 0 0 8px;
    display: inline-block;
    font-size: 13px
}

.dln-alert .dln-cartItem__btn {
    padding: 16px 0 0;
    margin: 24px 0 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--ui-01);
    width: 100%
}

.dln-alert .dln-cartItem__btn .dln-btn {
    width: calc(50% - 10px);
    margin: 16px 20px 0 0
}

.dln-alert .dln-cartItem__btn .dln-btn:last-of-type {
    margin: 16px 0 0
}

.dln-alert .dln-cartItem .dln-csmDropdown {
    float: left;
    width: calc(100% - 144px);
    margin: 8px 0 0 24px
}

@media only screen and (max-width: 599px) {
    .dln-alert--addedItem .dln-alert__content--extra .dln-btn {
        margin: 0 auto
    }

    .dln-alert .dln-addItem {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-alert .dln-addItem .dln-btn {
        margin: 8px 0 0
    }

    .dln-alert .dln-addItem:nth-child(3n+3) {
        margin: 0 0 32px
    }

    .dln-alert .dln-cartItem__picture {
        width: 110px;
        margin: 0
    }

    .dln-alert .dln-cartItem__title {
        width: calc(100% - 134px)
    }

    .dln-alert .dln-cartItem__price {
        text-align: left;
        width: calc(100% - 134px);
        margin: 16px 0 0 16px
    }

    .dln-alert .dln-cartItem .dln-csmDropdown {
        width: 100%;
        margin: 8px 0 0
    }
}

.dln-prodReg .dln-breadcrumbs {
    margin: 24px 0 0
}

.dln-prodReg__head {
    width: 100%;
    max-width: 600px;
    margin: 24px 0 0
}

.dln-prodReg__head .dln-btn {
    max-width: 280px
}

.dln-prodReg .dln-title {
    margin: 0 0 16px
}

.dln-prodReg__paragraph {
    font-size: 13px;
    line-height: 125%;
    font-size: 14px;
    margin: 0 0 24px
}

.dln-prodReg__content {
    width: 100%;
    margin: 0 0 100px
}

.dln-prodReg__subTitle {
    width: 100%;
    font-size: 22px;
    line-height: 125%;
    font-size: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 60px 0 24px
}

.dln-prodReg__advantage {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.dln-prodReg .dln-advtBox {
    width: 100%;
    margin: 0 20px 0 0;
    padding: 15px 30px
}

.dln-prodReg .dln-advtBox:nth-child(4n+4) {
    margin: 0
}

.dln-prodReg__categoryBreadcrumbs {
    width: 100%;
    font-size: 13px;
    line-height: 125%;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap
}

.dln-prodReg__categoryBreadcrumbs .dln-select {
    margin: 0 24px 0 0
}

.dln-prodReg__categoryBreadcrumbs .dln-select__value {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-prodReg__categoryLabel {
    color: var(--brand-02);
    display: flex;
    align-self: center;
    margin: 0 24px 0 0
}

.dln-prodReg__categoryLabel .dln-icn {
    transform: rotate(-90deg);
    margin: 0 0 0 8px;
    font-size: 13px
}

.dln-prodReg .dln-breadCrumbSel {
    margin: 0 24px 0 0
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-prodReg .dln-advtBox {
        margin: 0 20px 20px 0;
        padding: 8px 16px;
        height: 200px
    }

    .dln-prodReg .dln-advtBox:nth-child(2n+2) {
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 599px) {
    .dln-prodReg__head {
        margin-bottom: 60px
    }

    .dln-prodReg__advantage .dln-advtBox {
        margin: 0 0 20px
    }

    .dln-prodReg__advantage.swiper-wrapper {
        flex-wrap: nowrap
    }

    .dln-prodReg__advantage.swiper-wrapper .dln-advtBox {
        margin: 0
    }

    .dln-prodReg__subTitle {
        margin-bottom: 16px;
        margin-top: 0
    }

    .dln-prodReg .dln-advtBox {
        width: 100%;
        padding: 8px 16px;
        height: 250px !important
    }

    .dln-prodReg .dln-carousel--mobileOnly .swiper-pagination {
        padding: 0;
        margin-top: 16px
    }
}

.dln-kenwood .dln-prodReg .dln-wrapper {
    padding-top: 0;
    padding-bottom: 72px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.dln-kenwood .dln-prodReg .dln-wrapper .dln-breadcrumbs {
    display: none
}

.dln-kenwood .dln-prodReg__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    background-color: var(--ui-03);
    padding: 56px 20px 72px;
    margin: 0 0 60px calc(-50vw + 50%)
}

.dln-kenwood .dln-prodReg__head .dln-prodReg__paragraph, .dln-kenwood .dln-prodReg__head .dln-title {
    width: 70%;
    text-align: center;
    padding: 0 15%;
    margin: 0 0 32px
}

.dln-kenwood .dln-prodReg .dln-advtBox {
    padding: 15px 0 15px 70px
}

.dln-kenwood .dln-prodReg .dln-advtBox__title {
    font-size: 16px
}

.dln-kenwood .dln-prodReg .dln-prodReg__subTitle {
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 24px
}

.dln-kenwood .dln-prodReg__content {
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-prodReg__head {
        padding-bottom: 48px
    }

    .dln-kenwood .dln-prodReg__head .dln-title {
        margin-bottom: 16px;
        width: 100%;
        line-height: 40px;
        padding: 0
    }

    .dln-kenwood .dln-prodReg__head .dln-prodReg__paragraph {
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        padding: 0
    }

    .dln-kenwood .dln-prodReg .dln-prodReg__subTitle {
        margin-bottom: 24px;
        line-height: 22px;
        font-size: 18px
    }

    .dln-kenwood .dln-prodReg .dln-advtBox {
        height: auto !important;
        padding: 0 0 0 66px
    }

    .dln-kenwood .dln-prodReg .dln-advtBox__title {
        line-height: 22px;
        font-size: 16px
    }

    .dln-kenwood .dln-prodReg .dln-advtBox__desc {
        line-height: 20px;
        font-size: 14px
    }
}

.dln-delonghi .dln-prodReg__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.21
}

.dln-delonghi .dln-prodReg__paragraph {
    font-size: 1rem;
    line-height: 1.5
}

.dln-delonghi .dln-prodReg__content {
    width: 100%;
    margin: 0 0 100px
}

.dln-delonghi .dln-prodReg .dln-prodReg__subTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.21
}

.dln-delonghi .dln-prodReg .dln-carousel.swiper-container {
    height: auto
}

.dln-delonghi .dln-prodReg .dln-carousel.swiper-container .swiper-pagination {
    margin-right: auto;
    margin-left: auto
}

.dln-delonghi .dln-prodReg .dln-tooltip__text {
    font-size: .8125rem;
    line-height: 1.23;
    color: var(--brand-04)
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prodReg__subTitle {
        font-size: 1.3125rem;
        line-height: 1.1
    }

    .dln-delonghi .dln-prodReg .dln-carousel.swiper-container {
        height: auto
    }

    .dln-delonghi .dln-prodReg .dln-carousel.swiper-container .swiper-pagination {
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prodReg .dln-wrapper .dln-prodReg__subTitle {
        font-size: 1.3125rem;
        line-height: 1.1
    }

    .dln-delonghi .dln-prodReg .dln-wrapper .dln-carousel.swiper-container {
        height: auto
    }

    .dln-delonghi .dln-prodReg .dln-wrapper .dln-carousel.swiper-container .swiper-pagination {
        margin-right: 0;
        margin-left: 0
    }
}

.dln-customerSupport {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: calc(100vh - 90px);
    overflow: hidden
}

.dln-customerSupport__inner {
    width: 100%;
    margin: 0 auto
}

.dln-customerSupport .dln-wrapper {
    width: 100%;
    max-width: none
}

.dln-customerSupport .dln-wrapper > div {
    max-width: 1240px
}

.dln-customerSupport .dln-wrapper--fullWidth {
    background: var(--ui-03);
    padding-top: 48px;
    padding-bottom: 64px
}

.dln-customerSupport .dln-wrapper--content .dln-customerSupport__inner {
    padding-top: 32px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--ui-01)
}

.dln-customerSupport .dln-wrapper--content .dln-customerSupport__inner h2 {
    font-size: 32px
}

.dln-customerSupport__head {
    width: 100%
}

.dln-customerSupport__headTitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 56px;
    font-size: 44px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-customerSupport__head .dln-customerSupport__title {
    margin: 0
}

@media only screen and (min-width: 900px) and (max-width: 1340px) {
    .dln-customerSupport__head.dln-wrapper {
        margin: 0;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width: 900px) {
    .dln-customerSupport__head.dln-wrapper {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px
    }
}

.dln-customerSupport__subtitle, .dln-customerSupport__title {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 26px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 16px
}

.dln-customerSupport__subtitle {
    line-height: 26px;
    font-size: 22px;
    margin: 0 0 24px
}

.dln-customerSupport__contentWrap, .dln-customerSupport__quickLinksWrap, .dln-customerSupport__searchWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.dln-customerSupport__contentWrap > .dln-wrapper, .dln-customerSupport__quickLinksWrap > .dln-wrapper, .dln-customerSupport__searchWrap > .dln-wrapper {
    max-width: 1480px
}

.dln-customerSupport .dln-quickLinks--slider {
    padding-top: 48px;
    padding-bottom: 72px
}

.dln-customerSupport .dln-customerSupport__searchWrapper {
    padding-top: 0;
    padding-bottom: 0
}

.dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner {
    border: 0;
    padding-top: 29px;
    padding-bottom: 28px
}

.dln-customerSupport .dln-customerSupport__searchWrapper .dln-inputs--searchBar {
    width: 50%;
    margin: 0
}

.dln-customerSupport__searchTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    font-size: 32px;
    margin: 0 0 26px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-customerSupport .dln-inputs--searchBar {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-customerSupport .dln-wrapper {
        padding-right: 20px;
        padding-left: 20px;
        margin: 0
    }

    .dln-customerSupport .dln-wrapper--fullWidth {
        padding-top: 24px;
        padding-bottom: 32px
    }

    .dln-customerSupport .dln-wrapper--content {
        padding-bottom: 32px
    }

    .dln-customerSupport .dln-wrapper--quickLinks {
        padding-top: 0;
        padding-bottom: 64px
    }

    .dln-customerSupport .dln-wrapper--quickLinks .dln-customerSupport__inner {
        padding-top: 0
    }

    .dln-customerSupport__head {
        padding: 0 !important
    }

    .dln-customerSupport__headTitle {
        line-height: 40px;
        font-size: 35px;
        margin: 0 0 4px
    }

    .dln-customerSupport__title {
        line-height: 18px;
        font-size: 15px
    }

    .dln-customerSupport__subtitle {
        font-size: 15px
    }

    .dln-customerSupport .dln-inputs--searchBar {
        width: 100%;
        margin: 0 0 48px
    }

    .dln-customerSupport .dln-customerSupport__searchWrapper {
        padding-bottom: 8px
    }

    .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner {
        padding-top: 20px;
        padding-bottom: 0
    }

    .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner .dln-inputs--searchBar {
        width: 100%
    }
}

.dln-kenwood .dln-customerSupport__headTitle {
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 31px
}

.dln-kenwood .dln-customerSupport__headTitle, .dln-kenwood .dln-customerSupport__title {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center
}

.dln-kenwood .dln-customerSupport__title {
    font-size: 28px;
    line-height: 36px
}

.dln-kenwood .dln-customerSupport .dln-wrapper--content .dln-customerSupport__inner {
    padding-top: 70px;
    padding-bottom: 70px
}

.dln-kenwood .dln-customerSupport .dln-wrapper--content .dln-customerSupport__subtitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 24px
}

.dln-kenwood .dln-customerSupport .dln-wrapper--quickLinks .dln-customerSupport__inner {
    padding-top: 70px;
    padding-bottom: 70px
}

.dln-kenwood .dln-customerSupport .dln-wrapper--quickLinks .dln-customerSupport__subtitle {
    text-align: center
}

.dln-kenwood .dln-customerSupport .dln-wrapper--quickLinks .dln-carousel .dln-quickLink {
    height: auto;
    min-height: 170px;
    border: 0;
    text-align: center
}

.dln-kenwood .dln-customerSupport .dln-wrapper--quickLinks .dln-carousel.swiper-container .swiper-pagination {
    margin: 32px 0 0
}

.dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper {
    max-width: 100%;
    margin: 0;
    background: var(--ui-03);
    padding-top: 6px;
    padding-bottom: 70px
}

.dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner {
    padding-top: 0;
    padding-bottom: 0
}

.dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner .dln-customerSupport__search {
    width: 100%
}

.dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner .dln-customerSupport__searchTitle {
    width: 100%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0
}

.dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner .dln-customerSupport__search .dln-inputs--searchBar {
    display: block;
    margin: 0 auto;
    width: 30%
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner .dln-customerSupport__search .dln-inputs--searchBar {
        width: 50%
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-customerSupport__headTitle {
        font-size: 32px;
        line-height: 40px
    }

    .dln-kenwood .dln-customerSupport__title {
        font-size: 24px;
        line-height: 32px
    }

    .dln-kenwood .dln-customerSupport__subtitle {
        font-size: 18px;
        line-height: 22px
    }

    .dln-kenwood .dln-customerSupport .dln-wrapper--content {
        padding-bottom: 0
    }

    .dln-kenwood .dln-customerSupport .dln-wrapper--content .dln-customerSupport__inner {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper {
        background: transparent;
        padding: 28px 0 60px;
        border-bottom: 1px solid var(--ui-01);
        margin-right: 20px;
        margin-left: 20px
    }

    .dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner {
        padding-top: 0;
        padding-bottom: 0
    }

    .dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner .dln-customerSupport__searchTitle {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 20px
    }

    .dln-kenwood .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner .dln-customerSupport__search .dln-inputs--searchBar {
        width: 100%
    }

    .dln-kenwood .dln-customerSupport .dln-wrapper--fullWidth {
        background: transparent
    }

    .dln-kenwood .dln-customerSupport .dln-wrapper--quickLinks {
        padding-top: 60px;
        padding-bottom: 70px
    }

    .dln-kenwood .dln-customerSupport .dln-wrapper--quickLinks .dln-customerSupport__inner {
        padding-top: 0;
        padding-bottom: 0
    }

    .dln-kenwood .dln-customerSupport .dln-wrapper--quickLinks .dln-customerSupport__subtitle {
        font-size: 16px;
        line-height: 22px
    }
}

.dln-delonghi .dln-customerSupport .dln-wrapper > div {
    max-width: 1400px
}

.dln-delonghi .dln-customerSupport__headTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 1.04
}

@media only screen and (min-width: 900px) and (max-width: 1480px) {
    .dln-delonghi .dln-customerSupport__head.dln-wrapper {
        margin: 0;
        padding-left: 40px;
        padding-right: 40px
    }
}

.dln-delonghi .dln-customerSupport__searchTitle, .dln-delonghi .dln-customerSupport__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem !important;
    line-height: 1.21;
    margin-top: 15px
}

.dln-delonghi .dln-customerSupport__subtitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3125rem;
    line-height: 1.12
}

.dln-delonghi .dln-customerSupport .dln-customerSupport__searchWrapper, .dln-delonghi .dln-customerSupport .dln-wrapper--content {
    max-width: none
}

.dln-delonghi .dln-customerSupport .dln-customerSupport__searchWrapper .dln-customerSupport__inner, .dln-delonghi .dln-customerSupport .dln-wrapper--content .dln-customerSupport__inner {
    margin: 0 auto
}

.dln-delonghi .dln-customerSupport .dln-customerSupport__searchWrap {
    background: var(--ui-03)
}

.dln-delonghi .dln-customerSupport .dln-customerSupport__searchWrap .dln-customerSupport__inner {
    padding-top: 0;
    padding-bottom: 25px
}

.dln-delonghi .dln-customerSupport .dln-list .dln-listItem .dln-icn, .dln-delonghi .dln-customerSupport .dln-list .dln-listItem .dln-listLink {
    font-size: .875rem;
    line-height: 1.43;
    font-weight: 500
}

.dln-delonghi .dln-customerSupport .dln-customerSupport__contentWrap .dln-customerSupport__inner {
    padding-top: 65px;
    padding-bottom: 25px
}

.dln-delonghi .dln-customerSupport .dln-customerSupport__contentWrap .dln-listItem .dln-icn {
    color: var(--brand-04)
}

.dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper {
    max-width: none;
    width: calc(100% - 40px)
}

.dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner {
    margin: 0 auto
}

.dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper .dln-carousel.swiper-container .swiper-slide:not(.hide-items) {
    width: calc(20% - 40px)
}

.dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.21;
    text-align: center;
    margin-bottom: 0
}

.dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper .dln-quickLink {
    text-align: center;
    border-bottom: none
}

.dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper .dln-quickLink__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--brand-04);
    font-size: 1.125rem;
    line-height: 1.11
}

.dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper .dln-quickLink__iconWrap {
    border-color: transparent
}

.dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper .dln-quickLink__iconWrap .dln-icn {
    color: var(--brand-04)
}

@media only screen and (min-width: 599px) and (max-width: 1199px) {
    .dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper {
        width: 100%
    }

    .dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper .dln-carousel.swiper-container .swiper-slide {
        margin: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-customerSupport__headTitle {
        font-size: 2.3125rem;
        line-height: 1.08
    }

    .dln-delonghi .dln-customerSupport__searchTitle, .dln-delonghi .dln-customerSupport__title {
        font-size: 1.3125rem !important;
        line-height: 1.1
    }

    .dln-delonghi .dln-customerSupport .dln-list + .dln-btn {
        margin: 0
    }

    .dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper {
        width: 100%
    }

    .dln-delonghi .dln-customerSupport .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__title {
        font-size: 1.3125rem;
        line-height: 1.1
    }
}

.dln-delonghi .dln-prodReg .dln-breadcrumbs {
    padding-top: 20px
}

.dln-delonghi .dln-prodReg__head {
    width: 100%;
    max-width: none;
    margin-top: 0
}

.dln-delonghi .dln-prodReg__subtitle {
    margin: 64px 0 16px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prodReg .dln-breadcrumbs {
        padding-bottom: 30px
    }

    .dln-delonghi .dln-prodReg .dln-prodReg__head {
        margin-bottom: 47px
    }

    .dln-delonghi .dln-prodReg .dln-prodReg__subTitle {
        line-height: 23px;
        font-size: 1.3125rem;
        margin-bottom: 19px
    }

    .dln-delonghi .dln-prodReg .dln-prodReg__content .swiper-wrapper {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-prodReg .dln-prodReg__content .swiper-wrapper .swiper-slide .dln-advtBox {
        margin-bottom: 0
    }

    .dln-delonghi .dln-prodReg .dln-prodReg__content .swiper-pagination {
        margin: 0
    }
}

.dln-prodReg {
    overflow: initial
}

.dln-prodReg .dln-timeline {
    margin: 40px auto 0
}

.dln-prodReg--search .dln-prodReg__head {
    margin: 50px 0 0;
    max-width: none
}

.dln-prodReg--search .dln-prodReg__content {
    max-width: 980px;
    margin: 60px auto 100px
}

.dln-prodReg--search .dln-prodReg__searchModel {
    display: flex;
    flex-wrap: wrap
}

.dln-prodReg--search .dln-prodReg__searchModel .dln-inputs {
    max-width: 380px;
    margin: 0 20px 0 0
}

.dln-prodReg--search .dln-prodReg__searchModel .dln-btn {
    max-width: 180px
}

.dln-prodReg--search .dln-prodReg__inner {
    width: 100%;
    opacity: 1;
    transition: opacity .4s cubic-bezier(.25, .8, .25, 1)
}

.dln-prodReg--search .dln-prodReg__inner .dln-prodReg__categoryWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.dln-prodReg--search .dln-prodReg__inner .dln-categoryBox {
    margin: 0;
    max-width: 20%;
    cursor: pointer
}

.dln-prodReg--search .dln-prodReg__inner--hide {
    opacity: 0
}

.dln-prodReg--search .dln-prodReg__tabContent {
    width: 100%
}

.dln-prodReg--search .dln-tooltip {
    margin: 4px 0 0 8px
}

.dln-prodReg--search .dln-tooltip__anchor {
    font-size: 10px;
    color: var(--ui-02);
    text-decoration: underline
}

.dln-prodReg--search .dln-tabs__content {
    padding: 24px 0 40px;
    border-bottom: 1px solid var(--ui-01);
    min-height: 180px
}

.dln-prodReg--search .dln-tabs__content .dln-prodReg__subTitle {
    font-size: 22px;
    margin-top: 0
}

.dln-prodReg--search .dln-tabs__content .dln-category-browser__wrapper {
    padding-top: 0
}

.dln-prodReg--search .dln-tabs__content .dln-category-browser__wrapper .dln-wrapper {
    padding: 0
}

.dln-prodReg--search .dln-tabs__content .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__header {
    margin-bottom: 24px
}

.dln-prodReg--search .dln-tabs__content .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs {
    margin-bottom: 10px
}

.dln-prodReg--search .dln-timeline {
    margin: 40px auto 0
}

@media only screen and (max-width: 599px) {
    .dln-prodReg .dln-timeline {
        max-width: calc(100% - 60px);
        margin-left: auto;
        margin-right: auto
    }

    .dln-prodReg--search .dln-prodReg__content {
        max-width: 100%;
        margin-bottom: 100px;
        position: relative
    }

    .dln-prodReg--search .dln-prodReg__searchModel {
        display: flex;
        flex-wrap: wrap
    }

    .dln-prodReg--search .dln-prodReg__searchModel .dln-inputs {
        max-width: 100%;
        margin: 0 0 20px
    }

    .dln-prodReg--search .dln-prodReg__inner {
        margin: 16px 0 0;
        min-height: 213px
    }

    .dln-prodReg--search .dln-prodReg__inner .dln-prodReg__categoryWrap.swiper-wrapper {
        flex-wrap: nowrap
    }

    .dln-prodReg--search .dln-prodReg__inner .dln-categoryBox {
        width: 50%;
        max-width: none
    }

    .dln-prodReg--search .dln-prodReg__inner .dln-categoryBox.swiper-slide {
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: none
    }

    .dln-prodReg--search .dln-prodReg__inner .dln-categoryBox.swiper-slide:nth-of-type(2n) {
        margin: 0
    }

    .dln-prodReg--search .dln-prodReg__inner .dln-categoryBox.swiper-slide:hover {
        border: none
    }
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__head {
    width: 100%;
    min-width: 0;
    background-color: var(--brand-03);
    padding-top: 60px;
    margin: 0
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__content {
    margin-top: 0;
    margin-bottom: 0
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-prodReg__subTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-style: normal;
    line-height: 40px;
    font-size: 32px;
    font-weight: 400
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs {
    margin-bottom: 48px
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__list .dln-tabs__currentLine {
    max-width: 261px
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__item {
    width: auto;
    font-weight: 700
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__currentLine {
    height: 4px
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__content {
    min-height: 0;
    border-bottom: none;
    padding-bottom: 0
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-prodReg__subTitle {
    display: none
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-prodReg__categoryBreadcrumbs {
    margin-bottom: 40px
}

.dln-kenwood .dln-prodReg--search .dln-timeline {
    margin-top: 0
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__searchModel .dln-inputs__lbl {
    width: 100%;
    line-height: 16px;
    color: var(--ui-07);
    padding: 0;
    top: -21px
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__searchModel .dln-btn {
    width: 95px;
    height: 45px;
    padding: 0
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__searchModel .dln-tooltip {
    margin-left: 0
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__searchModel .dln-tooltip__anchor {
    color: var(--ui-07)
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__searchModel .dln-tooltip__container {
    text-align: center
}

.dln-kenwood .dln-prodReg--search .dln-prodReg__searchModel .dln-tooltip__text {
    max-width: 100%;
    width: 100%
}

.dln-kenwood .dln-prodReg--search .dln-tabs__item {
    width: auto
}

.dln-kenwood .dln-prodReg--search .dln-tabs__currentLine {
    height: 4px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-prodReg--search .dln-prodReg__head {
        padding: 40px 0 0
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__head .dln-title {
        width: 100%;
        line-height: 40px;
        padding: 0
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__head .dln-timeline {
        max-width: none;
        min-height: 74px
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__head .dln-timeline__step:after {
        width: 100%;
        left: 72px;
        z-index: 2
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__head .dln-timeline__label {
        z-index: 3
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__head .dln-timeline__label:before {
        z-index: 4
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__head .dln-timeline__label span {
        display: block;
        width: 100%;
        line-height: 16px;
        font-size: 14px;
        text-align: center;
        opacity: 1
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__content {
        margin: 69px 0 0
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-prodReg__subTitle {
        line-height: 32px;
        font-size: 28px;
        margin-bottom: 32px
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--model .dln-prodReg__searchModel .dln-inputs {
        order: 1;
        margin-bottom: 4px
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--model .dln-prodReg__searchModel .dln-btn {
        order: 4;
        padding: 0;
        margin: 0 0 0 auto
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--model .dln-prodReg__searchModel .dln-tooltip {
        order: 2;
        margin: 0 auto 16px 0
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--model .dln-prodReg__searchModel .clearer {
        order: 3
    }

    .dln-kenwood .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-prodReg__categoryBreadcrumbs .dln-prodReg__categoryLabel {
        display: none
    }
}

.dln-delonghi .dln-prodReg--search .dln-tabs__currentLine {
    background: var(--brand-04)
}

.dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-prodReg__subTitle {
    margin: 69px 0 27px
}

.dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content {
    padding-top: 40px;
    border-bottom: none
}

.dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content .dln-prodReg__searchModel .dln-tooltip {
    margin: 0
}

.dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__header {
    display: none
}

.dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs {
    margin-bottom: 6px
}

.dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs .dln-breadCrumbSel__arrow, .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs .dln-breadCrumbSel__text {
    color: var(--brand-04)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__category .dln-categoryBox {
        width: auto;
        margin-left: 9px;
        margin-right: 9px
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__category .dln-categoryBox__imgWrap {
        width: 134px;
        height: 117px
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__category .dln-categoryBox__imgWrap img {
        width: 100%;
        height: 117px;
        -o-object-fit: unset;
        object-fit: unset
    }
}

@media only screen and (min-width: 900px) {
    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__category .dln-categoryBox {
        width: auto;
        margin-left: 9px;
        margin-right: 9px
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__category .dln-categoryBox__imgWrap {
        width: 166px;
        height: 145px
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__category .dln-categoryBox__imgWrap img {
        width: 100%;
        height: 145px;
        -o-object-fit: unset;
        object-fit: unset
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prodReg--search .dln-prodReg__head .dln-prodReg__paragraph {
        margin-bottom: 39px
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content, .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-prodReg__subTitle, .dln-delonghi .dln-prodReg--search .dln-prodReg__head .dln-timeline {
        margin-top: 0
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--model .dln-prodReg__tabContent .dln-prodReg__searchModel .dln-inputs {
        order: 1;
        margin: 0
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--model .dln-prodReg__tabContent .dln-prodReg__searchModel .dln-btn {
        order: 4
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--model .dln-prodReg__tabContent .dln-prodReg__searchModel .clearer {
        order: 3
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--model .dln-prodReg__tabContent .dln-prodReg__searchModel .dln-tooltip {
        order: 2;
        margin-bottom: 30px
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper > .dln-wrapper {
        margin: 0;
        width: 100%
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__category .dln-categoryBox {
        width: calc(50% - 5px);
        max-width: 266px;
        padding: 0;
        margin: 0 10px 36px 0
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__category .dln-categoryBox:nth-child(2n+2) {
        margin: 0 0 36px
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__category .dln-categoryBox__imgWrap, .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__wrapper > .dln-wrapper .dln-category-browser__category .dln-categoryBox__imgWrap img {
        width: 100%;
        max-width: 266px;
        height: auto;
        -o-object-fit: unset;
        object-fit: unset
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__breadcrumbs {
        margin-bottom: 20px !important
    }

    .dln-delonghi .dln-prodReg--search .dln-prodReg__content .dln-tabs__content#dln-prodReg--category .dln-category-browser__breadcrumbs .dln-breadCrumbSel {
        display: none
    }
}

.dln-createShippingAddress {
    padding: 16px 40px 40px
}

.dln-createShippingAddress .dln-popup__head {
    padding: 0
}

.dln-createShippingAddress .dln-createShippingAddress__content {
    padding: 32px 0 0
}

.dln-createShippingAddress .dln-divider ~ .dln-inputs {
    margin-bottom: 0
}

.dln-createShippingAddress .dln-createShippingAddress__form {
    display: flex;
    flex-wrap: wrap
}

.dln-createShippingAddress .dln-createShippingAddress__form > .dln-select {
    width: calc(50% - 8px);
    max-width: none;
    margin: 0 16px 32px 0
}

.dln-createShippingAddress .dln-createShippingAddress__form > .dln-select + .dln-select {
    margin: 0 0 32px
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-inputs {
    width: calc(50% - 8px);
    margin: 0 16px 32px 0
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-inputs:nth-child(2n) {
    margin: 0 0 32px
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-inputs:last-of-type {
    margin: 0
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-chips {
    margin: 0 0 24px
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-chips + .dln-inputs {
    margin: 0 16px 32px 0
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-inputs--city {
    margin-right: calc(50% + 8px)
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-inputs--provinceState {
    margin: 0 16px 32px 0 !important
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-select--country {
    margin: 0 0 32px
}

.dln-createShippingAddress .dln-createShippingAddress__form > .dln-checkbox {
    margin: 24px 0 0
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-checkout__paragraph {
    margin: 24px 0
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-btn {
    width: calc(50% - 8px);
    margin: 0 16px 0 0
}

.dln-createShippingAddress .dln-createShippingAddress__form .dln-btn:nth-of-type(2n) {
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-createShippingAddress .dln-divider ~ .dln-inputs {
        margin-bottom: 0
    }

    .dln-createShippingAddress .dln-createShippingAddress__form > .dln-select {
        width: 100%;
        max-width: 100%
    }

    .dln-createShippingAddress .dln-createShippingAddress__form .dln-inputs {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-createShippingAddress .dln-createShippingAddress__form .dln-btn {
        width: 100%;
        margin: 0 0 16px
    }

    .dln-createShippingAddress .dln-createShippingAddress__form .dln-btn:nth-of-type(2n) {
        margin: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-createShippingAddress .dln-divider ~ .dln-inputs {
        margin-bottom: 0
    }

    .dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form > .dln-select {
        width: 100%;
        max-width: 100%
    }

    .dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-inputs {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-btn {
        width: 100%;
        margin: 0 0 16px
    }

    .dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-btn:nth-of-type(2n) {
        margin: 0
    }
}

.dln-kenwood .dln-createShippingAddress .dln-popup__head {
    padding: 0;
    margin: 0
}

.dln-kenwood .dln-createShippingAddress .dln-popup__head .dln-popup__headTitle {
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
    padding-bottom: 0;
    margin: 0
}

.dln-kenwood .dln-createShippingAddress .dln-popup__head .dln-btnIcon {
    position: absolute;
    top: -20px;
    right: -20px
}

.dln-kenwood .dln-createShippingAddress .dln-popup__head .dln-btnIcon .dln-icn {
    text-indent: 999px;
    width: 22px;
    height: 22px;
    font-size: 22px;
    overflow: hidden
}

.dln-kenwood .dln-createShippingAddress .dln-popup__head .dln-btnIcon .dln-icn:after, .dln-kenwood .dln-createShippingAddress .dln-popup__head .dln-btnIcon .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-createShippingAddress .dln-popup__head .dln-btnIcon .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    content: "J";
    color: var(--brand-01)
}

.dln-kenwood .dln-createShippingAddress .dln-popup__head .dln-popup__headLine {
    display: none
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__content {
    margin-top: 20px
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-inputs {
    margin: 0 16px 30px 0
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-inputs:nth-child(2n) {
    margin: 0 0 30px
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form > .dln-select {
    margin: 0 16px 30px 0
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form > .dln-select + .dln-select {
    margin: 0 0 30px
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-chips {
    background-color: var(--ui-03);
    margin: 0 0 40px
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-chips + .dln-inputs {
    margin: 0 16px 30px 0
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-chips + .dln-inputs:nth-child(odd) {
    margin: 0 0 30px
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-chips__wrapper .dln-icn {
    align-self: flex-start
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form > .dln-checkbox {
    margin: 24px 0 0
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-checkout__paragraph {
    margin: 24px 0
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-btn {
    width: calc(50% - 8px);
    margin: 0 16px 0 0
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-btn:nth-of-type(2n) {
    margin: 0
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-btn--stroked {
    height: 20px;
    border: none;
    color: var(--brand-04);
    text-transform: lowercase;
    text-decoration: underline;
    margin: 25px auto 0 0;
    width: auto;
    padding: 0
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-btn--stroked:first-letter {
    text-transform: uppercase
}

.dln-kenwood .dln-createShippingAddress .dln-createShippingAddress__form .dln-btn:not(.dln-btn--stroked) {
    padding: 0;
    width: 75px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-createShippingAddress .dln-popup__head {
        margin: 0
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-createShippingAddress .dln-popup__headTitle {
        order: 2
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-createShippingAddress .dln-popup__head > .dln-btnIcon--close {
        order: 1;
        margin-bottom: 40px;
        position: static
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-createShippingAddress__form .dln-inputs, .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-createShippingAddress__form .dln-inputs.dln-inputs--provinceState {
        margin: 0 0 40px !important
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-createShippingAddress__form .dln-divider {
        display: none
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-createShippingAddress__form > .dln-select {
        margin: 0 0 40px
    }

    .dln-kenwood .dln-alert--createShippingAddress {
        padding: 0 20px 40px
    }

    .dln-kenwood .dln-alert--createShippingAddress .dln-btnIcon--close {
        right: 0 !important
    }

    .dln-kenwood .dln-alert--createShippingAddress .dln-createShippingAddress__form .dln-inputs, .dln-kenwood .dln-alert--createShippingAddress .dln-createShippingAddress__form .dln-select {
        margin-right: 0 !important
    }

    .dln-kenwood .dln-alert--createShippingAddress .dln-chips {
        border: 1px solid var(--support-04);
        padding: 16px !important
    }

    .dln-kenwood .dln-alert--createShippingAddress .dln-chips .dln-icn {
        color: var(--support-04) !important
    }

    .dln-kenwood .dln-alert--createShippingAddress .dln-chips__content span {
        font-size: 12px
    }

    .dln-kenwood .dln-alert--createShippingAddress .dln-chips__content span a {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal
    }
}

.dln-prodReg--selectProduct .dln-prodReg__head {
    margin: 50px 0 0;
    max-width: none
}

.dln-prodReg--selectProduct .dln-prodReg__content {
    max-width: 980px;
    margin: 60px auto 100px;
    display: flex;
    flex-wrap: wrap
}

.dln-prodReg--selectProduct .dln-prodReg__content > .dln-btn--link {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 24px
}

.dln-prodReg--selectProduct .dln-prodReg__content > .dln-prodReg__subTitle {
    width: auto;
    max-width: calc(100% - 150px);
    margin: 0 auto 0 0
}

.dln-prodReg--selectProduct .dln-prodReg__content .dln-prodReg__categoryBreadcrumbs {
    width: auto;
    max-width: 40%;
    align-items: baseline;
    align-content: baseline
}

.dln-prodReg--selectProduct .dln-prodReg__productList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 0
}

.dln-prodReg--selectProduct .dln-prodReg__productHeading {
    width: calc(100% - 206px);
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap
}

.dln-prodReg--selectProduct .dln-prodReg__productHeading span {
    font-size: 13px;
    line-height: 125%;
    font-size: 12px;
    color: var(--brand-02);
    width: calc(50% - 25px);
    margin: 0 20px 0 0;
    box-sizing: border-box
}

.dln-prodReg--selectProduct .dln-prodReg .dln-prodReg__categoryBreadcrumbs {
    padding: 10px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-prodReg--selectProduct .dln-prodReg__productHeading {
        width: calc(100% - 136px);
        margin: 0 0 0 auto
    }

    .dln-prodReg--selectProduct .dln-prodReg__productHeading span {
        width: calc(50% - 25px);
        margin: 0 20px 0 0
    }

    .dln-prodReg--selectProduct .dln-prodReg__productHeading span:first-of-type {
        width: calc(100% - 140px)
    }

    .dln-prodReg--selectProduct .dln-prodReg__productHeading span:last-of-type {
        width: 120px;
        margin: 0
    }

    .dln-prodReg--selectProduct .dln-prodReg .dln-prodReg__categoryBreadcrumbs {
        padding: 10px
    }
}

@media only screen and (max-width: 599px) {
    .dln-prodReg--selectProduct .dln-prodReg__content > .dln-btn--link {
        font-size: 14px
    }

    .dln-prodReg--selectProduct .dln-prodReg__content > .dln-prodReg__subTitle {
        font-size: 21px;
        width: 100%;
        max-width: 100%;
        margin: 0 0 8px
    }

    .dln-prodReg--selectProduct .dln-prodReg__content .dln-prodReg__categoryBreadcrumbs {
        display: none
    }

    .dln-prodReg--selectProduct .dln-prodReg__productList {
        margin: 0
    }

    .dln-prodReg--selectProduct .dln-prodReg__productHeading {
        display: none
    }

    .dln-prodReg--selectProduct .dln-prodReg__content .dln-prodReg__categoryBreadcrumbs {
        align-items: center;
        align-content: center
    }
}

.dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__head {
    width: 100%;
    min-width: 0;
    background-color: var(--brand-03);
    padding-bottom: 40px;
    margin-top: 0;
    padding-top: 60px
}

.dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__content, .dln-kenwood .dln-prodReg--selectProduct .dln-timeline {
    margin-top: 0
}

.dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__content .dln-prodReg__subTitle {
    margin-bottom: 56px;
    display: block;
    width: 100%;
    max-width: none;
    line-height: 40px;
    font-family: var(--fontNameExtra);
    font-size: 32px;
    font-weight: 400;
    text-align: center
}

.dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__content .dln-prodReg__categoryBreadcrumbs, .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__content .dln-prodReg__productHeading {
    display: none
}

.dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__content .dln-orderRev--productDescription {
    margin: 0 0 30px
}

@media screen and (max-width: 599px) {
    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__content .dln-orderRev--productDescription .dln-orderRev__itemPic {
        max-width: 335px;
        height: 272px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__head {
        padding: 40px 0 0;
        margin: 0
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__head .dln-title {
        width: 100%;
        line-height: 40px;
        padding: 0
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__head .dln-timeline {
        margin-bottom: 40px;
        max-width: none;
        min-height: 74px
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__head .dln-timeline__step:after {
        width: calc(50% - 8px);
        left: 72px
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__head .dln-timeline__label span {
        display: block;
        width: 100%;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
        opacity: 1
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__content {
        margin-bottom: 0
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__content .dln-prodReg__subTitle {
        margin-bottom: 32px;
        line-height: 32px;
        font-size: 28px
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__productList .dln-orderRev {
        margin-bottom: 32px;
        padding: 0
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__productList .dln-orderRev:last-of-type {
        margin-bottom: 0
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__productList .dln-orderRev__itemPic {
        width: 100%;
        height: auto;
        max-height: none;
        padding: 0;
        margin: 0 0 16px;
        position: static;
        top: auto;
        left: auto
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__productList .dln-orderRev__itemPic img {
        width: 100%;
        height: auto;
        max-height: none
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__productList .dln-orderRev__details {
        height: auto
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__productList .dln-orderRev__detailsTitle {
        text-align: center;
        margin: 0 0 8px
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__productList .dln-orderRev__desc {
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        margin: 0 0 16px
    }

    .dln-kenwood .dln-prodReg--selectProduct .dln-prodReg__productList .dln-orderRev .dln-btn--productDescription {
        width: 50%;
        margin: 0 auto;
        position: static;
        top: auto;
        left: auto;
        background-color: transparent;
        z-index: 1
    }
}

.dln-delonghi .dln-prodReg--selectProduct .dln-prodReg__subTitle {
    margin-bottom: 25px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-delonghi .dln-prodReg--selectProduct .dln-prodReg__productHeading {
        position: relative
    }

    .dln-delonghi .dln-prodReg--selectProduct .dln-prodReg__productHeading span:first-of-type {
        width: calc(60% - 20px)
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prodReg--selectProduct .dln-wrapper .dln-prodReg__head {
        margin-bottom: 16px
    }

    .dln-delonghi .dln-prodReg--selectProduct .dln-wrapper .dln-prodReg__content {
        margin-top: 0
    }
}

.dln-prodReg--productDetails .dln-prodReg__head {
    margin: 50px 0 0;
    max-width: none
}

.dln-prodReg--productDetails .dln-prodReg__content {
    max-width: 1000px;
    margin: 60px auto 100px;
    display: flex;
    flex-wrap: wrap
}

.dln-prodReg--productDetails .dln-prodReg__content > .dln-btn {
    width: 200px;
    margin: 0 0 0 auto
}

.dln-prodReg--productDetails .dln-prodReg__content > .dln-btn--link {
    width: auto;
    margin: 0 auto 0 0;
    align-self: flex-end
}

.dln-prodReg--productDetails .dln-prodReg__content > .dln-prodReg__subTitle {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 30px
}

.dln-prodReg--productDetails .dln-prodReg__content > .dln-prodReg__subTitle .dln-prodReg__lbl {
    font-size: 13px;
    line-height: 125%;
    font-size: 10px;
    color: var(--brand-02);
    margin: 0 0 0 auto
}

.dln-prodReg--productDetails .dln-prodReg__content .dln-prodReg__categoryBreadcrumbs {
    width: auto;
    max-width: 40%;
    align-items: baseline;
    align-content: baseline
}

.dln-prodReg--productDetails .dln-itemRegDetails {
    padding-bottom: 32px;
    margin: 0 0 32px;
    border-bottom: 1px solid var(--ui-01)
}

@media only screen and (max-width: 599px) {
    .dln-prodReg--productDetails .dln-prodReg__content > .dln-prodReg__subTitle {
        max-width: 100%;
        margin: 0 0 16px;
        line-height: normal
    }

    .dln-prodReg--productDetails .dln-itemRegDetails__itemName {
        width: 100%
    }
}

.dln-kenwood .dln-prodReg--productDetails {
    padding-top: 60px
}

.dln-kenwood .dln-prodReg--productDetails .dln-prodReg__head {
    margin-top: 0;
    width: 100%;
    min-width: 0;
    background-color: var(--brand-03);
    padding-top: 0
}

.dln-kenwood .dln-prodReg--productDetails .dln-prodReg__head .dln-title {
    margin: 0 0 30px
}

.dln-kenwood .dln-prodReg--productDetails .dln-prodReg__head .dln-timeline {
    margin: 0
}

.dln-kenwood .dln-prodReg--productDetails .dln-prodReg__content {
    margin-top: 0;
    margin-bottom: 0
}

.dln-kenwood .dln-prodReg--productDetails .dln-prodReg__content .dln-prodReg__subTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-style: normal;
    display: block;
    line-height: 40px;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 45px
}

.dln-kenwood .dln-prodReg--productDetails .dln-prodReg__content .dln-prodReg__subTitle .dln-prodReg__lbl {
    display: none
}

.dln-kenwood .dln-prodReg--productDetails .dln-inputs--datepicker {
    margin-bottom: 30px
}

.dln-kenwood .dln-prodReg--productDetails .dln-inputsFile {
    padding: 0;
    margin-bottom: 30px
}

.dln-kenwood .dln-prodReg--productDetails .dln-select--labeled {
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-prodReg--productDetails {
        padding-top: 40px
    }

    .dln-kenwood .dln-prodReg--productDetails .dln-prodReg__head {
        padding: 0
    }

    .dln-kenwood .dln-prodReg--productDetails .dln-prodReg__head .dln-title {
        width: 100%;
        line-height: 40px;
        padding: 0
    }

    .dln-kenwood .dln-prodReg--productDetails .dln-prodReg__head .dln-timeline {
        margin-bottom: 60px;
        max-width: none;
        min-height: 74px
    }

    .dln-kenwood .dln-prodReg--productDetails .dln-prodReg__head .dln-timeline__step:after {
        width: calc(50% - 8px);
        left: 72px
    }

    .dln-kenwood .dln-prodReg--productDetails .dln-prodReg__head .dln-timeline__label span {
        display: block;
        width: 100%;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
        opacity: 1
    }

    .dln-kenwood .dln-prodReg--productDetails .dln-prodReg__content .dln-prodReg__subTitle {
        margin-bottom: 32px
    }

    .dln-kenwood .dln-prodReg--productDetails .dln-prodReg__content .dln-btn[title="Add details"] {
        width: 127px;
        padding: 0
    }
}

.dln-delonghi .dln-prodReg--productDetails .dln-prodReg__head .dln-title {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 52px;
    font-size: 3.125rem
}

.dln-delonghi .dln-prodReg--productDetails .dln-prodReg__content .dln-prodReg__subTitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 34px;
    font-size: 1.75rem;
    margin-bottom: 66px
}

.dln-delonghi .dln-prodReg--productDetails .dln-prodReg__content .dln-prodReg__lbl {
    line-height: 16px;
    font-size: .8125rem
}

.dln-delonghi .dln-prodReg--productDetails .dln-itemRegDetails--productRegistration {
    padding-bottom: 24px;
    margin-bottom: 25px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prodReg--productDetails .dln-prodReg__head {
        padding-top: 34px;
        margin-top: 0
    }

    .dln-delonghi .dln-prodReg--productDetails .dln-prodReg__head .dln-title {
        font-size: 2.3125rem;
        line-height: 40px;
        margin-bottom: 13px
    }

    .dln-delonghi .dln-prodReg--productDetails .dln-prodReg__content {
        margin-top: 28px
    }

    .dln-delonghi .dln-prodReg--productDetails .dln-prodReg__content .dln-prodReg__subTitle {
        font-size: 1.3125rem;
        line-height: 23px;
        margin-bottom: 25px
    }

    .dln-delonghi .dln-prodReg--productDetails .dln-prodReg__content .dln-prodReg__subTitle .dln-prodReg__lbl {
        line-height: 23px
    }
}

.dln-kenwood .dln-faq > .dln-wrapper--fullWidth, .dln-kenwood .dln-faq__chipsWrap {
    margin-bottom: 48px
}

.dln-kenwood .dln-faq .dln-chips--recallInformation {
    max-width: 590px;
    border-left: 3px solid var(--support-04) !important;
    margin: 0 auto
}

.dln-kenwood .dln-faq .dln-chips--recallInformation .dln-chips__wrapper .dln-icn--mainIcon {
    font-weight: 700
}

.dln-kenwood .dln-faq .dln-chips--recallInformation .dln-chips__wrapper .dln-btnIcon--close {
    width: 13px;
    height: 13px;
    top: 17px;
    right: 16px
}

.dln-kenwood .dln-faq .dln-chips--recallInformation .dln-chips__wrapper .dln-btnIcon--close .dln-icn {
    text-indent: 0;
    width: 13px;
    height: 13px;
    font-size: 0
}

.dln-kenwood .dln-faq .dln-chips--recallInformation .dln-chips__wrapper .dln-btnIcon--close .dln-icn:before {
    font-size: 13px;
    color: var(--brand-04)
}

.dln-kenwood .dln-faq .dln-chips--recallInformation .dln-chips__wrapper .dln-chips__content .dln-chips__info {
    padding-top: 0;
    margin-bottom: 14px
}

.dln-kenwood .dln-faq .dln-chips--recallInformation .dln-chips__wrapper .dln-chips__content .dln-chips__title {
    padding-top: 0
}

.dln-kenwood .dln-faq__content, .dln-kenwood .dln-faq__main {
    justify-content: center
}

.dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-breadCrumbSel {
    height: 24px
}

.dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-breadCrumbSel__text {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: var(--ui-07);
    margin-right: 7px
}

.dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-breadCrumbSel__arrow {
    height: 24px;
    line-height: 24px;
    color: var(--ui-07)
}

.dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-select, .dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-select__container {
    height: 24px
}

.dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-select__value {
    line-height: 24px;
    font-size: 20px;
    margin-right: 7px
}

.dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-select__arrow {
    width: 11px;
    height: 24px
}

.dln-kenwood .dln-faq__content .dln-faq__breadCrumbSelWrap .dln-select__arrow:before {
    display: inline-block;
    line-height: 20px !important;
    padding-top: 4px
}

.dln-delonghi .dln-faq--alert {
    padding-top: 10px !important
}

.dln-delonghi .dln-faq--alert > .dln-wrapper .dln-breadcrumbs {
    margin-bottom: 10px !important
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper {
    padding: 0;
    margin: 0 auto
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips {
    background-color: var(--ui-05);
    padding: 29px 21px 18px;
    margin-bottom: 53px
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips__wrapper .dln-icn {
    color: var(--brand-04);
    margin-bottom: 11px
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips__content .dln-chips__info {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 19px;
    font-size: 1.125rem;
    color: var(--ui-02);
    padding-top: 0;
    margin-bottom: 16px
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips__content .dln-chips__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    padding-top: 0;
    margin-bottom: 0
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips__content .dln-chips__description {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    margin-bottom: 24px
}

.dln-delonghi .dln-faq--alert .dln-faq__chipsWrap > .dln-wrapper--fullWidth .dln-wrapper .dln-chips__content .dln-btn {
    line-height: 18px;
    font-size: .875rem;
    margin-bottom: 0
}

.dln-delonghi .dln-faq--alert .dln-faq__main .dln-wrapper .dln-inputs--searchBar {
    margin-bottom: 73px
}

.dln-delonghi .dln-faq--alert .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs {
    align-items: center;
    margin-bottom: 15px
}

.dln-delonghi .dln-faq--alert .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs .dln-select .dln-select__container, .dln-delonghi .dln-faq--alert .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs .dln-select .dln-select__container .dln-select__head {
    height: 20px
}

.dln-delonghi .dln-faq--alert .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs .dln-select .dln-select__container .dln-select__head .dln-select__value {
    line-height: 20px
}

.dln-delonghi .dln-faq--alert .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs .dln-breadCrumbSel__text {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-faq--alert .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs .dln-breadCrumbSel .dln-breadCrumbSel__arrow {
    height: 20px;
    line-height: 20px;
    color: var(--brand-04)
}

.dln-delonghi .dln-faq--alert .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__category .dln-categoryBox__title {
    padding-bottom: 0
}

.dln-delonghi .dln-faq--alert .dln-quickLinks--slider .swiper-wrapper .swiper-slide .dln-quickLink {
    min-height: 199px;
    padding: 21px 12px 28px;
    box-sizing: border-box
}

.dln-delonghi .dln-faq--alert .dln-quickLinks--slider .swiper-wrapper .swiper-slide .dln-quickLink .dln-quickLink__wrap .dln-quickLink__iconWrap {
    width: 48px;
    height: 48px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-faq--alert .dln-faq__chipsWrap .dln-wrapper .dln-wrapper {
        padding: 0;
        margin: 0
    }

    .dln-delonghi .dln-faq--alert .dln-faq__chipsWrap .dln-wrapper .dln-wrapper .dln-chips {
        padding: 32px 19px 24px 21px;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-faq--alert .dln-faq__chipsWrap .dln-wrapper .dln-wrapper .dln-chips__wrapper {
        padding: 0
    }

    .dln-delonghi .dln-faq--alert .dln-faq__chipsWrap .dln-wrapper .dln-wrapper .dln-chips__wrapper .dln-btnIcon .dln-icn {
        font-size: 1rem
    }

    .dln-delonghi .dln-faq--alert .dln-faq__chipsWrap .dln-wrapper .dln-wrapper .dln-chips__wrapper .dln-chips__content {
        padding: 0
    }

    .dln-delonghi .dln-faq--alert .dln-faq__chipsWrap .dln-wrapper .dln-wrapper .dln-chips__wrapper .dln-chips__content .dln-chips__info {
        line-height: 18px;
        font-size: 1rem;
        margin-bottom: 11px
    }

    .dln-delonghi .dln-faq--alert .dln-faq__chipsWrap .dln-wrapper .dln-wrapper .dln-chips__wrapper .dln-chips__content .dln-chips__title {
        font-size: 1rem;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-faq--alert .dln-faq__main .dln-wrapper .dln-faq__mainTitle {
        line-height: 43px;
        font-size: 2.1875rem;
        margin-top: 0
    }

    .dln-delonghi .dln-faq--alert .dln-faq__main .dln-wrapper .dln-inputs--searchBar {
        margin-bottom: 43px
    }

    .dln-delonghi .dln-faq--alert .dln-category-browser__wrapper .dln-wrapper .dln-category-browser__breadcrumbs {
        margin-bottom: 16px
    }
}

.dln-kenwood .dln-faq .dln-faq__content > .dln-wrapper {
    padding-bottom: 70px
}

.dln-kenwood .dln-faq .dln-faq__content .dln-faq__questionList {
    margin-bottom: 70px
}

.dln-kenwood .dln-faq .dln-faq__content .dln-faq__questionList .dln-faq__questionItem {
    height: 24px
}

.dln-kenwood .dln-faq .dln-faq__content .dln-faq__questionList .dln-faq__questionItem:last-of-type {
    margin-bottom: 0
}

.dln-kenwood .dln-faq .dln-faq__content .dln-faq__questionList .dln-faq__questionItem .dln-faq__questionIcon {
    width: 20px;
    height: 24px;
    font-size: 0
}

.dln-kenwood .dln-faq .dln-faq__content .dln-faq__questionList .dln-faq__questionItem .dln-faq__questionIcon:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "\3C0";
    width: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    color: var(--brand-01)
}

.dln-kenwood .dln-faq .dln-faq__content .dln-faq__questionList .dln-faq__questionItem .dln-faq__questionLink {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-faq .dln-faq__content .dln-faq__questionList .dln-faq__questionItem .dln-faq__questionLink:hover {
    color: var(--brand-01)
}

.dln-kenwood .dln-faq .dln-faq__content .dln-faq__resultCounter {
    color: var(--brand-04);
    margin-bottom: 10px
}

.dln-delonghi .dln-faq--alert .dln-faq__content {
    padding-top: 0;
    margin-bottom: 56px
}

.dln-delonghi .dln-faq--alert .dln-faq__content > .dln-wrapper {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 24px
}

.dln-delonghi .dln-faq--alert .dln-faq__content > .dln-wrapper .dln-faq__breadCrumbSelWrap .dln-breadCrumbSel__arrow {
    font-size: 1rem;
    color: var(--brand-04)
}

.dln-delonghi .dln-faq--alert .dln-faq__content > .dln-wrapper .dln-faq__breadCrumbSelWrap .dln-select .dln-select__head .dln-select__value {
    font-size: 1rem;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-faq--alert .dln-faq__content > .dln-wrapper .dln-faq__breadCrumbSelWrap .dln-select .dln-select__head .dln-select__arrow {
    width: 16px;
    font-size: 1rem
}

.dln-delonghi .dln-faq--alert .dln-faq__content .dln-list {
    margin-bottom: 62px
}

.dln-delonghi .dln-faq--alert .dln-faq__content .dln-listItem:last-child {
    margin-bottom: 0
}

.dln-delonghi .dln-faq--alert .dln-faq__content .dln-faq__resultCounter {
    line-height: 24px;
    font-size: 1rem;
    margin-bottom: 12px
}

.dln-delonghi .dln-faq--alert .dln-faq__content .dln-btn--showMoreResults {
    width: 100%;
    min-width: 0;
    max-width: 184px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-faq--alert .dln-faq__content {
        margin-bottom: 40px
    }

    .dln-delonghi .dln-faq--alert .dln-faq__content > .dln-wrapper {
        padding-bottom: 40px
    }

    .dln-delonghi .dln-faq--alert .dln-faq__content > .dln-wrapper .dln-faq__breadCrumbSelWrap {
        margin-bottom: 14px
    }

    .dln-delonghi .dln-faq--alert .dln-faq__content > .dln-wrapper .dln-faq__breadCrumbSelWrap .dln-select:not(:last-of-type) {
        display: none
    }

    .dln-delonghi .dln-faq--alert .dln-faq__content .dln-list {
        margin-bottom: 56px
    }

    .dln-delonghi .dln-faq--alert .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner .dln-quickLinks__title {
        margin-bottom: 21px
    }

    .dln-delonghi .dln-faq--alert .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner .dln-quick-links-slider__carousel .swiper-pagination {
        margin-top: 0 !important
    }
}

@media only screen and (max-width: 599px) {
    .dln-faq.dln-faq--stepFour .dln-faq__mainSubtitle {
        font-size: 21px
    }

    .dln-faq.dln-faq--stepFour .dln-faq__content .dln-faq__breadCrumbSelWrap {
        margin: 0 0 8px
    }
}

.dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__breadCrumbSelWrap + .dln-faq__mainSubtitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    margin-bottom: 10px
}

.dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__videoContainer {
    width: 100%;
    margin-bottom: 30px
}

.dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__articleFoot {
    border: none;
    padding: 0;
    margin-bottom: 80px
}

.dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__title--related {
    text-align: left !important;
    margin-bottom: 15px !important
}

.dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__questionList {
    margin-bottom: 0
}

.dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__text:last-of-type {
    margin-bottom: 38px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-faq__content {
        padding: 0
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__breadCrumbSelWrap + .dln-faq__mainSubtitle {
        line-height: 34px;
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px
    }

    .dln-kenwood .dln-faq__content .dln-wrapper > .dln-faq__text {
        text-align: center
    }

    .dln-kenwood .dln-faq__content .dln-wrapper > .dln-faq__text:last-of-type {
        margin-bottom: 25px !important
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__videoContainer {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__articleFoot {
        margin-bottom: 60px
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__articleFoot:after {
        display: none
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__articleFootText {
        width: calc(100% - 170px);
        font-size: 14px;
        margin: 0 20px 0 0
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__articleFoot .dln-btn--stroked {
        width: 70px;
        height: 40px;
        padding: 0;
        margin: 0
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__articleFoot .dln-btn--stroked[title=Yes] {
        margin-right: 10px
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__articleFoot .dln-btn--link {
        margin-top: 30px
    }

    .dln-kenwood .dln-faq__content .dln-wrapper .dln-faq__articleFoot .dln-btn--link:first-of-type {
        margin-right: 39px
    }
}

.dln-delonghi .dln-faq.dln-faq--singleFaq {
    padding-bottom: 73px
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__mainSubtitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 19px
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__mainSubtitle, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__text, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__textList, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__title, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__videoContainer, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-list {
    margin-right: auto;
    margin-left: auto
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__mainSubtitle + .dln-faq__text {
    margin-bottom: 0
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__text, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__text p {
    line-height: 24px;
    font-size: 1rem
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__textList, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper ul {
    list-style-type: none
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__textListItem, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__textList li, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper ulItem, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper ul li {
    line-height: 24px;
    font-size: 1rem;
    padding-left: 10px;
    position: relative
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__textListItem:before, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__textList li:before, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper ulItem:before, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper ul li:before {
    content: "-";
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__textList + .dln-faq__text, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper ul + .dln-faq__text {
    margin-bottom: 24px
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__videoContainer {
    margin-bottom: 32px
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot {
    min-height: 70px;
    padding: 20px 0;
    margin-bottom: 78px
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot .dln-faq__articleFootText {
    line-height: 18px;
    font-size: .875rem;
    margin-right: 40px
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot .dln-btn--stroked {
    width: 80px;
    min-width: 0;
    height: 30px;
    font-size: .9375rem
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot .dln-btn--stroked:first-child {
    margin-right: 20px
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot .dln-btn--link:first-child {
    margin-right: 40px
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__title--related {
    line-height: 34px;
    font-size: 1.75rem;
    margin-bottom: 14px
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__title--related + .dln-list {
    margin-bottom: 0
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-quickLinks--slider > .dln-wrapper {
    margin-right: auto;
    margin-left: auto
}

.dln-delonghi .dln-faq.dln-faq--singleFaq .dln-quickLinks--slider .dln-quick-links-slider__carousel .swiper-pagination {
    display: none !important
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-faq.dln-faq--singleFaq {
        padding-bottom: 64px
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__breadCrumbSelWrap {
        margin-bottom: 20px
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__mainSubtitle {
        line-height: 30px;
        font-size: 1.75rem;
        margin-bottom: 16px
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__text {
        line-height: 24px
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__text, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__textList .dln-faq__textListItem {
        font-size: .9375rem !important
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__textList + .dln-faq__text, .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__videoContainer {
        margin-bottom: 40px
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot {
        padding: 24px 0;
        margin-bottom: 16px
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot .dln-faq__articleFootText {
        width: auto;
        height: 30px;
        line-height: 30px;
        margin: 0 auto 30px 0
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot .dln-btn--stroked {
        margin-bottom: 30px
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot .dln-btn--stroked.dln-btn--no {
        margin: 0
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__articleFoot .dln-btn--link {
        line-height: 18px;
        margin-top: 0
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__title--related {
        font-size: 1.3125rem;
        line-height: 23px;
        margin-bottom: 19px
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-faq__content > .dln-wrapper .dln-faq__title--related + .dln-list {
        margin-top: 0
    }

    .dln-delonghi .dln-faq.dln-faq--singleFaq .dln-quickLinks--slider .dln-wrapper .dln-quickLinks__inner .dln-quick-links-slider__carousel .swiper-pagination {
        display: flex !important
    }
}

.dln-prodReg .dln-prodReg__subTitle {
    font-size: 32px
}

.dln-prodReg--confirmation .dln-prodReg__head {
    max-width: none;
    margin: 50px 0 0
}

.dln-prodReg--confirmation .dln-prodReg__content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 60px auto 100px
}

.dln-prodReg--confirmation .dln-prodReg__content > .dln-btn {
    width: auto;
    margin: 0 0 0 auto
}

.dln-prodReg--confirmation .dln-prodReg__content > .dln-btn--link {
    align-self: flex-end;
    width: auto;
    margin: 0 auto 0 0
}

.dln-prodReg--confirmation .dln-prodReg__content > .dln-prodReg__subTitle {
    width: auto;
    max-width: calc(60% - 24px);
    margin: 0 auto 0 0
}

.dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__categoryBreadcrumbs {
    align-items: baseline;
    align-content: baseline;
    width: auto;
    max-width: 40%
}

.dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__chips {
    width: 100%;
    border-bottom: 1px solid var(--ui-01);
    margin: 0 0 32px
}

.dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__chips .dln-icn--mainIcon {
    color: var(--support-02)
}

.dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 80px 0 0
}

.dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox {
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 10px);
    padding: 32px 20px;
    margin: 0 20px 0 0
}

.dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox__content {
    width: calc(100% - 84px);
    margin: 0;
    flex-direction: column
}

.dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox__icon {
    width: auto
}

.dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox:nth-child(2n+2) {
    margin: 0
}

.dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox__copy {
    min-height: 0
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice {
        width: 100%;
        margin: 80px 0 100px
    }
}

@media only screen and (max-width: 599px) {
    .dln-prodReg .dln-title {
        font-size: 35px
    }

    .dln-prodReg .dln-prodReg__subTitle {
        font-size: 21px
    }

    .dln-prodReg--confirmation .dln-prodReg__content > .dln-prodReg__subTitle {
        width: auto;
        max-width: 100%;
        margin: 0
    }

    .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__chips .dln-chips__content {
        line-height: 20px;
        font-size: 14px
    }

    .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox {
        align-items: flex-start;
        width: 100%;
        padding: 16px;
        margin: 0 0 20px
    }

    .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox:nth-child(2n+2) {
        margin: 0
    }
}

.dln-kenwood .dln-prodReg--confirmation {
    padding-bottom: 72px
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__head {
    margin-top: 60px;
    width: 100%;
    min-width: 0;
    background-color: var(--brand-03);
    padding-top: 0;
    padding-bottom: 0
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__head .dln-title {
    margin: 0 0 30px
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__head .dln-timeline {
    margin: 0
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content {
    margin-top: 72px;
    margin-bottom: 0
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__subTitle {
    display: block;
    width: 100%;
    max-width: none;
    line-height: 40px;
    font-family: var(--fontNameExtra);
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 45px
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-chips {
    padding: 0;
    background: transparent
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-chips .dln-icn--mainIcon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    margin: 0 auto 10px;
    color: var(--support-02) !important
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-chips__content {
    width: 50%;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 0 25% 30px
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-chips__content span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04);
    margin: 0 0 10px
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-chips__content br {
    display: none
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__chips {
    border-color: var(--ui-02)
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__chips + .dln-btn {
    width: auto;
    margin: 0 auto 72px
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice {
    width: 80%;
    margin: 0 10%
}

.dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox .dln-icn {
    color: var(--brand-01)
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__head {
        padding: 0;
        margin-top: 35px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__head .dln-title {
        width: 100%;
        line-height: 40px;
        padding: 0
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__head .dln-timeline {
        max-width: none;
        min-height: 74px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__head .dln-timeline__step:after {
        width: calc(50% - 8px);
        left: 72px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__head .dln-timeline__label span {
        display: block;
        width: 100%;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
        opacity: 1
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content {
        margin-top: 80px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__subTitle {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 40px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-chips__content {
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        margin: 0 0 32px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__chips + .dln-btn {
        margin: 0 auto 64px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice {
        width: 100%;
        margin: 0
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox {
        height: auto;
        min-height: 0;
        padding: 44px 32px;
        box-sizing: content-box
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox__icon {
        align-self: flex-start;
        width: 50px;
        height: 50px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox__icon .dln-icn {
        font-size: 50px
    }

    .dln-kenwood .dln-prodReg--confirmation .dln-prodReg__content .dln-prodReg__notice .dln-noticeBox__copy {
        min-height: 0
    }
}

.dln-delonghi .dln-prodReg__notice .dln-noticeBox {
    min-height: 144px
}

.dln-delonghi .dln-prodReg__content .dln-prodReg__chips .dln-chips .dln-icn {
    align-self: flex-start
}

.dln-delonghi .dln-prodReg__content .dln-prodReg__chips .dln-chips .dln-chips__content {
    line-height: 24px;
    font-size: 1.125rem
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-prodReg__content .dln-prodReg__chips .dln-chips .dln-chips__content {
        font-size: 1rem
    }
}

.dln-serviceLocator {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    padding: 24px 0 70px
}

.dln-serviceLocator .dln-wrapper {
    width: 100%;
    height: auto;
    align-items: flex-start
}

.dln-serviceLocator .dln-addressResult {
    padding: 8px
}

.dln-serviceLocator__title {
    display: block;
    width: 100%;
    line-height: 56px;
    font-size: 44px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 32px
}

.dln-serviceLocator__description {
    margin: 0 0 32px
}

.dln-serviceLocator__mobileBnt {
    display: none;
    width: auto;
    max-width: calc(100% - 116px);
    margin: 0 0 0 16px;
    align-items: center
}

.dln-serviceLocator__mobileBnt > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%
}

.dln-serviceLocator__mobileBnt .dln-btnIcon--list {
    position: relative
}

.dln-serviceLocator__listCounter {
    position: absolute
}

.dln-serviceLocator__results {
    max-height: 400px;
    overflow: auto;
    width: 386px
}

.dln-serviceLocator__aside {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 386px
}

.dln-serviceLocator__aside .dln-inputs--searchBar {
    width: calc(100% - 128px);
    margin: 0 0 16px
}

.dln-serviceLocator__aside .dln-btnTextIcon--nearMe {
    width: 112px;
    margin: 0 0 16px 16px
}

.dln-serviceLocator__aside .dln-btn--reset {
    margin: 0 8px 0 auto;
    text-decoration: none
}

.dln-serviceLocator__aside .dln-accordion {
    margin: 0 0 10px;
    max-height: 50px
}

.dln-serviceLocator__aside .dln-accordion--filters-active .dln-accordion__head .dln-accordion__title span, .dln-serviceLocator__aside .dln-accordion--filters-active .dln-accordion__head .dln-btn--reset {
    display: inline-flex
}

.dln-serviceLocator__aside .dln-accordion .dln-checkbox .dln-checkbox__input:checked + .dln-checkbox__inputPlaceholder + .dln-checkbox__label {
    color: var(--brand-04);
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-serviceLocator__aside .dln-accordion__head .dln-btnIcon--map {
    width: 57px;
    border-right: 4px solid var(--brand-03);
    border-left: 4px solid var(--brand-03);
    margin: 0 0 0 auto
}

.dln-serviceLocator__aside .dln-accordion__head .dln-btnIcon--map .dln-btnIcon__wrap {
    width: 57px
}

.dln-serviceLocator__aside .dln-accordion__head .dln-btnIcon--map .dln-btnIcon__icon {
    opacity: .32;
    transition: opacity .12s linear
}

.dln-serviceLocator__aside .dln-accordion__head .dln-btnIcon--map--selected .dln-btnIcon__icon {
    opacity: 1
}

.dln-serviceLocator__aside .dln-accordion__head .dln-accordion__title span {
    display: none;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-serviceLocator__aside .dln-accordion__head .dln-btnIcon--list {
    width: 57px;
    position: relative
}

.dln-serviceLocator__aside .dln-accordion__head .dln-btnIcon--list .dln-btnIcon__wrap {
    width: 57px
}

.dln-serviceLocator__aside .dln-accordion__head .dln-btnIcon--list .dln-btnIcon__icon {
    opacity: .32;
    transition: opacity .12s linear
}

.dln-serviceLocator__aside .dln-accordion__head .dln-btnIcon--list--selected .dln-btnIcon__icon {
    opacity: 1
}

.dln-serviceLocator__aside .dln-accordion__head .dln-serviceLocator__listCounter {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 2;
    font-size: 9px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--brand-03);
    text-align: center;
    border-radius: 50%;
    background-color: var(--brand-01);
    position: absolute;
    top: 50%;
    left: calc(50% - 14px)
}

.dln-serviceLocator__aside .dln-accordion__content {
    width: 100%;
    max-height: 429px;
    padding: 0;
    overflow-y: auto
}

.dln-serviceLocator__aside .dln-accordion__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--ui-01);
    padding: 16px 12px;
    box-sizing: border-box
}

.dln-serviceLocator__aside .dln-accordion__wrap:last-of-type {
    border-bottom: none
}

.dln-serviceLocator__aside .dln-accordion__wrapTitle {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 4px
}

.dln-serviceLocator__aside .dln-accordion .dln-checkbox {
    margin: 0 0 8px
}

.dln-serviceLocator__aside .dln-accordion .dln-radioBtn {
    width: 100%;
    margin: 0 0 8px
}

.dln-serviceLocator__aside .dln-accordion .dln-radioBtn .dln-radioBtn__lbl {
    color: var(--brand-02)
}

.dln-serviceLocator__aside .dln-accordion .dln-radioBtn .dln-radioBtn__lbl:before {
    border: 1px solid var(--ui-02);
    width: 14px;
    height: 14px;
    background-color: var(--brand-03)
}

.dln-serviceLocator__aside .dln-accordion .dln-radioBtn .dln-radioBtn__input:checked + .dln-radioBtn__lbl {
    color: var(--brand-01)
}

.dln-serviceLocator__map {
    width: calc(100% - 402px);
    min-height: 536px;
    background: var(--ui-03);
    margin: 0 0 0 16px
}

.dln-serviceLocator__map .gm-style .gm-style-iw-c {
    border-radius: 2px !important;
    padding: 0 !important
}

.dln-serviceLocator__resultCounter {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    color: var(--brand-02);
    margin: 12px 0;
    box-sizing: border-box
}

.dln-serviceLocator--results .dln-serviceLocator__aside .dln-accordion {
    max-height: 50px
}

.dln-serviceLocator .dln-quickLinks--slider {
    margin-top: 83px
}

.dln-serviceLocator .dln-mapPopup a {
    color: var(--brand-02);
    text-decoration: underline
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-serviceLocator__quickLinks {
        overflow: hidden;
        margin: 60px auto;
        width: 100%;
        max-width: 100%
    }

    .dln-serviceLocator__quickLinks > .dln-wrapper {
        width: calc(100% - 20px)
    }

    .dln-serviceLocator__aside {
        width: 100%
    }

    .dln-serviceLocator .dln-tabs__content {
        opacity: 0;
        display: none;
        flex-wrap: nowrap
    }

    .dln-serviceLocator .dln-tabs__content--current {
        opacity: 1;
        display: flex;
        flex-wrap: wrap
    }

    .dln-serviceLocator > .dln-wrapper {
        padding: 0;
        margin: 0
    }

    .dln-serviceLocator > .dln-wrapper .dln-breadcrumbs {
        width: calc(100% - 40px);
        margin: 0 20px
    }

    .dln-serviceLocator > .dln-wrapper .dln-serviceLocator__title {
        line-height: 40px;
        font-size: 35px;
        padding: 0 20px;
        margin: 8px 0 24px
    }

    .dln-serviceLocator > .dln-wrapper .dln-serviceLocator__description {
        padding: 0 20px;
        margin: 8px 0 24px
    }

    .dln-serviceLocator__results {
        width: 100%;
        max-height: calc(100vh - 40px);
        padding: 20px 0
    }

    .dln-serviceLocator__results .dln-addressResult {
        padding: 8px 20px;
        position: relative
    }

    .dln-serviceLocator__results .dln-addressResult:after {
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 0;
        background-color: var(--ui-01)
    }

    .dln-serviceLocator__map {
        width: 100%;
        margin: 0;
        display: block;
        opacity: 1
    }

    .dln-serviceLocator__mobileBnt {
        display: inline-flex
    }

    .dln-serviceLocator__mobileBnt > ul {
        border: none
    }

    .dln-serviceLocator__aside {
        height: auto;
        min-height: auto
    }

    .dln-serviceLocator__aside .dln-inputs--searchBar {
        width: calc(100% - 158px);
        margin: 0 20px 24px
    }

    .dln-serviceLocator__aside .dln-btnTextIcon--nearMe {
        width: 98px;
        margin: 0 20px 24px 0
    }

    .dln-serviceLocator__aside .dln-accordion {
        margin: 0;
        max-height: 40px;
        border-bottom: 2px solid var(--brand-03)
    }

    .dln-serviceLocator__aside .dln-accordion__head {
        height: 40px;
        width: calc(100% - 146px);
        border-bottom: none;
        padding-left: 10px
    }

    .dln-serviceLocator__aside .dln-accordion__wrap {
        border: none;
        padding: 8px 20px 16px
    }

    .dln-serviceLocator__aside .dln-accordion__wrapTitle {
        padding-top: 8px;
        border-top: 1px solid var(--ui-01)
    }

    .dln-serviceLocator__resultCounter {
        padding: 0 20px
    }

    .dln-serviceLocator--results .dln-serviceLocator__aside .dln-accordion {
        max-height: 40px
    }
}

@media only screen and (max-width: 599px) {
    .dln-serviceLocator__aside {
        width: 100%
    }

    .dln-serviceLocator .dln-wrapper {
        padding: 0;
        margin: 0
    }

    .dln-serviceLocator .dln-breadcrumbs {
        width: calc(100% - 40px);
        margin: 0 20px
    }

    .dln-serviceLocator .dln-breadcrumbs a {
        font-size: 14px
    }

    .dln-serviceLocator__title {
        line-height: 40px;
        font-size: 35px
    }

    .dln-serviceLocator__description, .dln-serviceLocator__title {
        padding: 0 20px;
        margin: 8px 0 24px
    }

    .dln-serviceLocator__results {
        width: 100%;
        max-height: calc(100vh - 40px);
        padding: 20px 0
    }

    .dln-serviceLocator__results .dln-addressResult {
        padding: 8px 20px;
        position: relative
    }

    .dln-serviceLocator__results .dln-addressResult:after {
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 0;
        background-color: var(--ui-01)
    }

    .dln-serviceLocator__map {
        width: 100%;
        margin: 0
    }

    .dln-serviceLocator__mobileBnt {
        display: inline-flex
    }

    .dln-serviceLocator__mobileBnt > ul {
        border: none
    }

    .dln-serviceLocator__aside {
        height: auto;
        min-height: auto
    }

    .dln-serviceLocator__aside .dln-inputs--searchBar {
        width: calc(100% - 158px);
        margin: 0 20px 24px
    }

    .dln-serviceLocator__aside .dln-btnTextIcon--nearMe {
        width: 98px;
        margin: 0 20px 24px 0
    }

    .dln-serviceLocator__aside .dln-accordion {
        margin: 0;
        max-height: 40px;
        border-bottom: 2px solid var(--brand-03)
    }

    .dln-serviceLocator__aside .dln-accordion__head {
        height: 40px;
        width: 100%;
        border-bottom: none;
        padding-left: 20px
    }

    .dln-serviceLocator__aside .dln-accordion__wrap {
        border: none;
        padding: 8px 20px 16px
    }

    .dln-serviceLocator__aside .dln-accordion__wrapTitle {
        padding-top: 8px;
        border-top: 1px solid var(--ui-01)
    }

    .dln-serviceLocator__aside .dln-accordion--titleIcon .dln-accordion__icon {
        width: 12px;
        height: 12px;
        line-height: normal;
        margin-right: 8px
    }

    .dln-serviceLocator__resultCounter {
        padding: 0 20px
    }

    .dln-serviceLocator--results .dln-serviceLocator__aside .dln-accordion {
        max-height: 40px
    }
}

@media only screen and (min-width: 900px) {
    .dln-serviceLocator .dln-tabs__content {
        opacity: 1;
        display: flex !important;
        flex-wrap: wrap
    }
}

.dln-kenwood .dln-serviceLocator .dln-breadcrumbs {
    display: none
}

.dln-kenwood .dln-serviceLocator .dln-wrapper {
    height: auto;
    min-height: 0
}

.dln-kenwood .dln-serviceLocator__title {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    margin: 35px auto 30px
}

.dln-kenwood .dln-serviceLocator__aside .dln-inputs--searchBar {
    width: calc(100% - 152px)
}

.dln-kenwood .dln-serviceLocator__aside .dln-inputs__input {
    height: 41px
}

.dln-kenwood .dln-serviceLocator__aside .dln-inputs__lbl {
    display: none
}

.dln-kenwood .dln-serviceLocator__aside .dln-btnTextIcon {
    height: 43px;
    width: 131px;
    margin-left: 20px
}

.dln-kenwood .dln-serviceLocator__aside .dln-btnTextIcon .dln-icn {
    font-size: 20px
}

.dln-kenwood .dln-serviceLocator__aside .dln-btn--reset {
    pointer-events: auto
}

.dln-kenwood .dln-serviceLocator__aside .dln-btn--reset .dln-btn__lbl {
    text-decoration: none
}

.dln-kenwood .dln-serviceLocator__aside .dln-accordion {
    padding-top: 5px;
    background: none
}

.dln-kenwood .dln-serviceLocator__aside .dln-accordion__icon {
    font-size: 20px;
    margin-left: 5px
}

.dln-kenwood .dln-serviceLocator__aside .dln-accordion__title {
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 27px
}

.dln-kenwood .dln-serviceLocator__aside .dln-accordion__title, .dln-kenwood .dln-serviceLocator__aside .dln-accordion__title span {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-kenwood .dln-serviceLocator__aside .dln-accordion__wrapTitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px
}

.dln-kenwood .dln-serviceLocator__aside .dln-accordion .dln-icn--arrow-down {
    font-size: 10px
}

.dln-kenwood .dln-serviceLocator__aside .dln-accordion .dln-radioBtn {
    margin-bottom: 10px
}

.dln-kenwood .dln-serviceLocator__aside .dln-accordion .dln-radioBtn__lbl {
    line-height: 15px
}

.dln-kenwood .dln-serviceLocator__map {
    margin-left: 20px;
    width: calc(100% - 406px);
    height: 533px
}

.dln-kenwood .dln-serviceLocator .dln-quickLinks--slider {
    margin-top: 70px
}

.dln-kenwood .dln-serviceLocator .dln-addressResult {
    padding: 15px 20px;
    border-bottom: 1px solid var(--ui-01);
    margin: 0 10px 0 0
}

.dln-kenwood .dln-serviceLocator .dln-addressResult__head {
    margin: 0
}

.dln-kenwood .dln-serviceLocator .dln-addressResult__company {
    line-height: 16px
}

.dln-kenwood .dln-serviceLocator .dln-addressResult__distance {
    margin-left: 20px;
    padding-left: 20px;
    border-color: var(--ui-01)
}

.dln-kenwood .dln-serviceLocator .dln-addressResult__pinIndex {
    background-image: url(/_ui/dist/assets/images/icons/icon-pin-brand-01-kenwood.svg);
    width: 27px;
    height: 40px;
    background-size: 27px 40px;
    font-size: 14px
}

.dln-kenwood .dln-serviceLocator .dln-addressResult__productCategory {
    font-size: 12px;
    line-height: 16px
}

.dln-kenwood .dln-serviceLocator .dln-addressResult__data, .dln-kenwood .dln-serviceLocator .dln-addressResult__data span, .dln-kenwood .dln-serviceLocator .dln-addressResult__productCategory {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.dln-kenwood .dln-serviceLocator .dln-addressResult:after {
    background-color: transparent
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup {
    padding: 20px 0 20px 15px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup .dln-mapPopup__company {
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup .dln-mapPopup__distance {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--info {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--info .dln-mapPopup__data {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--info .dln-mapPopup__data--address {
    margin-bottom: 10px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--hours {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--hours .dln-mapPopup__data {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 16px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--actions {
    margin-bottom: 5px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--actions button, .dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--actions button:hover {
    transition: none
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--actions .dln-mapPopup__data {
    font-family: var(--fontNameLight), Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 16px
}

.dln-kenwood .dln-serviceLocator .dln-mapPopup__wrap--actions .dln-btn--googleMaps {
    width: 100%
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-serviceLocator__map {
        width: 100%;
        margin: 0
    }

    .dln-kenwood .dln-serviceLocator__aside .dln-inputs--searchBar {
        width: calc(100% - 218px)
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-serviceLocator {
        padding-top: 19px
    }

    .dln-kenwood .dln-serviceLocator .dln-serviceLocator__description, .dln-kenwood .dln-serviceLocator .dln-serviceLocator__title {
        margin: 0 0 38px
    }

    .dln-kenwood .dln-serviceLocator__aside .dln-accordion {
        padding-top: 0;
        border-top: 1px solid var(--ui-01);
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-kenwood .dln-serviceLocator__aside .dln-accordion__icon {
        font-size: 21px;
        margin-top: -8px
    }

    .dln-kenwood .dln-serviceLocator__aside .dln-accordion__head {
        width: 100%
    }

    .dln-kenwood .dln-serviceLocator__aside .dln-accordion__content {
        padding-top: 15px
    }

    .dln-kenwood .dln-serviceLocator__aside .dln-inputs--searchBar {
        width: 100%;
        margin-left: 15px;
        margin-bottom: 30px
    }

    .dln-kenwood .dln-serviceLocator__aside .dln-btnTextIcon {
        margin-left: 16px
    }

    .dln-kenwood .dln-serviceLocator__map {
        margin: 0;
        width: 100%
    }

    .dln-kenwood .dln-serviceLocator .dln-addressResult {
        border: 0;
        padding: 15px 20px
    }

    .dln-kenwood .dln-serviceLocator .dln-btnIcon__checkoutCounter {
        background-color: var(--brand-04)
    }
}

.dln-delonghi .dln-serviceLocator__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 1.04
}

.dln-delonghi .dln-serviceLocator__aside .dln-btnTextIcon {
    background: var(--brand-04);
    border-color: var(--brand-04)
}

.dln-delonghi .dln-serviceLocator__aside .dln-accordion__head {
    background: var(--ui-03);
    border: 0;
    margin-bottom: 0
}

.dln-delonghi .dln-serviceLocator__aside .dln-accordion__title {
    font-size: 1rem;
    padding-top: 0
}

.dln-delonghi .dln-serviceLocator__aside .dln-accordion__title span {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-serviceLocator__aside .dln-accordion .dln-tab__links, .dln-delonghi .dln-serviceLocator__aside .dln-accordion__wrap {
    background: var(--ui-03)
}

.dln-delonghi .dln-serviceLocator__aside .dln-accordion .dln-tabs {
    display: none
}

.dln-delonghi .dln-serviceLocator__aside .dln-accordion__content .dln-accordion__wrap .dln-radioBtn__lbl {
    color: var(--brand-04)
}

.dln-delonghi .dln-serviceLocator__aside .dln-accordion__content .dln-accordion__wrap .dln-radioBtn__lbl:before {
    width: 22px;
    height: 22px;
    background-color: transparent
}

.dln-delonghi .dln-serviceLocator__aside .dln-accordion__content .dln-accordion__wrap .dln-radioBtn .dln-radioBtn__input:checked + .dln-radioBtn__lbl {
    color: var(--brand-04) !important
}

.dln-delonghi .dln-serviceLocator__resultCounter {
    font-size: .875rem
}

.dln-delonghi .dln-serviceLocator__results#tab-results .dln-addressResult {
    border-bottom: 1px solid var(--ui-01)
}

.dln-delonghi .dln-serviceLocator__results#tab-results .dln-addressResult .dln-addressResult__distance {
    border-left: 1px solid var(--brand-04)
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-delonghi .dln-serviceLocator__map {
        width: 100%;
        margin: 0
    }

    .dln-delonghi .dln-serviceLocator .dln-accordion__head {
        width: 100%;
        box-sizing: border-box
    }

    .dln-delonghi .dln-serviceLocator .dln-accordion .dln-tabs {
        display: inline-flex;
        width: auto
    }

    .dln-delonghi .dln-serviceLocator .dln-accordion .dln-tabs__item {
        box-sizing: content-box
    }

    .dln-delonghi .dln-serviceLocator .dln-accordion .dln-tabs__item:first-child {
        border-left: 4px solid var(--brand-03)
    }

    .dln-delonghi .dln-serviceLocator .dln-accordion .dln-tabs__item--current .dln-tabs__btn .dln-icn {
        color: var(--brand-04)
    }

    .dln-delonghi .dln-serviceLocator__mobileBnt {
        margin-left: 0
    }

    .dln-delonghi .dln-serviceLocator__mobileBnt .dln-btnIcon__checkoutCounter {
        display: flex;
        position: absolute;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-size: .5rem;
        background: var(--brand-04)
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-serviceLocator > .dln-wrapper .dln-serviceLocator__title {
        margin-bottom: 16px
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-inputs {
        width: calc(100% - 40px);
        margin: 0 20px 10px
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-btnTextIcon--nearMe {
        width: 33.33%;
        min-width: 123px;
        margin: 0 auto 24px 20px
    }

    .dln-delonghi .dln-serviceLocator .dln-breadcrumbs {
        padding: 10px 20px
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-btnTextIcon {
        background: var(--brand-04);
        border-color: var(--brand-04)
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-accordion {
        border-bottom: none
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-accordion__head {
        width: 100%;
        box-sizing: border-box
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-accordion__title {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-accordion .dln-tabs {
        display: inline-flex;
        width: auto
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-accordion .dln-tabs__item {
        box-sizing: content-box
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-accordion .dln-tabs__item:first-child {
        border-left: 4px solid var(--brand-03)
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-accordion .dln-tabs__item--current .dln-tabs__btn .dln-icn {
        color: var(--brand-04)
    }

    .dln-delonghi .dln-serviceLocator__aside .dln-accordion__wrap {
        padding-top: 0
    }

    .dln-delonghi .dln-serviceLocator__mobileBnt {
        margin-left: 0
    }

    .dln-delonghi .dln-serviceLocator__mobileBnt .dln-btnIcon__checkoutCounter {
        display: flex;
        position: absolute;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-size: .5rem;
        background: var(--brand-04)
    }

    .dln-delonghi .dln-serviceLocator .dln-quickLinks--slider {
        margin-top: 40px;
        justify-content: center
    }

    .dln-delonghi .dln-serviceLocator .dln-quickLinks--slider .dln-quickLink__title {
        font-size: 1rem
    }

    .dln-delonghi .dln-serviceLocator .dln-quickLinks--slider .dln-quickLink__link {
        font-size: .875rem
    }
}

.dln-kenwood .dln-serviceLocator--results .dln-serviceLocator__aside .dln-serviceLocator__resultCounter {
    font-size: 12px;
    line-height: 16px;
    display: block
}

@media only screen and (max-width: 599px) {
    .dln-ordersHist .dln-profileCard {
        display: none
    }

    .dln-ordersHist .dln-title {
        margin: 32px 0
    }
}

.dln-kenwood .dln-ordersHist--empty .dln-ordersHist__subTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    margin: 0 0 20px
}

.dln-kenwood .dln-ordersHist--empty .dln-ordersHist__foot {
    text-align: center;
    border: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.dln-kenwood .dln-ordersHist--empty .dln-ordersHist__content {
    display: block;
    text-align: center
}

.dln-kenwood .dln-ordersHist--empty .dln-ordersHist__content .dln-title {
    margin: 0 0 32px;
    line-height: normal
}

.dln-kenwood .dln-ordersHist--empty .dln-ordersHist__paragraph {
    padding-bottom: 10px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-ordersHist--empty .dln-ordersHist__content {
        margin: 0
    }

    .dln-kenwood .dln-ordersHist--empty .dln-ordersHist__content .dln-title {
        font-size: 32px;
        line-height: 40px;
        padding: 0;
        margin: 30px 0 20px
    }

    .dln-kenwood .dln-ordersHist--empty .dln-ordersHist__subTitle {
        font-size: 24px;
        text-align: center
    }

    .dln-kenwood .dln-ordersHist--empty .dln-ordersHist__paragraph {
        font-size: 14px;
        text-align: center
    }
}

.dln-addNewCard {
    padding: 0 20px 20px
}

.dln-addNewCard .dln-addNewCard__content {
    padding: 0
}

.dln-addNewCard .dln-divider ~ .dln-inputs {
    margin-bottom: 0
}

.dln-addNewCard__foot {
    width: 100%;
    margin: 32px 0 0
}

.dln-addNewCard .dln-addNewCard__form, .dln-addNewCard__foot {
    display: flex;
    flex-wrap: wrap
}

.dln-addNewCard .dln-addNewCard__form > .dln-select {
    width: calc(50% - 8px);
    max-width: none;
    margin: 0 0 32px
}

.dln-addNewCard .dln-addNewCard__form .dln-inputs {
    margin: 0 0 32px
}

.dln-addNewCard .dln-addNewCard__form .dln-inputs:last-of-type {
    margin: 0
}

.dln-addNewCard .dln-addNewCard__form .dln-inputs--oneThird {
    max-width: 250px;
    margin: 0 auto 32px 0
}

.dln-addNewCard .dln-addNewCard__form .dln-inputs--oneThird + .dln-btn {
    width: auto;
    max-width: calc(100% - 274px);
    margin: 0 0 32px 24px
}

.dln-addNewCard .dln-addNewCard__form .dln-chips {
    margin: 0 0 24px
}

.dln-addNewCard .dln-addNewCard__form > .dln-checkbox {
    margin: 16px 0 0
}

.dln-addNewCard .dln-addNewCard__form .dln-checkout__paragraph {
    margin: 24px 0
}

.dln-addNewCard .dln-addNewCard__form .dln-btn {
    width: calc(50% - 8px);
    margin: 0 16px 0 0
}

.dln-addNewCard .dln-addNewCard__form .dln-btn:nth-of-type(2n) {
    margin: 0
}

@media only screen and (max-width: 599px) {
    .dln-addNewCard .dln-divider ~ .dln-inputs {
        margin-bottom: 0
    }

    .dln-addNewCard .dln-addNewCard__form > .dln-select {
        width: 100%;
        max-width: 100%
    }

    .dln-addNewCard .dln-addNewCard__form .dln-inputs {
        width: 100%;
        margin: 0 0 32px
    }

    .dln-addNewCard .dln-addNewCard__form .dln-inputs--oneThird {
        max-width: 50%;
        margin: 0 auto 32px 0
    }

    .dln-addNewCard .dln-addNewCard__form .dln-inputs--oneThird + .dln-btn {
        max-width: calc(50% - 24px)
    }

    .dln-addNewCard .dln-addNewCard__form .dln-btn {
        width: 100%;
        margin: 0 0 16px
    }

    .dln-addNewCard .dln-addNewCard__form .dln-btn:nth-of-type(2n) {
        margin: 0
    }
}

.dln-kenwood .dln-addNewCard {
    padding: 0 40px 70px
}

.dln-kenwood .dln-addNewCard .dln-popup__head--circleClose {
    padding: 0;
    margin-top: 80px;
    margin-bottom: 3px !important
}

.dln-kenwood .dln-addNewCard .dln-popup__headLine {
    display: none
}

.dln-kenwood .dln-addNewCard .dln-popup__headTitle {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block
}

.dln-kenwood .dln-addNewCard .dln-btnIcon {
    position: absolute;
    top: 20px;
    right: 20px
}

.dln-kenwood .dln-addNewCard .dln-btnIcon .dln-icn {
    font-size: 22px;
    width: 22px;
    height: 22px;
    text-indent: 999px;
    overflow: hidden
}

.dln-kenwood .dln-addNewCard .dln-btnIcon .dln-icn:after, .dln-kenwood .dln-addNewCard .dln-btnIcon .dln-icn:before {
    content: "";
    position: absolute
}

.dln-kenwood .dln-addNewCard .dln-btnIcon .dln-icn:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "J";
    text-indent: 0;
    color: var(--brand-01)
}

.dln-kenwood .dln-addNewCard__content {
    padding-top: 28px
}

.dln-kenwood .dln-addNewCard__content .dln-inputs {
    margin-bottom: 41px
}

.dln-kenwood .dln-addNewCard__content .dln-inputs--securityCode {
    margin-bottom: 32px !important
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-popup .dln-popup__wrapper .dln-addNewCard .dln-inputs.dln-inputs--securityCode {
        width: calc(100% - 120px)
    }

    .dln-popup .dln-popup__wrapper .dln-addNewCard .dln-inputs.dln-inputs--securityCode + .dln-btn {
        max-width: none;
        margin-left: 16px
    }
}

.dln-checkout--express .dln-accordion--shipping-information .dln-chips {
    max-width: none
}

.dln-checkout--express .dln-accordion--shipping-information .dln-chips__content span {
    color: var(--ui-06)
}

.dln-kenwood .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--shipping-information .dln-chips {
    width: 100%
}

.dln-kenwood .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult .dln-checkout__formData p:first-child .dln-checkout__formValue:first-child {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--payment .dln-accordion__content--submit {
    padding-left: 50px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--payment .dln-checkout__formField .dln-btn--link .dln-btn__lbl {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal
    }
}

.dln-delonghi .dln-checkout--express .dln-accordion--payment .dln-checkout__dataResult {
    margin-bottom: 40px
}

.dln-delonghi .dln-checkout--express .dln-accordion--payment .dln-accordion__content--submit {
    border-top: none
}

.dln-delonghi .dln-checkout--express .dln-accordion--payment .dln-accordion__content--submit > p {
    margin-bottom: 40px
}

.dln-delonghi .dln-checkout--express .dln-accordion--payment .dln-accordion__content--submit > .dln-btn[title^=Place] {
    width: 100%;
    max-width: 285px;
    margin: 0;
    background-color: var(--brand-01) !important
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--access-information {
        padding-bottom: 0
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--access-information .dln-checkout__dataResult {
        padding-top: 4px;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--access-information .dln-checkout__dataResult > p {
        font-size: .875rem;
        line-height: 18px
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult .dln-chips {
        padding: 16px 16px 10px
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult .dln-chips__wrapper {
        align-items: flex-start
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult .dln-chips__wrapper .dln-chips__content span {
        font-size: .8125rem;
        line-height: 16px
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--shipping-information .dln-checkout__dataResult .dln-chips__wrapper .dln-chips__content span b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--shipping-method .dln-checkout__formData p:nth-child(2) .dln-checkout__formValue b {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--payment {
        margin-bottom: 40px
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--payment .dln-accordion__content--submit .dln-checkout__paragraph, .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--payment .dln-checkout__dataResult {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-checkout--express .dln-wrapper .dln-checkout__content .dln-accordion--payment .dln-accordion__content--submit .dln-btn {
        max-width: none
    }

    .dln-delonghi .dln-checkout--express .dln-checkout__services .dln-checkServiceBox__wrap .dln-checkServiceBox__content .dln-checkServiceBox__title {
        text-align: left;
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

.dln-verification {
    align-items: flex-start;
    height: auto;
    border-radius: 2px;
    background-color: var(--brand-03);
    padding: 0 40px 24px
}

.dln-verification, .dln-verification__form {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.dln-verification__form {
    margin: 0
}

.dln-verification__form .dln-btn[type=button], .dln-verification__form .dln-inputs {
    margin: 0 0 24px
}

.dln-verification__form .dln-btn--link {
    margin: 0 auto
}

.dln-verification__text {
    display: block;
    width: 100%;
    line-height: 20px;
    margin: 24px 0 32px
}

.dln-verification__wrap {
    width: 100%;
    text-align: center
}

@media only screen and (max-width: 599px) {
    .dln-verification {
        padding: 0 0 20px
    }

    .dln-verification .dln-popup__head, .dln-verification__head {
        width: 100%;
        padding: 20px 0 16px;
        margin: 0 20px 16px
    }

    .dln-verification__headTitle {
        font-size: 13px
    }

    .dln-verification__text {
        margin: 0 0 24px
    }

    .dln-verification__form {
        width: calc(100% - 40px);
        margin: 0 20px
    }

    .dln-verification__form button.dln-btn[type=button] {
        margin: 0 0 16px
    }

    .dln-verification div:nth-child(2) form {
        width: calc(100% - 40px);
        margin: 0 20px
    }

    .dln-verification .dlg-gigya-link {
        font-weight: 700
    }

    .dln-verification__wrap {
        width: calc(100% - 40px);
        margin: 0 20px
    }
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-verification .dln-popup__head {
    width: 100%;
    margin: 0
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-verification .dln-inputs {
    max-width: 267px;
    margin-right: 10px;
    margin-bottom: 40px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-verification__form .dln-btn[type=button] {
    margin: 0 0 24px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-verification {
        padding-bottom: 50px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-verification .dln-popup__headTitle {
        padding-top: 62px;
        padding-bottom: 32px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-verification__text {
        margin-bottom: 40px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-verification__form > .dln-inputs {
        max-width: none;
        margin: 0 0 20px
    }

    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-verification__form > .dln-btn {
        width: 100%;
        margin-bottom: 40px
    }
}

.dln-delonghi .dln-verification .dln-popup__head {
    padding: 21px 0 24px
}

.dln-delonghi .dln-verification .dln-popup__headTitle {
    line-height: 24px;
    font-size: 1.125rem;
    padding: 0;
    margin-bottom: 20px
}

.dln-delonghi .dln-verification .dln-popup__headLine {
    background-color: var(--ui-01);
    margin: 0
}

.dln-delonghi .dln-verification .dln-popup__head .dln-btnIcon--close {
    margin-bottom: 20px
}

.dln-delonghi .dln-verification__text {
    line-height: 24px;
    font-size: 1rem;
    margin: 0 0 33px
}

.dln-delonghi .dln-verification__text + .dln-inputs:not(.dln-textarea) {
    width: calc(100% - 54px);
    max-width: none;
    margin: 0 auto 29px
}

.dln-delonghi .dln-verification__form .dln-btn {
    width: calc(100% - 54px);
    margin: 0 auto 34px
}

.dln-resetPssw {
    align-content: flex-start
}

.dln-resetPssw .dln-title {
    text-align: left !important
}

.dln-resetPssw__title {
    margin: 0
}

.dln-resetPssw__subTitle, .dln-resetPssw__title {
    font-size: 32px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-resetPssw__subTitle {
    margin: 0 0 8px
}

.dln-resetPssw__content {
    min-height: calc(100vh - 400px)
}

.dln-resetPssw__content .dln-title {
    margin: 0 0 32px;
    line-height: normal
}

.dln-resetPssw__paragraph {
    font-weight: 400;
    color: var(--brand-01);
    margin: 0 0 20px
}

.dln-resetPssw__paragraph, .dln-resetPssw__subtitle {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px
}

.dln-resetPssw__subtitle {
    height: auto;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-resetPssw__form {
    width: 100%;
    max-width: 600px;
    margin: 0
}

.dln-resetPssw__form .dln-inputs {
    margin: 0 0 32px
}

.dln-resetPssw__form .dln-btn {
    max-width: 280px
}

.dln-kenwood .dln-prdReview--empty .dln-prdReview__section {
    width: calc(82% - 140px);
    display: block;
    text-align: center;
    margin: 0 auto
}

.dln-kenwood .dln-prdReview--empty .dln-prdReview__foot--divider {
    text-align: center
}

.dln-kenwood .dln-prdReview--empty .dln-prdReview__subTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    margin: 0 0 8px
}

.dln-kenwood .dln-prdReview--empty .dln-prdReview__foot {
    text-align: center;
    border: none
}

.dln-kenwood .dln-prdReview--empty .dln-prdReview__content {
    display: block;
    text-align: center
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-prdReview--empty .dln-prdReview__content {
        margin: 0 0 40px
    }

    .dln-kenwood .dln-prdReview--empty .dln-prdReview__content .dln-title {
        margin: 32px 0
    }

    .dln-kenwood .dln-prdReview--empty .dln-prdReview__section {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto
    }

    .dln-kenwood .dln-prdReview--empty .dln-prdReview__subTitle {
        font-size: 24px;
        text-align: center
    }

    .dln-kenwood .dln-prdReview--empty .dln-prdReview__paragraph {
        font-size: 14px;
        text-align: center
    }
}

.dln-wishlist--empty .dln-wishlist {
    align-content: flex-start
}

.dln-wishlist--empty .dln-wishlist .dln-wrapper {
    padding-top: 48px;
    padding-bottom: 0
}

.dln-wishlist--empty .dln-wishlist__aside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 264px;
    margin: 0 40px 0 0
}

.dln-wishlist--empty .dln-wishlist .dln-profileCard {
    margin: 0 0 32px
}

.dln-wishlist--empty .dln-wishlist__content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 304px)
}

.dln-wishlist--empty .dln-wishlist__section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 64px
}

.dln-wishlist--empty .dln-wishlist__section .dln-title, .dln-wishlist--empty .dln-wishlist__sectionTitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0
}

.dln-wishlist--empty .dln-wishlist__section .dln-title--labeled, .dln-wishlist--empty .dln-wishlist__sectionTitle--labeled {
    display: flex
}

.dln-wishlist--empty .dln-wishlist .dln-title + .dln-wishlist__paragraph {
    margin-bottom: 0
}

.dln-wishlist--empty .dln-wishlist__paragraph {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-wishlist--empty .dln-wishlist__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-wishlist--empty .dln-wishlist__paragraph--noMarg {
    margin: 0
}

.dln-wishlist--empty .dln-wishlist__underlinedText {
    color: var(--brand-02);
    text-decoration: underline
}

.dln-wishlist--empty .dln-wishlist__underlinedText:hover {
    color: var(--brand-04)
}

.dln-wishlist--empty .dln-wishlist__text {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-wishlist--empty .dln-wishlist .dln-tab__content .dln-wishlist__title {
    margin: 32px 0;
    opacity: 0;
    transition: opacity .3s ease .1s
}

.dln-wishlist--empty .dln-wishlist .dln-tab__content--active .dln-wishlist__title {
    opacity: 1
}

.dln-wishlist--empty .dln-wishlist--empty .dln-wishlist__content .dln-title {
    margin: 0 0 28px
}

.dln-kenwood .dln-wishlist--empty .dln-wishlist__content .dln-title {
    margin: 0 auto
}

.dln-kenwood .dln-wishlist--empty .dln-wishlist__content .dln-title:after {
    display: block;
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "j";
    width: 80px;
    height: 80px;
    box-shadow: inset 0 0 0 3px var(--ui-01);
    border-radius: 80px;
    line-height: 80px;
    font-size: 40px;
    color: var(--ui-01);
    margin: 39px auto 20px
}

.dln-kenwood .dln-wishlist--empty .dln-wishlist__content .dln-wishlist__subtitle {
    display: block;
    margin: 0 auto 24px;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 28px;
    line-height: 36px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-wishlist--empty .dln-wishlist__content .dln-title {
        margin-top: 30px;
        font-size: 32px;
        line-height: 40px
    }

    .dln-kenwood .dln-wishlist--empty .dln-wishlist__content .dln-title:after {
        margin: 20px auto
    }

    .dln-kenwood .dln-wishlist--empty .dln-wishlist__content .dln-wishlist__subtitle {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 28px
    }

    .dln-kenwood .dln-wishlist--empty .dln-wishlist__content .dln-wishlist__foot {
        margin-top: 30px
    }
}

.dln-delonghi .dln-wishlist.dln-wishlist--empty .dln-wishlist__content .dln-wishlist__title {
    margin-bottom: 40px
}

.dln-delonghi .dln-wishlist.dln-wishlist--empty .dln-wishlist__content .dln-wishlist__subtitle {
    margin-bottom: 12px
}

.dln-savedRec--empty .dln-savedRec {
    align-content: flex-start
}

.dln-savedRec--empty .dln-savedRec .dln-profileCard {
    margin: 0 0 32px
}

.dln-savedRec--empty .dln-savedRec__title {
    margin: 0
}

.dln-savedRec--empty .dln-savedRec__subTitle, .dln-savedRec--empty .dln-savedRec__title {
    font-size: 32px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-savedRec--empty .dln-savedRec__subTitle {
    margin: 0 0 8px
}

.dln-savedRec--empty .dln-savedRec__content .dln-title {
    margin: 0 0 32px;
    line-height: normal
}

.dln-savedRec--empty .dln-savedRec__section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 64px
}

.dln-savedRec--empty .dln-savedRec__section .dln-title, .dln-savedRec--empty .dln-savedRec__sectionTitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0
}

.dln-savedRec--empty .dln-savedRec__section .dln-title--labeled, .dln-savedRec--empty .dln-savedRec__sectionTitle--labeled {
    display: flex
}

.dln-savedRec--empty .dln-savedRec .dln-title + .dln-savedRec__paragraph {
    margin-bottom: 0
}

.dln-savedRec--empty .dln-savedRec__paragraph {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-savedRec--empty .dln-savedRec__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-savedRec--empty .dln-savedRec__paragraph--noMarg {
    margin: 0
}

.dln-savedRec--empty .dln-savedRec__underlinedText {
    color: var(--brand-02);
    text-decoration: underline
}

.dln-savedRec--empty .dln-savedRec__underlinedText:hover {
    color: var(--brand-04)
}

.dln-savedRec--empty .dln-savedRec__subtitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-savedRec--empty .dln-savedRec .dln-tab__content .dln-savedRec__title {
    margin: 32px 0;
    opacity: 0;
    transition: opacity .3s ease .1s
}

.dln-savedRec--empty .dln-savedRec .dln-tab__content--active .dln-savedRec__title {
    opacity: 1
}

.dln-savedRec--empty .dln-savedRec__foot {
    text-align: center;
    width: 100%;
    margin: 0 0 32px
}

.dln-savedRec--empty .dln-savedRec__foot--divider {
    margin: 32px 0;
    border-top: 1px solid var(--ui-01);
    text-align: right;
    padding: 32px 0 0
}

.dln-savedRec--empty .dln-savedRec__foot .dln-btn {
    margin: 0;
    width: auto
}

.dln-savedRec--empty .dln-savedRec--empty .dln-savedRec__content .dln-title {
    margin: 0 0 28px
}

@media only screen and (max-width: 599px) {
    .dln-savedRec .dln-profileCard {
        display: none
    }

    .dln-savedRec .dln-title {
        margin: 32px 0
    }

    .dln-savedRec--empty .dln-savedRec__content {
        margin: 0 0 40px
    }

    .dln-savedRec--empty .dln-savedRec__content .dln-title {
        margin: 32px 0
    }

    .dln-savedRec--empty .dln-savedRec__subTitle {
        font-size: 21px
    }

    .dln-savedRec--empty .dln-savedRec__paragraph {
        font-size: 14px
    }
}

.dln-kenwood .dln-savedRec--empty .dln-savedRec__subTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    margin: 0 0 20px
}

.dln-kenwood .dln-savedRec--empty .dln-savedRec__foot {
    text-align: center;
    border: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.dln-kenwood .dln-savedRec--empty .dln-savedRec__content {
    display: block;
    text-align: center
}

.dln-kenwood .dln-savedRec--empty .dln-savedRec__content .dln-title {
    margin: 0 0 32px;
    line-height: normal
}

.dln-kenwood .dln-savedRec--empty .dln-savedRec__paragraph {
    padding-bottom: 10px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-savedRec--empty .dln-savedRec__content {
        margin: 0
    }

    .dln-kenwood .dln-savedRec--empty .dln-savedRec__content .dln-title {
        font-size: 32px;
        line-height: 40px;
        padding: 0;
        margin: 30px 0 20px
    }

    .dln-kenwood .dln-savedRec--empty .dln-savedRec__subTitle {
        font-size: 24px;
        text-align: center
    }

    .dln-kenwood .dln-savedRec--empty .dln-savedRec__paragraph {
        font-size: 14px;
        text-align: center
    }
}

.dln-faq__helpSection {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    height: auto;
    margin: 0 0 64px
}

.dln-faq__helpSectionTitle {
    display: block;
    width: 50%;
    line-height: 32px;
    font-size: 32px;
    font-weight: 700;
    padding-right: 50%;
    margin-bottom: 40px
}

.dln-faq__helpSectionText {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 40px
}

.dln-faq__helpSection .dln-btn.dln-btn--backToSection {
    width: 184px
}

.dln-faq__content.-hideBreadcrumbs {
    padding-top: 40px
}

.dln-faq__content.-hideBreadcrumbs .dln-faq__breadCrumbSelWrap {
    display: none
}

@media only screen and (max-width: 599px) {
    .dln-faq__helpSectionTitle {
        width: 100%;
        padding-right: 0
    }
}

.dln-kenwood .dln-faq .dln-faq__helpSection {
    margin-bottom: 60px !important
}

.dln-kenwood .dln-faq .dln-faq__helpSection .dln-wrapper {
    padding-top: 0
}

.dln-kenwood .dln-faq .dln-faq__helpSection .dln-wrapper .dln-faq__helpSectionTitle {
    line-height: 32px;
    font-size: 24px;
    text-align: left
}

.dln-kenwood .dln-faq .dln-faq__helpSection .dln-wrapper .dln-faq__helpSectionText {
    text-align: left
}

.dln-kenwood .dln-faq .dln-faq__helpSection .dln-wrapper .dln-btn {
    margin: 0 auto 0 0
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-faq .dln-faq__helpSection .dln-wrapper .dln-faq__helpSectionText, .dln-kenwood .dln-faq .dln-faq__helpSection .dln-wrapper .dln-faq__helpSectionTitle {
        text-align: center
    }

    .dln-kenwood .dln-faq .dln-faq__helpSection .dln-wrapper .dln-btn--backToSection {
        margin: 0 auto
    }
}

.dln-delonghi .dln-faq--alert .dln-faq__content.-hideBreadcrumbs {
    margin-bottom: 80px
}

.dln-delonghi .dln-faq--alert .dln-faq__content.-hideBreadcrumbs > .dln-wrapper {
    border-bottom: none;
    padding-bottom: 0
}

.dln-delonghi .dln-faq--alert .dln-faq__content.-hideBreadcrumbs > .dln-wrapper .dln-list {
    margin-bottom: 0
}

.dln-delonghi .dln-faq--alert .dln-faq__helpSection {
    border-bottom: 1px solid var(--ui-01);
    padding-bottom: 40px;
    margin-bottom: 56px
}

.dln-delonghi .dln-faq--alert .dln-faq__helpSection .dln-wrapper .dln-faq__helpSectionTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 34px;
    font-size: 1.75rem;
    margin-bottom: 16px
}

.dln-delonghi .dln-faq--alert .dln-faq__helpSection .dln-wrapper .dln-faq__helpSectionText {
    line-height: 24px;
    font-size: 1.125rem;
    margin-bottom: 23px
}

.dln-delonghi .dln-faq--alert .dln-faq__helpSection .dln-wrapper .dln-btn--backToSection {
    width: 100%;
    min-width: 0;
    max-width: 184px
}

.dln-delonghi .dln-faq--alert .dln-faq__helpSection + .dln-quickLinks--slider > .dln-wrapper .dln-quickLinks__title {
    margin-bottom: 21px
}

@media only screen and (max-width: 599px) {
    .dln-faq--alert .dln-faq__content.-hideBreadcrumbs {
        margin-bottom: 60px !important
    }

    .dln-faq--alert .dln-faq__helpSection {
        margin-bottom: 40px !important
    }

    .dln-faq--alert .dln-faq__helpSection .dln-wrapper .dln-faq__helpSectionTitle {
        line-height: 23px !important;
        font-size: 1.3125rem !important
    }

    .dln-faq--alert .dln-faq__helpSection .dln-wrapper .dln-faq__helpSectionText {
        font-size: 1rem !important;
        margin-bottom: 35px !important
    }
}

.dln-savedCart--empty .dln-savedCart {
    align-content: flex-start
}

.dln-savedCart--empty .dln-savedCart .dln-profileCard {
    margin: 0 0 32px
}

.dln-savedCart--empty .dln-savedCart__title {
    margin: 0
}

.dln-savedCart--empty .dln-savedCart__subTitle, .dln-savedCart--empty .dln-savedCart__title {
    font-size: 32px;
    line-height: 125%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-savedCart--empty .dln-savedCart__subTitle {
    margin: 0 0 8px
}

.dln-savedCart--empty .dln-savedCart__content .dln-title {
    margin: 0 0 32px;
    line-height: normal
}

.dln-savedCart--empty .dln-savedCart__section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 64px
}

.dln-savedCart--empty .dln-savedCart__section .dln-title, .dln-savedCart--empty .dln-savedCart__sectionTitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 32px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0
}

.dln-savedCart--empty .dln-savedCart__section .dln-title--labeled, .dln-savedCart--empty .dln-savedCart__sectionTitle--labeled {
    display: flex
}

.dln-savedCart--empty .dln-savedCart .dln-title + .dln-savedCart__paragraph {
    margin-bottom: 0
}

.dln-savedCart--empty .dln-savedCart__paragraph {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--brand-04);
    margin: 0 0 20px
}

.dln-savedCart--empty .dln-savedCart__paragraph--info {
    color: var(--brand-02);
    margin: 0 0 32px
}

.dln-savedCart--empty .dln-savedCart__paragraph--noMarg {
    margin: 0
}

.dln-savedCart--empty .dln-savedCart__underlinedText {
    color: var(--brand-02);
    text-decoration: underline
}

.dln-savedCart--empty .dln-savedCart__underlinedText:hover {
    color: var(--brand-04)
}

.dln-savedCart--empty .dln-savedCart__subtitle {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-savedCart--empty .dln-savedCart .dln-tab__content .dln-savedCart__title {
    margin: 32px 0;
    opacity: 0;
    transition: opacity .3s ease .1s
}

.dln-savedCart--empty .dln-savedCart .dln-tab__content--active .dln-savedCart__title {
    opacity: 1
}

.dln-savedCart--empty .dln-savedCart__foot {
    text-align: center;
    width: 100%;
    margin: 0 0 32px
}

.dln-savedCart--empty .dln-savedCart__foot--divider {
    margin: 32px 0;
    border-top: 1px solid var(--ui-01);
    text-align: right;
    padding: 32px 0 0
}

.dln-savedCart--empty .dln-savedCart__foot .dln-btn {
    margin: 0;
    width: auto
}

.dln-savedCart--empty .dln-savedCart--empty .dln-savedCart__content .dln-title {
    margin: 0 0 28px
}

@media only screen and (max-width: 599px) {
    .dln-savedCart--empty .dln-savedCart__content {
        margin: 0 0 40px
    }

    .dln-savedCart--empty .dln-savedCart__content .dln-title {
        margin: 32px 0
    }

    .dln-savedCart--empty .dln-savedCart__subTitle {
        font-size: 21px
    }

    .dln-savedCart--empty .dln-savedCart__paragraph {
        font-size: 14px
    }
}

.dln-kenwood .dln-savedCart--empty .dln-savedCart__subTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    margin: 0 0 20px
}

.dln-kenwood .dln-savedCart--empty .dln-savedCart__foot {
    text-align: center;
    border: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.dln-kenwood .dln-savedCart--empty .dln-savedCart__content {
    display: block;
    text-align: center
}

.dln-kenwood .dln-savedCart--empty .dln-savedCart__content .dln-title {
    margin: 0 0 32px;
    line-height: normal
}

.dln-kenwood .dln-savedCart--empty .dln-savedCart__paragraph {
    padding-bottom: 10px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-savedCart--empty .dln-savedCart__content {
        margin: 0
    }

    .dln-kenwood .dln-savedCart--empty .dln-savedCart__content .dln-title {
        font-size: 32px;
        line-height: 40px;
        padding: 0;
        margin: 30px 0 20px
    }

    .dln-kenwood .dln-savedCart--empty .dln-savedCart__subTitle {
        font-size: 24px;
        text-align: center
    }

    .dln-kenwood .dln-savedCart--empty .dln-savedCart__paragraph {
        font-size: 14px;
        text-align: center
    }
}

.dln-faq__main--noResults .dln-faq__mainTitle {
    line-height: 55px;
    font-size: 44px;
    margin-bottom: 32px
}

.dln-faq__main--noResults .dln-faq__mainSubtitle {
    line-height: 32px;
    font-size: 32px;
    margin-bottom: 20px
}

.dln-faq__main--noResults .dln-faq__spellCheck {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: var(--brand-01);
    margin-bottom: 30px
}

.dln-faq__main--noResults .dln-inputs {
    max-width: 488px
}

.dln-faq__content--noResultsCategory {
    padding-top: 60px
}

.dln-faq__content--noResultsCategory .dln-faq__breadCrumbSelWrap {
    margin-bottom: 0
}

.dln-faq__content--noResultsCategory .dln-faq__text {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 40px
}

@media only screen and (max-width: 599px) {
    .dln-faq .dln-wrapper--noResults .dln-faq__mainTitle {
        line-height: 43px;
        font-size: 35px;
        margin-bottom: 20px
    }

    .dln-faq .dln-wrapper--noResults .dln-faq__mainSubtitle {
        line-height: 21px;
        font-size: 15px;
        margin-bottom: 10px
    }

    .dln-faq .dln-wrapper--noResults .dln-faq__spellCheck {
        font-size: 14px;
        margin-bottom: 20px
    }

    .dln-faq .dln-wrapper--noResults .dln-inputs {
        margin-bottom: 40px
    }

    .dln-faq .dln-wrapper--noResultsCategory .dln-faq__text {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.dln-kenwood .dln-faq__content--noResultsCategory .dln-wrapper .dln-faq__breadCrumbSelWrap > .dln-faq__text {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dln-delonghi .dln-faq--alert.dln-faq--stepTwo .dln-faq__mainSubtitle {
    margin-bottom: 13px
}

.dln-delonghi .dln-faq--alert.dln-faq--stepTwo .dln-faq__spellCheck {
    line-height: 24px;
    font-size: 1.125rem;
    color: var(--brand-04);
    margin-bottom: 23px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-faq--alert.dln-faq--stepTwo .dln-faq__mainSubtitle {
        margin-bottom: 16px
    }

    .dln-delonghi .dln-faq--alert.dln-faq--stepTwo .dln-faq__spellCheck {
        font-size: 1rem
    }
}

.dln-contactUs--guest .dln-contactUs__privacyWrap .dln-inputsFile {
    width: 100%;
    max-width: 464px;
    margin-bottom: 32px
}

@media only screen and (max-width: 599px) {
    .dln-contactUs--guest .dln-contactUs__privacyWrap .dln-inputsFile {
        max-width: none
    }
}

.dln-kenwood .dln-contactUs--guest .dln-contactUs__privacyWrap .dln-inputsFile {
    margin-bottom: 20px
}

.dln-delonghi .dln-contactUs--guest .dln-contactUs__formCol {
    margin-bottom: 0
}

.dln-delonghi .dln-contactUs--guest .dln-contactUs__formLine {
    margin: 0 24px 30px 0
}

.dln-delonghi .dln-contactUs--guest .dln-contactUs__text--brand-02 {
    color: var(--ui-02)
}

.dln-delonghi .dln-contactUs--guest .dln-contactUs__text--brand-02 strong {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.dln-delonghi .dln-contactUs--guest .dln-contactUs__privacyWrap .dln-inputsFile {
    margin-bottom: 20px
}

.dln-wishlist--public .dln-wrapper {
    margin-right: auto;
    margin-left: auto
}

.dln-wishlist--public .dln-wishlist__content {
    width: 100%;
    max-width: 793px;
    margin: 48px auto 268px
}

@media only screen and (max-width: 1200px) and (min-width: 901px) {
    .dln-wishlist--public .dln-wishlist__content {
        max-width: 100%
    }
}

.dln-wishlist--public .dln-wishlist__content .dln-title {
    margin-bottom: 29px
}

.dln-wishlist--public .dln-wishlist__content .dln-wishlist__signInNotice {
    margin-bottom: 53px;
    font-size: 14px;
    line-height: 20px
}

.dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap {
    padding: 0;
    border: 0
}

.dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
    width: 50%;
    box-sizing: border-box;
    margin: 0 0 24px
}

.dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd__data .dln-btn.dln-btn--link {
    font-size: 13px
}

.dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd__data .dln-btn--stroked {
    width: 122px
}

.dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd__data .dln-btnTextIcon {
    display: inline-flex;
    width: 122px
}

.dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd__data .dln-btnTextIcon__wrap {
    margin: 0 auto
}

.dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd__data .dln-btnTextIcon__iconWrap {
    width: 16px
}

.dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd__data .dln-btnTextIcon__text {
    font-size: 13px;
    max-width: none;
    margin-left: 5px
}

@media only screen and (max-width: 900px) and (min-width: 599px) {
    .dln-wishlist--public .dln-title {
        margin: 32px 0 30px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-wishlist--public .dln-wishlist__content {
        max-width: 100%;
        margin: 0 auto 80px
    }

    .dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
        width: calc(100% - 7.5px)
    }
}

@media only screen and (max-width: 599px) {
    .dln-wishlist--public .dln-wishlist__content {
        max-width: 100%;
        width: 100%;
        margin: 0 0 60px
    }

    .dln-wishlist--public .dln-wishlist__content .dln-title {
        margin-top: 42px;
        margin-bottom: 28px;
        font-size: 35px;
        line-height: 43px
    }

    .dln-wishlist--public .dln-wishlist__content .dln-wishlist__text {
        margin-bottom: 20px
    }

    .dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap {
        padding: 0;
        border: 0
    }

    .dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
        width: calc(50% - 4px)
    }

    .dln-wishlist--public .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd:nth-of-type(2n+2) {
        margin-left: 8px
    }
}

.dln-kenwood .dln-wishlist--public .dln-wrapper {
    max-width: 1200px;
    margin: 0 auto
}

.dln-kenwood .dln-wishlist--public .dln-wishlist__content {
    max-width: 100%;
    margin: 27px auto 70px
}

.dln-kenwood .dln-wishlist--public .dln-wishlist__content .dln-title {
    margin-top: 0
}

.dln-kenwood .dln-wishlist--public .dln-wishlist__content .dln-wishlist__signInNotice {
    margin-bottom: 60px
}

.dln-kenwood .dln-wishlist--public .dln-wishlist__content .dln-wishlist__signInNotice .dln-btn--link {
    padding: 0
}

.dln-kenwood .dln-wishlist--public .dln-wishlist__content .dln-wishlist__text {
    font-family: var(--fontNameLight)
}

.dln-kenwood .dln-wishlist--public.dln-wishlist--empty .dln-wishlist__content {
    min-height: 560px
}

.dln-kenwood .dln-wishlist--public.dln-wishlist--empty .dln-wishlist__foot {
    margin-bottom: 0
}

.dln-kenwood .dln-wishlist--public .dln-wishlist__productWrap {
    border-bottom: 0
}

.dln-kenwood .dln-wishlist--public .dln-wishlist__productWrap .dln-wishProd__data .dln-btn--stroked, .dln-kenwood .dln-wishlist--public .dln-wishlist__productWrap .dln-wishProd__data .dln-btnTextIcon {
    width: auto
}

.dln-kenwood .dln-wishlist--public.dln-wishlist--shared .dln-wishProd:not(.dln-wishProd--profile) .dln-btn--link {
    display: none
}

@media only screen and (max-width: 1366px) {
    .dln-kenwood .dln-wishlist__content {
        max-width: 100%
    }

    .dln-kenwood .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
        width: calc(33.333% - 14px);
        border-bottom: 0
    }
}

@media only screen and (max-width: 900px) and (min-width: 599px) {
    .dln-kenwood .dln-title {
        margin: 32px 0 30px
    }

    .dln-kenwood .dln-wishlist__content {
        max-width: 100%
    }

    .dln-kenwood .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
        width: calc(33.333% - 14px);
        border-bottom: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-wishlist--public .dln-wishlist__content {
        width: 100%;
        margin: 27px 10px 70px
    }

    .dln-kenwood .dln-wishlist--public .dln-wishlist__content .dln-wishlist__signInNotice {
        margin-bottom: 30px
    }

    .dln-kenwood .dln-wishlist--public .dln-wishlist__productWrap .dln-wishProd {
        width: 100%;
        border-bottom: 1px solid var(--ui-01)
    }

    .dln-kenwood .dln-wishlist--public .dln-wishlist__productWrap .dln-wishProd:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.dln-delonghi .dln-wishlist.dln-wishlist--public .dln-wrapper .dln-wishlist__content .dln-wishlist__signInNotice {
    display: flex;
    justify-content: center;
    line-height: 24px;
    font-size: 1rem;
    margin-bottom: 34px
}

.dln-delonghi .dln-wishlist.dln-wishlist--public .dln-wrapper .dln-wishlist__content .dln-wishlist__signInNotice > .dln-btn--link {
    line-height: 24px;
    font-size: 1rem
}

.dln-delonghi .dln-wishlist.dln-wishlist--public .dln-wrapper .dln-wishlist__content .dln-wishlist__signInNotice > .dln-btn--link:first-child {
    margin: 0 3px 0 0
}

.dln-delonghi .dln-wishlist.dln-wishlist--public .dln-wrapper .dln-wishlist__content .dln-wishlist__signInNotice > .dln-btn--link:nth-child(2) {
    margin: 0 3px
}

.dln-delonghi .dln-wishlist.dln-wishlist--public .dln-wrapper .dln-wishlist__content .dln-wishlist__text {
    margin-bottom: 30px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-wishlist.dln-wishlist--public .dln-wrapper {
        padding: 0 20px;
        box-sizing: border-box
    }

    .dln-delonghi .dln-wishlist.dln-wishlist--public .dln-wrapper .dln-wishlist__content .dln-title {
        margin-bottom: 14px
    }

    .dln-delonghi .dln-wishlist.dln-wishlist--public .dln-wrapper .dln-wishlist__content .dln-wishlist__signInNotice {
        margin-bottom: 40px
    }
}

.dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content {
    width: 100%;
    max-width: calc(100% - 464px);
    margin: 0 auto
}

.dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content .dln-wishlist__productWrap {
    padding: 0;
    border: 0
}

.dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
    width: calc(50% - 7.5px)
}

.dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd .dln-btn--link {
    display: none
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content {
        max-width: 100%
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content {
        max-width: 100%;
        margin: 0 auto 80px
    }

    .dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
        width: calc(100% - 7.5px)
    }
}

@media only screen and (max-width: 599px) {
    .dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content {
        max-width: 100%;
        width: 100%;
        margin: 0 0 60px
    }

    .dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content .dln-title {
        margin-top: 12px
    }
}

.dln-kenwood .dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-btn.dln-btn--link.dln-btn--link {
    display: none
}

.dln-kenwood .dln-wishlist--shared.dln-page--myArea .dln-wrapper .dln-wishlist__content .dln-wishlist__productWrap .dln-wishProd {
    border-bottom: 0
}

.dln-delonghi .dln-wishlist.dln-wishlist--shared > .dln-wrapper {
    padding-top: 40px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-wishlist.dln-wishlist--shared .dln-wrapper .dln-wishlist__content {
        padding-top: 0
    }

    .dln-delonghi .dln-wishlist.dln-wishlist--shared .dln-wrapper .dln-wishlist__content .dln-title {
        margin-top: 0;
        margin-bottom: 24px
    }

    .dln-delonghi .dln-wishlist.dln-wishlist--shared .dln-wrapper .dln-wishlist__content .dln-wishlist__text {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 599px) {
    .dln-unsubscribePage.dln-page .dln-page--imageHeader__content .dln-page__actions {
        display: inline-flex;
        flex-wrap: wrap
    }

    .dln-unsubscribePage.dln-page .dln-page--imageHeader__content .dln-page__actions .dln-btn {
        margin-right: 20px;
        margin-bottom: 15px
    }

    .dln-unsubscribePage.dln-page .dln-page--imageHeader__content .dln-page__actions .dln-btn:first-child {
        order: 2
    }

    .dln-unsubscribePage.dln-page .dln-page--imageHeader__content .dln-page__actions .dln-btn:nth-child(2) {
        order: 1
    }
}

.dln-delonghi .dln-page--imageHeader__header {
    background-color: var(--brand-05)
}

.dln-delonghi .dln-page--imageHeader__header .dln-mainTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-style: normal;
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1.04;
    width: 548px
}

.dln-delonghi .dln-unsubscribePage .dln-page--imageHeader__picture {
    width: 197px
}

.dln-delonghi .dln-unsubscribePage .dln-page__title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3125rem;
    line-height: 1.12
}

.dln-delonghi .dln-unsubscribePage .dln-page__paragraph {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.07
}

.dln-delonghi .dln-unsubscribePage .dln-page__text {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.33
}

.dln-delonghi .dln-unsubscribePage .dln-wrapper--content {
    max-width: 1300px;
    margin: 0 auto
}

.dln-delonghi .dln-unsubscribePage .dln-wrapper--fullWidth .dln-wrapper {
    max-width: 1300px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-page--imageHeader__header .dln-mainTitle {
        max-width: 334px;
        text-align: left
    }

    .dln-delonghi .dln-unsubscribePage .dln-page__title {
        font-size: 1.125rem;
        line-height: 1.11
    }

    .dln-delonghi .dln-unsubscribePage .dln-page__paragraph {
        font-size: 1rem;
        line-height: 1.13
    }

    .dln-delonghi .dln-unsubscribePage .dln-page__text {
        font-size: 1rem;
        line-height: 1.5
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper {
        display: flex;
        align-items: stretch;
        flex-direction: column-reverse;
        padding: 0
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--fullWidth {
        padding: 20px 21px 58px 20px
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--fullWidth .dln-wrapper .dln-mainTitle {
        width: 100%;
        max-width: 100%
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--main {
        padding: 0;
        margin: 0
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--main .dln-page--imageHeader__picture {
        -ms-grid-row-align: center;
        align-self: center;
        padding: 0
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--main .dln-mainTitle {
        margin-bottom: 0
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--content {
        flex-direction: column;
        padding: 40px 20px 70px;
        margin: 0;
        width: 100%
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--content .dln-page__title {
        font-size: 1.125rem;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.11
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--content .dln-page__actions {
        margin-top: 30px !important
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--content .dln-page__actions .dln-btn {
        font-size: 1.125rem;
        line-height: 1.33
    }

    .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--content .dln-page__actions .dln-btn--delonghi, .dln-delonghi .dln-unsubscribePage .dln-wrapper.dln-wrapper--content .dln-page__actions .dln-btn--stroked {
        width: 283px
    }
}

.dln-kenwood .dln-page--imageHeader__header {
    background-color: var(--brand-03);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 77px;
    margin-bottom: 70px;
    padding-bottom: 0
}

.dln-kenwood .dln-page--imageHeader__header .dln-wrapper--main {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap
}

.dln-kenwood .dln-page--imageHeader__header .dln-mainTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.21;
    margin: 0;
    color: var(--brand-04);
    text-align: center;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.dln-kenwood .dln-unsubscribePage {
    padding-bottom: 95px;
    position: relative
}

.dln-kenwood .dln-unsubscribePage .dln-page--imageHeader__picture {
    position: absolute;
    z-index: 1;
    top: 300px;
    left: 15%;
    width: 450px
}

.dln-kenwood .dln-unsubscribePage .dln-page--imageHeader__content {
    position: relative;
    z-index: 3
}

.dln-kenwood .dln-unsubscribePage .dln-page__title {
    font-size: 21px;
    line-height: 1.12;
    text-align: center;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 7px
}

.dln-kenwood .dln-unsubscribePage .dln-page__paragraph {
    font-size: 18px;
    line-height: 1.07;
    text-align: center
}

.dln-kenwood .dln-unsubscribePage .dln-page__text {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 48px
}

.dln-kenwood .dln-unsubscribePage .dln-page__actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 124px;
    margin-top: 0
}

.dln-kenwood .dln-unsubscribePage .dln-wrapper {
    padding-top: 0
}

.dln-kenwood .dln-unsubscribePage .dln-wrapper--content {
    max-width: 1300px;
    margin: 0 auto
}

.dln-kenwood .dln-unsubscribePage .dln-wrapper--fullWidth .dln-wrapper {
    max-width: 1300px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-page__actions {
        margin-top: 30px
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-page--imageHeader__header {
        margin-top: 0
    }

    .dln-kenwood .dln-page--imageHeader__header .dln-wrapper--main {
        flex-direction: column-reverse;
        padding: 0
    }

    .dln-kenwood .dln-page--imageHeader__header .dln-page--imageHeader__picture {
        display: block;
        width: 200px;
        height: 200px;
        position: static;
        margin-top: 48px
    }

    .dln-kenwood .dln-page--imageHeader__header .dln-mainTitle {
        font-size: 32px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center
    }

    .dln-kenwood .dln-unsubscribePage .dln-page--imageHeader__content {
        padding: 0 19px;
        width: 100%;
        margin: 0
    }

    .dln-kenwood .dln-unsubscribePage .dln-page__title {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1.2;
        padding: 0
    }

    .dln-kenwood .dln-unsubscribePage .dln-page__paragraph {
        margin: 0 0 10px
    }

    .dln-kenwood .dln-unsubscribePage .dln-page__text {
        font-size: 14px
    }

    .dln-kenwood .dln-unsubscribePage .dln-page__actions {
        margin-top: 0;
        padding-bottom: 56px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .dln-kenwood .dln-unsubscribePage .dln-page__actions .dln-btn {
        width: 255px;
        margin-right: 0 !important
    }

    .dln-kenwood .dln-unsubscribePage .dln-page__actions .dln-btn--kenwood {
        margin-bottom: 8px !important
    }
}

.dln-marketingPreferences #marketingComunicationSources__wrapper.disabled {
    opacity: .5;
    pointer-events: none;
    cursor: default
}

.dln-marketingPreferences #dln-checkbox__checkbox_delonghi--wrapper .dln-checkbox--image__image {
    width: 144px;
    height: 46px
}

.dln-marketingPreferences #dln-checkbox__checkbox_braun--wrapper .dln-checkbox--image__image {
    width: 108px;
    height: 44px
}

.dln-marketingPreferences #dln-checkbox__checkbox_kenwood--wrapper .dln-checkbox--image__image {
    width: 160px;
    height: 24px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-marketingPreferences .dln-profileCard {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-marketingPreferences .dln-breadcrumbs, .dln-marketingPreferences .dln-profileCard {
        display: none
    }

    .dln-marketingPreferences .dln-page__aside .dln-vertMenu {
        margin: 0 0 26px
    }

    .dln-marketingPreferences .dln-title {
        font-size: 35px;
        line-height: 43px;
        margin: 0 0 28px
    }
}

.dln-delonghi .dln-marketingPreferences .dln-page__sectionHeadTitle {
    font-size: 2.3125rem !important;
    line-height: 1 !important;
    text-align: center
}

.dln-delonghi .dln-marketingPreferences .dln-page__sectionHeadInfoText {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    text-align: center
}

.dln-delonghi .dln-marketingPreferences .dln-page__content .dln-title.dln-title--delonghi {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 1.04
}

.dln-delonghi .dln-marketingPreferences .dln-checkbox--image {
    box-shadow: none
}

.dln-delonghi .dln-marketingPreferences .dln-checkbox--interactive .dln-checkbox__tooltipWrap {
    font-size: .8125rem;
    line-height: 1.23
}

.dln-delonghi .dln-marketingPreferences .dln-checkbox--interactive .dln-checkbox__confirmWrap .dln-checkbox__confirmText {
    font-size: .875rem;
    line-height: 1.3
}

.dln-delonghi .dln-marketingPreferences .dln-page__sectionFooter {
    justify-content: center
}

.dln-delonghi .dln-marketingPreferences .dln-page__sectionFooter .dln-btn {
    margin: 0;
    font-size: 1.125rem;
    width: 210px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-marketingPreferences .dln-breadcrumbs {
        display: block
    }

    .dln-delonghi .dln-marketingPreferences .dln-page__sectionHeadTitle {
        font-size: 1.75rem !important;
        line-height: 1.07 !important
    }

    .dln-delonghi .dln-marketingPreferences .dln-page__sectionHeadInfoText {
        font-size: .9375rem !important;
        line-height: 1.6 !important
    }

    .dln-delonghi .dln-marketingPreferences .dln-checkbox--interactive .dln-checkbox__wrap {
        align-items: flex-start
    }

    .dln-delonghi .dln-marketingPreferences .dln-checkbox--interactive .dln-checkbox__tooltipIconWrap {
        bottom: 0;
        top: auto
    }

    .dln-delonghi .dln-marketingPreferences .dln-checkbox--interactive .dln-checkbox__tooltipWrap {
        font-size: .6875rem;
        line-height: 1.45
    }

    .dln-delonghi .dln-marketingPreferences .dln-wrapper {
        margin: 0;
        padding: 20px
    }

    .dln-delonghi .dln-marketingPreferences .dln-marketingPreferences__sub-title {
        font-size: 1.3125rem;
        line-height: 1.1;
        margin-top: 24px;
        margin-bottom: 40px
    }

    .dln-delonghi .dln-marketingPreferences .dln-page__content .dln-title.dln-title--delonghi {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 2.3125rem;
        line-height: 1.08;
        letter-spacing: -.74px;
        margin: 5px 0 0
    }

    .dln-delonghi .dln-marketingPreferences .dln-checkbox--image + .dln-checkbox--image {
        border-top: 1px solid var(--ui-01)
    }
}

.dln-kenwood .dln-marketingPreferences .dln-checkbox {
    border: none;
    padding: 0
}

.dln-kenwood .dln-marketingPreferences .dln-checkbox .dln-icn.dln-icn--iconfont {
    font-size: 18px;
    font-weight: 700;
    color: var(--brand-02)
}

.dln-kenwood .dln-marketingPreferences .dln-checkbox .dln-checkbox__tooltipWrap {
    font-size: 12px
}

.dln-kenwood .dln-marketingPreferences .dln-checkbox__confirmActions {
    margin-top: 24px;
    padding: 20px 0;
    border-top: 1px solid var(--ui-01);
    align-items: flex-end
}

.dln-kenwood .dln-marketingPreferences .dln-checkbox__confirmActions .dln-btn.dln-btn--confirm {
    width: 102px
}

.dln-kenwood .dln-marketingPreferences .dln-checkbox.dln-checkbox--image.dln-checkbox--hideLabel {
    box-shadow: none
}

.dln-kenwood .dln-marketingPreferences #marketingComunicationSources__wrapper {
    margin-top: 0;
    padding-top: 50px;
    border-top: 1px solid var(--ui-01)
}

.dln-kenwood .dln-marketingPreferences #marketingComunicationSources__wrapper .dln-page__sectionHead {
    text-align: center
}

.dln-kenwood .dln-marketingPreferences #marketingComunicationSources__wrapper .dln-page__sectionHeadTitle {
    font-family: Merriweather;
    margin-bottom: 20px;
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-marketingPreferences .dln-title {
        margin-top: 0
    }

    .dln-kenwood .dln-marketingPreferences .dln-page__section {
        margin-bottom: 50px
    }

    .dln-kenwood .dln-marketingPreferences .dln-page__sectionHead {
        margin-bottom: 0
    }

    .dln-kenwood .dln-marketingPreferences .dln-page__sectionHeadTitle {
        font-size: 24px !important
    }

    .dln-kenwood .dln-marketingPreferences .dln-checkbox.dln-checkbox--image.dln-checkbox--hideLabel {
        border-bottom: 1px solid var(--ui-01);
        padding-bottom: 20px;
        margin-top: 22px
    }

    .dln-kenwood .dln-marketingPreferences .dln-page__sectionFooter {
        margin-top: 20px
    }

    .dln-kenwood .dln-marketingPreferences .dln-page__sectionFooter:before {
        content: none
    }

    .dln-kenwood .dln-marketingPreferences .dln-checkbox__confirmWrap {
        margin-top: 15px
    }

    .dln-kenwood .dln-marketingPreferences .dln-checkbox__confirmActions {
        padding-bottom: 0
    }
}

.dln-kenwood .dln-marketingPreferences ~ .dln-popup--open {
    padding: 20px;
    width: 450px
}

.dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-alert:before {
    left: 15px
}

.dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-popup__wrapper > div:first-child {
    padding: 0
}

.dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-popup__wrapper > div:first-child .dln-popup__head {
    padding: 15px 0;
    width: 100%;
    margin: 0
}

.dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-popup__wrapper > div:first-child .dln-btnIcon {
    right: 50px;
    top: 33px
}

.dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn.dln-icn--iconfont {
    color: var(--brand-04);
    font-size: 0
}

.dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn.dln-icn--iconfont:after, .dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn.dln-icn--iconfont:before {
    font-size: 22px;
    color: var(--brand-04)
}

.dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-popup__wrapper > div:first-child .dln-btnIcon .dln-icn.dln-icn--iconfont:before {
    content: "Z"
}

.dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-popup__wrapper > div:first-child .dln-popup__headTitle {
    font-family: var(--fontNameSemibold), Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 35px;
    padding-left: 65px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-marketingPreferences ~ .dln-popup--open {
        width: 100%;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        top: 10px
    }

    .dln-kenwood .dln-marketingPreferences ~ .dln-popup--open .dln-alert.dln-alert--success.dln-alert--minimal {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-chooseCountry > .dln-wrapper {
        margin-top: 40px
    }

    .dln-chooseCountry .dln-title {
        margin: 0
    }

    .dln-chooseCountry #chooseCountry__restOfWorld_wrapper {
        margin-top: 40px
    }

    .dln-chooseCountry #chooseCountry__restOfWorld_wrapper .dln-page__sectionHead .dln-page__sectionHeadTitle {
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 15px;
        line-height: 21px
    }

    .dln-chooseCountry #chooseCountry__restOfWorld_wrapper .dln-page__sectionContent {
        margin-top: 26px
    }

    .dln-chooseCountry #chooseCountry__restOfWorld_wrapper .dln-page__sectionContent .dln-btn--internationalWebsite {
        margin-top: 40px;
        width: auto
    }
}

.dln-chooseCountry > .dln-wrapper {
    margin-top: 60px;
    margin-bottom: 70px
}

.dln-chooseCountry .dln-page__content {
    width: 100%;
    margin-top: 40px
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-chooseCountry .dln-wrapper .dln-title {
        display: none
    }
}

.dln-kenwood .dln-chooseCountry {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.dln-kenwood .dln-chooseCountry .dln-wrapper {
    margin: 0;
    padding: 0
}

.dln-kenwood .dln-chooseCountry .dln-wrapper .dln-page__content .dln-page__section {
    margin-top: 0
}

.dln-kenwood .dln-chooseCountry .dln-title {
    margin-top: 40px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-chooseCountry .dln-wrapper .dln-page__content {
        margin-top: 20px
    }

    .dln-kenwood .dln-chooseCountry .dln-title {
        padding: 0 20px;
        font-size: 28px !important;
        margin-bottom: 0
    }

    .dln-kenwood .dln-chooseCountry .dln-icn.dln-icn--iconfont.dln-icn--arrow-down.dln-icn--u {
        font-size: 14px
    }
}

.dln-order--status .dln-wrapper--heading {
    padding-top: 48px
}

.dln-order--status .dln-wrapper--heading .dln-title {
    margin-bottom: 20px
}

.dln-order--status .dln-wrapper--heading .dln-order__text {
    font-size: 14px;
    line-height: 1.43
}

.dln-order__text {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.54;
    color: var(--brand-01)
}

.dln-order .dln-wrapper--userCards {
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 100px
}

.dln-order__userCard {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 50%;
    max-width: 494px;
    padding: 0 110px;
    box-sizing: border-box
}

.dln-order__userCard--registered {
    width: calc(50% - 1px);
    border-right: 1px solid var(--ui-01);
    padding: 0 110px 0 0
}

.dln-order__userCard--newUser {
    padding: 0 0 0 110px
}

.dln-order__userCard .dln-order__text {
    margin-bottom: 24px
}

.dln-order__userCardForm {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px
}

.dln-order__userCardForm .dln-inputs {
    margin: 0 0 16px
}

.dln-order__userCardForm .dln-inputs:last-child {
    margin: 0
}

.dln-order__title {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 21px;
    font-size: 17px;
    color: var(--brand-01);
    margin: 0 0 8px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-order--status .dln-order__userCard {
        width: 50%
    }

    .dln-order--status .dln-order__userCard--registered {
        padding-right: 30px
    }

    .dln-order--status .dln-order__userCard--newUser {
        padding-left: 30px
    }
}

@media only screen and (max-width: 599px) {
    .dln-order--status .dln-wrapper--heading {
        padding-top: 25px
    }

    .dln-order--status .dln-wrapper--userCards {
        padding-top: 40px;
        padding-bottom: 45px
    }

    .dln-order .dln-title {
        line-height: 27px;
        font-size: 24px;
        margin: 0 0 10px
    }

    .dln-order__userCard {
        width: 100%;
        border: none;
        padding: 0
    }

    .dln-order__userCard--registered {
        border-bottom: 1px solid var(--ui-01);
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .dln-order__userCardForm {
        margin-bottom: 21px
    }
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--heading {
    padding-top: 59px;
    margin-bottom: 70px
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--heading .dln-order__text {
    line-height: 20px;
    color: var(--brand-04)
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards {
    padding: 0 0 100px
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard {
    width: 358px;
    border: none;
    padding: 0 24px 0 calc(50% - 382px);
    box-sizing: content-box
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard .dln-order__title {
    line-height: 22px;
    font-size: 16px;
    color: var(--brand-04);
    margin-bottom: 10px
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard .dln-order__text {
    color: var(--brand-04);
    margin-bottom: 30px
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard > .dln-btn {
    width: 100%
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard--newUser {
    padding: 0 calc(50% - 382px) 0 24px
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard--newUser .dln-order__text, .dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard--newUser .dln-order__userCardForm {
    margin-bottom: 30px
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard--newUser .dln-order__userCardForm .dln-inputs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard--newUser .dln-order__userCardForm .dln-inputs:last-child {
    margin-bottom: 0
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard--newUser .dln-order__userCardForm .dln-inputs .dln-inputs__input {
    order: 2
}

.dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard--newUser .dln-order__userCardForm .dln-inputs .dln-inputs__lbl {
    order: 1;
    line-height: 16px;
    margin-bottom: 5px;
    position: static
}

@media only screen and (max-width: 900px) {
    .dln-kenwood .dln-page.dln-order--status .dln-wrapper--heading {
        padding-top: 30px;
        margin-bottom: 40px
    }

    .dln-kenwood .dln-page.dln-order--status .dln-wrapper--heading .dln-title {
        margin: 0 0 20px
    }

    .dln-kenwood .dln-page.dln-order--status .dln-wrapper--heading .dln-order__text {
        text-align: center
    }

    .dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards {
        padding: 0 20px;
        margin: 0
    }

    .dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard {
        width: 100%;
        padding: 0;
        margin-bottom: 60px
    }

    .dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard .dln-order__title {
        text-align: center;
        margin-bottom: 12px
    }

    .dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard .dln-order__text {
        line-height: 20px;
        font-size: 14px;
        text-align: center
    }

    .dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard--newUser {
        margin-bottom: 0
    }

    .dln-kenwood .dln-page.dln-order--status .dln-wrapper--userCards .dln-order__userCard--newUser .dln-order__text {
        margin-bottom: 20px
    }
}

.dln-delonghi .dln-order--status .dln-wrapper--heading .dln-title {
    margin-bottom: 28px
}

.dln-delonghi .dln-order--status .dln-order__text {
    color: var(--brand-04);
    font-size: 1rem !important
}

.dln-delonghi .dln-order--status .dln-order__title {
    color: var(--brand-04);
    font-size: 1.3125rem;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 16px
}

.dln-delonghi .dln-order--status .dln-order__userCard--registered {
    padding-right: 114px
}

.dln-delonghi .dln-order--status .dln-order__userCardForm {
    margin-bottom: 0
}

.dln-delonghi .dln-order--status .dln-order__userCard .dln-inputs {
    margin-bottom: 30px
}

.dln-delonghi .dln-order--status .dln-order__userCard .dln-btn {
    width: 100%;
    max-width: none
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-order--status .dln-order__text {
        font-size: .9375rem !important
    }

    .dln-delonghi .dln-order--status .dln-order__title {
        font-size: 1.125rem;
        margin-bottom: 8px
    }

    .dln-delonghi .dln-order--status .dln-order__userCard {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.dln-order .dln-order__aside {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 264px;
    height: auto;
    padding-top: 0;
    margin: 0 40px 0 0
}

.dln-order .dln-order__content {
    width: calc(100% - 304px);
    padding: 0
}

.dln-order--history .dln-wrapper {
    margin-bottom: 100px
}

.dln-order--history .dln-order__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.dln-order--history .dln-order__content .dln-title {
    margin: 0 0 16px
}

.dln-order--history .dln-order__content .dln-paginationSlide {
    -ms-grid-row-align: center;
    align-self: center
}

.dln-order--history .dln-order__historyCardWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 50px
}

@media only screen and (max-width: 599px) {
    .dln-order .dln-order__aside {
        width: 100%;
        padding-top: 20px;
        margin: 0
    }

    .dln-order .dln-order__aside .dln-profileCard {
        display: none
    }

    .dln-order .dln-order__content {
        width: 100%;
        padding-top: 29px
    }

    .dln-order--history .dln-order__content > .dln-title {
        margin-bottom: 22px
    }

    .dln-order__historyCardWrap .dln-orderInfoCard:first-child {
        padding-top: 0
    }
}

@media only screen and (max-width: 900px) {
    .dln-order--history .dln-order__content {
        width: 100%;
        padding-top: 42px
    }

    .dln-order--history .dln-title {
        text-align: center
    }
}

.dln-kenwood .dln-page.dln-order--history .dln-wrapper {
    padding-top: 32px
}

.dln-kenwood .dln-page.dln-order--history .dln-wrapper .dln-order__aside {
    padding-top: 0
}

.dln-kenwood .dln-page.dln-order--history .dln-wrapper .dln-order__content {
    padding: 0
}

.dln-kenwood .dln-page.dln-order--history .dln-wrapper .dln-order__content .dln-title {
    margin-bottom: 14px
}

.dln-kenwood .dln-page.dln-order--history .dln-wrapper .dln-order__content .dln-ordersHist__subTitle, .dln-kenwood .dln-page.dln-order--history .dln-wrapper .dln-order__content .dln-ordersHist__title {
    text-align: center;
    font-family: var(--fontNameExtra), Arial, sans-serif
}

.dln-kenwood .dln-page.dln-order--history .dln-wrapper .dln-order__content .dln-ordersHist__subTitle {
    font-size: 28px;
    font-weight: 400
}

.dln-kenwood .dln-page.dln-order--history .dln-wrapper .dln-order__content .dln-ordersHist__paragraph {
    text-align: center
}

.dln-kenwood .dln-page.dln-order--history .dln-wrapper .dln-order__content .dln-ordersHist__foot--divider {
    border-top: none;
    text-align: center
}

@media screen and (max-width: 900px) {
    .dln-kenwood .dln-page.dln-order--history .dln-wrapper.dln-vertMenu__container {
        width: 100% !important;
        display: block !important
    }

    .dln-kenwood .dln-page.dln-order--history .dln-wrapper .dln-order__content {
        width: 100%;
        padding-top: 42px
    }

    .dln-kenwood .dln-page--myArea .dln-profileCard {
        display: none !important
    }

    .dln-kenwood .dln-page--myArea .dln-vertMenu.dln-vertMenu--open .dln-vertMenu__container {
        margin-top: 100px
    }

    .dln-kenwood .dln-page--myArea .dln-vertMenu.dln-vertMenu--open .dln-vertMenu__list {
        margin: 0 0 40px
    }

    .dln-kenwood .dln-page--myArea .dln-vertMenu__list {
        margin: 0
    }

    .dln-kenwood .dln-page--myArea .dln-vertMenu__li.dln-vertMenu__li--active {
        display: block !important;
        padding-bottom: 10px;
        padding-right: 3px
    }
}

.dln-delonghi .dln-order__content .dln-title {
    text-align: center
}

@media screen and (max-width: 599px) {
    .dln-delonghi .dln-order__content .dln-title {
        text-align: left
    }
}

.dln-order .dln-order__backToOrderHistory {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    text-decoration: none;
    margin-bottom: 20px
}

.dln-order .dln-order__backToOrderHistory > .dln-icn {
    width: 10px;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
    color: var(--brand-01);
    text-align: center;
    text-decoration: none;
    margin: 0 8px 0 0
}

.dln-order .dln-order__backToOrderHistory > span {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-style: normal;
    line-height: 21px;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-01);
    text-decoration: underline
}

.dln-order .dln-order__detailProducts .dln-orderHistory .dln-orderRev__quantity {
    line-height: 1.67;
    font-size: 12px;
    color: var(--brand-02)
}

.dln-order--detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.dln-order--detail .dln-wrapper {
    padding-top: 48px;
    padding-bottom: 85px
}

.dln-order--detail .dln-order__content {
    width: calc(100% - 304px);
    padding: 0
}

.dln-order--detail .dln-order__content .dln-custServiceCard, .dln-order--detail .dln-order__content .dln-orderDetailHead {
    margin-bottom: 30px
}

.dln-order--detail .dln-order__detailProducts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-top: 1px solid var(--ui-01);
    padding: 28px 0 19px
}

.dln-order--detail .dln-order__detailProducts:last-child {
    border-bottom: 1px solid var(--ui-01)
}

.dln-order--detail .dln-order__detailProducts .dln-orderHistory {
    margin-bottom: 20px
}

.dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev {
    margin: 0
}

.dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__detailsTitle {
    line-height: 20px
}

.dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev .dln-price {
    line-height: 20px;
    font-size: 14px
}

.dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__productCode {
    line-height: 20px;
    font-size: 15px
}

.dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__quantity {
    color: var(--brand-01)
}

.dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions {
    max-width: 184px
}

.dln-order--detail .dln-order__detailTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    height: auto;
    line-height: 26px;
    font-size: 22px;
    color: var(--brand-01);
    margin-bottom: 34px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-order--detail .dln-order__content {
        margin: 42px 0 0
    }
}

@media only screen and (max-width: 599px) {
    .dln-order--detail > .dln-wrapper:first-child {
        padding-top: 20px;
        padding-bottom: 19px
    }

    .dln-order--detail .dln-order__content {
        width: 100%;
        padding: 42px 0 0
    }

    .dln-order--detail .dln-order__detailProducts {
        border-top: none;
        border-bottom: 1px solid var(--ui-01);
        padding: 0;
        margin-bottom: 36px
    }

    .dln-order--detail .dln-order__detailProducts--last {
        border-bottom: none;
        margin-bottom: 0
    }

    .dln-order--detail .dln-order__detailProducts .dln-orderHistory {
        margin-bottom: 40px
    }

    .dln-order--detail .dln-order__detailProducts .dln-orderHistory:last-child {
        margin-bottom: 30px
    }

    .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev {
        padding: 0
    }

    .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__details {
        margin: 0 0 0 70px
    }

    .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__detailsTitle {
        order: 1;
        margin-bottom: 2px
    }

    .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev .dln-price {
        order: 3
    }

    .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__productCode {
        order: 2;
        margin: 0 0 8px
    }

    .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions {
        max-width: none;
        margin-top: 26px
    }

    .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions .dln-btn:last-child {
        margin-bottom: 0
    }

    .dln-order--detail .dln-order__detailTitle {
        font-size: 18px;
        margin-bottom: 20px
    }

    .dln-order .dln-orderDetailHead {
        margin-bottom: 26px
    }

    .dln-order .dln-order__backToOrderHistory {
        margin-bottom: 31px
    }
}

.dln-kenwood .dln-order--detail > .dln-wrapper {
    padding-top: 32px;
    padding-bottom: 100px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__aside, .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content {
    padding-top: 0
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__backToOrderHistory {
    margin-bottom: 40px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__backToOrderHistory .dln-icn {
    color: var(--brand-04);
    margin-right: 4px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__backToOrderHistory span {
    color: var(--brand-04)
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-orderDetailHead {
    margin-bottom: 20px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts {
    border: none;
    background-color: var(--ui-03);
    padding: 30px 20px 0
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--ui-01)
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts--last {
    margin-bottom: 20px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts--last:after {
    display: none
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-order__detailTitle {
    line-height: 24px;
    font-size: 20px;
    color: var(--brand-04);
    margin-bottom: 20px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-order__prodCancelledBox {
    padding: 0;
    margin-bottom: 32px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-order__prodCancelledBoxTitle {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 6px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-order__prodCancelledBoxText {
    line-height: 20px;
    font-size: 14px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory {
    border: none;
    background: var(--ui-03);
    padding: 0 0 30px;
    margin-bottom: 0
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory .dln-orderRev {
    margin-bottom: 0
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory .dln-orderRev .dln-orderRev__wrap--main, .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory .dln-orderRev .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
    margin-bottom: 15px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory .dln-orderRev .dln-orderRev__wrap--main .dln-price--oldPrice {
    color: var(--ui-08);
    margin-right: 10px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory .dln-orderRev .dln-orderRev__wrap--main .dln-price--discounted {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory .dln-orderRev .dln-orderRev__wrap--quantity .dln-orderRev__quantity {
    color: var(--ui-08)
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions .dln-btn--stroked {
    background: none;
    background-color: transparent
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-totalSect {
    margin-bottom: 20px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__aside {
        width: 100%;
        margin: 0
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-order--detail > .dln-wrapper {
        padding-bottom: 0
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content {
        padding-top: 42px
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__backToOrderHistory {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts, .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-orderDetailHead {
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts {
        margin-bottom: 0
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts--last {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-order__detailTitle {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 42px
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory .dln-orderHistory__content .dln-orderRev .dln-orderRev__content .dln-orderRev__details {
        margin: 0
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts .dln-orderHistory .dln-orderHistory__content .dln-orderRev .dln-orderRev__content .dln-orderRev__actions {
        margin-top: 15px
    }

    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-orderDetailInfo, .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-totalSect {
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px
    }
}

.dln-delonghi .dln-order--detail .dln-order__backToOrderHistory i, .dln-delonghi .dln-order--detail .dln-order__backToOrderHistory span {
    color: var(--brand-04)
}

.dln-delonghi .dln-order--detail .dln-order__content .dln-orderDetailInfo, .dln-delonghi .dln-order--detail .dln-order__content .dln-totalSect {
    background-color: var(--ui-05);
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 24px;
    border: none
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts {
    border: none;
    background: var(--ui-05);
    margin-bottom: 0;
    padding: 24px 20px
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__quantity {
    color: var(--ui-02)
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions {
    max-width: none
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions .dln-btn {
    background: var(--ui-05)
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--last {
    padding-top: 0
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--last .dln-order__detailTitle {
    border-top: 1px solid var(--ui-01);
    padding-top: 24px
}

.dln-delonghi .dln-order--detail .dln-order__detailTitle {
    color: var(--brand-04);
    font-size: 1.3125rem;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-order--detail .dln-order .dln-order__detailProducts .dln-orderHistory .dln-orderRev__quantity {
    color: var(--brand-04) !important
}

@media only screen and (min-width: 784px) and (max-width: 1024px) {
    .dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__content {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions {
        width: 184px;
        margin-top: 8px
    }
}

@media only screen and (min-width: 599px) and (max-width: 784px) {
    .dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev {
        flex-direction: column;
        align-items: center
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__content {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions {
        width: 100%;
        align-items: center;
        margin-top: 8px
    }
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-order--detail .dln-order__content .dln-orderDetailHead__number {
        font-size: 1.3125rem !important
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__wrap {
        padding-left: 10px
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions {
        margin-top: 0;
        align-items: center;
        width: calc(100% - 80px) !important
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts .dln-orderHistory .dln-orderRev__actions .dln-btn {
        max-width: 254px
    }
}

.dln-order--detail .dln-order__detailProducts--cancelled .dln-orderHistory {
    opacity: .3;
    pointer-events: none
}

.dln-order--detail .dln-order__detailProducts--cancelled .dln-orderHistory .dln-orderRev__actions {
    display: none
}

.dln-order__prodCancelledBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 6px;
    background-color: var(--ui-03);
    padding: 22px 20px 30px;
    box-sizing: border-box;
    margin-bottom: 33px
}

.dln-order__prodCancelledBoxTitle {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    margin: 0 0 8px
}

.dln-order__prodCancelledBoxText {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 13px
}

.dln-kenwood .dln-page.dln-order--detail .dln-wrapper .dln-order__content .dln-order__detailProducts--cancelled .dln-orderHistory {
    opacity: .5
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-page.dln-order--detail .dln-wrapper .dln-order__content .dln-order__detailProducts--cancelled .dln-order__detailTitle {
        margin-bottom: 20px
    }
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--cancelled .dln-order__detailTitle {
    border-top: none;
    margin-bottom: 18px;
    font-size: 1.5rem
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--cancelled .dln-order__prodCancelledBox {
    padding: 0;
    margin-bottom: 24px
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--cancelled .dln-order__prodCancelledBoxText {
    font-size: .875rem
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--cancelled .dln-orderHistory {
    opacity: .7
}

@media screen and (max-width: 599px) {
    .dln-delonghi .dln-order--detail .dln-order__detailProducts--cancelled .dln-order__detailTitle {
        font-size: 1.125rem
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts--cancelled .dln-order__prodCancelledBoxTitle {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

.dln-order .dln-order__content--lite {
    width: 100%;
    max-width: 793px;
    margin: 0 auto 100px;
    padding-right: calc((100% - 793px) / 2);
    padding-left: calc((100% - 793px) / 2);
    box-sizing: content-box
}

.dln-order--detail > .dln-wrapper {
    width: calc(100% - 40px)
}

.dln-order--detail .dln-order__content--lite .dln-order__detailProducts--shipped .dln-orderHistory .dln-orderRev__actions {
    display: none
}

.dln-order--detail .dln-order__content--lite .dln-order__detailProducts--shipped .dln-order__detailTitle {
    width: calc(100% - 120px);
    margin-right: 30px
}

.dln-order__trackingCode {
    display: inline-block;
    width: 90px;
    height: auto;
    line-height: 21px;
    font-size: 14px;
    color: var(--brand-01);
    text-align: center;
    text-decoration: underline;
    margin: 0 0 34px auto
}

@media only screen and (max-width: 900px) {
    .dln-order--detail > .dln-wrapper {
        width: calc(100% - 20px)
    }
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts--shipped .dln-order__detailTitle {
    width: calc(100% - 132px);
    margin-right: 20px
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts--shipped .dln-order__trackingCode {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 112px;
    color: var(--brand-04)
}

.dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts--shipped .dln-orderHistory .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
    margin-bottom: 32px
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts--shipped .dln-order__detailTitle, .dln-kenwood .dln-order--detail > .dln-wrapper .dln-order__content .dln-order__detailProducts--shipped .dln-order__trackingCode {
        height: 22px;
        line-height: 22px;
        margin-bottom: 40px
    }
}

.dln-delonghi .dln-order--detail .dln-order__content--lite {
    min-width: 600px
}

.dln-delonghi .dln-order--detail .dln-order__content--lite .dln-orderDetailHead__number {
    margin-bottom: 16px !important
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped {
    padding-top: 24px;
    position: relative
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-order__trackingCode {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    right: 24px;
    top: 24px;
    width: auto
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-order__detailTitle {
    border: none;
    padding-top: 0;
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-orderRev__content {
    justify-content: flex-start
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-orderRev__productCode {
    font-size: .875rem;
    color: var(--ui-02);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-orderRev__detailsTitle {
    margin-bottom: 0
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-orderRev__itePic {
    width: 185px;
    height: 148px;
    margin-right: 11px
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-orderRev__quantity {
    color: var(--brand-04) !important
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-orderRev__wrap--main .dln-price--oldPrice {
    font-size: 1rem
}

.dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-orderRev__wrap--main .dln-price--discounted {
    font-size: 1.1875rem
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-order--detail .dln-order__content--lite .dln-orderDetailHead__number {
        margin-bottom: 16px
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-order__trackingCode {
        margin-top: 3px;
        margin-left: 0;
        position: static
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-order__detailTitle {
        font-size: 1.125rem;
        white-space: nowrap
    }

    .dln-delonghi .dln-order--detail .dln-order__detailProducts--shipped .dln-orderRev__productCode {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media only screen and (min-width: 0) and (max-width: 900px) {
    .dln-delonghi .dln-order--detail .dln-order__content--lite {
        min-width: 0;
        width: 100%;
        max-width: none
    }
}

.dln-order--cancellation .dln-order__cancellationProducts {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.dln-order--cancellation > .dln-ordEditHead {
    margin-bottom: 20px
}

.dln-order--cancellation .dln-order__cancellationWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 45px;
    margin: 0 0 20px
}

.dln-order--cancellation .dln-order__cancellationWrap .dln-select--selectAMotivation {
    width: calc(100% - 214px);
    max-width: 285px;
    margin: 0 30px 0 0
}

.dln-order--cancellation .dln-order__cancellationWrap .dln-btn--cancelOrder {
    width: 184px;
    margin: 0 0 0 auto
}

.dln-order--cancellation .dln-orderHistory {
    margin-bottom: 20px
}

.dln-order--cancellation .dln-orderHistory:last-child {
    margin-bottom: 30px
}

.dln-order--cancellation .dln-orderHistory .dln-orderRev {
    margin: 0
}

.dln-order--cancellation .dln-orderHistory .dln-orderRev__actions {
    display: none
}

@media only screen and (max-width: 599px) {
    .dln-order--cancellation .dln-editOrdHead {
        margin-bottom: 20px
    }

    .dln-order--cancellation .dln-order__cancellationTitle {
        line-height: 27px;
        font-size: 24px;
        padding: 0;
        margin-bottom: 16px
    }

    .dln-order--cancellation .dln-order__cancellationData {
        line-height: 18px;
        font-size: 15px;
        margin: 0 42px 30px 0
    }

    .dln-order--cancellation .dln-order__cancellationData:last-child {
        margin: 0 0 30px
    }

    .dln-order--cancellation .dln-order__cancellationMessage {
        margin-bottom: 38px
    }

    .dln-order--cancellation .dln-order__cancellationWrap {
        height: auto;
        margin-bottom: 40px
    }

    .dln-order--cancellation .dln-order__cancellationWrap .dln-select--selectAMotivation {
        width: 100%;
        max-width: none;
        margin: 0 0 20px
    }

    .dln-order--cancellation .dln-order__cancellationWrap .dln-btn--cancelOrder {
        width: 50%;
        margin: 0 auto 0 0
    }

    .dln-order--cancellation .dln-order__cancellationProducts {
        border-top: none;
        border-bottom: 1px solid var(--ui-01);
        padding: 0;
        margin-bottom: 36px
    }

    .dln-order--cancellation .dln-order__cancellationProducts--last {
        border-bottom: none;
        margin-bottom: 0
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory {
        margin-bottom: 40px
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory:last-child {
        margin-bottom: 30px
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev {
        padding: 0
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev__details {
        margin: 0 0 0 70px
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev__detailsTitle {
        order: 1;
        line-height: 20px;
        margin-bottom: 2px
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev .dln-price {
        order: 3;
        line-height: 20px;
        font-size: 14px
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev__productCode {
        order: 2;
        line-height: 20px;
        font-size: 15px;
        margin: 0 0 8px
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev__quantity {
        color: var(--brand-02)
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev__actions {
        margin-top: 26px
    }

    .dln-order--cancellation .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev__actions .dln-btn:last-child {
        margin-bottom: 0
    }
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content {
    padding-top: 27px;
    padding-bottom: 100px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__backToOrderHistory {
    margin-bottom: 40px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__backToOrderHistory .dln-icn {
    color: var(--brand-04);
    margin-right: 4px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__backToOrderHistory span {
    color: var(--brand-04)
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationTitle {
    font-family: var(--fontNameExtra), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 46px;
    font-size: 38px;
    padding: 0;
    margin-bottom: 30px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationData {
    line-height: 24px;
    color: var(--brand-04);
    margin-bottom: 20px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationMessage {
    font-size: 14px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationWrap {
    margin-bottom: 30px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationWrap .dln-select--selectAMotivation {
    width: calc(50% - 20px);
    max-width: none;
    margin-right: 20px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationWrap > .dln-btn {
    width: 143px;
    background-color: var(--brand-01);
    margin: 0 auto 0 0
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationWrap + .dln-orderHistory {
    padding-top: 30px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory {
    border: none;
    background: var(--ui-03);
    padding: 0 20px 30px;
    margin-bottom: 0
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev {
    margin-bottom: 0
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev .dln-orderRev__wrap--main, .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
    margin-bottom: 15px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev .dln-orderRev__wrap--main .dln-price--oldPrice {
    color: var(--ui-08);
    margin-right: 10px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory .dln-orderRev .dln-orderRev__wrap--main .dln-price--discounted {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-totalSect--lite {
    background-color: var(--brand-03);
    padding: 0;
    margin-top: 10px
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-totalSect--lite .dln-totalSect__wrap {
    width: 100%;
    padding: 0
}

.dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-totalSect--lite .dln-totalSect__wrap .dln-totalSect__row {
    padding: 0
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__aside, .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content {
        padding-top: 42px;
        padding-bottom: 0
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__backToOrderHistory {
        margin-bottom: 20px
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationTitle {
        line-height: 40px;
        font-size: 32px;
        text-align: center
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationData {
        font-size: 16px;
        margin: 0 auto 20px 0
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationData + .dln-order__cancellationData {
        margin: 0 0 20px auto
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationMessage {
        margin-bottom: 30px
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationWrap .dln-select--selectAMotivation {
        width: 100%;
        margin: 0 0 20px
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-order__cancellationWrap > .dln-btn {
        margin: 0 0 0 auto
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory {
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory .dln-orderHistory__content .dln-orderRev .dln-orderRev__content .dln-orderRev__details {
        margin: 0
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory .dln-orderHistory__content .dln-orderRev .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main {
        margin-bottom: 16px
    }

    .dln-kenwood .dln-page.dln-order--cancellation .dln-wrapper .dln-order__content .dln-order__cancellationProducts .dln-orderHistory .dln-orderHistory__content .dln-orderRev .dln-orderRev__content .dln-orderRev__details .dln-orderRev__wrap--main .dln-orderRev__detailsTitle {
        margin-bottom: 32px
    }
}

.dln-delonghi .dln-order--cancellation .dln-order__backToOrderHistory i, .dln-delonghi .dln-order--cancellation .dln-order__backToOrderHistory span {
    color: var(--brand-04) !important
}

.dln-delonghi .dln-order--cancellation .dln-order__backToOrderHistory span, .dln-delonghi .dln-order--cancellation .dln-order__cancellationTitle {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

.dln-delonghi .dln-order--cancellation .dln-order__cancellationTitle {
    font-size: 3.125rem
}

.dln-delonghi .dln-order--cancellation .dln-order__cancellationData {
    color: var(--ui-02);
    margin-bottom: 24px
}

.dln-delonghi .dln-order--cancellation .dln-order__cancellationData strong {
    color: var(--brand-04);
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    margin-left: 6px
}

.dln-delonghi .dln-order--cancellation .dln-order__cancellationMessage {
    font-size: 1rem
}

.dln-delonghi .dln-order--cancellation .dln-order__cancellationWrap .dln-btn {
    margin: 0;
    box-sizing: border-box;
    width: 183px;
    min-width: 0;
    padding: 0
}

.dln-delonghi .dln-order--cancellation .dln-order__cancellationWrap .dln-btn--disabled {
    background-color: var(--ui-04) !important
}

.dln-delonghi .dln-order--cancellation .dln-order__cancellationWrap .dln-select__container .dln-select__value {
    color: var(--ui-02)
}

.dln-delonghi .dln-order--cancellation .dln-order__cancellationWrap .dln-select__container.dln-select--has-value .dln-select__value {
    color: var(--brand-04)
}

.dln-delonghi .dln-order--cancellation .dln-orderHistory {
    background: var(--ui-05);
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 10px
}

.dln-delonghi .dln-order--cancellation .dln-orderHistory__content .dln-orderRev__content {
    justify-content: flex-start !important
}

.dln-delonghi .dln-order--cancellation .dln-totalSect.dln-totalSect--lite {
    border: none;
    padding-top: 0;
    transform: translateY(-20px)
}

.dln-delonghi .dln-order--cancellation .dln-totalSect.dln-totalSect--lite .dln-totalSect__row.dln-totalSect__row--total {
    margin-top: 0 !important
}

.dln-delonghi .dln-order--cancellation .dln-totalSect.dln-totalSect--lite .dln-totalSect__data {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (max-width: 599px) {
    .dln-delonghi .dln-order--cancellation .dln-order__cancellationTitle {
        font-size: 2.3125rem;
        line-height: 1.08
    }

    .dln-delonghi .dln-order--cancellation .dln-order__cancellationData {
        margin-right: 16px
    }

    .dln-delonghi .dln-order--cancellation .dln-order__cancellationData strong {
        font-family: var(--fontNameRoman), Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .dln-delonghi .dln-order--cancellation .dln-order__cancellationMessage {
        margin-bottom: 24px
    }

    .dln-delonghi .dln-order--cancellation .dln-orderHistory {
        padding: 16px 30px 16px 16px
    }

    .dln-delonghi .dln-order--cancellation .dln-orderHistory__content .dln-orderRev__content {
        justify-content: flex-start !important
    }

    .dln-delonghi .dln-order--cancellation .dln-orderHistory__content .dln-orderRev__details {
        margin-left: 16px
    }
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-delonghi .dln-order--cancellation .dln-order__cancellationWrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto
    }

    .dln-delonghi .dln-order--cancellation .dln-order__cancellationWrap .dln-select.dln-select--selectAMotivation {
        width: 100%;
        margin: 0 0 16px
    }

    .dln-delonghi .dln-order--cancellation .dln-orderHistory__content .dln-orderRev__content {
        justify-content: center !important;
        width: 100%
    }

    .dln-delonghi .dln-order--cancellation .dln-orderHistory__content .dln-orderRev.dln-orderRev--cart-order {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .dln-delonghi .dln-order--cancellation .dln-totalSect.dln-totalSect--lite {
        margin-top: 24px;
        transform: none
    }
}

.dln-order--return .dln-order__content > .dln-btn {
    width: 184px;
    margin-top: 20px
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-order--return .dln-order__aside {
        width: 100%;
        margin-right: 0
    }

    .dln-order--return .dln-order__aside .dln-profileCard {
        margin-bottom: 30px
    }

    .dln-order--return .dln-order__content {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .dln-order--return .dln-order__content .dln-editOrdHead {
        margin-bottom: 20px
    }

    .dln-order--return .dln-order__content .dln-orderHistory:last-of-type {
        margin-bottom: 0
    }

    .dln-order--return .dln-order__content .dln-orderRev-input-wrapper--notReturnable .dln-orderRev--productDescription.dln-orderRev--notReturnable {
        margin-bottom: 5px
    }

    .dln-order--return .dln-order__content .dln-orderRev-input-wrapper--notReturnable .dln-orderRev__details {
        height: auto
    }

    .dln-order--return .dln-order__content .dln-orderRev-input-wrapper--notReturnable .dln-orderRev-input-wrapper__single-item-content.-notReturnable {
        margin-top: 0
    }
}

.dln-kenwood .dln-order--return .dln-order__content .dln-orderHistory.dln-orderHistory--multiple .dln-orderRev-input-wrapper {
    align-items: normal
}

.dln-kenwood .dln-order--return .dln-order__content .dln-orderHistory.dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-checkbox {
    transform: translateY(66px);
    height: 18px
}

.dln-kenwood .dln-order--return .dln-order__content .dln-orderHistory.dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-image.dln-orderRev__itemPic {
    position: relative;
    top: auto;
    left: auto
}

.dln-kenwood .dln-order--return .dln-order__content .dln-orderHistory.dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-orderRev__content {
    width: calc(100% - 196px);
    padding-right: 20px;
    box-sizing: border-box
}

@media only screen and (max-width: 599px) {
    .dln-kenwood .dln-order--return .dln-order__content .dln-orderHistory.dln-orderHistory--multiple .dln-orderRev-input-wrapper {
        align-items: normal
    }

    .dln-kenwood .dln-order--return .dln-order__content .dln-orderHistory.dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev {
        min-height: 0
    }

    .dln-kenwood .dln-order--return .dln-order__content .dln-orderHistory.dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-checkbox {
        transform: translateY(31px);
        height: 18px;
        margin-top: 0
    }

    .dln-kenwood .dln-order--return .dln-order__content .dln-orderHistory.dln-orderHistory--multiple .dln-orderRev-input-wrapper .dln-orderRev--productDescription .dln-orderRev__content {
        width: calc(100% - 120px);
        padding-right: 0
    }
}

.dln-order--detail .dln-order__detailProducts--returned {
    position: relative
}

.dln-order--detail .dln-order__detailProducts--returned .dln-order__trackingCode {
    position: absolute;
    right: 24px;
    top: 24px;
    width: auto;
    color: var(--brand-04);
    font-weight: 500
}

.dln-order--detail .dln-order__detailProducts--returned .dln-order__returnBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-radius: 6px;
    padding: 20px 20px 30px;
    background-color: var(--ui-03);
    margin-bottom: 30px
}

.dln-order--detail .dln-order__detailProducts--returned .dln-order__returnBoxTitle {
    display: block;
    width: 100%;
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px
}

.dln-order--detail .dln-order__detailProducts--returned .dln-order__returnBoxText {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 20px
}

.dln-order--detail .dln-order__detailProducts--returned .dln-orderHistory .dln-orderRev__content .dln-orderRev__details, .dln-order--detail .dln-order__detailProducts--returned .dln-orderHistory .dln-orderRev__itemPic {
    opacity: .3
}

@media only screen and (min-width: 599px) and (max-width: 900px) {
    .dln-order--detail .dln-order__aside {
        width: 100%;
        margin-right: 0;
        padding-top: 0
    }

    .dln-order--detail .dln-order__aside .dln-profileCard {
        margin-bottom: 30px
    }

    .dln-order--detail .dln-order__aside .dln-vertMenu {
        margin-bottom: 0
    }

    .dln-order--detail .dln-order__content {
        width: 100%
    }

    .dln-order--detail .dln-order__content .dln-order__detailProducts .dln-orderRev__content .dln-orderRev__details {
        width: calc(100% - 200px);
        margin-right: 16px
    }

    .dln-order--detail .dln-order__content .dln-order__detailProducts .dln-orderRev__content .dln-orderRev__actions {
        width: 184px;
        max-width: none
    }

    .dln-order--detail .dln-order__content .dln-order__detailProducts .dln-orderRev__content .dln-orderRev__actions > .dln-btn {
        width: 100%;
        max-width: none
    }
}

@media only screen and (max-width: 599px) {
    .dln-order--detail .dln-order__detailProducts--returned .dln-orderHistory .dln-orderRev__content .dln-orderRev__actions .dln-btn--stroked {
        order: 1
    }

    .dln-order--detail .dln-order__detailProducts--returned .dln-orderHistory .dln-orderRev__content .dln-orderRev__actions .dln-btn--stroked[title*="Print return label"] {
        margin-bottom: 18px
    }

    .dln-order--detail .dln-order__detailProducts--returned .dln-orderHistory .dln-orderRev__content .dln-orderRev__actions .dln-orderRev__howItWorks {
        order: 2
    }

    .dln-order--detail .dln-order__detailProducts--returned .dln-order__trackingCode {
        margin-left: 0;
        position: static
    }
}

@media print {
    @page {
        size: A4
    }
}

@media print {
    body.custom-print {
        width: 21cm
    }

    body.custom-print * {
        -webkit-print-color-adjust: exact
    }

    body.custom-print :root {
        font-size: 16px
    }

    body.custom-print .bra-header {
        background: #fff;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    body.custom-print .bra-header .bra-header__buttons-container {
        display: none
    }

    body.custom-print .bra-header svg.bra-logo.bra-logo--white g g g path {
        fill: #000
    }

    body.custom-print .bra-footer, body.custom-print .dln-foot--delonghi, body.custom-print .dln-foot.dln-footCheckout {
        display: none
    }

    body.custom-print .dln-faq--singleFaq {
        padding: 0
    }

    body.custom-print .dln-faq--singleFaq .dln-faq__articleFoot, body.custom-print .dln-faq--singleFaq .dln-faq__chipsWrap, body.custom-print .dln-faq--singleFaq .dln-faq__main, body.custom-print .dln-faq--singleFaq .dln-faq__questionList, body.custom-print .dln-faq--singleFaq .dln-faq__title--related, body.custom-print .dln-faq--singleFaq .dln-list, body.custom-print .dln-faq--singleFaq .dln-quickLinks--slider, body.custom-print .dln-faq--singleFaq > .dln-wrapper {
        display: none
    }

    body.custom-print .dln-faq--singleFaq .dln-faq__content {
        page-break-inside: avoid;
        padding: 0;
        margin: 0
    }

    body.custom-print .dln-faq--singleFaq .dln-faq__content > .dln-wrapper {
        max-width: none !important;
        border-bottom: none;
        padding: 0 !important
    }

    body.custom-print .dln-faq--singleFaq .dln-faq__content img, body.custom-print .dln-faq--singleFaq .dln-faq__content picture {
        width: 100%;
        height: auto
    }

    body.custom-print .dln-faq--singleFaq .dln-faq__content .dln-faq__videoContainer {
        page-break-before: always;
        page-break-after: always;
        margin-bottom: 0
    }

    body.custom-print .dln-thankYou > .dln-wrapper {
        display: none
    }

    body.custom-print .dln-thankYou #mainContent {
        display: block;
        border: 0;
        background: transparent
    }

    body.custom-print .dln-thankYou #mainContent .dln-thankYou__innerWrap {
        max-width: none;
        padding: 0;
        margin: 0
    }

    body.custom-print .dln-thankYou #mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__subTitle .dln-thankYou__subTitleInnerWrap {
        display: none
    }

    body.custom-print .dln-thankYou #mainContent .dln-thankYou__innerWrap .dln-orderSumm {
        background: transparent
    }

    body.custom-print .dln-thankYou #orderIntro {
        display: block
    }

    body.custom-print .dln-recipe-single .dln-normal-page-wrapper, body.custom-print .dln-thankYou #orderIntro .dln-thankYou__orderInfo--user, body.custom-print .dln-thankYou #orderIntro .dln-thankYou__successMess, body.custom-print .dln-thankYou #orderIntro button {
        display: none
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__print-page {
        display: block
    }

    body.custom-print .dln-recipe-single > .dln-wrapper:last-of-type {
        height: 0 !important
    }

    body.custom-print .dln-recipe-single .dln-recipe-details--print {
        background: var(--brand-03);
        margin-top: 0
    }

    body.custom-print .dln-recipe-single .dln-recipe-details--print .dln-image {
        height: 0;
        padding-bottom: 84.6%
    }

    body.custom-print .dln-recipe-single .dln-recipe-details--print .dln-image img {
        position: absolute;
        top: 0;
        right: 0
    }

    body.custom-print .dln-recipe-single .dln-wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    body.custom-print .dln-recipe-single .dln-recipe-details__grid {
        max-height: 350px;
        border-bottom: 1px solid var(--ui-01);
        overflow: hidden
    }

    body.custom-print .dln-recipe-single .dln-recipe-details__play-button, body.custom-print .dln-recipe-single .dln-recipe-single__grid.dln-recipe-single__products-links, body.custom-print .dln-recipe-single .dln-recipe-slides {
        display: none
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__discover-more {
        padding-bottom: 4.16625rem;
        padding-top: 1.6665rem;
        margin-top: 2.95804rem;
        font-size: 1.08322rem;
        display: block;
        width: 794px;
        text-align: center;
        border-top: 1px solid var(--ui-01)
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__print-notes {
        padding-left: 4.9995rem;
        display: block !important;
        width: 50%;
        box-sizing: border-box
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__print-notes .dln-recipe-single__title-content {
        font-size: .74992rem;
        margin-bottom: 2.91637rem;
        padding: 0
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__print-notes-field {
        height: 2.91637rem;
        border-top: 1px solid var(--ui-01)
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__instructions-wrap {
        padding-top: 2.08312rem;
        display: flex;
        flex-wrap: nowrap;
        border-top: 1px solid var(--ui-01)
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content {
        width: 50%;
        padding: 0
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__instructions-wrap .dln-recipe-single__step-title, body.custom-print .dln-recipe-single .dln-recipe-single__instructions-wrap .dln-recipe-single__step > p {
        font-size: .62494rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__instructions-wrap .dln-image {
        width: 24.62254rem;
        height: 14.58188rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__title-content {
        font-size: 1.08322rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__servings-section {
        width: 25%;
        position: absolute;
        top: 210px
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__servings-section .dln-recipe-single__servings-col {
        font-size: .62494rem;
        display: flex;
        flex-direction: column
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__servings-section .dln-recipe-single__servings-col * {
        margin: 0
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__servings-section .dln-recipe-single__servings-col span {
        font-size: .62494rem;
        display: inline-block
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__servings-section .dln-select__arrow {
        display: none
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__servings-section .dln-select__value {
        font-size: .62494rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__attachment {
        gap: 2.91637rem;
        row-gap: 1.45819rem;
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        display: -ms-grid;
        display: grid;
        padding-left: .9999rem !important
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__accordion-content p, body.custom-print .dln-recipe-single .dln-recipe-single__accordion-content span {
        font-size: .62494rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__ingredients-wrap {
        min-height: 49.995rem;
        padding-top: 2.08312rem;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__ingredients {
        width: 50%
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__ingredients .dln-recipe-single__col-content {
        width: 100%;
        padding: 0
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__utensils-products-wrap {
        padding-left: 2.49975rem;
        display: flex;
        flex-direction: column;
        width: 50%
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__utensils {
        padding-bottom: 1.24987rem;
        margin-bottom: 1.24987rem;
        border-bottom: 1px solid var(--ui-01)
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__print-detail-wrap {
        position: relative
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__print-footer {
        padding-top: 2.08312rem;
        border-top: 1px solid var(--ui-01)
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__print-footer .dln-recipe-single__print-how-too {
        min-height: 17.49825rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__print-footer .swiper-slide {
        width: 15.24847rem;
        margin-bottom: 1.24987rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-single__print-footer .swiper-slide .dln-image {
        height: 7.70756rem
    }

    body.custom-print .dln-recipe-single .dln-breadcrumbs {
        margin-bottom: 1.24987rem
    }

    body.custom-print .dln-recipe-single .dln-breadcrumbs ol a {
        font-size: .62494rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-details__bottom-info-col {
        height: 40px;
        margin-top: 40px
    }

    body.custom-print .dln-recipe-single .dln-recipe-details__bottom-info-col i {
        font-size: 1.6665rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-details__description {
        margin-top: .62494rem;
        margin-bottom: 4.16625rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-details__bottom-info-label, body.custom-print .dln-recipe-single .dln-recipe-details__bottom-info-value, body.custom-print .dln-recipe-single .dln-recipe-details__description {
        font-size: .62494rem !important
    }

    body.custom-print .dln-recipe-single .dln-recipe-details__title-recipe {
        font-size: 1.49985rem;
        margin-top: 2.91637rem
    }

    body.custom-print .dln-recipe-single .dln-recipe-details__info-button-desktop {
        display: none
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid {
        flex-direction: column;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        z-index: 2
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__product.dln-recipe-single__grid {
        margin-right: 0;
        margin-left: 0
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__product.dln-recipe-single__grid .dln-recipe-single__product-content {
        border: none;
        padding: 0
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__product.dln-recipe-single__grid .dln-recipe-single__product-content > span {
        font-size: 1.08322rem;
        font-family: var(--fontNameSemibold), Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: var(--brand-04)
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__product.dln-recipe-single__grid .dln-recipe-single__product-content > .dln-recipe-single__product-title {
        font-size: .62494rem;
        font-family: var(--fontNameSemibold), Arial, sans-serif;
        font-weight: 600;
        font-style: normal
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__col {
        max-width: none;
        border: none;
        padding: 0
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__product-content.dln-recipe-single__product-is-prepared, body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .swiper-footer {
        display: none
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__product-content {
        border: none;
        padding: 0
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__product-content .dln-image {
        width: 3.79129rem;
        height: 3.333rem
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__product-content > span {
        font-size: 1.08322rem;
        font-family: var(--fontNameSemibold), Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 1.24987rem
    }

    body.custom-print .dln-recipe-single__product-attachment.dln-recipe-single__grid .dln-recipe-single__product-title {
        font-family: var(--fontNameSemibold), Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: .62494rem !important
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__attachment {
        max-width: 100% !important
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__attachment > span {
        display: none
    }

    body.custom-print .dln-recipe-single__grid-info {
        flex-direction: column
    }

    body.custom-print .dln-recipe-single__grid-info .dln-wrapper {
        height: 0 !important
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__col-gray {
        width: 100%;
        max-width: none;
        background: var(--brand-03)
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__col-gray .dln-recipe-single__col-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        max-width: none;
        background: var(--brand-03);
        padding: 0
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__col-gray .dln-recipe-single__col-content .dln-recipe-single__accordion {
        position: relative
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__col-gray .dln-recipe-single__col-content .dln-recipe-single__accordion:nth-of-type(2) {
        padding-left: 38px
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__col-gray .dln-recipe-single__col-content .dln-recipe-single__accordion:nth-of-type(2):before {
        bottom: -2.08312rem;
        content: "";
        display: block;
        height: 1px;
        background: var(--ui-01);
        position: absolute;
        left: -384px;
        z-index: 10
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__col-gray .dln-recipe-single__col-content .dln-recipe-single__accordion:last-of-type {
        width: 100%
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__col-gray .dln-recipe-single__col-content .dln-recipe-single__accordion:last-of-type .swiper-wrapper {
        display: flex !important;
        flex-wrap: wrap
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__col-gray .dln-recipe-single__col-content .dln-recipe-single__accordion:last-of-type .swiper-slide {
        width: 15.24847rem;
        margin-right: 1.6665rem;
        width: 33.33333%;
        padding: 0
    }

    body.custom-print .dln-recipe-single__col.dln-recipe-single__col-gray .dln-recipe-single__col-content .dln-recipe-single__accordion:last-of-type .dln-image {
        height: 7.70756rem
    }

    body.custom-print.dln-kenwood .dln-head {
        height: auto;
        border: 0
    }

    body.custom-print.dln-kenwood .dln-head .dln-head__btnNav, body.custom-print.dln-kenwood .dln-head .dln-head__navList, body.custom-print.dln-kenwood .dln-head .dln-head__topListWrap {
        display: none
    }

    body.custom-print.dln-kenwood .dln-head > .dln-wrapper {
        padding-left: 0;
        margin-left: 0
    }

    body.custom-print.dln-kenwood .dln-head .dln-head__logo {
        transform: none;
        padding: 20px 20px 20px 0;
        margin-left: 0;
        position: relative;
        left: auto
    }

    body.custom-print.dln-kenwood .dln-faq--singleFaq {
        border: 0;
        padding: 0 !important
    }

    body.custom-print.dln-kenwood .dln-faq--singleFaq .dln-faq__content {
        padding: 0;
        margin-bottom: 0
    }

    body.custom-print.dln-kenwood .dln-faq--singleFaq .dln-faq__content > .dln-wrapper {
        padding: 40px 0 0 !important
    }

    body.custom-print.dln-kenwood .dln-faq--singleFaq .dln-faq__content .dln-wrapper:last-child {
        border: 0 !important
    }

    body.custom-print.dln-kenwood .dln-thankYou #orderIntro {
        padding: 70pt 0 35pt
    }

    body.custom-print.dln-kenwood .dln-thankYou #mainContent .dln-thankYou__innerWrap .dln-thankYou__orderDetails .dln-thankYou__subTitle {
        display: none
    }

    body.custom-print.dln-kenwood .dln-foot--kenwood {
        display: none !important
    }

    body.custom-print.dln-kenwood .dln-recipe-single__print-detail-wrap .dln-recipe-details.dln-recipe-details--print {
        max-height: 350px
    }

    body.custom-print.dln-kenwood .dln-recipe-single__print-detail-wrap .dln-recipe-details__grid .dln-recipe-details__col:first-of-type {
        padding: 0
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child {
        padding-top: 0
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs {
        padding-top: .79159rem;
        padding-bottom: .79159rem;
        margin-bottom: 0 !important
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs__li:before {
        color: rgba(var(--brand-04), .5)
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs__li a {
        line-height: .83325rem;
        font-size: .62494rem;
        color: rgba(var(--brand-04), .5)
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs__li:last-child:before, body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs__li:last-child a {
        color: var(--brand-04)
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print {
        padding-bottom: 1.6665rem;
        border-top: none
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid {
        border: none
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col {
        flex: initial !important;
        width: 50%
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__info .dln-recipe-details__title-recipe {
        font-size: 2.08312rem;
        line-height: 2.16645rem;
        margin-bottom: .6666rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__info .dln-recipe-details__description {
        line-height: .9999rem;
        font-size: .666rem !important
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__bottom-info {
        padding-top: 1rem;
        margin-bottom: 0
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__bottom-info-col {
        margin-top: 0
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__bottom-info-col .dln-recipe-details__bottom-info-label {
        line-height: .74992rem;
        font-size: .58327rem !important
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__bottom-info-col .dln-recipe-details__bottom-info-value {
        line-height: .74992rem;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: .58327rem !important
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__image-container .dln-image {
        z-index: 1
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__image-container .dln-image__image {
        z-index: 2
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-recipe-details__image-container .dln-image:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        opacity: .999;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print .dln-wrapper .dln-recipe-details__grid .dln-recipe-details__col .dln-btnIcon {
        display: none
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-single__servings-section {
        top: 13.5rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-single__servings-section .dln-recipe-single__servings-col {
        font-size: .74992rem;
        color: var(--brand-04)
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-single__servings-section .dln-recipe-single__servings-col .dln-select__value, body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-single__servings-section .dln-recipe-single__servings-col > span {
        font-size: 1.16655rem;
        line-height: 1.41653rem;
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap {
        padding-top: 2.6664rem;
        padding-bottom: 2.6664rem;
        min-height: 0
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__title-content {
        font-size: 1.16655rem;
        line-height: 1.41653rem;
        padding-bottom: .3333rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__accordion-content > p {
        font-size: .6666rem;
        line-height: .9999rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__utensils-products-wrap .dln-recipe-single__utensils {
        padding-bottom: 1.6665rem;
        margin-bottom: 1.6665rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__utensils-products-wrap .dln-recipe-single__products .dln-recipe-single__product-attachment {
        padding-top: 0
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__utensils-products-wrap .dln-recipe-single__products .dln-recipe-single__product-attachment .dln-recipe-single__product-content span {
        font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        margin-bottom: .91657rem;
        text-transform: lowercase
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__utensils-products-wrap .dln-recipe-single__products .dln-recipe-single__product-attachment .dln-recipe-single__product-content span:first-letter {
        text-transform: uppercase
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__utensils-products-wrap .dln-recipe-single__products .dln-recipe-single__product-attachment .dln-recipe-single__product-content .dln-image {
        width: 3.49965rem;
        height: 2.87471rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__utensils-products-wrap .dln-recipe-single__products .dln-recipe-single__product-attachment .dln-recipe-single__product-content .dln-recipe-single__product-title {
        font-size: .79159rem !important
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content .dln-recipe-single__title-content {
        padding-bottom: .74992rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content .dln-recipe-single__step + .dln-recipe-single__step {
        margin-top: 1.6665rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content .dln-recipe-single__step .dln-recipe-single__step-title {
        font-size: .74992rem;
        line-height: .9999rem;
        margin-bottom: .45829rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content .dln-recipe-single__step .dln-recipe-single__step-title span {
        font-size: .74992rem;
        line-height: .9999rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content .dln-recipe-single__step .dln-image {
        margin-bottom: .41663rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content .dln-recipe-single__step p {
        font-size: .6666rem;
        line-height: .9999rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__print-notes .dln-recipe-single__title-content {
        font-size: 1.16655rem;
        line-height: 1.41653rem;
        margin-bottom: 2.24978rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer {
        padding-top: 2.6664rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__accordion .dln-recipe-single__accordion-header .dln-recipe-single__title-content {
        font-size: 1.16655rem;
        line-height: 1.41653rem;
        padding-bottom: .41663rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__grid-how-to {
        margin: 0
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__grid-how-to .swiper-slide {
        width: 15.24847rem;
        margin-right: 1.6665rem;
        padding: 0
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__grid-how-to .swiper-slide:last-child {
        margin-right: 0
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__grid-how-to .swiper-slide .dln-image {
        width: 15.24847rem;
        height: 7.70756rem;
        margin-bottom: .41663rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__grid-how-to .swiper-slide > p {
        font-size: .6666rem;
        line-height: .9999rem
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__grid-how-to .swiper-slide > p strong {
        margin-bottom: .45829rem;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        display: block;
        width: 100%;
        line-height: inherit;
        font-size: inherit
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__grid-how-to .swiper-slide > p br {
        display: none
    }

    body.custom-print.dln-delonghi .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__discover-more.dln-recipe-single__title-content {
        margin-top: .3333rem;
        padding-top: 2.6664rem;
        padding-bottom: 4.16625rem;
        font-size: 1.16655rem;
        line-height: 1.41653rem
    }

    body.custom-print.dln-kenwood .dln-head--kenwood {
        height: .9999rem
    }

    body.custom-print.dln-kenwood .dln-head--kenwood .dln-head__logo {
        padding: 0;
        margin: 0 auto
    }

    body.custom-print.dln-kenwood .dln-head--kenwood .dln-head__logo .dln-head__logoIcon {
        height: .9999rem;
        width: auto
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child {
        padding-top: 4.16625rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs {
        height: .9999rem;
        margin-bottom: 2.49975rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs .dln-breadcrumbs__li {
        height: .9999rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs .dln-breadcrumbs__li:not(:first-of-type):before {
        height: .9999rem;
        width: .29164rem;
        margin-right: 1.24987rem;
        font-size: .49995rem;
        font-family: var(--fontNameIcons), sans-serif;
        font-variant: normal;
        text-transform: none;
        content: "d";
        display: inline-block;
        color: var(--ui-07)
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs .dln-breadcrumbs__li a {
        font-size: .83325rem;
        line-height: .9999rem;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        display: inline-block;
        color: var(--ui-07)
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs .dln-breadcrumbs__li:last-child {
        opacity: 1
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page > .dln-wrapper:first-child .dln-breadcrumbs .dln-breadcrumbs__li:last-child > a {
        color: var(--brand-04)
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details--print {
        height: auto;
        max-height: none
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details__grid {
        padding-bottom: 2.49975rem;
        max-height: none
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details__info {
        padding-right: .83325rem;
        box-sizing: border-box
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details__info .dln-recipe-details__title-recipe {
        margin-top: 3.95794rem;
        margin-bottom: .83325rem;
        font-size: 1.58317rem;
        line-height: 1.91647rem;
        padding-right: 4.16625rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details__info .dln-recipe-details__description {
        font-size: .58327rem;
        line-height: .83325rem;
        padding-right: 4.16625rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-single__servings-section {
        padding-bottom: 0;
        top: 240px
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-single__servings-section .dln-recipe-single__servings-col {
        font-size: .6666rem;
        line-height: .9999rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-single__servings-section .dln-recipe-single__servings-col .dln-select__value, body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-single__servings-section .dln-recipe-single__servings-col span {
        font-size: .9999rem;
        line-height: 1.24987rem;
        color: var(--brand-04)
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details__bottom-info {
        height: 2.08312rem;
        margin-bottom: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details__bottom-info .dln-recipe-details__bottom-info-col {
        height: 2.08312rem;
        border: none;
        margin: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details__bottom-info .dln-recipe-details__bottom-info-col:not(:first-of-type) {
        padding-left: 1.24987rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-detail-wrap .dln-recipe-details__bottom-info .dln-recipe-details__bottom-info-col .dln-icn {
        height: 2.08312rem;
        font-size: 2.08312rem;
        color: var(--brand-04)
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap {
        min-height: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__product-content > span, body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__title-content {
        font-family: var(--fontNameExtra), Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.16655rem;
        line-height: 1.49985rem;
        padding-bottom: .74992rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__accordion-content > p {
        font-size: .58327rem;
        line-height: .91657rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__utensils-products-wrap {
        padding: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__utensils {
        padding-bottom: 1.6665rem;
        margin-bottom: 2.08312rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__product-content {
        width: 7.6659rem;
        margin-right: .83325rem;
        margin-bottom: .9999rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__product-content > span {
        margin-bottom: .74992rem;
        padding: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__product-content > .dln-image {
        width: 3.41632rem;
        height: 3.41632rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__product-content .dln-recipe-single__product-title {
        font-size: .58327rem;
        line-height: .74992rem;
        font-family: var(--fontNameBold), Arial, sans-serif;
        font-weight: 700;
        font-style: normal
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__col.dln-recipe-single__attachment {
        flex: initial;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        padding: 0 !important
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__col.dln-recipe-single__attachment .swiper-slide {
        margin-bottom: .9999rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__col.dln-recipe-single__attachment .swiper-slide:nth-of-type(3n+3) {
        margin-right: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__ingredients-wrap .dln-recipe-single__col.dln-recipe-single__attachment .swiper-slide .dln-recipe-single__product-title {
        font-family: var(--fontNameRoman), Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content .dln-recipe-single__title-content {
        font-family: var(--fontNameExtra), Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.16655rem;
        line-height: 1.49985rem;
        padding-bottom: .74992rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content .dln-recipe-single__step-title {
        font-size: .6666rem;
        line-height: .91657rem;
        margin-bottom: .54161rem;
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__col-content .dln-recipe-single__step-title > span {
        font-size: .49995rem;
        align-self: flex-end;
        color: var(--ui-07)
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__instructions-wrap .dln-recipe-single__print-notes .dln-recipe-single__title-content {
        font-size: .83325rem;
        line-height: .9999rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too {
        min-height: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__title-content {
        font-family: var(--fontNameExtra), Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.16655rem;
        line-height: 1.49985rem;
        margin-bottom: .83325rem;
        padding: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__grid.dln-recipe-single__grid-how-to {
        margin: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__accordion-content .swiper-wrapper {
        width: 100%
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__accordion-content .swiper-slide {
        margin-right: 1.6665rem;
        width: calc(33.33% - 1.10667rem);
        padding: 0;
        margin-bottom: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__accordion-content .swiper-slide:nth-child(3n+3) {
        margin: 0
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__print-how-too .dln-recipe-single__accordion-content .swiper-slide .dln-image {
        height: 7.70756rem
    }

    body.custom-print.dln-kenwood .dln-recipe-single .dln-recipe-single__print-page .dln-recipe-single__print-footer .dln-recipe-single__discover-more {
        margin-top: 2.49975rem;
        padding-top: 3.333rem;
        font-size: .83325rem;
        line-height: .9999rem
    }
}

.flag-icon, .flag-icon-background {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.flag-icon {
    display: inline-block;
    width: 1.33333em;
    line-height: 1em;
    position: relative
}

.flag-icon:before {
    content: "\A0"
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-ad {
    background-image: url(/../medias/4x3/ad.svg)
}

.flag-icon-ad.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ad.svg)
}

.flag-icon-ae {
    background-image: url(/../medias/4x3/ae.svg)
}

.flag-icon-ae.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ae.svg)
}

.flag-icon-af {
    background-image: url(/../medias/4x3/af.svg)
}

.flag-icon-af.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/af.svg)
}

.flag-icon-ag {
    background-image: url(/../medias/4x3/ag.svg)
}

.flag-icon-ag.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ag.svg)
}

.flag-icon-ai {
    background-image: url(/../medias/4x3/ai.svg)
}

.flag-icon-ai.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ai.svg)
}

.flag-icon-al {
    background-image: url(/../medias/4x3/al.svg)
}

.flag-icon-al.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/al.svg)
}

.flag-icon-am {
    background-image: url(/../medias/4x3/am.svg)
}

.flag-icon-am.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/am.svg)
}

.flag-icon-ao {
    background-image: url(/../medias/4x3/ao.svg)
}

.flag-icon-ao.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ao.svg)
}

.flag-icon-aq {
    background-image: url(/../medias/4x3/aq.svg)
}

.flag-icon-aq.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/aq.svg)
}

.flag-icon-ar {
    background-image: url(/../medias/4x3/ar.svg)
}

.flag-icon-ar.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ar.svg)
}

.flag-icon-as {
    background-image: url(/../medias/4x3/as.svg)
}

.flag-icon-as.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/as.svg)
}

.flag-icon-at {
    background-image: url(/../medias/4x3/at.svg)
}

.flag-icon-at.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/at.svg)
}

.flag-icon-au {
    background-image: url(/../medias/4x3/au.svg)
}

.flag-icon-au.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/au.svg)
}

.flag-icon-aw {
    background-image: url(/../medias/4x3/aw.svg)
}

.flag-icon-aw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/aw.svg)
}

.flag-icon-ax {
    background-image: url(/../medias/4x3/ax.svg)
}

.flag-icon-ax.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ax.svg)
}

.flag-icon-az {
    background-image: url(/../medias/4x3/az.svg)
}

.flag-icon-az.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/az.svg)
}

.flag-icon-ba {
    background-image: url(/../medias/4x3/ba.svg)
}

.flag-icon-ba.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ba.svg)
}

.flag-icon-bb {
    background-image: url(/../medias/4x3/bb.svg)
}

.flag-icon-bb.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bb.svg)
}

.flag-icon-bd {
    background-image: url(/../medias/4x3/bd.svg)
}

.flag-icon-bd.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bd.svg)
}

.flag-icon-be {
    background-image: url(/../medias/4x3/be.svg)
}

.flag-icon-be.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/be.svg)
}

.flag-icon-bf {
    background-image: url(/../medias/4x3/bf.svg)
}

.flag-icon-bf.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bf.svg)
}

.flag-icon-bg {
    background-image: url(/../medias/4x3/bg.svg)
}

.flag-icon-bg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bg.svg)
}

.flag-icon-bh {
    background-image: url(/../medias/4x3/bh.svg)
}

.flag-icon-bh.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bh.svg)
}

.flag-icon-bi {
    background-image: url(/../medias/4x3/bi.svg)
}

.flag-icon-bi.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bi.svg)
}

.flag-icon-bj {
    background-image: url(/../medias/4x3/bj.svg)
}

.flag-icon-bj.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bj.svg)
}

.flag-icon-bl {
    background-image: url(/../medias/4x3/bl.svg)
}

.flag-icon-bl.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bl.svg)
}

.flag-icon-bm {
    background-image: url(/../medias/4x3/bm.svg)
}

.flag-icon-bm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bm.svg)
}

.flag-icon-bn {
    background-image: url(/../medias/4x3/bn.svg)
}

.flag-icon-bn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bn.svg)
}

.flag-icon-bo {
    background-image: url(/../medias/4x3/bo.svg)
}

.flag-icon-bo.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bo.svg)
}

.flag-icon-bq {
    background-image: url(/../medias/4x3/bq.svg)
}

.flag-icon-bq.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bq.svg)
}

.flag-icon-br {
    background-image: url(/../medias/4x3/br.svg)
}

.flag-icon-br.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/br.svg)
}

.flag-icon-bs {
    background-image: url(/../medias/4x3/bs.svg)
}

.flag-icon-bs.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bs.svg)
}

.flag-icon-bt {
    background-image: url(/../medias/4x3/bt.svg)
}

.flag-icon-bt.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bt.svg)
}

.flag-icon-bv {
    background-image: url(/../medias/4x3/bv.svg)
}

.flag-icon-bv.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bv.svg)
}

.flag-icon-bw {
    background-image: url(/../medias/4x3/bw.svg)
}

.flag-icon-bw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bw.svg)
}

.flag-icon-by {
    background-image: url(/../medias/4x3/by.svg)
}

.flag-icon-by.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/by.svg)
}

.flag-icon-bz {
    background-image: url(/../medias/4x3/bz.svg)
}

.flag-icon-bz.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/bz.svg)
}

.flag-icon-ca {
    background-image: url(/../medias/4x3/ca.svg)
}

.flag-icon-ca.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ca.svg)
}

.flag-icon-cc {
    background-image: url(/../medias/4x3/cc.svg)
}

.flag-icon-cc.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cc.svg)
}

.flag-icon-cd {
    background-image: url(/../medias/4x3/cd.svg)
}

.flag-icon-cd.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cd.svg)
}

.flag-icon-cf {
    background-image: url(/../medias/4x3/cf.svg)
}

.flag-icon-cf.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cf.svg)
}

.flag-icon-cg {
    background-image: url(/../medias/4x3/cg.svg)
}

.flag-icon-cg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cg.svg)
}

.flag-icon-ch {
    background-image: url(/../medias/4x3/ch.svg)
}

.flag-icon-ch.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ch.svg)
}

.flag-icon-ci {
    background-image: url(/../medias/4x3/ci.svg)
}

.flag-icon-ci.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ci.svg)
}

.flag-icon-ck {
    background-image: url(/../medias/4x3/ck.svg)
}

.flag-icon-ck.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ck.svg)
}

.flag-icon-cl {
    background-image: url(/../medias/4x3/cl.svg)
}

.flag-icon-cl.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cl.svg)
}

.flag-icon-cm {
    background-image: url(/../medias/4x3/cm.svg)
}

.flag-icon-cm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cm.svg)
}

.flag-icon-cn {
    background-image: url(/../medias/4x3/cn.svg)
}

.flag-icon-cn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cn.svg)
}

.flag-icon-co {
    background-image: url(/../medias/4x3/co.svg)
}

.flag-icon-co.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/co.svg)
}

.flag-icon-cr {
    background-image: url(/../medias/4x3/cr.svg)
}

.flag-icon-cr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cr.svg)
}

.flag-icon-cu {
    background-image: url(/../medias/4x3/cu.svg)
}

.flag-icon-cu.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cu.svg)
}

.flag-icon-cv {
    background-image: url(/../medias/4x3/cv.svg)
}

.flag-icon-cv.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cv.svg)
}

.flag-icon-cw {
    background-image: url(/../medias/4x3/cw.svg)
}

.flag-icon-cw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cw.svg)
}

.flag-icon-cx {
    background-image: url(/../medias/4x3/cx.svg)
}

.flag-icon-cx.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cx.svg)
}

.flag-icon-cy {
    background-image: url(/../medias/4x3/cy.svg)
}

.flag-icon-cy.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cy.svg)
}

.flag-icon-cz {
    background-image: url(/../medias/4x3/cz.svg)
}

.flag-icon-cz.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/cz.svg)
}

.flag-icon-de {
    background-image: url(/../medias/4x3/de.svg)
}

.flag-icon-de.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/de.svg)
}

.flag-icon-dj {
    background-image: url(/../medias/4x3/dj.svg)
}

.flag-icon-dj.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/dj.svg)
}

.flag-icon-dk {
    background-image: url(/../medias/4x3/dk.svg)
}

.flag-icon-dk.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/dk.svg)
}

.flag-icon-dm {
    background-image: url(/../medias/4x3/dm.svg)
}

.flag-icon-dm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/dm.svg)
}

.flag-icon-do {
    background-image: url(/../medias/4x3/do.svg)
}

.flag-icon-do.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/do.svg)
}

.flag-icon-dz {
    background-image: url(/../medias/4x3/dz.svg)
}

.flag-icon-dz.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/dz.svg)
}

.flag-icon-ec {
    background-image: url(/../medias/4x3/ec.svg)
}

.flag-icon-ec.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ec.svg)
}

.flag-icon-ee {
    background-image: url(/../medias/4x3/ee.svg)
}

.flag-icon-ee.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ee.svg)
}

.flag-icon-eg {
    background-image: url(/../medias/4x3/eg.svg)
}

.flag-icon-eg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/eg.svg)
}

.flag-icon-eh {
    background-image: url(/../medias/4x3/eh.svg)
}

.flag-icon-eh.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/eh.svg)
}

.flag-icon-er {
    background-image: url(/../medias/4x3/er.svg)
}

.flag-icon-er.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/er.svg)
}

.flag-icon-es {
    background-image: url(/../medias/4x3/es.svg)
}

.flag-icon-es.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/es.svg)
}

.flag-icon-et {
    background-image: url(/../medias/4x3/et.svg)
}

.flag-icon-et.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/et.svg)
}

.flag-icon-fi {
    background-image: url(/../medias/4x3/fi.svg)
}

.flag-icon-fi.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/fi.svg)
}

.flag-icon-fj {
    background-image: url(/../medias/4x3/fj.svg)
}

.flag-icon-fj.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/fj.svg)
}

.flag-icon-fk {
    background-image: url(/../medias/4x3/fk.svg)
}

.flag-icon-fk.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/fk.svg)
}

.flag-icon-fm {
    background-image: url(/../medias/4x3/fm.svg)
}

.flag-icon-fm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/fm.svg)
}

.flag-icon-fo {
    background-image: url(/../medias/4x3/fo.svg)
}

.flag-icon-fo.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/fo.svg)
}

.flag-icon-fr {
    background-image: url(/../medias/4x3/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/fr.svg)
}

.flag-icon-ga {
    background-image: url(/../medias/4x3/ga.svg)
}

.flag-icon-ga.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ga.svg)
}

.flag-icon-gb {
    background-image: url(/../medias/4x3/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gb.svg)
}

.flag-icon-gd {
    background-image: url(/../medias/4x3/gd.svg)
}

.flag-icon-gd.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gd.svg)
}

.flag-icon-ge {
    background-image: url(/../medias/4x3/ge.svg)
}

.flag-icon-ge.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ge.svg)
}

.flag-icon-gf {
    background-image: url(/../medias/4x3/gf.svg)
}

.flag-icon-gf.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gf.svg)
}

.flag-icon-gg {
    background-image: url(/../medias/4x3/gg.svg)
}

.flag-icon-gg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gg.svg)
}

.flag-icon-gh {
    background-image: url(/../medias/4x3/gh.svg)
}

.flag-icon-gh.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gh.svg)
}

.flag-icon-gi {
    background-image: url(/../medias/4x3/gi.svg)
}

.flag-icon-gi.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gi.svg)
}

.flag-icon-gl {
    background-image: url(/../medias/4x3/gl.svg)
}

.flag-icon-gl.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gl.svg)
}

.flag-icon-gm {
    background-image: url(/../medias/4x3/gm.svg)
}

.flag-icon-gm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gm.svg)
}

.flag-icon-gn {
    background-image: url(/../medias/4x3/gn.svg)
}

.flag-icon-gn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gn.svg)
}

.flag-icon-gp {
    background-image: url(/../medias/4x3/gp.svg)
}

.flag-icon-gp.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gp.svg)
}

.flag-icon-gq {
    background-image: url(/../medias/4x3/gq.svg)
}

.flag-icon-gq.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gq.svg)
}

.flag-icon-gr {
    background-image: url(/../medias/4x3/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gr.svg)
}

.flag-icon-gs {
    background-image: url(/../medias/4x3/gs.svg)
}

.flag-icon-gs.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gs.svg)
}

.flag-icon-gt {
    background-image: url(/../medias/4x3/gt.svg)
}

.flag-icon-gt.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gt.svg)
}

.flag-icon-gu {
    background-image: url(/../medias/4x3/gu.svg)
}

.flag-icon-gu.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gu.svg)
}

.flag-icon-gw {
    background-image: url(/../medias/4x3/gw.svg)
}

.flag-icon-gw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gw.svg)
}

.flag-icon-gy {
    background-image: url(/../medias/4x3/gy.svg)
}

.flag-icon-gy.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gy.svg)
}

.flag-icon-hk {
    background-image: url(/../medias/4x3/hk.svg)
}

.flag-icon-hk.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/hk.svg)
}

.flag-icon-hm {
    background-image: url(/../medias/4x3/hm.svg)
}

.flag-icon-hm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/hm.svg)
}

.flag-icon-hn {
    background-image: url(/../medias/4x3/hn.svg)
}

.flag-icon-hn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/hn.svg)
}

.flag-icon-hr {
    background-image: url(/../medias/4x3/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/hr.svg)
}

.flag-icon-ht {
    background-image: url(/../medias/4x3/ht.svg)
}

.flag-icon-ht.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ht.svg)
}

.flag-icon-hu {
    background-image: url(/../medias/4x3/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/hu.svg)
}

.flag-icon-id {
    background-image: url(/../medias/4x3/id.svg)
}

.flag-icon-id.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/id.svg)
}

.flag-icon-ie {
    background-image: url(/../medias/4x3/ie.svg)
}

.flag-icon-ie.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ie.svg)
}

.flag-icon-il {
    background-image: url(/../medias/4x3/il.svg)
}

.flag-icon-il.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/il.svg)
}

.flag-icon-im {
    background-image: url(/../medias/4x3/im.svg)
}

.flag-icon-im.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/im.svg)
}

.flag-icon-in {
    background-image: url(/../medias/4x3/in.svg)
}

.flag-icon-in.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/in.svg)
}

.flag-icon-io {
    background-image: url(/../medias/4x3/io.svg)
}

.flag-icon-io.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/io.svg)
}

.flag-icon-iq {
    background-image: url(/../medias/4x3/iq.svg)
}

.flag-icon-iq.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/iq.svg)
}

.flag-icon-ir {
    background-image: url(/../medias/4x3/ir.svg)
}

.flag-icon-ir.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ir.svg)
}

.flag-icon-is {
    background-image: url(/../medias/4x3/is.svg)
}

.flag-icon-is.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/is.svg)
}

.flag-icon-it {
    background-image: url(/../medias/4x3/it.svg)
}

.flag-icon-it.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/it.svg)
}

.flag-icon-je {
    background-image: url(/../medias/4x3/je.svg)
}

.flag-icon-je.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/je.svg)
}

.flag-icon-jm {
    background-image: url(/../medias/4x3/jm.svg)
}

.flag-icon-jm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/jm.svg)
}

.flag-icon-jo {
    background-image: url(/../medias/4x3/jo.svg)
}

.flag-icon-jo.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/jo.svg)
}

.flag-icon-jp {
    background-image: url(/../medias/4x3/jp.svg)
}

.flag-icon-jp.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/jp.svg)
}

.flag-icon-ke {
    background-image: url(/../medias/4x3/ke.svg)
}

.flag-icon-ke.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ke.svg)
}

.flag-icon-kg {
    background-image: url(/../medias/4x3/kg.svg)
}

.flag-icon-kg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/kg.svg)
}

.flag-icon-kh {
    background-image: url(/../medias/4x3/kh.svg)
}

.flag-icon-kh.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/kh.svg)
}

.flag-icon-ki {
    background-image: url(/../medias/4x3/ki.svg)
}

.flag-icon-ki.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ki.svg)
}

.flag-icon-km {
    background-image: url(/../medias/4x3/km.svg)
}

.flag-icon-km.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/km.svg)
}

.flag-icon-kn {
    background-image: url(/../medias/4x3/kn.svg)
}

.flag-icon-kn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/kn.svg)
}

.flag-icon-kp {
    background-image: url(/../medias/4x3/kp.svg)
}

.flag-icon-kp.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/kp.svg)
}

.flag-icon-kr {
    background-image: url(/../medias/4x3/kr.svg)
}

.flag-icon-kr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/kr.svg)
}

.flag-icon-kw {
    background-image: url(/../medias/4x3/kw.svg)
}

.flag-icon-kw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/kw.svg)
}

.flag-icon-ky {
    background-image: url(/../medias/4x3/ky.svg)
}

.flag-icon-ky.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ky.svg)
}

.flag-icon-kz {
    background-image: url(/../medias/4x3/kz.svg)
}

.flag-icon-kz.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/kz.svg)
}

.flag-icon-la {
    background-image: url(/../medias/4x3/la.svg)
}

.flag-icon-la.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/la.svg)
}

.flag-icon-lb {
    background-image: url(/../medias/4x3/lb.svg)
}

.flag-icon-lb.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/lb.svg)
}

.flag-icon-lc {
    background-image: url(/../medias/4x3/lc.svg)
}

.flag-icon-lc.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/lc.svg)
}

.flag-icon-li {
    background-image: url(/../medias/4x3/li.svg)
}

.flag-icon-li.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/li.svg)
}

.flag-icon-lk {
    background-image: url(/../medias/4x3/lk.svg)
}

.flag-icon-lk.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/lk.svg)
}

.flag-icon-lr {
    background-image: url(/../medias/4x3/lr.svg)
}

.flag-icon-lr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/lr.svg)
}

.flag-icon-ls {
    background-image: url(/../medias/4x3/ls.svg)
}

.flag-icon-ls.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ls.svg)
}

.flag-icon-lt {
    background-image: url(/../medias/4x3/lt.svg)
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/lt.svg)
}

.flag-icon-lu {
    background-image: url(/../medias/4x3/lu.svg)
}

.flag-icon-lu.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/lu.svg)
}

.flag-icon-lv {
    background-image: url(/../medias/4x3/lv.svg)
}

.flag-icon-lv.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/lv.svg)
}

.flag-icon-ly {
    background-image: url(/../medias/4x3/ly.svg)
}

.flag-icon-ly.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ly.svg)
}

.flag-icon-ma {
    background-image: url(/../medias/4x3/ma.svg)
}

.flag-icon-ma.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ma.svg)
}

.flag-icon-mc {
    background-image: url(/../medias/4x3/mc.svg)
}

.flag-icon-mc.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mc.svg)
}

.flag-icon-md {
    background-image: url(/../medias/4x3/md.svg)
}

.flag-icon-md.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/md.svg)
}

.flag-icon-me {
    background-image: url(/../medias/4x3/me.svg)
}

.flag-icon-me.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/me.svg)
}

.flag-icon-mf {
    background-image: url(/../medias/4x3/mf.svg)
}

.flag-icon-mf.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mf.svg)
}

.flag-icon-mg {
    background-image: url(/../medias/4x3/mg.svg)
}

.flag-icon-mg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mg.svg)
}

.flag-icon-mh {
    background-image: url(/../medias/4x3/mh.svg)
}

.flag-icon-mh.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mh.svg)
}

.flag-icon-mk {
    background-image: url(/../medias/4x3/mk.svg)
}

.flag-icon-mk.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mk.svg)
}

.flag-icon-ml {
    background-image: url(/../medias/4x3/ml.svg)
}

.flag-icon-ml.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ml.svg)
}

.flag-icon-mm {
    background-image: url(/../medias/4x3/mm.svg)
}

.flag-icon-mm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mm.svg)
}

.flag-icon-mn {
    background-image: url(/../medias/4x3/mn.svg)
}

.flag-icon-mn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mn.svg)
}

.flag-icon-mo {
    background-image: url(/../medias/4x3/mo.svg)
}

.flag-icon-mo.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mo.svg)
}

.flag-icon-mp {
    background-image: url(/../medias/4x3/mp.svg)
}

.flag-icon-mp.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mp.svg)
}

.flag-icon-mq {
    background-image: url(/../medias/4x3/mq.svg)
}

.flag-icon-mq.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mq.svg)
}

.flag-icon-mr {
    background-image: url(/../medias/4x3/mr.svg)
}

.flag-icon-mr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mr.svg)
}

.flag-icon-ms {
    background-image: url(/../medias/4x3/ms.svg)
}

.flag-icon-ms.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ms.svg)
}

.flag-icon-mt {
    background-image: url(/../medias/4x3/mt.svg)
}

.flag-icon-mt.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mt.svg)
}

.flag-icon-mu {
    background-image: url(/../medias/4x3/mu.svg)
}

.flag-icon-mu.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mu.svg)
}

.flag-icon-mv {
    background-image: url(/../medias/4x3/mv.svg)
}

.flag-icon-mv.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mv.svg)
}

.flag-icon-mw {
    background-image: url(/../medias/4x3/mw.svg)
}

.flag-icon-mw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mw.svg)
}

.flag-icon-mx {
    background-image: url(/../medias/4x3/mx.svg)
}

.flag-icon-mx.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mx.svg)
}

.flag-icon-my {
    background-image: url(/../medias/4x3/my.svg)
}

.flag-icon-my.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/my.svg)
}

.flag-icon-mz {
    background-image: url(/../medias/4x3/mz.svg)
}

.flag-icon-mz.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/mz.svg)
}

.flag-icon-na {
    background-image: url(/../medias/4x3/na.svg)
}

.flag-icon-na.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/na.svg)
}

.flag-icon-nc {
    background-image: url(/../medias/4x3/nc.svg)
}

.flag-icon-nc.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/nc.svg)
}

.flag-icon-ne {
    background-image: url(/../medias/4x3/ne.svg)
}

.flag-icon-ne.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ne.svg)
}

.flag-icon-nf {
    background-image: url(/../medias/4x3/nf.svg)
}

.flag-icon-nf.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/nf.svg)
}

.flag-icon-ng {
    background-image: url(/../medias/4x3/ng.svg)
}

.flag-icon-ng.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ng.svg)
}

.flag-icon-ni {
    background-image: url(/../medias/4x3/ni.svg)
}

.flag-icon-ni.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ni.svg)
}

.flag-icon-nl {
    background-image: url(/../medias/4x3/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/nl.svg)
}

.flag-icon-no {
    background-image: url(/../medias/4x3/no.svg)
}

.flag-icon-no.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/no.svg)
}

.flag-icon-np {
    background-image: url(/../medias/4x3/np.svg)
}

.flag-icon-np.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/np.svg)
}

.flag-icon-nr {
    background-image: url(/../medias/4x3/nr.svg)
}

.flag-icon-nr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/nr.svg)
}

.flag-icon-nu {
    background-image: url(/../medias/4x3/nu.svg)
}

.flag-icon-nu.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/nu.svg)
}

.flag-icon-nz {
    background-image: url(/../medias/4x3/nz.svg)
}

.flag-icon-nz.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/nz.svg)
}

.flag-icon-om {
    background-image: url(/../medias/4x3/om.svg)
}

.flag-icon-om.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/om.svg)
}

.flag-icon-pa {
    background-image: url(/../medias/4x3/pa.svg)
}

.flag-icon-pa.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pa.svg)
}

.flag-icon-pe {
    background-image: url(/../medias/4x3/pe.svg)
}

.flag-icon-pe.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pe.svg)
}

.flag-icon-pf {
    background-image: url(/../medias/4x3/pf.svg)
}

.flag-icon-pf.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pf.svg)
}

.flag-icon-pg {
    background-image: url(/../medias/4x3/pg.svg)
}

.flag-icon-pg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pg.svg)
}

.flag-icon-ph {
    background-image: url(/../medias/4x3/ph.svg)
}

.flag-icon-ph.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ph.svg)
}

.flag-icon-pk {
    background-image: url(/../medias/4x3/pk.svg)
}

.flag-icon-pk.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pk.svg)
}

.flag-icon-pl {
    background-image: url(/../medias/4x3/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pl.svg)
}

.flag-icon-pm {
    background-image: url(/../medias/4x3/pm.svg)
}

.flag-icon-pm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pm.svg)
}

.flag-icon-pn {
    background-image: url(/../medias/4x3/pn.svg)
}

.flag-icon-pn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pn.svg)
}

.flag-icon-pr {
    background-image: url(/../medias/4x3/pr.svg)
}

.flag-icon-pr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pr.svg)
}

.flag-icon-ps {
    background-image: url(/../medias/4x3/ps.svg)
}

.flag-icon-ps.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ps.svg)
}

.flag-icon-pt {
    background-image: url(/../medias/4x3/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pt.svg)
}

.flag-icon-pw {
    background-image: url(/../medias/4x3/pw.svg)
}

.flag-icon-pw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/pw.svg)
}

.flag-icon-py {
    background-image: url(/../medias/4x3/py.svg)
}

.flag-icon-py.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/py.svg)
}

.flag-icon-qa {
    background-image: url(/../medias/4x3/qa.svg)
}

.flag-icon-qa.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/qa.svg)
}

.flag-icon-re {
    background-image: url(/../medias/4x3/re.svg)
}

.flag-icon-re.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/re.svg)
}

.flag-icon-ro {
    background-image: url(/../medias/4x3/ro.svg)
}

.flag-icon-ro.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ro.svg)
}

.flag-icon-rs {
    background-image: url(/../medias/4x3/rs.svg)
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/rs.svg)
}

.flag-icon-ru {
    background-image: url(/../medias/4x3/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ru.svg)
}

.flag-icon-rw {
    background-image: url(/../medias/4x3/rw.svg)
}

.flag-icon-rw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/rw.svg)
}

.flag-icon-sa {
    background-image: url(/../medias/4x3/sa.svg)
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sa.svg)
}

.flag-icon-sb {
    background-image: url(/../medias/4x3/sb.svg)
}

.flag-icon-sb.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sb.svg)
}

.flag-icon-sc {
    background-image: url(/../medias/4x3/sc.svg)
}

.flag-icon-sc.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sc.svg)
}

.flag-icon-sd {
    background-image: url(/../medias/4x3/sd.svg)
}

.flag-icon-sd.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sd.svg)
}

.flag-icon-se {
    background-image: url(/../medias/4x3/se.svg)
}

.flag-icon-se.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/se.svg)
}

.flag-icon-sg {
    background-image: url(/../medias/4x3/sg.svg)
}

.flag-icon-sg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sg.svg)
}

.flag-icon-sh {
    background-image: url(/../medias/4x3/sh.svg)
}

.flag-icon-sh.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sh.svg)
}

.flag-icon-si {
    background-image: url(/../medias/4x3/si.svg)
}

.flag-icon-si.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/si.svg)
}

.flag-icon-sj {
    background-image: url(/../medias/4x3/sj.svg)
}

.flag-icon-sj.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sj.svg)
}

.flag-icon-sk {
    background-image: url(/../medias/4x3/sk.svg)
}

.flag-icon-sk.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sk.svg)
}

.flag-icon-sl {
    background-image: url(/../medias/4x3/sl.svg)
}

.flag-icon-sl.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sl.svg)
}

.flag-icon-sm {
    background-image: url(/../medias/4x3/sm.svg)
}

.flag-icon-sm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sm.svg)
}

.flag-icon-sn {
    background-image: url(/../medias/4x3/sn.svg)
}

.flag-icon-sn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sn.svg)
}

.flag-icon-so {
    background-image: url(/../medias/4x3/so.svg)
}

.flag-icon-so.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/so.svg)
}

.flag-icon-sr {
    background-image: url(/../medias/4x3/sr.svg)
}

.flag-icon-sr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sr.svg)
}

.flag-icon-ss {
    background-image: url(/../medias/4x3/ss.svg)
}

.flag-icon-ss.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ss.svg)
}

.flag-icon-st {
    background-image: url(/../medias/4x3/st.svg)
}

.flag-icon-st.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/st.svg)
}

.flag-icon-sv {
    background-image: url(/../medias/4x3/sv.svg)
}

.flag-icon-sv.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sv.svg)
}

.flag-icon-sx {
    background-image: url(/../medias/4x3/sx.svg)
}

.flag-icon-sx.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sx.svg)
}

.flag-icon-sy {
    background-image: url(/../medias/4x3/sy.svg)
}

.flag-icon-sy.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sy.svg)
}

.flag-icon-sz {
    background-image: url(/../medias/4x3/sz.svg)
}

.flag-icon-sz.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/sz.svg)
}

.flag-icon-tc {
    background-image: url(/../medias/4x3/tc.svg)
}

.flag-icon-tc.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tc.svg)
}

.flag-icon-td {
    background-image: url(/../medias/4x3/td.svg)
}

.flag-icon-td.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/td.svg)
}

.flag-icon-tf {
    background-image: url(/../medias/4x3/tf.svg)
}

.flag-icon-tf.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tf.svg)
}

.flag-icon-tg {
    background-image: url(/../medias/4x3/tg.svg)
}

.flag-icon-tg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tg.svg)
}

.flag-icon-th {
    background-image: url(/../medias/4x3/th.svg)
}

.flag-icon-th.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/th.svg)
}

.flag-icon-tj {
    background-image: url(/../medias/4x3/tj.svg)
}

.flag-icon-tj.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tj.svg)
}

.flag-icon-tk {
    background-image: url(/../medias/4x3/tk.svg)
}

.flag-icon-tk.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tk.svg)
}

.flag-icon-tl {
    background-image: url(/../medias/4x3/tl.svg)
}

.flag-icon-tl.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tl.svg)
}

.flag-icon-tm {
    background-image: url(/../medias/4x3/tm.svg)
}

.flag-icon-tm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tm.svg)
}

.flag-icon-tn {
    background-image: url(/../medias/4x3/tn.svg)
}

.flag-icon-tn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tn.svg)
}

.flag-icon-to {
    background-image: url(/../medias/4x3/to.svg)
}

.flag-icon-to.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/to.svg)
}

.flag-icon-tr {
    background-image: url(/../medias/4x3/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tr.svg)
}

.flag-icon-tt {
    background-image: url(/../medias/4x3/tt.svg)
}

.flag-icon-tt.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tt.svg)
}

.flag-icon-tv {
    background-image: url(/../medias/4x3/tv.svg)
}

.flag-icon-tv.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tv.svg)
}

.flag-icon-tw {
    background-image: url(/../medias/4x3/tw.svg)
}

.flag-icon-tw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tw.svg)
}

.flag-icon-tz {
    background-image: url(/../medias/4x3/tz.svg)
}

.flag-icon-tz.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/tz.svg)
}

.flag-icon-ua {
    background-image: url(/../medias/4x3/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ua.svg)
}

.flag-icon-ug {
    background-image: url(/../medias/4x3/ug.svg)
}

.flag-icon-ug.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ug.svg)
}

.flag-icon-um {
    background-image: url(/../medias/4x3/um.svg)
}

.flag-icon-um.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/um.svg)
}

.flag-icon-us {
    background-image: url(/../medias/4x3/us.svg)
}

.flag-icon-us.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/us.svg)
}

.flag-icon-uy {
    background-image: url(/../medias/4x3/uy.svg)
}

.flag-icon-uy.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/uy.svg)
}

.flag-icon-uz {
    background-image: url(/../medias/4x3/uz.svg)
}

.flag-icon-uz.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/uz.svg)
}

.flag-icon-va {
    background-image: url(/../medias/4x3/va.svg)
}

.flag-icon-va.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/va.svg)
}

.flag-icon-vc {
    background-image: url(/../medias/4x3/vc.svg)
}

.flag-icon-vc.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/vc.svg)
}

.flag-icon-ve {
    background-image: url(/../medias/4x3/ve.svg)
}

.flag-icon-ve.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ve.svg)
}

.flag-icon-vg {
    background-image: url(/../medias/4x3/vg.svg)
}

.flag-icon-vg.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/vg.svg)
}

.flag-icon-vi {
    background-image: url(/../medias/4x3/vi.svg)
}

.flag-icon-vi.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/vi.svg)
}

.flag-icon-vn {
    background-image: url(/../medias/4x3/vn.svg)
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/vn.svg)
}

.flag-icon-vu {
    background-image: url(/../medias/4x3/vu.svg)
}

.flag-icon-vu.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/vu.svg)
}

.flag-icon-wf {
    background-image: url(/../medias/4x3/wf.svg)
}

.flag-icon-wf.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/wf.svg)
}

.flag-icon-ws {
    background-image: url(/../medias/4x3/ws.svg)
}

.flag-icon-ws.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ws.svg)
}

.flag-icon-ye {
    background-image: url(/../medias/4x3/ye.svg)
}

.flag-icon-ye.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/ye.svg)
}

.flag-icon-yt {
    background-image: url(/../medias/4x3/yt.svg)
}

.flag-icon-yt.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/yt.svg)
}

.flag-icon-za {
    background-image: url(/../medias/4x3/za.svg)
}

.flag-icon-za.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/za.svg)
}

.flag-icon-zm {
    background-image: url(/../medias/4x3/zm.svg)
}

.flag-icon-zm.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/zm.svg)
}

.flag-icon-zw {
    background-image: url(/../medias/4x3/zw.svg)
}

.flag-icon-zw.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/zw.svg)
}

.flag-icon-es-ct {
    background-image: url(/../medias/4x3/es-ct.svg)
}

.flag-icon-es-ct.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/es-ct.svg)
}

.flag-icon-eu {
    background-image: url(/../medias/4x3/eu.svg)
}

.flag-icon-eu.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/eu.svg)
}

.flag-icon-gb-eng {
    background-image: url(/../medias/4x3/gb-eng.svg)
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gb-eng.svg)
}

.flag-icon-gb-nir {
    background-image: url(/../medias/4x3/gb-nir.svg)
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gb-nir.svg)
}

.flag-icon-gb-sct {
    background-image: url(/../medias/4x3/gb-sct.svg)
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gb-sct.svg)
}

.flag-icon-gb-wls {
    background-image: url(/../medias/4x3/gb-wls.svg)
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/gb-wls.svg)
}

.flag-icon-un {
    background-image: url(/../medias/4x3/un.svg)
}

.flag-icon-un.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/un.svg)
}

.flag-icon-xk {
    background-image: url(/../medias/4x3/xk.svg)
}

.flag-icon-xk.flag-icon-squared {
    background-image: url(/_ui/dist/assets/images/flags/1x1/xk.svg)
}

.dln-cart-order-item__vat-included {
    font-family: var(--fontNameRoman), Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--ui-06);
    display: block;
    width: 100%;
    margin-top: 5px
}

.dln-delonghi .dln-country-stripe {
    position: fixed;
    z-index: 10
}

.dln-delonghi .dln-errorPage .dln-wrapper--main {
    z-index: 0
}

.dln-delonghi .dln-popup__content .dln-popup__wrapper .dln-addedItem__content .dln-cartItem__btn .dln-btn:last-of-type {
    color: var(--brand-03);
    border: 1px solid var(--brand-01)
}

.dln-popup {
    max-height: unset !important;
    min-height: unset !important
}

@media only screen and (max-width: 599px) {
    .dln-writeReview .dln-popup__head .dln-btnIcon--close {
        transform: translateX(0)
    }
}

@media only screen and (min-width: 599px) {
    .bra-videoBanner.bra-videoBanner--double-video-aside.bra-videoBanner--centered {
        width: calc(50% - 45px);
        margin: 0;
        height: 100%;
        display: inline-flex
    }

    .bra-videoBanner.bra-videoBanner--double-video-aside.bra-videoBanner--centered:first-child {
        margin: 0 30px 0 0
    }
}

/*# sourceMappingURL=global-51e53dedbc900a7fb671-bundle.css.map*/
/* End */


/* Start:/local/templates/.default/assets/css/theme-delonghi.css?17074600463663*/
:root {
    /* Fonts */
    --mainFontRoman: 'DeLonghiSansRegular';
    --mainFontLight: 'DeLonghiSansLight';
    --mainFontMedium: 'DeLonghiSansMedium';
    --mainFontSemibold: 'DeLonghiSansBold';
    --mainFontBold: 'DeLonghiSansBlack';
    --mainFontExtra: 'mplus 1p regular';
    --mainFontIcons: 'fontello-delonghi';

    --fontNameRoman: 'DeLonghiSansRegular';
    --fontNameLight: 'DeLonghiSansLight';
    --fontNameMedium: 'DeLonghiSansMedium';
    --fontNameSemibold: 'DeLonghiSansBold';
    --fontNameBold: 'DeLonghiSansBlack';
    --fontNameExtra: 'mplus 1p regular';
    --fontNameIcons: 'fontello delonghi';

    --fontNameDelonghi: 'DeLonghiSansRegular';

    --fontPath: '/assets/fonts/';

    /* Brand Colors */
    --brand-01: #266bbf;
    --brand-02: #707070;
    --brand-03: #FFF;
    --brand-04: #1a1d1f;
    --brand-05: #052644;
    --brand-06: #000;

    /* UI Colors */
    --ui-01: #e5e5e5;
    --ui-02: #757678;
    --ui-03: #F9F9F9;
    --ui-04: #A5A5A5;
    --ui-05: #F7F7F7;
    --ui-06: #8e8e8e;
    --ui-07: #A5A5A5;
    --ui-08: #efefef;
    --ui-09: #e4e4e4;
    --ui-10: #6b6b6b;

    /* Support Colors */
    --support-01: #FF0000;
    --support-02: #0f8A0F;
    --support-03: #ffc439;
    --support-04: #ff9a16;
    /* --support-01--light: rgba(255, 68, 53, 0.1);
    --support-02--light: rgba(91, 180, 122, 0.1); */
    --support-01--light: #FFECEB;
    --support-02--light: #E8F4E7;

    --headerHeight: 0;
}


@font-face {
    font-family: 'Helvetica Neue Roman';
    src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Roman.eot?#iefix");
    src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Roman.eot?#iefix") format("eot"),
    url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Roman.woff2") format("woff2"),
    url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Roman.woff") format("woff"),
    url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Roman.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Medium.eot?#iefix");
    src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Medium.eot?#iefix") format("eot"),
    url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
    url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Medium.woff") format("woff"),
    url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Bold.eot?#iefix");
    src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Bold.eot?#iefix") format("eot"),
    url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Bold.woff") format("woff"),
    url("/local/templates/.default/assets/css/../fonts/HelveticaNeue-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'mplus 1p regular';
    src: url("/local/templates/.default/assets/css/../fonts/MPLUS1p-Regular.eot?#iefix");
    src: url("/local/templates/.default/assets/css/../fonts/MPLUS1p-Regular.eot?#iefix") format("eot"),
    url("/local/templates/.default/assets/css/../fonts/MPLUS1p-Regular.woff2") format("woff2"),
    url("/local/templates/.default/assets/css/../fonts/MPLUS1p-Regular.woff") format("woff"),
    url("/local/templates/.default/assets/css/../fonts/MPLUS1p-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'fontello delonghi';
    src: url('/local/templates/.default/assets/css/../fonts/fontello-delonghi.eot?53834938');
    src: url('/local/templates/.default/assets/css/../fonts/fontello-delonghi.eot?53834938#iefix') format('embedded-opentype'),
    url('/local/templates/.default/assets/css/../fonts/fontello-delonghi.woff2?53834938') format('woff2'),
    url('/local/templates/.default/assets/css/../fonts/fontello-delonghi.woff?53834938') format('woff'),
    url('/local/templates/.default/assets/css/../fonts/fontello-delonghi.ttf?53834938') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* End */


/* Start:/local/templates/.default/assets/css/delonghi.css?1756978164412292*/
@font-face {
    [class^=del-] {
        font-family: swiper-icons;
        src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
        font-weight: 400;
        font-style: normal
    }
}

[class^=del-] :root {
    --swiper-theme-color: #007aff
}

[class^=del-] .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

[class^=del-] .swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

[class^=del-] .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

[class^=del-] .swiper-container-android .swiper-slide,
[class^=del-] .swiper-wrapper {
    transform: translateZ(0)
}

[class^=del-] .swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

[class^=del-] .swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

[class^=del-] .swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

[class^=del-] .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

[class^=del-] .swiper-slide-invisible-blank {
    visibility: hidden
}

[class^=del-] .swiper-container-autoheight,
[class^=del-] .swiper-container-autoheight .swiper-slide {
    height: auto
}

[class^=del-] .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

[class^=del-] .swiper-container-3d {
    perspective: 1200px
}

[class^=del-] .swiper-container-3d .swiper-cube-shadow,
[class^=del-] .swiper-container-3d .swiper-slide,
[class^=del-] .swiper-container-3d .swiper-slide-shadow-bottom,
[class^=del-] .swiper-container-3d .swiper-slide-shadow-left,
[class^=del-] .swiper-container-3d .swiper-slide-shadow-right,
[class^=del-] .swiper-container-3d .swiper-slide-shadow-top,
[class^=del-] .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

[class^=del-] .swiper-container-3d .swiper-slide-shadow-bottom,
[class^=del-] .swiper-container-3d .swiper-slide-shadow-left,
[class^=del-] .swiper-container-3d .swiper-slide-shadow-right,
[class^=del-] .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

[class^=del-] .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

[class^=del-] .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

[class^=del-] .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

[class^=del-] .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

[class^=del-] .swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

[class^=del-] .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

[class^=del-] .swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

[class^=del-] .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

[class^=del-] .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

[class^=del-] :root {
    --swiper-navigation-size: 44px
}

[class^=del-] .swiper-button-next,
[class^=del-] .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

[class^=del-] .swiper-button-next.swiper-button-disabled,
[class^=del-] .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

[class^=del-] .swiper-button-next:after,
[class^=del-] .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal
}

[class^=del-] .swiper-button-prev,
[class^=del-] .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

[class^=del-] .swiper-button-prev:after,
[class^=del-] .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

[class^=del-] .swiper-button-next,
[class^=del-] .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

[class^=del-] .swiper-button-next:after,
[class^=del-] .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

[class^=del-] .swiper-button-next.swiper-button-white,
[class^=del-] .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

[class^=del-] .swiper-button-next.swiper-button-black,
[class^=del-] .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

:root.isIE [class^=del-] .swiper-button-next,
 :root.isIE [class^=del-] .swiper-button-prev {
    background-color: transparent !important;
    background-size: 100% !important;
    border: 0
}

:root.isIE [class^=del-] .swiper-button-prev {
    background-image: url(/local/templates/.default/assets/css/../medias/oval left.svg) !important
}

:root.isIE [class^=del-] .swiper-button-next {
    background-image: url(/local/templates/.default/assets/css/../medias/oval right.svg) !important
}

[class^=del-] .swiper-button-lock {
    display: none
}

[class^=del-] .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

[class^=del-] .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

[class^=del-] .swiper-container-horizontal>.swiper-pagination-bullets,
[class^=del-] .swiper-pagination-custom,
[class^=del-] .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

[class^=del-] .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

[class^=del-] .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

[class^=del-] .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
[class^=del-] .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

[class^=del-] .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

[class^=del-] .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

[class^=del-] .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

[class^=del-] .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

[class^=del-] .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

[class^=del-] button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[class^=del-] .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

[class^=del-] .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

[class^=del-] .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

[class^=del-] .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

[class^=del-] .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

[class^=del-] .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

[class^=del-] .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

[class^=del-] .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

[class^=del-] .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

[class^=del-] .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

[class^=del-] .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

[class^=del-] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

[class^=del-] .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

[class^=del-] .swiper-container-horizontal>.swiper-pagination-progressbar,
[class^=del-] .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

[class^=del-] .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
[class^=del-] .swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

[class^=del-] .swiper-pagination-white {
    --swiper-pagination-color: #fff
}

[class^=del-] .swiper-pagination-black {
    --swiper-pagination-color: #000
}

[class^=del-] .swiper-pagination-lock {
    display: none
}

[class^=del-] .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

[class^=del-] .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

[class^=del-] .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

[class^=del-] .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

[class^=del-] .swiper-scrollbar-cursor-drag {
    cursor: move
}

[class^=del-] .swiper-scrollbar-lock {
    display: none
}

[class^=del-] .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

[class^=del-] .swiper-zoom-container>canvas,
[class^=del-] .swiper-zoom-container>img,
[class^=del-] .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

[class^=del-] .swiper-slide-zoomed {
    cursor: move
}

[class^=del-] .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

[class^=del-] .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

[class^=del-] .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

[class^=del-] .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

[class^=del-] .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

[class^=del-] .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

[class^=del-] .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

[class^=del-] .swiper-container-fade .swiper-slide-active,
[class^=del-] .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

[class^=del-] .swiper-container-cube {
    overflow: visible
}

[class^=del-] .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

[class^=del-] .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

[class^=del-] .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

[class^=del-] .swiper-container-cube .swiper-slide-active,
[class^=del-] .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

[class^=del-] .swiper-container-cube .swiper-slide-active,
[class^=del-] .swiper-container-cube .swiper-slide-next,
[class^=del-] .swiper-container-cube .swiper-slide-next+.swiper-slide,
[class^=del-] .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

[class^=del-] .swiper-container-cube .swiper-slide-shadow-bottom,
[class^=del-] .swiper-container-cube .swiper-slide-shadow-left,
[class^=del-] .swiper-container-cube .swiper-slide-shadow-right,
[class^=del-] .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[class^=del-] .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

[class^=del-] .swiper-container-flip {
    overflow: visible
}

[class^=del-] .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

[class^=del-] .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

[class^=del-] .swiper-container-flip .swiper-slide-active,
[class^=del-] .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

[class^=del-] .swiper-container-flip .swiper-slide-shadow-bottom,
[class^=del-] .swiper-container-flip .swiper-slide-shadow-left,
[class^=del-] .swiper-container-flip .swiper-slide-shadow-right,
[class^=del-] .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

html {
    font-size: 16px
}

[class^=del-] {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400
}

[class^=del-],
[class^=del-] *,
[class^=del-] :after,
[class^=del-] :before {
    box-sizing: border-box
}

.del-wrapper--full-width {
    max-width: 1920px !important;
    margin: 0 auto
}

@media (max-width: 1930px) {
    /*    .del-wrapper--full-width {
        padding: 0 10px
    }*/
}

.swiper-container i:before {
    font-family: 'icomoon' !important;
}

body:not(.dln-delonghi) {
    padding-top: 112px;
}

.del-wrapper--full-grid {
    max-width: 1280px !important;
    margin: 0 auto;
}

.del-header--bordered .del-wrapper--full-grid {
    padding: 10px 60px 20px !important;
}

.del-wrapper--full-grid .js-del-headerStripeWrapper {
    margin: 0 auto;
}

.del-wrapper--full-grid .del-stripe__link:first-child {
    padding-left: 0;
}

@media (max-width: 1410px) {
    .del-wrapper--full-grid {
        padding: 0 10px
    }
}

.del-wrapper--big-grid {
    max-width: 1156px !important;
    margin: 0 auto
}

@media (max-width: 1166px) {
    .del-wrapper--big-grid {
        padding: 0 10px
    }
}

.del-layout-pagewrapper {
    max-width: 1920px;
    margin: 61px auto 0
}

@media (min-width: 1024px) {
    .del-layout-pagewrapper {
        margin-top: 95px
    }
    .del-layout-pagewrapper.noGapHeader {
        margin-top: 0
    }
}

.del-bg-color--none {
    background-color: transparent !important
}

.del-bg-color--white {
    background-color: #fff !important
}

.del-bg-color--white-smoke {
    background-color: #f7f7f7 !important
}

.del-bg-color--light-grey {
    background-color: #efefef !important
}

.del-bg-color--text {
    background-color: #1a1d1f !important
}

.del-bg-color--blue-del {
    background-color: #052644 !important
}

.del-bg-color--black {
    background-color: #131518 !important
}

.del-swiper-bullet-pagination {
    display: flex;
    justify-content: center;
    align-items: center
}

.del-swiper-bullet-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #757678;
    margin: 0 9px
}

.del-swiper-bullet-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #1a1d1f
}

.lazy-picture {
    opacity: 1;
    transition: opacity .3s ease-in-out
}

.lazy-picture.js-lazy-picture {
    opacity: 0
}

.del-video--mobile {
    display: block !important
}

@media (min-width: 768px) {
    .del-video--mobile {
        display: none !important
    }
}

.del-video--desktop {
    display: none !important
}

@media (min-width: 768px) {
    .del-video--desktop {
        display: block !important
    }
}

.dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center
}

.dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo,
.dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo {
    top: 14px;
    padding: 0 20px
}

.dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo {
    top: 24px
}

@media screen and (min-width: 768px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo {
        top: 56px
    }
}

.dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo__image {
    width: auto;
    height: 24px
}

@media screen and (min-width: 768px) {
    .dln-braun .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo__image,
    .dln-delonghi .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo__image {
        height: 35px
    }
}

@media screen and (min-width: 1440px) {
    .dln-kenwood .dln-popup .dln-popup__content .dln-popup__wrapper .dln-search .dln-popup__brandLogo__image {
        height: 27px
    }
}

.del-icon {
    display: inline-block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.del-icon.icon-account {
    background-image: url(/local/templates/.default/assets/css/../medias/account.svg)
}

.del-icon.icon-logout {
    background-image: url(/local/templates/.default/assets/css/../medias/logout.svg)
}

.del-icon.icon-cart {
    background-image: url(/local/templates/.default/assets/css/../medias/cart.svg)
}

.del-icon.icon-menu {
    background-image: url(/local/templates/.default/assets/css/../medias/menu.svg)
}

.del-icon.icon-menu-close {
    background-image: url(/local/templates/.default/assets/css/../medias/menu-close.svg)
}

.del-icon.icon-menu-close-w {
    background-image: url(/local/templates/.default/assets/css/../medias/menu-close-w.svg)
}

.del-icon.icon-menu-close-grey {
    background-image: url(/local/templates/.default/assets/css/../medias/menu-close-grey.svg)
}

.del-icon.icon-register-product {
    background-image: url(/local/templates/.default/assets/css/../medias/register-product.svg)
}

.del-icon.icon-search {
    background-image: url(/local/templates/.default/assets/css/../medias/search.svg)
}

.del-icon.icon-wishlist {
    background-image: url(/local/templates/.default/assets/css/../medias/wishlist.svg)
}

.del-icon.icon-wishlist-active {
    background-image: url(/local/templates/.default/assets/css/../medias/wishlist-active.svg)
}

.del-icon.icon-guarantee {
    background-image: url(/local/templates/.default/assets/css/../medias/guarantee.svg)
}

.del-icon.icon-returns {
    background-image: url(/local/templates/.default/assets/css/../medias/returns.svg)
}

.del-icon.icon-secure {
    background-image: url(/local/templates/.default/assets/css/../medias/secure.svg)
}

.del-icon.icon-shipping {
    background-image: url(/local/templates/.default/assets/css/../medias/shipping.svg)
}

.del-icon.icon-filter {
    background-image: url(/local/templates/.default/assets/css/../medias/filter.svg)
}

.del-icon.icon-toggle-off {
    background-image: url(/local/templates/.default/assets/css/../medias/toggle-off.svg)
}

.del-icon.icon-toggle-on {
    background-image: url(/local/templates/.default/assets/css/../medias/toggle-on.svg)
}

.del-icon.icon-view-big {
    background-image: url(/local/templates/.default/assets/css/../medias/view-big.svg)
}

.del-icon.icon-view-small {
    background-image: url(/local/templates/.default/assets/css/../medias/view-small.svg)
}

.del-icon.icon-star-empty {
    background-image: url(/local/templates/.default/assets/css/../medias/star-empty.svg)
}

.del-icon.icon-star-full {
    background-image: url(/local/templates/.default/assets/css/../medias/star-full.svg)
}

.del-icon.icon-star-half {
    background-image: url(/local/templates/.default/assets/css/../medias/star-half.svg)
}

.del-icon.icon-A {
    background-image: url(/local/templates/.default/assets/css/../medias/A.svg)
}

.del-icon.icon-Aplus {
    background-image: url(/local/templates/.default/assets/css/../medias/A+.svg)
}

.del-icon.icon-A2plus {
    background-image: url(/local/templates/.default/assets/css/../medias/A++.svg)
}

.del-icon.icon-A3plus {
    background-image: url(/local/templates/.default/assets/css/../medias/A+++.svg)
}

.del-icon.icon-B {
    background-image: url(/local/templates/.default/assets/css/../medias/B.svg)
}

.del-icon.icon-C {
    background-image: url(/local/templates/.default/assets/css/../medias/C.svg)
}

.del-icon.icon-D {
    background-image: url(/local/templates/.default/assets/css/../medias/D.svg)
}

.del-icon.icon-calendar {
    background-image: url(/local/templates/.default/assets/css/../medias/calendar.svg)
}

.del-icon.icon-email {
    background-image: url(/local/templates/.default/assets/css/../medias/email.svg)
}

.del-icon.icon-ko {
    background-image: url(/local/templates/.default/assets/css/../medias/ko.svg)
}

.del-icon.icon-live-chat {
    background-image: url(/local/templates/.default/assets/css/../medias/live-chat.svg)
}

.del-icon.icon-ok {
    background-image: url(/local/templates/.default/assets/css/../medias/ok.svg)
}

.del-icon.icon-ok-black {
    background-image: url(/local/templates/.default/assets/css/../medias/ok-black.svg)
}

.del-icon.icon-ok-blue {
    background-image: url(/local/templates/.default/assets/css/../medias/ok-blue.svg)
}

.del-icon.icon-plus {
    background-image: url(/local/templates/.default/assets/css/../medias/plus.svg)
}

.del-icon.icon-plus-circled-w {
    background-image: url(/local/templates/.default/assets/css/../medias/plus-circled-w.svg)
}

.del-icon.icon-plus-circled-full-w {
    background-image: url(/local/templates/.default/assets/css/../medias/plus-circled-full-w.svg)
}

.del-icon.icon-minus {
    background-image: url(/local/templates/.default/assets/css/../medias/minus.svg)
}

.del-icon.icon-position {
    background-image: url(/local/templates/.default/assets/css/../medias/position.svg)
}

.del-icon.icon-pwd-no-visible {
    background-image: url(/local/templates/.default/assets/css/../medias/pwd-no-visible.svg)
}

.del-icon.icon-pwd-visible {
    background-image: url(/local/templates/.default/assets/css/../medias/pwd-visible.svg)
}

.del-icon.icon-select-up {
    background-image: url(/local/templates/.default/assets/css/../medias/select-up.svg)
}

.del-icon.icon-select-up-w {
    background-image: url(/local/templates/.default/assets/css/../medias/select-up-w.svg)
}

.del-icon.icon-select-up-grey {
    background-image: url(/local/templates/.default/assets/css/../medias/select-up-grey.svg)
}

.del-icon.icon-select-right-w {
    background-image: url(/local/templates/.default/assets/css/../medias/select-right-w.svg)
}

.del-icon.icon-select-down {
    background-image: url(/local/templates/.default/assets/css/../medias/select-down.svg)
}

.del-icon.icon-size {
    background-image: url(/local/templates/.default/assets/css/../medias/size.svg)
}

.del-icon.icon-assistance {
    background-image: url(/local/templates/.default/assets/css/../medias/assistance.svg)
}

.del-icon.icon-assistance-grey {
    background-image: url(/local/templates/.default/assets/css/../medias/assistance-grey.svg)
}

.del-icon.icon-faq {
    background-image: url(/local/templates/.default/assets/css/../medias/faq.svg)
}

.del-icon.icon-faq-grey {
    background-image: url(/local/templates/.default/assets/css/../medias/faq-grey.svg)
}

.del-icon.icon-help {
    background-image: url(/local/templates/.default/assets/css/../medias/help.svg)
}

.del-icon.icon-help-grey {
    background-image: url(/local/templates/.default/assets/css/../medias/help-grey.svg)
}

.del-icon.icon-manuals {
    background-image: url(/local/templates/.default/assets/css/../medias/manuals.svg)
}

.del-icon.icon-manuals-grey {
    background-image: url(/local/templates/.default/assets/css/../medias/manuals-grey.svg)
}

.del-icon.icon-facebook {
    background-image: url(/local/templates/.default/assets/css/../medias/facebook.svg)
}

.del-icon.icon-instagram {
    background-image: url(/local/templates/.default/assets/css/../medias/instagram.svg)
}

.del-icon.icon-twitter {
    background-image: url(/local/templates/.default/assets/css/../medias/twitter.svg)
}

.del-icon.icon-youtube {
    background-image: url(/local/templates/.default/assets/css/../medias/youtube.svg)
}

.del-icon.icon-googleplay {
    background-image: url(/local/templates/.default/assets/css/../medias/googleplay.svg)
}

.del-icon.icon-appstore {
    background-image: url(/local/templates/.default/assets/css/../medias/appstore.svg)
}

.del-icon.icon-arrow-left {
    background-image: url(/local/templates/.default/assets/css/../medias/arrow-left.svg)
}

.del-icon.icon-delonghi {
    background-image: url(/local/templates/.default/assets/css/../medias/logo-delonghi.png)
}

.del-icon.icon-oval-left-w {
    background-image: url(/local/templates/.default/assets/css/../medias/icon-oval-left-w.svg)
}

.del-icon.icon-oval-right-w {
    background-image: url(/local/templates/.default/assets/css/../medias/icon-oval-right-w.svg)
}

.del-icon.icon-download-pdf {
    background-image: url(/local/templates/.default/assets/css/../medias/download-pdf.svg)
}

.del-icon.icon-chevron-left-grey {
    background-image: url(/local/templates/.default/assets/css/../medias/chevron-left-grey.svg)
}

.del-icon.icon-chevron-right-grey {
    background-image: url(/local/templates/.default/assets/css/../medias/chevron-right-grey.svg)
}

.del-button,
.del-product-moodboard__product-wrapper__cta,
.del-textgroup__cta {
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: transparent
}

.del-button:disabled,
.del-product-moodboard__product-wrapper__cta:disabled,
.del-textgroup__cta:disabled {
    opacity: .5;
    cursor: not-allowed
}

.del-button--primary-black,
.del-textgroup__cta--countdown,
.del-textgroup__cta--primary {
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    background-color: #1a1d1f
}

.del-button--primary-black:not(:disabled):hover,
.del-textgroup__cta--countdown:not(:disabled):hover,
.del-textgroup__cta--primary:not(:disabled):hover {
    opacity: .8
}

.del-button--primary-blue {
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    background-color: #266bbf
}

.del-button--primary-blue:not(:disabled):hover {
    opacity: .8
}

.del-button--primary-white,
.del-textgroup__cta--countdown--light,
.del-textgroup__cta--countdown--light-mobile,
.del-textgroup__cta--primary--light,
.del-textgroup__cta--primary--light-mobile {
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #1a1d1f;
    background-color: #fff
}

.del-button--primary-white:not(:disabled):hover,
.del-textgroup__cta--countdown--light-mobile:not(:disabled):hover,
.del-textgroup__cta--countdown--light:not(:disabled):hover,
.del-textgroup__cta--primary--light-mobile:not(:disabled):hover,
.del-textgroup__cta--primary--light:not(:disabled):hover {
    opacity: .8
}

.del-button--secondary,
.del-textgroup__cta--secondary,
.del-textgroup__cta--secondary--light,
.del-textgroup__cta--secondary--light-desktop,
.del-textgroup__cta--secondary--light-mobile {
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #1a1d1f;
    background-color: transparent;
    border: 1px solid #1a1d1f
}

.del-button--secondary:not(:disabled):hover,
.del-textgroup__cta--secondary--light-desktop:not(:disabled):hover,
.del-textgroup__cta--secondary--light-mobile:not(:disabled):hover,
.del-textgroup__cta--secondary--light:not(:disabled):hover,
.del-textgroup__cta--secondary:not(:disabled):hover {
    opacity: .8;
    color: #fff;
    background-color: #1a1d1f
}

.del-button--secondary-white,
.del-textgroup__cta--secondary--light,
.del-textgroup__cta--secondary--light-mobile {
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.del-button--secondary-white:not(:disabled):hover,
.del-textgroup__cta--secondary--light-mobile:not(:disabled):hover,
.del-textgroup__cta--secondary--light:not(:disabled):hover {
    opacity: .8;
    color: #1a1d1f;
    background-color: #fff
}

.del-button--big,
.del-textgroup__cta--countdown,
.del-textgroup__cta--countdown--light,
.del-textgroup__cta--countdown--light-desktop,
.del-textgroup__cta--countdown--light-mobile,
.del-textgroup__cta--primary,
.del-textgroup__cta--primary--light,
.del-textgroup__cta--primary--light-desktop,
.del-textgroup__cta--primary--light-mobile,
.del-textgroup__cta--secondary,
.del-textgroup__cta--secondary--light,
.del-textgroup__cta--secondary--light-desktop,
.del-textgroup__cta--secondary--light-mobile {
    padding: 12px 22px;
    letter-spacing: 1px;
    font-size: .9rem;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700
}

@media (min-width: 768px) {
    .del-button--big,
    .del-textgroup__cta--countdown,
    .del-textgroup__cta--countdown--light,
    .del-textgroup__cta--countdown--light-desktop,
    .del-textgroup__cta--countdown--light-mobile,
    .del-textgroup__cta--primary,
    .del-textgroup__cta--primary--light,
    .del-textgroup__cta--primary--light-desktop,
    .del-textgroup__cta--primary--light-mobile,
    .del-textgroup__cta--secondary,
    .del-textgroup__cta--secondary--light,
    .del-textgroup__cta--secondary--light-desktop,
    .del-textgroup__cta--secondary--light-mobile {
        padding: 16px 24px;
        font-size: 1.0125rem
    }
}

.del-button--mid {
    padding: 10px 22px;
    letter-spacing: 1px;
    font-size: .84375rem;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700
}

@media (min-width: 768px) {
    .del-button--mid {
        padding: 12px 24px;
        letter-spacing: 1px;
        font-size: .9rem
    }
}

.del-button--small {
    padding: 8px 22px;
    letter-spacing: 1px;
    font-size: .7875rem;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700
}

@media (min-width: 768px) {
    .del-button--small {
        padding: 7px 24px
    }
}

.del-button--arrow-right,
.del-textgroup__cta--small,
.del-textgroup__cta--small--light,
.del-textgroup__cta--small--light-desktop,
.del-textgroup__cta--small--light-mobile {
    color: #1a1d1f;
    text-align: center;
    cursor: pointer;
    opacity: 1
}

.del-button--arrow-right:not(:disabled):hover,
.del-textgroup__cta--small--light-desktop:not(:disabled):hover,
.del-textgroup__cta--small--light-mobile:not(:disabled):hover,
.del-textgroup__cta--small--light:not(:disabled):hover,
.del-textgroup__cta--small:not(:disabled):hover {
    opacity: .8
}

.del-button--arrow-right:after,
.del-textgroup__cta--small--light-desktop:after,
.del-textgroup__cta--small--light-mobile:after,
.del-textgroup__cta--small--light:after,
.del-textgroup__cta--small:after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(/local/templates/.default/assets/css/../medias/right-black.svg);
    transition: all .3s ease-in-out
}

.del-button--arrow-right--light,
.del-textgroup__cta--small--light,
.del-textgroup__cta--small--light-mobile {
    color: #fff;
    text-align: center;
    cursor: pointer;
    opacity: 1
}

.del-button--arrow-right--light:not(:disabled):hover,
.del-textgroup__cta--small--light-mobile:not(:disabled):hover,
.del-textgroup__cta--small--light:not(:disabled):hover {
    opacity: .8
}

.del-button--arrow-right--light:after,
.del-textgroup__cta--small--light-mobile:after,
.del-textgroup__cta--small--light:after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(/local/templates/.default/assets/css/../medias/right-white.svg);
    transition: all .3s ease-in-out
}

.gigya-layout-row {
    display: flex;
    justify-content: space-between;
}

.gigya-layout-row .gigya-composite-control {
    width: 47%;
}

.gigya-composite-control {
    width: 100%;
    margin-top: 40px;
}

.gigya-composite-control input {
    border: 1px solid #1a1d1f !important;
}

#js-r-entry-del-minicart:hover>div>div {
    display: block !important;
}

.del-button--arrow-right-big:not(:disabled):hover:after,
.del-textgroup__cta--small--light-desktop:not(:disabled):hover:after,
.del-textgroup__cta--small--light-mobile:not(:disabled):hover:after,
.del-textgroup__cta--small--light:not(:disabled):hover:after,
.del-textgroup__cta--small:not(:disabled):hover:after {
    left: 4px
}

.del-button--arrow-right-big:after,
.del-textgroup__cta--small--light-desktop:after,
.del-textgroup__cta--small--light-mobile:after,
.del-textgroup__cta--small--light:after,
.del-textgroup__cta--small:after {
    height: 18px;
    width: 18px;
    top: 5px;
    left: 1px
}

.del-button--arrow-left,
.del-product-moodboard__product-wrapper__cta,
.del-textgroup__cta--medium,
.del-textgroup__cta--medium--light,
.del-textgroup__cta--medium--light-desktop,
.del-textgroup__cta--medium--light-mobile {
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #1a1d1f
}

.del-button--arrow-left:not(:disabled):hover,
.del-product-moodboard__product-wrapper__cta:not(:disabled):hover,
.del-textgroup__cta--medium--light-desktop:not(:disabled):hover,
.del-textgroup__cta--medium--light-mobile:not(:disabled):hover,
.del-textgroup__cta--medium--light:not(:disabled):hover,
.del-textgroup__cta--medium:not(:disabled):hover {
    opacity: .8
}

.del-button--arrow-left--light,
.del-textgroup__cta--medium--light,
.del-textgroup__cta--medium--light-mobile {
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #fff
}

.del-button--arrow-left--light:not(:disabled):hover,
.del-textgroup__cta--medium--light-mobile:not(:disabled):hover,
.del-textgroup__cta--medium--light:not(:disabled):hover {
    opacity: .8
}

.del-button--arrow-left--light:before,
.del-textgroup__cta--medium--light-mobile:before,
.del-textgroup__cta--medium--light:before {
    content: "";
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(/local/templates/.default/assets/css/../medias/right-black.svg);
    transition: all .2s ease-in-out
}

.del-button--arrow-big,
.del-textgroup__cta--medium,
.del-textgroup__cta--medium--light,
.del-textgroup__cta--medium--light-desktop,
.del-textgroup__cta--medium--light-mobile,
.del-textgroup__cta--small,
.del-textgroup__cta--small--light,
.del-textgroup__cta--small--light-desktop,
.del-textgroup__cta--small--light-mobile {
    height: 28px;
    line-height: 28px;
    font-size: 1.0125rem;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700
}

.del-button--arrow-left-big:not(:disabled):hover:before,
.del-product-moodboard__product-wrapper__cta:not(:disabled):hover:before,
.del-textgroup__cta--medium--light-desktop:not(:disabled):hover:before,
.del-textgroup__cta--medium--light-mobile:not(:disabled):hover:before,
.del-textgroup__cta--medium--light:not(:disabled):hover:before,
.del-textgroup__cta--medium:not(:disabled):hover:before {
    margin-right: 8px;
    left: 4px
}

.del-button--arrow-mid {
    height: 26px;
    line-height: 26px;
    font-size: .9rem
}

.del-button--arrow-mid,
.del-button--arrow-small {
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700
}

.del-button--arrow-small {
    height: 20px;
    line-height: 20px;
    font-size: .7875rem
}

.del-button--line {
    color: #1a1d1f;
    border-bottom: 1px solid #1a1d1f;
    text-align: center;
    cursor: pointer;
    padding: 0 1px
}

.del-button--line:not(:disabled):hover {
    color: #266bbf;
    border-bottom: 2px solid #266bbf
}

.del-button--line-big {
    height: 28px;
    line-height: 28px;
    font-size: 1.0125rem
}

.del-button--line-big,
.del-button--line-mid {
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700
}

.del-button--line-mid {
    height: 26px;
    line-height: 26px;
    font-size: .9rem
}

.del-button--line-small {
    height: 20px;
    line-height: 20px;
    font-size: .7875rem;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700
}

.del-button--link {
    color: #1a1d1f;
    border-bottom: 1px solid #1a1d1f;
    padding-bottom: 1px;
    font-size: .84375rem;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400
}

.del-button--link:not(:disabled):hover {
    border-bottom: 1px solid #484a4c
}

.del-spinner {
    height: 32px;
    width: 32px;
    border: 3px solid #e5e5e5;
    border-top-color: #266bbf;
    border-radius: 50%;
    animation: spinner 1.4s linear infinite
}

.del-text-h1 {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 2.08125rem;
    line-height: 105%;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .del-text-h1 {
        font-size: 2.8125rem
    }
}

.del-text-h2 {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.575rem;
    line-height: 105%;
    letter-spacing: -.01em
}

@media (min-width: 768px) {
    .del-text-h2 {
        font-size: 2.08125rem
    }
}

.del-text-h3 {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 110%
}

@media (min-width: 768px) {
    .del-text-h3 {
        font-size: 1.575rem
    }
}

.del-text-h4 {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    line-height: 110%
}

@media (min-width: 768px) {
    .del-text-h4 {
        font-size: 1.18125rem
    }
}

.del-text-h5 {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 120%
}

@media (min-width: 768px) {
    .del-text-h5 {
        font-size: 1.0125rem
    }
}

.del-text-h6 {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .73125rem;
    line-height: 130%
}

.del-text-p1 {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    line-height: 140%
}

@media (min-width: 768px) {
    .del-text-p1 {
        font-size: 1.18125rem
    }
}

.del-text-p2 {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 140%
}

@media (min-width: 768px) {
    .del-text-p2 {
        font-size: 1.0125rem
    }
}

.del-text-p3 {
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 300;
    font-size: .84375rem;
    line-height: 140%
}

.--primary .del-product-moodboard__product-wrapper__cta,
.--primary .del-product-moodboard__product-wrapper__price {
    font-size: 26px;
    list-height: 28px;
}

section.del-product-moodboard__wrapper__item__secondary-section {
    width: 100%;
}

.--full-super .del-product-moodboard__product-wrapper__cta,
.--full-super .del-product-moodboard__product-wrapper__price {
    font-size: 40px;
    line-height: 44px;
}

@media (max-width: 768px) {
    .--full-super .del-product-moodboard__product-wrapper__cta,
    .--full-super .del-product-moodboard__product-wrapper__price,
    .--primary .del-product-moodboard__product-wrapper__cta,
    .--primary .del-product-moodboard__product-wrapper__price {
        font-size: 16px;
        line-height: 18px;
    }
    .del-product-moodboard__product-wrapper__cta,
    .del-text-p3 {
        font-size: 16px !important;
        line-height: 18px !important;
    }
}

@media (min-width: 768px) {
    .del-text-p3 {
        font-size: 20px
    }
}

.del-text-p4 {
    font-size: .7875rem
}

.del-text-p4,
.del-text-p5 {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    line-height: 140%
}

.del-text-p5 {
    font-size: .73125rem
}

.del-input-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    height: 20px;
    width: 20px;
    border: 1px solid #131518;
    border-radius: 3px;
    cursor: pointer;
    transition: all .15s ease 0s
}

.del-input-checkbox:after {
    content: "";
    position: absolute;
    opacity: 0;
    background-image: url(/local/templates/.default/assets/css/../medias/ok-black.svg);
    background-size: 17px 17px;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.del-input-checkbox:checked:after {
    opacity: 1
}

.del-input-checkbox[disabled] {
    cursor: not-allowed;
    background-color: #e5e5e5
}

.del-picture {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

@media (-ms-high-contrast: none) {
    .del-picture {
        position: relative;
        height: auto
    }
}

.del-picture__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

@media (-ms-high-contrast: none) {
    .del-picture__image {
        position: relative;
        min-width: 100%;
        min-height: 100%;
        max-height: none;
        width: 100%;
        height: auto;
        -ms-grid-row-align: center;
        align-self: center;
        flex-shrink: 0
    }
}

.del-temporary-footer,
.del-temporary-header {
    height: 50px;
    width: 100%;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center
}

.del-plp-page-wrapper {
    max-width: 1400px;
    margin: 0 auto
}

.del-plp-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%
}

.del-product-box {
    width: 100%;
    border: 1px solid transparent
}

.del-product-box,
.del-product-box__bottom-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.del-product-box__bottom-wrapper {
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #fff
}

@media (min-width: 1024px) {
    .del-product-box__bottom-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        transform: translateY(100%);
        width: calc(100% + 2px);
        margin: 0 -1px;
        padding: 0 15px 15px;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        box-shadow: 2px 2px 4px 0 #efefef;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease 0s
    }
}

.del-product-box__image-wrapper {
    position: relative;
    display: flex;
    justify-content: center
}

.del-product-box__image-wrapper img {
    display: block;
    height: auto;
    width: auto;
    max-height: 300px;
    max-width: 100%
}

.del-product-box__image-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .05)
}

.del-product-box__image {
    width: 100%
}

.del-product-box__wishlist-icon {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: all .3s ease 0s
}

.del-product-box__wishlist-icon.icon-wishlist {
    opacity: .7;
    background-color: transparent;
    border-radius: 100%
}

.del-product-box__wishlist-icon.icon-wishlist:hover {
    opacity: 1;
    background-color: hsla(0, 0%, 100%, .75);
    transform: scale(1.15)
}

.del-product-box__wishlist-icon.icon-wishlist-active:hover {
    opacity: .7
}

.del-product-box__description-wrapper {
    display: flex;
    padding: 25px 0 20px
}

.del-product-box__left-section,
.del-product-box__right-section {
    width: 50%;
    position: relative
}

.del-product-box__left-section {
    padding-right: 5px
}

.del-product-box__product-state,
.del-product-box__product-stock {
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    font-size: .73125rem
}

.del-product-box__product-state {
    font-family: DeLonghiSansBoldItalic, Noto Sans, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #266bbf;
    left: 0
}

.del-product-box__product-stock {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #757678;
    right: 0
}

.del-product-box__info-wrapper {
    min-height: 70px;
    display: flex;
    flex-direction: column
}

.del-product-box__title {
    font-size: 1.125rem;
    line-height: 115%;
    color: #1a1d1f
}

.del-product-box__code,
.del-product-box__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    padding-bottom: 5px
}

.del-product-box__code {
    font-size: .9rem;
    text-transform: uppercase;
    color: #757678
}

.del-product-box__review {
    display: flex;
    align-items: center
}

.del-product-box__review-icon,
.del-product-box__review i {
    width: 14px;
    height: 14px
}

.del-product-box__review-number {
    color: #757678;
    padding: 0 5px
}

.del-product-box__right-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

.del-product-box__price-wrapper {
    width: 100%;
    text-align: right
}

.del-product-box__price {
    font-size: .9rem;
    padding-bottom: 5px;
    text-align: right
}

@media (min-width: 768px) {
    .del-product-box__price {
        font-size: 1.0125rem
    }
}

.del-product-box__initial-price {
    height: 18px;
    font-size: .7875rem;
    color: #757678;
    text-decoration: line-through;
    text-align: right
}

@media (min-width: 768px) {
    .del-product-box__initial-price {
        font-size: .9rem
    }
}

.del-product-box__vat-label {
    font-size: .6875rem;
    letter-spacing: -.12px
}

@media (min-width: 768px) {
    .del-product-box__vat-label {
        font-size: .75rem;
        letter-spacing: normal
    }
}

.del-product-box__compare {
    display: flex;
    align-items: center
}

.del-product-box__compare-label {
    padding: 0 5px;
    color: #757678
}

.del-product-box__variants {
    padding-bottom: 10px;
    height: 35px;
    position: relative
}

.del-product-box__variants-number-top {
    display: none
}

.del-product-box__variants-number-bottom {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease 0s
}

@media (min-width: 1024px) {
    .del-product-box__variants-number-bottom {
        opacity: 1;
        visibility: visible
    }
}

.del-product-box__variant-wrapper {
    display: inline-block;
    text-decoration: none;
    line-height: 100%;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: all .3s ease 0s
}

.del-product-box__variant-wrapper:hover {
    text-decoration: none;
    border-bottom: 2px solid #131518
}

@media (min-width: 1024px) {
    .del-product-box__variant-wrapper {
        opacity: 0;
        visibility: hidden
    }
}

.del-product-box__variant-image {
    width: 30px
}

.del-product-box__divider {
    height: 1px;
    background-color: #e5e5e5;
    transition: all .3s ease 0s
}

@media (min-width: 1024px) {
    .del-product-box__divider {
        opacity: 0
    }
}

.del-product-box__key-features {
    list-style-position: outside;
    padding: 20px 15px 20px 30px
}

@media (min-width: 1024px) {
    .del-product-box__key-features {
        padding: 0 15px 20px 20px
    }
}

.del-product-box__key-feature {
    padding: 5px 0;
    font-size: 1.0125rem;
    line-height: 115%
}

@media (min-width: 1024px) {
    .del-product-box__key-feature {
        font-size: .84375rem
    }
}

.del-product-box__cta-wrapper {
    display: flex;
    flex-direction: column
}

.del-product-box__cta-wrapper--brochureware {
    flex-direction: column
}

.del-product-box__cta-add-to-cart,
.del-product-box__cta-learn-more,
.del-product-box__cta-where-to-try {
    margin: 10px 0
}

@media (min-width: 1024px) {
    .del-product-box__cta-add-to-cart,
    .del-product-box__cta-learn-more,
    .del-product-box__cta-where-to-try {
        flex-grow: 1;
        margin: 5px
    }
}

.del-product-box__cta-where-to-try {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    padding: 10px 22px;
    font-size: .7875rem;
    text-decoration: none;
    text-align: center;
    color: #484a4c
}

@media (min-width: 768px) {
    .del-product-box__cta-where-to-try {
        padding: 12px 24px
    }
}

@media (max-width: 1023px) {
    .del-product-box--grid-view {
        width: 155px;
        max-width: 155px
    }
    .del-product-box--grid-view .del-product-box__description-wrapper {
        flex-direction: column
    }
    .del-product-box--grid-view .del-product-box__image {
        padding: 25px 0
    }
    .del-product-box--grid-view .del-product-box__wishlist-icon {
        top: 5px;
        right: 5px
    }
    .del-product-box--grid-view .del-product-box__variants-number-top {
        display: block;
        position: absolute;
        top: 7px;
        left: 3px;
        color: #757678
    }
    .del-product-box--grid-view .del-product-box__description-wrapper {
        padding: 10px 0
    }
    .del-product-box--grid-view .del-product-box__left-section,
    .del-product-box--grid-view .del-product-box__right-section {
        width: 100%
    }
    .del-product-box--grid-view .del-product-box__right-section {
        align-items: flex-start
    }
    .del-product-box--grid-view .del-product-box__title {
        font-size: .9rem
    }
    .del-product-box--grid-view .del-product-box__product-stock {
        position: static;
        top: auto
    }
    .del-product-box--grid-view .del-product-box__prices-wrapper {
        padding: 10px 0
    }
    .del-product-box--grid-view .del-product-box__price {
        font-size: .9rem
    }
    .del-product-box--grid-view .del-product-box__compare {
        flex-direction: row-reverse
    }
    .del-product-box--grid-view .del-product-box__bottom-wrapper,
    .del-product-box--grid-view .del-product-box__divider,
    .del-product-box--grid-view .del-product-box__variants {
        display: none
    }
}

.del-plp-wrapper .del-product-box {
    padding: 15px
}

@media (min-width: 768px) {
    .del-plp-wrapper .del-product-box {
        width: 50%
    }
}

@media (min-width: 1024px) {
    .del-plp-wrapper .del-product-box {
        width: 25%;
        position: relative;
        transition: all .3s ease 0s
    }
    .del-plp-wrapper .del-product-box:hover {
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        box-shadow: 2px 0 4px 0 #efefef
    }
    .del-plp-wrapper .del-product-box:hover .del-product-box__divider {
        opacity: 1
    }
    .del-plp-wrapper .del-product-box:hover .del-product-box__bottom-wrapper,
    .del-plp-wrapper .del-product-box:hover .del-product-box__variant-wrapper {
        opacity: 1;
        visibility: visible
    }
    .del-plp-wrapper .del-product-box:hover .del-product-box__variants-number-bottom {
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width: 1023px) {
    .del-plp-wrapper .del-product-box--grid-view {
        width: 155px;
        max-width: 155px
    }
}

.del-product-box.\--lite .del-product-box__description-wrapper {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.del-product-box.\--lite .del-product-box__left-section {
    width: 100%;
    text-align: center
}

.del-product-box.\--lite .del-product-box__info-wrapper {
    min-height: unset
}

.del-product-box.\--lite .del-product-box__review {
    justify-content: center
}

.del-product-box.\--lite .del-product-box__right-section {
    width: 100%;
    flex-direction: row;
    margin-top: 20px
}

.del-product-box.\--lite .del-product-box__prices-wrapper {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto
}

.del-plp-filters {
    width: 100%;
    padding: 15px 0;
    margin: 10px 0
}

.del-plp-filters__header {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 1.575rem
}

@media (min-width: 1024px) {
    .del-plp-filters__header {
        text-align: left
    }
}

.del-plp-filters__header-count {
    color: #757678
}

.del-plp-filters__inner-wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width: 1024px) {
    .del-plp-filters__inner-wrapper {
        border-bottom: 1px solid #e5e5e5
    }
}

.del-plp-filters__buttons-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

@media (min-width: 1024px) {
    .del-plp-filters__buttons-wrapper {
        border-bottom: none
    }
}

.del-plp-filters__selected-filters-menu {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #e5e5e5
}

@media (min-width: 1024px) {
    .del-plp-filters__selected-filters-menu {
        border-bottom: none
    }
}

.del-plp-filters__selected-filter-item {
    background-color: #efefef;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: .9rem;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400
}

.del-plp-filters__selected-filter-text {
    display: flex;
    align-items: center
}

.del-plp-filters__selected-filter-close-icon {
    width: 16px;
    height: 16px;
    margin: 0 5px
}

.del-plp-filters__selected-filter-clear-all {
    font-size: .9rem;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 5px
}

.del-plp-filters__filter-wrapper,
.del-plp-filters__sort-wrapper,
.del-plp-filters__view-wrapper {
    position: relative;
    width: 33%;
    display: flex
}

@media (min-width: 1024px) {
    .del-plp-filters__filter-wrapper,
    .del-plp-filters__sort-wrapper,
    .del-plp-filters__view-wrapper {
        width: auto
    }
}

.del-plp-filters__sort-wrapper {
    justify-content: center
}

.del-plp-filters__view-wrapper {
    justify-content: flex-end
}

@media (min-width: 1024px) {
    .del-plp-filters__view-wrapper {
        display: none
    }
}

.del-plp-filters__filter-button,
.del-plp-filters__sort-button,
.del-plp-filters__view-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem
}

@media (min-width: 1024px) {
    .del-plp-filters__filter-button {
        display: none
    }
}

.del-plp-filters__filter-button-icon,
.del-plp-filters__sort-button-icon,
.del-plp-filters__view-button-icon {
    margin: 0 10px
}

.del-plp-filters__filter-button-icon {
    width: 25px;
    height: 25px
}

.del-plp-filters__sort-button-icon {
    width: 16px;
    height: 16px
}

.del-plp-filters__view-button-icon {
    width: 36px;
    height: 22px
}

@media (min-width: 1024px) {
    .del-plp-filters__sort-mobile-label {
        display: none
    }
}

.del-plp-filters__sort-desktop-label {
    display: none
}

@media (min-width: 1024px) {
    .del-plp-filters__sort-desktop-label {
        display: inline
    }
}

.del-plp-filters__sort-desktop-label-selected {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-plp-filters__sort-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 100vw;
    max-width: 1024px;
    padding: 20px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .07)
}

@media (min-width: 1024px) {
    .del-plp-filters__sort-menu {
        left: auto;
        right: 0;
        transform: none;
        top: 30px;
        width: auto;
        max-width: none;
        min-width: 220px;
        border: 1px solid #efefef;
        border-radius: 4px;
        box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, .07)
    }
}

.del-plp-filters__sort-menu--hidden {
    display: none
}

.del-plp-filters__sort-menu-row {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 1.0125rem
}

@media (min-width: 1024px) {
    .del-plp-filters__sort-menu-row {
        padding: 10px 0;
        font-size: .9rem
    }
    .del-plp-filters__sort-menu-row:hover {
        color: #757678
    }
}

.del-plp-filters__sort-menu-row--active {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-plp-filters__sort-menu-row--active:hover {
    color: #131518
}

.del-plp-filters__sort-menu-row-icon {
    width: 25px;
    height: 25px;
    margin: 0 10px
}

@media (min-width: 1024px) {
    .del-plp-filters__sort-menu-row-icon {
        display: none
    }
}

.del-plp-filters__sort-menu-close-row {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

@media (min-width: 1024px) {
    .del-plp-filters__sort-menu-close-row {
        display: none
    }
}

.del-plp-filters__sort-menu-close {
    cursor: pointer
}

.del-plp-filters__sort-menu-close-icon {
    width: 24px;
    height: 24px
}

.del-plp-filters__sort-menu-shadow {
    display: none;
    height: 100vh;
    position: absolute;
    bottom: -100vh;
    left: -20px;
    right: -20px;
    background-color: rgba(0, 0, 0, .5)
}

@media (min-width: 1024px) {
    .del-plp-filters__sort-menu-shadow {
        display: none
    }
}

.del-plp-filters__filters-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    overflow-y: scroll;
    background-color: #fff
}

@media (min-width: 1024px) {
    .del-plp-filters__filters-menu-mobile {
        display: none
    }
}

.del-plp-filters__filters-menu-mobile-close-row {
    display: flex;
    justify-content: flex-end;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef
}

.del-plp-filters__filters-menu-mobile-close-row--with-filters {
    justify-content: space-between
}

.del-plp-filters__filters-menu-mobile-close {
    cursor: pointer
}

.del-plp-filters__filters-menu-mobile-close-icon {
    height: 24px;
    width: 24px
}

.del-plp-filters__filters-menu-desktop {
    display: none
}

@media (min-width: 1024px) {
    .del-plp-filters__filters-menu-desktop {
        display: flex;
        align-items: center
    }
}

.del-plp-filters__filters-menu-desktop-label {
    font-size: .9rem
}

.del-plp-filters__filters-clear-all {
    font-size: 1.0125rem;
    text-decoration: underline;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-plp-filters__filters-apply-row {
    display: flex;
    justify-content: center;
    padding: 15px
}

.del-plp-filters__filters-wrapper {
    display: flex;
    flex-direction: column
}

.del-plp-filters__filter {
    border-bottom: 1px solid #efefef
}

@media (min-width: 1024px) {
    .del-plp-filters__filter {
        position: relative;
        border: none
    }
}

.del-plp-filters__filter-title {
    width: 100%;
    padding: 15px;
    text-align: left;
    cursor: pointer;
    font-size: 1.18125rem;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

@media (min-width: 1024px) {
    .del-plp-filters__filter-title {
        display: flex;
        align-items: center;
        font-size: .9rem;
        padding: 0 15px;
        border-right: 1px solid #efefef
    }
}

@media (min-width: 1024px) {
    .del-plp-filters__filter-menu {
        position: absolute;
        padding: 10px 0;
        background-color: #fff;
        min-width: 330px;
        border: 1px solid #efefef;
        border-radius: 4px;
        box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, .07);
        z-index: 1
    }
}

.del-plp-filters__filter-item {
    padding: 15px;
    display: flex;
    align-items: center
}

.del-plp-filters__filter-label {
    margin: 0 5px;
    font-size: 1.0125rem;
    cursor: pointer;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400
}

.del-plp-filters__filter-label--selected {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-plp-filters__color-preview {
    height: 24px;
    width: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #484a4c
}

@media (min-width: 1024px) {
    .del-plp-filters__color-preview {
        height: 15px;
        width: 15px
    }
}

.del-plp-filters__filter-count {
    color: #757678
}

.del-plp-filters__filter-item-apply-row {
    display: none
}

@media (min-width: 1024px) {
    .del-plp-filters__filter-item-apply-row {
        display: flex;
        justify-content: center;
        padding: 15px 0
    }
}

.del-compare {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 15
}

.del-compare-menu {
    background-color: #e5e5e5;
    border-top: 1px solid #484a4c
}

.del-compare-menu__header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: .73125rem;
    text-align: center;
    cursor: pointer;
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700
}

.del-compare-menu__header-icon {
    height: 20px;
    width: 20px;
    margin: 0 20px
}

.del-compare-menu__items-row {
    max-width: 1400px;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 15px;
    margin: 0 auto
}

@media (min-width: 1024px) {
    .del-compare-menu__items-row {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 15px 15px
    }
}

.del-compare-menu__items {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .del-compare-menu__items {
        width: calc(75% - 10px);
        max-width: 1020px;
        height: 115px
    }
}

.del-compare-menu__item {
    height: 100%;
    width: calc(33% - 1px);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff
}

@media (min-width: 1024px) {
    .del-compare-menu__item {
        width: calc(33% - 17px);
        flex-direction: row;
        padding: 5px;
        justify-content: space-evenly
    }
}

.del-compare-menu__item-img {
    width: 70px;
    margin: auto
}

@media (min-width: 1024px) {
    .del-compare-menu__item-img {
        width: 90px;
        margin: unset
    }
}

.del-compare-menu__item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    text-align: center
}

.del-compare-menu__item-name {
    display: none
}

@media (min-width: 1024px) {
    .del-compare-menu__item-name {
        display: inline;
        font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
        font-weight: 400;
        font-size: .9rem
    }
}

.del-compare-menu__item-code {
    color: #757678;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .625rem
}

@media (min-width: 1024px) {
    .del-compare-menu__item-code {
        font-size: .75rem
    }
}

.del-compare-menu__item-remove {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer
}

@media (min-width: 1024px) {
    .del-compare-menu__item-remove {
        top: 5px;
        right: 5px
    }
}

.del-compare-menu__item-remove-icon {
    height: 15px;
    width: 15px
}

@media (min-width: 1024px) {
    .del-compare-menu__item-remove-icon {
        height: 18px;
        width: 18px
    }
}

.del-compare-menu__item-empty {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 2.8125rem;
    color: #efefef
}

@media (min-width: 1024px) {
    .del-compare-menu__item-empty {
        font-size: 5.00625rem
    }
}

.del-compare-menu__actions {
    display: flex;
    justify-content: space-between;
    margin: 15px 0
}

@media (min-width: 1024px) {
    .del-compare-menu__actions {
        width: calc(25% - 30px);
        flex-direction: column-reverse;
        justify-content: space-evenly;
        margin: 0
    }
}

.del-compare-table {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 0
}

.del-compare-table__container {
    height: 100%;
    overflow-y: auto
}

.del-compare-table__header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px 0;
    border-bottom: 1px solid #131518;
    background-color: #fff
}

@media (min-width: 1024px) {
    .del-compare-table__header-top {
        margin: 50px 0 35px
    }
}

.del-compare-table__header-text {
    text-transform: uppercase;
    text-align: center;
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    font-size: .9rem
}

@media (min-width: 1024px) {
    .del-compare-table__header-text {
        letter-spacing: 3px;
        font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
        font-weight: 400;
        font-size: 1.35rem
    }
}

.del-compare-table__header-close {
    position: relative;
    top: -22px;
    left: calc(100% - 18px);
    cursor: pointer;
    z-index: 30
}

.del-compare-table__header-close-icon {
    height: 28px;
    width: 28px
}

.del-compare-table__header-bottom {
    height: 160px;
    display: flex;
    margin-top: 25px
}

@media (min-width: 1024px) {
    .del-compare-table__header-bottom {
        height: 450px;
        max-width: 1400px;
        margin: 0 auto
    }
}

.del-compare-table__header-item {
    height: 100%;
    width: 33%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #efefef
}

@media (min-width: 1024px) {
    .del-compare-table__header-item {
        width: 25%
    }
}

@media (min-width: 1024px) {
    .del-compare-table__header-item:first-of-type {
        margin-left: 25%
    }
}

.del-compare-table__header-item:nth-of-type(3) {
    border-right: none
}

.del-compare-table__header-item-remove {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.del-compare-table__header-item-remove-text {
    display: none
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-remove-text {
        display: inline;
        font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
        font-weight: 400;
        font-size: .7875rem
    }
}

.del-compare-table__header-item-remove-icon {
    width: 15px;
    height: 15px
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-remove-icon {
        width: 25px;
        height: 25px
    }
}

.del-compare-table__header-item-img {
    width: 75px;
    margin: 5px 0
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-img {
        width: 210px
    }
}

.del-compare-table__header-item-info {
    padding: 0 15px
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-info {
        display: flex;
        padding: 15px 20px;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-info-left {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.del-compare-table__header-item-name {
    display: none
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-name {
        display: block;
        font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
        font-weight: 400;
        font-size: 1.06875rem
    }
}

.del-compare-table__header-item-code {
    color: #757678;
    text-align: center;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .625rem
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-code {
        text-align: left;
        font-size: .7875rem;
        margin: 5px 0
    }
}

.del-compare-table__header-item-info-right {
    display: none
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-info-right {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end
    }
}

.del-compare-table__header-item-price {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.06875rem
}

.del-compare-table__header-item-prev-price {
    color: #757678;
    text-decoration: line-through;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem
}

.del-compare-table__header-item-reviews {
    display: none
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-reviews {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px 20px
    }
}

.del-compare-table__header-item-reviews-number {
    padding: 0 5px;
    color: #757678;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem
}

.del-compare-table__header-item-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-cta-mobile {
        display: none
    }
}

.del-compare-table__header-item-cta-desktop {
    display: none
}

@media (min-width: 1024px) {
    .del-compare-table__header-item-cta-desktop {
        display: inline
    }
}

.del-compare-table__sections {
    height: auto;
    overflow-y: auto;
    margin: 0 auto;
    padding: 20px 15px
}

@media (min-width: 1024px) {
    .del-compare-table__sections {
        max-width: 1400px
    }
}

@media (min-width: 1024px) {
    .del-compare-table__section {
        border-right: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5
    }
}

.del-compare-table__section:first-of-type .del-compare-table__section-title {
    margin-top: 0
}

.del-compare-table__section-title {
    margin: 30px 0 15px
}

@media (min-width: 1024px) {
    .del-compare-table__section-title {
        width: 100%;
        padding: 10px;
        margin: 30px 0 0;
        background-color: #efefef;
        border-bottom: 1px solid #e5e5e5
    }
}

.del-compare-table__section-title-btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem
}

@media (min-width: 1024px) {
    .del-compare-table__section-title-btn {
        justify-content: space-between
    }
}

.del-compare-table__section-title-btn-icon {
    height: 16px;
    width: 16px;
    margin: 0 5px
}

.del-compare-table__section-row {
    display: flex;
    flex-wrap: wrap
}

.del-compare-table__section-row:last-of-type {
    border-bottom: 1px solid #e5e5e5
}

@media (min-width: 1024px) {
    .del-compare-table__section-row {
        border-bottom: 1px solid #e5e5e5
    }
}

.del-compare-table__section-row-title {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    background-color: #efefef;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem
}

@media (min-width: 1024px) {
    .del-compare-table__section-row-title {
        width: 25%;
        background-color: #fff;
        border-bottom: none;
        border-top: none;
        border-right: 1px solid #e5e5e5
    }
    .del-compare-table__section-row-title--different-values {
        background-color: #e9f0f8
    }
}

.del-compare-table__section-row-cell {
    width: 33%;
    padding: 10px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .73125rem
}

.del-compare-table__section-row-cell--different-values {
    background-color: #e9f0f8
}

.del-compare-table__section-row-cell:nth-of-type(4) {
    border-right: none
}

@media (min-width: 1024px) {
    .del-compare-table__section-row-cell {
        width: 25%;
        font-size: .9rem
    }
}

.del-compare-table__section-row-cell .icon-ok-blue {
    width: 25px;
    height: 25px
}

.del-loadMore {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0
}

.del-loadMore__text {
    margin: 15px 0;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem
}

.del-plp-promo-banner-container-smartslot {
    display: none
}

@media (min-width: 1024px) {
    .del-plp-promo-banner-container-smartslot {
        display: flex;
        width: 50%;
        border: 1px dotted transparent
    }
    .del-plp-promo-banner-container-smartslot:hover {
        border-color: #e5e5e5
    }
}

.del-plp-promo-banner-doublebox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: #fff
}

@media (min-width: 768px) {
    .del-plp-promo-banner-doublebox {
        width: 50%
    }
}

.del-plp-promo-banner-doublebox .del-plp-promo-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden
}

@media (min-width: 768px) {
    .del-plp-promo-banner-doublebox .del-plp-promo-image-box {
        max-height: 23.571vw
    }
}

@media (min-width: 1440px) {
    .del-plp-promo-banner-doublebox .del-plp-promo-image-box {
        max-height: 329.994px
    }
}

.del-plp-promo-banner-doublebox .del-plp-promo-image-box img.del-plp-promo-image {
    width: 100%
}

.del-plp-promo-banner-doublebox .del-plp-promo-link {
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: transparent;
    letter-spacing: 1px;
    font-size: .9rem;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700;
    color: #1a1d1f;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    padding: 20px 22px 12px;
    font-size: 1.06875rem;
    letter-spacing: normal
}

.del-plp-promo-banner-doublebox .del-plp-promo-link:disabled {
    opacity: .5;
    cursor: not-allowed
}

@media (min-width: 768px) {
    .del-plp-promo-banner-doublebox .del-plp-promo-link {
        padding: 16px 24px;
        font-size: 1.0125rem
    }
}

.del-plp-promo-banner-doublebox .del-plp-promo-link:not(:disabled):hover {
    opacity: .8
}

.del-plp-promo-banner-doublebox .del-plp-promo-link:after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(/local/templates/.default/assets/css/../medias/right-black.svg);
    transition: all .3s ease-in-out
}

.del-plp-promo-banner-doublebox .del-plp-promo-link:not(:disabled):hover:after {
    left: 4px
}

.del-plp-promo-banner-doublebox .del-plp-promo-link:after {
    height: 18px;
    width: 18px;
    top: 5px;
    left: 1px
}

.del-plp-promo-banner-smartwrapper,
.del-plp-promo-banner-smartwrapper .del-plp-promo-banner-doublebox {
    width: 100%
}

.del-titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    color: #1a1d1f
}

.del-titlebox.\--light {
    color: #fff
}

@media (min-width: 1024px) {
    .del-titlebox {
        max-width: 50%;
        margin: 0 auto
    }
}

.del-titlebox__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-size: 2.08125rem;
    letter-spacing: -.7px;
    line-height: 37px
}

.del-titlebox__description,
.del-titlebox__title {
    width: 100%;
    margin: 8px 0;
    font-weight: 400;
    text-align: center
}

.del-titlebox__description {
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-size: 1.0125rem;
    letter-spacing: 0;
    line-height: 24px
}

.del-simple-css-accordion {
    position: relative;
    font-size: .7875rem
}

.del-simple-css-accordion__wrapper {
    position: relative;
    overflow: hidden
}

.del-simple-css-accordion__title {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media (min-width: 768px) {
    .del-simple-css-accordion__plus {
        display: none
    }
}

.del-simple-css-accordion__plus,
.del-simple-css-accordion__plus-desktop {
    position: relative;
    z-index: 2;
    width: 14px;
    height: 14px
}

.del-simple-css-accordion__plus-desktop:before,
.del-simple-css-accordion__plus:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #131518;
    top: 6px;
    transition: all .3s ease
}

.del-simple-css-accordion__plus-desktop:after,
.del-simple-css-accordion__plus:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    background: #131518;
    left: 6px;
    transition: all .3s ease
}

.del-simple-css-accordion__content,
.del-simple-css-accordion__content-desktop {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    transform: translateY(-100px)
}

@media (min-width: 768px) {
    .del-simple-css-accordion__content {
        position: relative;
        visibility: visible;
        transform: none;
        transition: all .3s ease
    }
}

.del-simple-css-accordion input[type=checkbox] {
    display: none
}

.del-simple-css-accordion input[type=checkbox]:checked+.del-simple-css-accordion__wrapper .del-simple-css-accordion__content,
.del-simple-css-accordion input[type=checkbox]:checked+.del-simple-css-accordion__wrapper .del-simple-css-accordion__content-desktop {
    position: relative;
    visibility: visible;
    transform: none;
    transition: all .3s ease
}

.del-simple-css-accordion input[type=checkbox]:checked+.del-simple-css-accordion__wrapper .del-simple-css-accordion__plus-desktop:after,
.del-simple-css-accordion input[type=checkbox]:checked+.del-simple-css-accordion__wrapper .del-simple-css-accordion__plus:after {
    transform: rotate(90deg)
}

.del-padding {
    width: 100%;
    background-color: unset
}

.del-padding.del-padding--xlarge {
    height: 80px
}

@media (min-width: 1024px) {
    .del-padding.del-padding--xlarge {
        height: 160px
    }
}

.del-padding.del-padding--large {
    height: 40px
}

@media (min-width: 1024px) {
    .del-padding.del-padding--large {
        height: 80px
    }
}

.del-padding.del-padding--medium {
    height: 24px
}

@media (min-width: 1024px) {
    .del-padding.del-padding--medium {
        height: 40px
    }
}

.del-padding.del-padding--small {
    height: 16px
}

@media (min-width: 1024px) {
    .del-padding.del-padding--small {
        height: 24px
    }
}

.del-padding.del-padding--xsmall {
    height: 8px
}

@media (min-width: 1024px) {
    .del-padding.del-padding--xsmall {
        height: 16px
    }
}

.del-disclaimer,
.del-disclaimer p,
.del-disclaimer pre {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    background-color: transparent;
    font-size: .7875rem;
    line-height: 24px;
    color: #484a4c
}

.del-disclaimer--lite,
.del-disclaimer p--lite,
.del-disclaimer pre--lite {
    color: #fff
}

.del-breadcrumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: transparent;
    color: #757678;
    line-height: 24px
}

.del-breadcrumb__crumb {
    display: inline-block
}

.del-breadcrumb__crumb:not(:first-child):before {
    display: inline-block;
    content: "";
    height: 26px;
    width: 1px;
    margin: 0 10px -8px;
    border-right: 1px solid #e5e5e5;
    transform: rotate(30deg)
}

@media (min-width: 768px) {
    .del-breadcrumb__crumb:not(:first-child):before {
        margin: 0 8px -8px
    }
}

.del-breadcrumb__crumb a {
    height: 21px;
    font-size: .9rem;
    font-weight: 400;
    color: #757678;
    letter-spacing: 0;
    line-height: 21px;
    text-decoration: none
}

.del-breadcrumb__crumb a:hover {
    -webkit-text-decoration-color: #484a4c;
    text-decoration-color: #484a4c;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.del-breadcrumb__crumb.active {
    color: #000
}

.del-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #0c2340;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: .9rem
}

.del-footer a:link,
.del-footer a:visited {
    text-decoration: inherit;
    color: #fff
}

.del-footer .swiper-container,
.del-footer .swiper-wrapper {
    z-index: 0
}

.del-footer .del-benefit {
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
    width: 100%;
    padding: 0 15px;
    color: #1a1d1f
}

.del-footer .del-benefit__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px
}

.del-footer .del-benefit__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-align: center;
    margin: 25px 0 72px
}

@media (min-width: 768px) {
    .del-footer .del-benefit__item {
        width: 33%;
        max-width: 33%;
        margin-bottom: 45px
    }
}

.del-footer .del-benefit__img {
    height: 44px;
    width: 44px
}

.del-footer .del-benefit__text {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    line-height: 24px
}

.del-footer .del-benefit__desc {
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    color: #484a4c;
    font-size: .9rem;
    line-height: 24px
}

.del-footer .del-benefit .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px
}

@media (min-width: 768px) {
    .del-footer .del-benefit .swiper-pagination {
        display: none
    }
}

.del-footer .del-benefit .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px !important;
    background-color: #757678;
    opacity: 1
}

.del-footer .del-benefit .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #1a1d1f
}

.del-footer .del-newsletter {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #c9e3f9;
    padding: 40px 16px
}

@media (min-width: 768px) {
    .del-footer .del-newsletter {
        padding: 0 16px;
        font-size: 1.575rem;
        line-height: 35px
    }
}

.del-footer .del-newsletter__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto
}

@media (min-width: 768px) {
    .del-footer .del-newsletter__wrapper {
        margin: 44px auto
    }
}

@media (min-width: 1024px) {
    .del-footer .del-newsletter__wrapper {
        width: unset
    }
}

.del-footer .del-newsletter__slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    padding: 0 43px;
    font-size: 1.35rem;
    line-height: 28px
}

@media (min-width: 768px) {
    .del-footer .del-newsletter__slogan {
        font-size: 1.575rem;
        line-height: 35px
    }
}

@media (min-width: 1024px) {
    .del-footer .del-newsletter__slogan {
        align-items: flex-start;
        width: unset;
        margin: 0 50px 0 0
    }
}

.del-footer .del-newsletter__textbold {
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #0c2340
}

.del-footer .del-newsletter__text {
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #0c2340
}

.del-footer .del-newsletter__button {
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #0c2340;
    padding: 15px 50px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.18125rem;
    cursor: pointer
}

@media (min-width: 768px) {
    .del-footer .del-newsletter__button {
        width: unset
    }
}

.del-footer .del-newsletter .dln-popup {
    color: #131518
}

.del-footer .del-usefullinks {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 1400px;
    padding: 20px 16px
}

@media (min-width: 768px) {
    .del-footer .del-usefullinks {
        padding: 20px 31px
    }
}

.del-footer .del-iconlinks {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.del-footer .del-iconlinks__wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%
}

.del-footer .del-iconlinks__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 120px;
    padding: 0 20px;
    margin: 20px 0
}

.del-footer .del-iconlinks__link:nth-of-type(odd) {
    border-right: 1px solid hsla(0, 0%, 100%, .1)
}

@media (min-width: 768px) {
    .del-footer .del-iconlinks__link {
        width: 25%;
        border-right: 1px solid hsla(0, 0%, 100%, .1)
    }
    .del-footer .del-iconlinks__link:last-of-type {
        border: none
    }
}

.del-footer .del-iconlinks__img {
    height: 56px;
    width: 56px;
    margin-bottom: 10px
}

.del-footer .del-iconlinks__text {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: #c9e3f9
}

@media (min-width: 768px) {
    .del-footer .del-iconlinks__text {
        font-size: 1.18125rem;
        line-height: 23.6px
    }
}

.del-footer .del-iconlinks__hr {
    width: 100%;
    height: 0;
    margin: 16px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.del-footer .del-iconlinks__hr:last-child {
    display: none
}

@media (min-width: 768px) {
    .del-footer .del-iconlinks__hr {
        display: none
    }
}

.del-footer .del-menues {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 25px 0
}

@media (min-width: 768px) {
    .del-footer .del-menues {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        border: 1px solid hsla(0, 0%, 100%, .1);
        border-right: none;
        border-left: none
    }
}

.del-footer .del-menu {
    position: relative;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.del-footer .del-menu:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media (min-width: 768px) {
    .del-footer .del-menu {
        width: 30%;
        border: none
    }
    .del-footer .del-menu:last-child {
        border: none
    }
}

@media (min-width: 1024px) {
    .del-footer .del-menu {
        width: unset;
        min-width: 200px
    }
}

.del-footer .del-menu__wrapper {
    position: relative;
    overflow: hidden
}

.del-footer .del-menu__title {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #0c2340;
    padding: 15px 8px;
    text-transform: uppercase
}

.del-footer .del-menu__titletext {
    position: relative;
    z-index: 2;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #c9e3f9;
    letter-spacing: 2.29px
}

@media (min-width: 768px) {
    .del-footer .del-menu__titletext {
        font-size: .7875rem;
        letter-spacing: 2px
    }
}

.del-footer .del-menu__plus {
    position: relative;
    z-index: 2;
    width: 14px;
    height: 14px
}

@media (min-width: 768px) {
    .del-footer .del-menu__plus {
        display: none
    }
}

.del-footer .del-menu__plus:before {
    width: 14px;
    height: 2px;
    top: 6px
}

.del-footer .del-menu__plus:after,
.del-footer .del-menu__plus:before {
    position: absolute;
    content: "";
    background: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

.del-footer .del-menu__plus:after {
    width: 2px;
    height: 14px;
    left: 6px
}

.del-footer .del-menu__list {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    padding: 0 8px 15px;
    list-style-type: none;
    transform: translateY(-100px);
    opacity: .8
}

@media (min-width: 768px) {
    .del-footer .del-menu__list {
        position: relative;
        visibility: visible;
        transform: none;
        transition: all .3s ease
    }
}

.del-footer .del-menu__list li a {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    color: #fff;
    line-height: 44.6px
}

@media (min-width: 768px) {
    .del-footer .del-menu__list li a {
        font-size: .9rem;
        line-height: 34.6px
    }
}

.del-footer .del-menu input[type=checkbox] {
    display: none
}

.del-footer .del-menu input[type=checkbox]:checked+.del-menu__wrapper .del-menu__list {
    position: relative;
    visibility: visible;
    transform: none;
    transition: all .3s ease
}

.del-footer .del-menu input[type=checkbox]:checked+.del-menu__wrapper .del-menu__plus:after {
    transform: rotate(90deg)
}

.del-footer .del-legal {
    padding: 20px 0
}

.del-footer .del-legal__toprow {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

@media (min-width: 768px) {
    .del-footer .del-legal__toprow {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .del-footer .del-legal__toprow {
        justify-content: space-between;
        flex-wrap: nowrap
    }
}

.del-footer .del-legal__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 24px;
    line-height: 24px
}

@media (min-width: 1200px) {
    .del-footer .del-legal__links {
        padding: 0
    }
}

.del-footer .del-legal__links a {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .73125rem;
    color: hsla(0, 0%, 100%, .7)
}

.del-footer .del-legal__pipe {
    width: 20px;
    text-align: center
}

.del-footer .del-legal__copyright {
    display: flex;
    justify-content: center;
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5);
    font-size: .73125rem
}

@media (min-width: 1200px) {
    .del-footer .del-legal__copyright {
        display: none
    }
}

.del-footer .del-legal__bottomrow {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 40px
}

@media (min-width: 1200px) {
    .del-footer .del-legal__bottomrow {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px
    }
}

.del-footer .del-business {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

@media (min-width: 768px) {
    .del-footer .del-business {
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .del-footer .del-business {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: unset;
        margin-bottom: 0
    }
}

.del-footer .del-business__logo {
    display: none;
    width: 114px;
    height: 36px;
    margin-right: 20px;
}

.lang-container {
    width: 66px;
    position: relative;
    color: white;
    transition: .25s;
}

.lang-container:hover {
    background: white;
    color: black;
    z-index: 2;
}

.lang-container:hover .lang-default span:before {
    content: url("/local/templates/.default/assets/css/../medias/arrow-top.svg");
}

.lang-default {
    display: flex;
    align-items: center;
    padding: 7px 11px;
    line-height: 1;
    cursor: pointer;
    justify-content: center;
}

.lang-default span {
    margin-left: 7px;
    transition: .25s;
}

.lang-default span:before {
    content: url("/local/templates/.default/assets/css/../medias/arrow-top__white.svg");
}

.bonus {
    margin-left: 20px;
    height: 30px;
    color: white !important;
    font-weight: 700;
    background: #59AEE4;
    border-radius: 50px;
    font-size: 13px;
    padding: 0 15px;
    transition: .25s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus:hover {
    background: #438fbe;
}

.full-screen .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    border: 1px solid #fff;
}

.full-screen .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.full-screen .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #59aee4;
    background-color: #59aee4;
}

.first-screen__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.swiper-container.full-screen .swiper-pagination {
    position: absolute;
    bottom: 30px;
    height: 8px;
    line-height: 8px;
}

.lang-container:hover .lang-default span {
    transform: rotate(0deg);
}

.lang-container:hover .lang-items {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
}

.lang-items {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: .25s;
}

.lang-item {
    margin-bottom: 7px;
    padding: 0 11px;
    display: block;
    line-height: 1;
}

.lang-item:hover {
    color: #59AEE4 !important;
}

@media (min-width: 1200px) {
    .del-footer .del-business__logo {
        display: block
    }
}

.dln-page {
    padding-top: 120px;
}

.del-footer .del-business__logo a,
.del-footer .del-business__logo img {
    width: 100%;
    height: auto
}

.del-footer .del-business__country {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    height: 50px;
    margin: 0 20px;
    border: none;
    border-radius: 25px;
    background-color: #38699e;
    padding: 0 5px
}

@media (min-width: 1200px) {
    .del-footer .del-business__country {
        height: 36px
    }
}

.del-footer .del-business__countryCode {
    width: 20px;
    height: 20px;
    background-size: cover;
    border-radius: 10px;
    box-shadow: inset 0 0 1px 1px #000
}

.del-footer .del-business__countryName {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 21px
}

.del-footer .del-business__countryArrow {
    width: 16px;
    height: 16px
}

.del-footer .del-business__copyright {
    display: none;
    justify-content: center;
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: .73125rem
}

@media (min-width: 1200px) {
    .del-footer .del-business__copyright {
        display: flex;
        flex-direction: column
    }
}

@media (min-width: 1440px) {
    .del-footer .del-business__copyright {
        flex-direction: row
    }
}

.del-footer .del-copyright {
    margin-right: 10px;
}

.del-footer .del-social {
    display: flex;
    justify-content: space-around;
    margin: 30px 0
}

@media (min-width: 768px) {
    .del-footer .del-social {
        width: 280px;
        margin: 0
    }
}

.del-footer .del-social__img {
    width: 38px;
    height: 38px
}

.del-footer .del-apps {
    display: flex;
    justify-content: space-around
}

@media (min-width: 768px) {
    .del-footer .del-apps {
        justify-content: space-between;
        width: 280px;
        padding: 0
    }
}

.del-footer .del-apps__img {
    width: 128px
}

.del-footer .del-apps__img img {
    width: 100%;
    height: auto
}

.del-footer .del-paymethods {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

@media (min-width: 1200px) {
    .del-footer .del-paymethods {
        margin: 0
    }
}

.del-footer .del-paymethods__img {
    width: 56px;
    height: 33px;
    margin: 0 5px
}

.del-footer__light {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 24px 16px
}

@media (min-width: 1200px) {
    .del-footer__light {
        justify-content: space-between;
        padding: 30px 16px
    }
}

.del-footer__light .del-business__logo {
    display: none;
    width: 114px;
    height: 36px
}

@media (min-width: 1200px) {
    .del-footer__light .del-business__logo {
        display: block
    }
}

.del-footer__light .del-business__logo a,
.del-footer__light .del-business__logo img {
    width: 100%;
    height: auto
}

[dir=rtl] .del-footer .del-iconlinks__link {
    border: none
}

[dir=rtl] .del-footer .del-iconlinks__link:nth-of-type(odd) {
    border-left: 1px solid hsla(0, 0%, 100%, .1)
}

@media (min-width: 768px) {
    [dir=rtl] .del-footer .del-iconlinks__link {
        border-left: 1px solid hsla(0, 0%, 100%, .1)
    }
    [dir=rtl] .del-footer .del-iconlinks__link:last-of-type {
        border: none
    }
}

@keyframes del-header-animation-to-white {
    to {
        background-color: #fff
    }
}

@keyframes del-header-animation-show {
    0% {
        top: -93px
    }
    to {
        top: 0
    }
}

@keyframes del-header-animation-hide {
    0% {
        top: 0
    }
    to {
        top: -93px
    }
}

@keyframes del-header-animation-categoryScreen-slide-down {
    0% {
        top: -100%
    }
    to {
        top: 0
    }
}

@keyframes del-header-animation-categoryMenu-mobile-slide-down {
    0% {
        height: 61px
    }
    to {
        height: 100vh
    }
}

.del-header-show-menu-mobile {
    animation: del-header-animation-categoryMenu-mobile-slide-down .3s ease
}

.del-header__logo {
    flex: 0 0 auto;
    width: 128px;
    height: 41px
}

@media (min-width: 1024px) {
    .del-header__logo {
        width: 169px;
        height: 54px
    }
}

.del-header__logo a,
.del-header__logo img {
    display: block;
    width: 100%;
    height: 100%
}

.del-header__button-container .del-btnIcon .del-header__user-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 4px;
    border: none;
    border-radius: 12px;
    background-color: #1a1d1f;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem;
    color: #fff
}

.del-header--inverted .del-header__button-container .del-btnIcon .del-header__user-icon {
    background-color: #fff;
    color: #1a1d1f
}

.del-header--menuopen .del-header__button-container .del-btnIcon .del-header__user-icon,
.del-header--standard .del-header__button-container .del-btnIcon .del-header__user-icon {
    background-color: #1a1d1f;
    color: #fff
}

.del-header {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 205;
    width: 100%;
    max-height: 100vh;
    background-color: transparent;
    color: #1a1d1f;
    overflow-y: hidden
}

@media (min-width: 1024px) {
    .del-header {
        overflow-y: unset
    }
}

@media (min-width: 1024px) {
    .del-header--hidden {
        animation: del-header-animation-hide .3s ease;
        top: -93px
    }
}

@media (min-width: 1024px) {
    .del-header--visible {
        animation: del-header-animation-show .3s ease
    }
}

.del-header a,
.del-header a:link,
.del-header a:visited {
    text-decoration: none;
    color: inherit
}

.del-header ul {
    list-style: none
}

.del-header ul li {
    cursor: pointer
}

.del-header .del-icon.icon-select-up {
    transform: rotate(90deg)
}

#filtersModal {
    background: transparent;
    padding: 0;
}

.del-header .del-stripe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 8px 60px;
    width: 100%;
}

.del-header .del-stripe__container {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #0c2340
}

.del-header .del-stripe__container.del-stripe--hidden {
    display: none
}

.del-header .del-stripe__link {
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 24.5px
}

@media (min-width: 768px) {}

.del-header .del-stripe__link,
.del-header .del-stripe__link a {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: .7875rem;
    line-height: 18.2px;
    letter-spacing: 0
}

.del-header .del-stripe__link a:hover {
    text-decoration: underline
}

.del-header .del-stripe .swiper-button-next,
.del-header .del-stripe .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    top: 0
}

.del-header .del-stripe .swiper-button-next:after,
.del-header .del-stripe .swiper-button-prev:after {
    content: ""
}

@media (min-width: 768px) {
    .del-header .del-stripe .swiper-button-next,
    .del-header .del-stripe .swiper-button-prev {
        display: none
    }
}

.del-header .del-stripe .swiper-button-next .del-icon,
.del-header .del-stripe .swiper-button-prev .del-icon {
    width: 13px;
    height: 13px
}

.del-header .del-stripe .swiper-button-prev {
    left: 16px;
    right: auto
}

.del-header .del-stripe .swiper-button-next {
    right: 16px;
    left: auto
}

@media (min-width: 768px) {
    .del-header.isCLSession {
        margin-top: 33px
    }
    .del-header.isCLSession .del-stripe__container {
        top: 0;
        position: fixed;
        z-index: 10
    }
    .del-header.isCLSession .del-stripe__container.del-stripe--hidden {
        display: flex
    }
}

.del-header__stripe-gap {
    width: 100%;
    height: 34px
}

.del-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    //height: 61px;
    padding: 10px 0
}

@media (min-width: 768px) {
    .del-header__wrapper {
        padding: 10px 0
    }
}

@media (min-width: 1024px) {
    .del-header__wrapper {
        height: 93px;
        padding-bottom: 20px
    }
}

.del-header__wrapper-container {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff
}

@media (min-width: 1024px) {
    .del-header--transparent {
        background-color: transparent
    }
}

@media (min-width: 1024px) {
    .del-header--inverted {
        color: #fff
    }
    .del-header--inverted .del-header__abovelinks {
        color: hsla(0, 0%, 100%, .6)
    }
    .del-header--inverted .del-header__button-container .del-btnIcon .del-button__search {
        background-image: url(/local/templates/.default/assets/css/../medias/search-w.svg)
    }
    .del-header--inverted .del-header__button-container .del-btnIcon .del-button__cart {
        background-image: url(/local/templates/.default/assets/css/../medias/cart-w.svg)
    }
    .del-header--inverted .del-header__button-container .del-btnIcon .del-button__wishlist {
        background-image: url(/local/templates/.default/assets/css/../medias/wishlist-w.svg)
    }
    .del-header--inverted .del-header__button-container .del-btnIcon .del-button__account {
        background-image: url(/local/templates/.default/assets/css/../medias/account-w.svg)
    }
}

.del-header--bordered {
    border-bottom: 1px solid #e5e5e5
}

.del-header--bordered.del-header--menuopen {
    border: 0
}

@media (min-width: 1024px) {
    .del-header--menuopen,
    .del-header--standard {
        animation: del-header-animation-to-white .3s ease;
        background-color: #fff;
        color: #1a1d1f
    }
    .del-header--menuopen .del-header__abovelinks,
    .del-header--standard .del-header__abovelinks {
        color: #1a1d1f
    }
    .del-header--menuopen .del-header__button-container .del-btnIcon .del-button__search,
    .del-header--standard .del-header__button-container .del-btnIcon .del-button__search {
        background-image: url(/local/templates/.default/assets/css/../medias/search.svg)
    }
    .del-header--menuopen .del-header__button-container .del-btnIcon .del-button__cart,
    .del-header--standard .del-header__button-container .del-btnIcon .del-button__cart {
        background-image: url(/local/templates/.default/assets/css/../medias/cart.svg)
    }
    .del-header--menuopen .del-header__button-container .del-btnIcon .del-button__wishlist,
    .del-header--standard .del-header__button-container .del-btnIcon .del-button__wishlist {
        background-image: url(/local/templates/.default/assets/css/../medias/wishlist.svg)
    }
    .del-header--menuopen .del-header__button-container .del-btnIcon .del-button__account,
    .del-header--standard .del-header__button-container .del-btnIcon .del-button__account {
        background-image: url(/local/templates/.default/assets/css/../medias/account.svg)
    }
}

@media (min-width: 1024px) {
    .del-header--menuopen {
        top: 0
    }
}

.del-header__links-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 47px
}

.del-header__toprow {
    display: none;
    justify-content: flex-end;
    margin-bottom: 10px
}

@media (min-width: 1024px) {
    .del-header__toprow {
        display: flex
    }
}

.del-header__bottomrow {
    display: flex;
    justify-content: flex-end
}

@media (min-width: 1024px) {
    .del-header__bottomrow {
        justify-content: space-between
    }
}

.del-header__bottomrow .del-header__navbar {
    display: none;
    align-items: stretch
}

@media (min-width: 1024px) {
    .del-header__bottomrow .del-header__navbar {
        display: flex
    }
}

.del-header__bottomrow .del-header__navbar li {
    margin: 0 20px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 21px
}

.del-header__bottomrow .del-header__navbar .del-option--selected {
    color: inherit;
    border-bottom: 2px solid #266bbf
}

.del-header__abovelinks {
    display: flex;
    align-items: center;
    color: #1a1d1f
}

.del-header__abovelinks li {
    margin-left: 20px
}

.del-header__abovelinks li a {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem;
    line-height: 21px;
    opacity: .8
}

.del-header__button-container {
    display: flex;
    align-items: center;
}

.del-header__button-container .del-btnIcon {
    margin-left: 20px
}

.del-header__button-container .del-btnIcon--wishlist {
    display: none
}

@media (min-width: 1024px) {
    .del-header__button-container .del-btnIcon--wishlist {
        display: block
    }
}

@media (min-width: 1024px) {
    .del-header__button-container .del-btnIcon--menu {
        display: none
    }
}

.del-header__button-container .del-btnIcon .del-button,
.del-header__button-container .del-btnIcon .del-product-moodboard__product-wrapper__cta,
.del-header__button-container .del-btnIcon .del-textgroup__cta {
    display: block;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent
}

.del-header__button-container .del-btnIcon .del-button__search {
    background-image: url(/local/templates/.default/assets/css/../medias/search.svg)
}

.del-header__button-container .del-btnIcon .del-button__cart {
    background-image: url(/local/templates/.default/assets/css/../medias/cart.svg)
}

.del-header__button-container .del-btnIcon .del-button__wishlist {
    background-image: url(/local/templates/.default/assets/css/../medias/wishlist.svg)
}

.del-header__button-container .del-btnIcon .del-button__account {
    background-image: url(/local/templates/.default/assets/css/../medias/account.svg)
}

.del-header__navbar--mobile {
    padding: 24px 16px;
    list-style: none
}

@media (min-width: 768px) {
    .del-header__navbar--mobile {
        padding: 24px 32px
    }
}

@media (min-width: 1024px) {
    .del-header__navbar--mobile {
        display: none
    }
}

.del-header__navbar--mobile .del-icon {
    width: 20px;
    height: 20px
}

.del-header__navbar--mobile .del-header__navbar li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 8px 0 16px;
    border-bottom: 1px solid #efefef
}

.del-header__navbar--mobile .del-header__navbar li:last-child {
    border: none
}

.del-header__navbar--mobile .del-header__navbar li span {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 44px
}

.del-header .del-header__iconlinks {
    margin: 24px 0
}

.del-header .del-header__iconlinks--mobile {
    width: 28px;
    height: 28px;
    margin: 0
}

.del-header .del-header__iconlinks li {
    width: 100%;
    height: 48px;
    padding: 0 16px
}

.del-header .del-header__iconlinks li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%
}

.del-header .del-header__iconlinks li span {
    margin: 0 8px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    line-height: 44px
}

.del-header__wrapper .del-btnIcon--account {
    display: none
}

@media (min-width: 1024px) {
    .del-header__wrapper .del-btnIcon--account {
        position: relative;
        display: block
    }
}

.del-header__wrapper .del-btnIcon--account.touch:before {
    content: none
}

.del-header__wrapper .del-btnIcon--account:hover:before {
    height: 80px;
    transform: translate(-50%);
    top: 0
}

.del-header__wrapper .del-btnIcon--account:hover .dln-drawer {
    display: block;
    visibility: visible;
    transform: none;
    position: absolute;
    left: auto;
    right: -55px
}

.del-header__wrapper .del-btnIcon--account:hover .dln-drawer:after {
    content: none
}

.del-header__wrapper .del-btnIcon--account .dln-drawer {
    top: 100%
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account {
    width: 280px;
    padding: 16px 0
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account .user {
    width: 100%;
    padding: 0 16px
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account .user .del-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1d1f;
    padding: 8px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.0125rem;
    line-height: 24px
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account .user .del-btn--rounded {
    border-radius: 3px
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account .user .text {
    padding: 22px 0;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #757678;
    font-size: .9rem;
    line-height: 21px;
    letter-spacing: -.3px;
    text-align: left
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account .user .text .del-link {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #1a1d1f;
    text-decoration: underline
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account .user .greetingMessage {
    padding: 8px 0 20px;
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    color: #1a1d1f;
    letter-spacing: unset
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account hr {
    border: none;
    border-bottom: 1px solid #e5e5e5
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account .utilityLinks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 16px 0
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account .utilityLinks a {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #1a1d1f;
    font-size: .9rem;
    line-height: 28px
}

.del-header__wrapper .del-btnIcon--account .dln-drawer--account .utilityLinks a:hover {
    text-decoration: underline
}

.del-header__wrapper .del-btnIcon--search {
    background: none;
    border: none;
    cursor: pointer
}

.del-header__wrapper .del-button__wishlist {
    cursor: pointer
}

.del-header__wrapper .del-button span.del-btnIcon__wrap,
.del-header__wrapper .del-product-moodboard__product-wrapper__cta span.del-btnIcon__wrap,
.del-header__wrapper .del-textgroup__cta span.del-btnIcon__wrap {
    display: block;
    position: relative
}

.del-header__wrapper .del-button span.del-btnIcon__checkoutCounter,
.del-header__wrapper .del-product-moodboard__product-wrapper__cta span.del-btnIcon__checkoutCounter,
.del-header__wrapper .del-textgroup__cta span.del-btnIcon__checkoutCounter {
    display: flex;
    align-items: center;
    align-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #266bbf;
    position: absolute;
    top: -15px;
    right: -8px
}

.del-header__wrapper .del-button i.del-btnIcon__checkoutCounterText,
.del-header__wrapper .del-product-moodboard__product-wrapper__cta i.del-btnIcon__checkoutCounterText,
.del-header__wrapper .del-textgroup__cta i.del-btnIcon__checkoutCounterText {
    display: inline-block;
    width: auto;
    height: 10px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: .6875rem;
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700
}

.del-header__wrapper .del-button.displayNotificationDrawer .dln-drawer,
.del-header__wrapper .displayNotificationDrawer.del-product-moodboard__product-wrapper__cta .dln-drawer,
.del-header__wrapper .displayNotificationDrawer.del-textgroup__cta .dln-drawer {
    display: block;
    visibility: visible;
    z-index: 2000;
    left: unset;
    top: 100%
}

.del-header__wrapper .del-button.displayNotificationDrawer .dln-drawer .text a,
.del-header__wrapper .displayNotificationDrawer.del-product-moodboard__product-wrapper__cta .dln-drawer .text a,
.del-header__wrapper .displayNotificationDrawer.del-textgroup__cta .dln-drawer .text a {
    text-decoration: underline
}

.del-header__wrapper .dln-drawer:before {
    border-bottom-color: #e5e5e5
}

.del-header .del-button__cart span.del-btnIcon__checkoutCounter {
    top: 0
}

.del-header__category {
    display: block;
    width: 100%;
    height: calc(100vh - 61px);
    overflow-y: hidden
}

@media (min-width: 1024px) {
    .del-header__category {
        background-color: transparent
    }
}

.del-header__category--hidden {
    display: none
}

.del-header__filler {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 1px 0 10px #1a1d1f;
    animation: del-header-animation-categoryScreen-slide-down .3s ease
}

@media (min-width: 1024px) {
    .del-header__filler {
        height: unset;
        overflow-y: hidden
    }
}

.del-header__close-header {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1.35rem;
    padding: 5px;
    cursor: pointer;
    z-index: 1;
    display: none
}

@media (min-width: 1024px) {
    .del-header__close-header {
        display: block
    }
}

.del-header__subscreen {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    position: relative
}

@media (min-width: 1024px) {
    .del-header__subscreen {
        overflow-y: hidden
    }
}

.del-header__linkviewall {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background-color: #efefef
}

@media (min-width: 1024px) {
    .del-header__linkviewall {
        display: flex
    }
}

.del-header__linkviewall a,
.del-header__linkviewall span {
    width: 100%;
    max-width: 1400px;
    padding: 0 16px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    line-height: 23px
}

.del-header__linkviewall a .del-icon,
.del-header__linkviewall span .del-icon {
    width: 14px;
    height: 14px
}

.del-header .del-category__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 62px;
    padding: 0 16px;
    border-bottom: 1px solid #efefef
}

@media (min-width: 1024px) {
    .del-header .del-category__title {
        display: none
    }
}

.del-header .del-category__title--arrow {
    width: 19px
}

@media (min-width: 768px) {
    .del-header .del-category__title--arrow {
        width: 100px
    }
}

.del-header .del-category__title--arrow .del-icon {
    width: 19px;
    height: 19px
}

.del-header .del-category__title--arrow .del-title__linkviewall {
    display: none;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 21px;
    text-align: right;
    opacity: .6
}

@media (min-width: 768px) {
    .del-header .del-category__title--arrow .del-title__linkviewall {
        display: block
    }
}

.del-header .del-category__title--arrow .del-title__linkviewall span {
    width: 16px;
    height: 16px;
    margin: 0 5px
}

.del-header .del-category__title--text {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 44px
}

.del-header .del-category__linkviewall {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 62px;
    padding: 0 16px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 21px;
    text-align: right;
    opacity: .6
}

@media (min-width: 768px) {
    .del-header .del-category__linkviewall {
        display: none
    }
}

.del-header .del-category__linkviewall span {
    width: 16px;
    height: 16px;
    margin: 0 5px
}

.del-header .del-category__body {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

@media (min-width: 768px) {
    .del-header .del-category__body {
        flex-direction: row;
        justify-content: space-between
    }
}

.del-header .del-category__navbar {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 16px
}

@media (min-width: 1024px) {
    .del-header .del-category__navbar {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        border-bottom: 1px solid #efefef;
        height: 48px;
        padding: 0
    }
}

.del-header .del-category__navbar li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 8px 0 16px;
    border-bottom: 1px solid #efefef;
    font-size: 1.35rem;
    line-height: 44px;
    color: #1a1d1f
}

@media (min-width: 1024px) {
    .del-header .del-category__navbar li {
        display: block;
        width: unset;
        height: unset;
        margin: 0 24px;
        padding: 9px 0;
        border: none;
        font-size: 1.0125rem;
        line-height: 18px;
        color: #757678
    }
    .del-header .del-category__navbar li.del-option--selected {
        padding: 7px 0;
        color: #131518;
        border-bottom: 2px solid #266bbf
    }
}

.del-header .del-category__navbar li:last-child {
    border: none
}

@media (min-width: 1024px) {
    .del-header .del-category__navbar li:last-child.del-option--selected {
        padding: 7px 0;
        color: #131518;
        border-bottom: 2px solid #266bbf
    }
}

.del-header .del-category__navbar li span {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-header .del-category__navbar li .del-icon {
    width: 20px;
    height: 20px
}

@media (min-width: 1024px) {
    .del-header .del-category__navbar li .del-icon {
        display: none
    }
}

.del-header .del-category__column {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    flex-grow: 1
}

@media (min-width: 768px) {
    .del-header .del-category__column {
        width: 50%;
        margin-top: 24px
    }
}

@media (min-width: 1024px) {
    .del-header .del-category__column {
        flex-direction: row;
        flex-wrap: wrap;
        width: unset;
        min-width: 25%;
        max-width: 50%
    }
}

@media (min-width: 1024px) {
    .del-header .del-category__column .del-navnode {
        width: 50%
    }
}

.del-header .del-category__column .del-navnode:only-child {
    width: 100%
}

.del-header .del-category__column .del-navnode:only-child .del-navnode__title {
    display: none
}

@media (min-width: 1024px) {
    .del-header .del-category__column .del-navnode:only-child .del-navnode__title {
        display: flex
    }
}

@media (min-width: 1024px) {
    .del-header .del-category__subcategory-menu {
        height: unset
    }
}

.del-header .del-navnode {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 24px
}

@media (min-width: 1024px) {
    .del-header .del-navnode {
        width: unset
    }
}

.del-header .del-navnode__title {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 24px
}

.del-header .del-navnode__list {
    width: 100%
}

.del-header .del-navnode__list li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #efefef
}

@media (min-width: 1024px) {
    .del-header .del-navnode__list li {
        height: 44px;
        border: none
    }
}

.del-header .del-navnode__list li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 24px
}

.del-header .del-navnode__list li a:hover {
    text-decoration: underline
}

.del-header .del-navnode:last-child li:last-of-type {
    border: none
}

.del-header .del-highlights {
    padding-top: 24px;
    margin-bottom: 40px;
    border-top: 3px solid #efefef;
    flex-grow: 0
}

@media (min-width: 768px) {
    .del-header .del-highlights {
        width: 50%;
        padding-top: 0;
        margin-top: 24px;
        border: none;
        border-left: 3px solid #efefef
    }
}

@media (min-width: 1024px) {
    .del-header .del-highlights {
        width: unset
    }
}

.del-header .del-highlights__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 0 32px;
    font-size: 1.18125rem;
    line-height: 24px
}

.del-header .del-highlights__title,
.del-header .del-highlights__title a {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-header .del-highlights__title .del-icon {
    margin: 0 5px
}

.del-header .del-highlights__body {
    width: 100%
}

@media (min-width: 1024px) {
    .del-header .del-highlights__body {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.del-header .del-highlights .del-navnode {
    margin-bottom: 40px;
    flex: 1 0 0px
}

@media (min-width: 1024px) {
    .del-header .del-highlights .del-navnode {
        width: 330px
    }
}

.del-header .del-highlights .del-navnode__list {
    width: 100%
}

.del-header .del-highlights .del-navnode li:last-of-type {
    border: none;
    color: #266bbf
}

.del-header .del-imagelink {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 12px
}

.del-header .del-imagelink__image {
    width: 328px;
    height: 328px
}

@media (min-width: 1024px) {
    .del-header .del-imagelink__image {
        width: 330px;
        height: 330px
    }
}

.del-header .del-imagelink__image--double {
    width: 328px;
    height: 328px
}

@media (min-width: 1024px) {
    .del-header .del-imagelink__image--double {
        width: 684px;
        height: 330px
    }
}

.del-header .del-imagelink__link,
.del-header .del-imagelink__product {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.06875rem;
    line-height: 19px
}

.del-header .del-imagelink__link .del-icon,
.del-header .del-imagelink__product .del-icon {
    width: 14px;
    height: 14px;
    margin: 0 5px
}

.del-header .del-imagelink__product {
    flex-wrap: wrap
}

.del-header .del-imagelink__product-name {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.06875rem;
    display: block;
    width: 100%;
    text-align: center
}

.del-header .del-imagelink__product-oldPrice,
.del-header .del-imagelink__product-price {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.06875rem;
    display: inline-block;
    margin-top: 3px
}

.del-header .del-imagelink__product-oldPrice {
    color: #757678;
    text-decoration: line-through;
    padding-left: 5px
}

.del-header .del-imagecarousel {
    width: 352px
}

@media (min-width: 1024px) {
    .del-header .del-imagecarousel {
        width: 354px
    }
}

.del-header .del-imagecarousel__button {
    width: 24px;
    height: 24px;
    top: 164px
}

.del-header .del-imagecarousel__button:after {
    content: ""
}

.del-header .del-imagecarousel__button.swiper-button-prev {
    transform: rotate(-90deg)
}

.del-header .del-imagecarousel__button.swiper-button-next {
    transform: rotate(90deg)
}

.del-header .del-imagecarousel--triple {
    display: none
}

@media (min-width: 1024px) {
    .del-header .del-imagecarousel--triple {
        display: flex;
        padding-bottom: 62px
    }
}

.del-header .del-imagecarousel--triple .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center
}

.del-header .del-imagecarousel--triple .swiper-pagination-bullet {
    margin: 0 10px !important;
    background-color: #757678 !important;
    opacity: 1
}

.del-header .del-imagecarousel--triple .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    background-color: #1a1d1f !important
}

.del-header .del-imagecarousel--triple .del-carousel__slide {
    display: flex;
    justify-content: center
}

.del-header .del-imagecarousel--triple .del-carousel__button {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 164px;
    width: 40px;
    height: 40px;
    border: 1px solid #1a1d1f;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, .8)
}

.del-header .del-imagecarousel--triple .del-carousel__button:after {
    content: ""
}

.del-header .del-imagecarousel--triple .del-carousel__button.swiper-button-prev {
    transform: rotate(-90deg)
}

.del-header .del-imagecarousel--triple .del-carousel__button.swiper-button-next {
    transform: rotate(90deg)
}

.del-header .del-imagecarousel--triple .del-carousel__button.swiper-button-next,
.del-header .del-imagecarousel--triple .del-carousel__button.swiper-button-prev {
    pointer-events: auto
}

.del-header .del-imagecarousel--triple .del-carousel__button .del-icon {
    width: 23px;
    height: 23px;
    transform: rotate(0)
}

.del-header .del-mobile-hidden {
    display: none
}

@media (min-width: 1024px) {
    .del-header .del-mobile-hidden {
        display: flex
    }
}

@media (min-width: 1024px) {
    .del-header__filler.del-header__subcategory {
        box-shadow: none;
        animation: none
    }
}

.del-header .del-subcategory__body {
    width: 100%;
    height: unset;
    padding: 24px 0
}

@media (min-width: 768px) {
    .del-header .del-subcategory__body {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

.del-header .del-subcategory .del-subcategory__column {
    width: 100%
}

@media (min-width: 768px) {
    .del-header .del-subcategory .del-subcategory__column {
        width: 50%
    }
}

@media (min-width: 1024px) {
    .del-header .del-subcategory .del-subcategory__column {
        width: 25%
    }
}

.del-header .del-subcategory .del-subcategory__highlights {
    border-top: 3px solid #efefef;
    padding-top: 24px
}

@media (min-width: 768px) {
    .del-header .del-subcategory .del-subcategory__highlights {
        flex-grow: 3;
        border: none;
        border-left: 3px solid #efefef;
        padding-top: 0
    }
}

.del-header .del-subcategory .del-highlights__title .del-icon {
    width: 16px;
    height: 16px
}

.del-header .del-subcategory .del-highlights__body {
    justify-content: flex-start;
    padding: 0 16px
}

.del-header .del-subcategory .del-recipelink {
    display: flex;
    flex-direction: column;
    width: 330px;
    margin: 0 12px 24px;
    padding: 12px;
    background-color: #efefef
}

.del-header .del-subcategory .del-recipelink__image {
    display: block;
    flex-grow: 0;
    width: 306px;
    height: 262px;
    background-color: grey
}

.del-header .del-subcategory .del-recipelink__stats {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 16px 12px 5px
}

.del-header .del-subcategory .del-recipelink__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 24px;
    margin-bottom: 16px
}

.del-header .del-subcategory .del-recipelink__infos {
    display: flex;
    align-items: center;
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem;
    line-height: 16px;
    color: #757678
}

.del-header .del-subcategory .del-recipelink__infos>span {
    display: flex;
    align-items: center;
    flex: 1 0 auto
}

.del-header .del-subcategory .del-recipelink__infos .del-icon {
    width: 24px;
    height: 24px
}

.del-header .del-subcategory .del-recipelink__infos--text {
    margin: 0 5px
}

.del-header .del-subcategory .del-collectionslist {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 16px
}

@media (min-width: 1024px) {
    .del-header .del-subcategory .del-collectionslist {
        display: none
    }
}

.del-header .del-subcategory .del-collectionslist__slide {
    width: 328px;
    max-width: 100%;
    height: auto;
    margin-bottom: 16px
}

.del-header .del-subcategory .del-collectionslist__slide img {
    width: 100%;
    height: 100%
}

.del-miniCart.dln-miniCart {
    left: auto;
    right: 26px;
    top: 70px;
    position: fixed
}

.del-miniCart.dln-miniCart .dln-miniCart__content {
    min-height: 200px;
    max-height: 289px;
    overflow-y: auto
}

.del-miniCart.dln-miniCart .dln-miniCart__content .dln-icn:before,
.del-miniCart.dln-miniCart .dln-miniCart__content [class^=dln-icn]:before,
.del-miniCart.dln-miniCart [class^=dln-icn]:before {
    font-family: var(--fontNameIcons)
}

[dir=rtl] .del-header .del-stripe__container .swiper-button-next,
[dir=rtl] .del-header .del-stripe__container .swiper-button-prev {
    transform: rotate(180deg)
}

[dir=rtl] .del-header .del-stripe__container .swiper-button-prev {
    right: 16px;
    left: auto
}

[dir=rtl] .del-header .del-stripe__container .swiper-button-next {
    left: 16px;
    right: auto
}

@media (min-width: 768px) {
    [dir=rtl] .del-header .del-stripe__link {
        border-right: none;
        border-left: 1px solid hsla(0, 0%, 100%, .2)
    }
    [dir=rtl] .del-header .del-stripe__link:last-child {
        border-left: none
    }
}

[dir=rtl] .del-header .del-stripe__link {
    border-right: none;
    border-left: 1px solid hsla(0, 0%, 100%, .2)
}

[dir=rtl] .del-header .del-stripe__link:last-child {
    border-left: none
}

[dir=rtl] .del-header .del-btnIcon--account:hover .dln-drawer {
    left: -55px;
    right: auto
}

[dir=rtl] .del-header .del-btnIcon .dln-drawer .text {
    text-align: right
}

[dir=rtl] .del-header .del-icon.icon-select-up {
    transform: rotate(-90deg)
}

[dir=rtl] .del-header .del-imagecarousel__button.swiper-button-next {
    transform: rotate(90deg)
}

[dir=rtl] .del-header .del-imagecarousel--triple .del-carousel__button.swiper-button-prev {
    transform: rotate(0)
}

[dir=rtl] .del-header .del-imagecarousel--triple .del-carousel__button.swiper-button-next {
    transform: rotate(180deg)
}

[dir=rtl] .del-header__links-container {
    margin-left: 0;
    margin-right: 47px
}

[dir=rtl] .del-header__abovelinks li,
[dir=rtl] .del-header__button-container .del-btnIcon {
    margin-left: 0;
    margin-right: 20px
}

[dir=rtl] .del-header .del-category__title .icon-arrow-left {
    transform: rotate(180deg)
}

@media (min-width: 768px) {
    [dir=rtl] .del-header .del-highlights,
    [dir=rtl] .del-header .del-subcategory .del-subcategory__highlights {
        border: none;
        border-right: 3px solid #efefef
    }
}

.del-textgroup--countdown .del-textgroup__subtitle,
.del-textgroup--countdown .del-textgroup__subtitle p,
.del-textgroup--primary .del-textgroup__subtitle,
.del-textgroup--primary .del-textgroup__subtitle p,
.del-textgroup--secondary .del-textgroup__subtitle,
.del-textgroup--secondary .del-textgroup__subtitle p,
.textgroup-subtitle--primary {
    font-size: .6875rem;
    letter-spacing: 2.24px;
    margin: 4px 0;
    width: 100%
}

@media (min-width: 1440px) {
    .del-textgroup--countdown .del-textgroup__subtitle,
    .del-textgroup--countdown .del-textgroup__subtitle p,
    .del-textgroup--primary .del-textgroup__subtitle,
    .del-textgroup--primary .del-textgroup__subtitle p,
    .del-textgroup--secondary .del-textgroup__subtitle,
    .del-textgroup--secondary .del-textgroup__subtitle p,
    .textgroup-subtitle--primary {
        font-size: .7875rem;
        letter-spacing: 2.88px
    }
}

.del-textgroup--countdown .del-textgroup__title,
.del-textgroup--countdown .del-textgroup__title p,
.del-textgroup--primary .del-textgroup__title,
.del-textgroup--primary .del-textgroup__title p,
.del-textgroup--secondary .del-textgroup__title,
.del-textgroup--secondary .del-textgroup__title p,
.textgroup-title--primary {
    font-size: 1.8rem;
    letter-spacing: -.656px;
    line-height: 30px;
    margin: 4px 0 7px
}

@media (min-width: 360px) {
    .del-textgroup--countdown .del-textgroup__title,
    .del-textgroup--countdown .del-textgroup__title p,
    .del-textgroup--primary .del-textgroup__title,
    .del-textgroup--primary .del-textgroup__title p,
    .del-textgroup--secondary .del-textgroup__title,
    .del-textgroup--secondary .del-textgroup__title p,
    .textgroup-title--primary {
        font-size: 2.475rem;
        letter-spacing: -.88px;
        line-height: 40px;
        margin: 5px 0 12px
    }
}

@media (min-width: 1200px) {
    .del-textgroup--countdown .del-textgroup__title,
    .del-textgroup--countdown .del-textgroup__title p,
    .del-textgroup--primary .del-textgroup__title,
    .del-textgroup--primary .del-textgroup__title p,
    .del-textgroup--secondary .del-textgroup__title,
    .del-textgroup--secondary .del-textgroup__title p,
    .textgroup-title--primary {
        font-size: 3.2625rem;
        letter-spacing: -1.168px;
        line-height: 54px;
        margin: 10px 0 17px
    }
}

@media (min-width: 1440px) {
    .del-textgroup--countdown .del-textgroup__title,
    .del-textgroup--countdown .del-textgroup__title p,
    .del-textgroup--primary .del-textgroup__title,
    .del-textgroup--primary .del-textgroup__title p,
    .del-textgroup--secondary .del-textgroup__title,
    .del-textgroup--secondary .del-textgroup__title p,
    .textgroup-title--primary {
        font-size: 4.05rem;
        letter-spacing: -1.44px;
        line-height: 66px;
        margin: 12px 0 23px
    }
}

.del-textgroup--countdown .del-textgroup__content,
.del-textgroup--countdown .del-textgroup__content p,
.del-textgroup--primary .del-textgroup__content,
.del-textgroup--primary .del-textgroup__content p,
.del-textgroup--secondary .del-textgroup__content,
.del-textgroup--secondary .del-textgroup__content p,
.textgroup-content--primary {
    font-size: .9rem;
    line-height: 19px;
    margin: 5px 0 10px
}

@media (min-width: 360px) {
    .del-textgroup--countdown .del-textgroup__content,
    .del-textgroup--countdown .del-textgroup__content p,
    .del-textgroup--primary .del-textgroup__content,
    .del-textgroup--primary .del-textgroup__content p,
    .del-textgroup--secondary .del-textgroup__content,
    .del-textgroup--secondary .del-textgroup__content p,
    .textgroup-content--primary {
        font-size: .95625rem;
        line-height: 21px
    }
}

@media (min-width: 1440px) {
    .del-textgroup--countdown .del-textgroup__content,
    .del-textgroup--countdown .del-textgroup__content p,
    .del-textgroup--primary .del-textgroup__content,
    .del-textgroup--primary .del-textgroup__content p,
    .del-textgroup--secondary .del-textgroup__content,
    .del-textgroup--secondary .del-textgroup__content p,
    .textgroup-content--primary {
        font-size: 1.29375rem;
        line-height: 28px;
        margin: 8px 0 18px
    }
}

.del-textgroup__countdown {
    display: flex;
    justify-content: space-between
}

.del-textgroup__countdown__number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.del-textgroup__countdown__number:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px
}

.del-textgroup__countdown__number__label {
    position: relative;
    z-index: 2;
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700
}

.del-textgroup__countdown__label {
    width: 100%;
    text-align: center;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-textgroup__countdown {
    margin: 5px auto 10px
}

@media (min-width: 768px) {
    .del-textgroup__countdown {
        margin: 5px 0 10px
    }
}

@media (min-width: 768px) {
    .del-textgroup--center .del-textgroup__countdown {
        margin: 0 auto
    }
}

.del-textgroup__countdown__number {
    background: #1a1d1f;
    color: #fff
}

.del-textgroup__countdown__number:before {
    background-color: #000
}

.del-textgroup__texts--light-mobile .del-textgroup__countdown__number,
.del-textgroup__texts--light .del-textgroup__countdown__number {
    background: #efefef
}

.del-textgroup__texts--light-mobile .del-textgroup__countdown__number:before,
.del-textgroup__texts--light .del-textgroup__countdown__number:before {
    background-color: #fff
}

.del-textgroup__texts--light-mobile .del-textgroup__countdown__number__label,
.del-textgroup__texts--light .del-textgroup__countdown__number__label {
    color: #1a1d1f
}

@media (min-width: 768px) {
    .del-textgroup__texts--light-mobile .del-textgroup__countdown__number {
        background: #1a1d1f
    }
    .del-textgroup__texts--light-mobile .del-textgroup__countdown__number:before {
        background-color: #000
    }
    .del-textgroup__texts--light-mobile .del-textgroup__countdown__number__label {
        color: #fff
    }
    .del-textgroup__texts--light-desktop .del-textgroup__countdown__number {
        background: #efefef
    }
    .del-textgroup__texts--light-desktop .del-textgroup__countdown__number:before {
        background-color: #fff
    }
    .del-textgroup__texts--light-desktop .del-textgroup__countdown__number__label {
        color: #1a1d1f
    }
}

.del-textgroup__countdown {
    width: 280px
}

@media (min-width: 768px) {
    .del-textgroup__countdown {
        width: 324px
    }
}

@media (min-width: 1440px) {
    .del-textgroup__countdown {
        width: 388px
    }
}

.del-textgroup__countdown__box {
    width: 67px
}

@media (min-width: 768px) {
    .del-textgroup__countdown__box {
        width: 78px
    }
}

@media (min-width: 1440px) {
    .del-textgroup__countdown__box {
        width: 94px
    }
}

.del-textgroup__countdown__number {
    height: 72px;
    font-size: 2.53125rem
}

@media (min-width: 768px) {
    .del-textgroup__countdown__number {
        height: 84px;
        font-size: 2.8125rem
    }
}

@media (min-width: 1440px) {
    .del-textgroup__countdown__number {
        height: 98px;
        font-size: 3.76875rem
    }
}

.del-textgroup__countdown__label {
    font-size: .75rem
}

@media (min-width: 768px) {
    .del-textgroup__countdown__label {
        font-size: .7875rem
    }
}

.del-textgroup--medium .del-textgroup__subtitle,
.del-textgroup--medium .del-textgroup__subtitle p,
.textgroup-subtitle--medium {
    font-size: .6875rem;
    letter-spacing: 2.24px;
    margin: 3px 0
}

.del-textgroup--medium .del-textgroup__title,
.del-textgroup--medium .del-textgroup__title p,
.textgroup-title--medium {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.575rem;
    letter-spacing: -.42px;
    line-height: 29px
}

@media (min-width: 768px) {
    .del-textgroup--medium .del-textgroup__title,
    .del-textgroup--medium .del-textgroup__title p,
    .textgroup-title--medium {
        font-size: 2.08125rem;
        letter-spacing: -.555px;
        line-height: 37px
    }
}

@media (min-width: 1200px) {
    .del-textgroup--medium .del-textgroup__title,
    .del-textgroup--medium .del-textgroup__title p,
    .textgroup-title--medium {
        font-size: 2.8125rem;
        letter-spacing: -.75px;
        line-height: 50px;
        margin: 6px 0
    }
}

.del-textgroup--medium .del-textgroup__content,
.del-textgroup--medium .del-textgroup__content p,
.textgroup-content--medium {
    font-size: 1.0125rem;
    line-height: 24px;
    margin: 5px 0 11px
}

@media (min-width: 1200px) {
    .del-textgroup--medium .del-textgroup__content,
    .del-textgroup--medium .del-textgroup__content p,
    .textgroup-content--medium {
        font-size: 1.18125rem;
        line-height: 26px;
        margin: 7px 0 14px
    }
}

.textgroup-subtitle--small {
    font-size: .75rem;
    letter-spacing: 2.4px;
    line-height: 10px;
    margin: 3px 0
}

.textgroup-title--small {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.40625rem;
    letter-spacing: -.24px;
    line-height: 26px
}

@media (min-width: 1200px) {
    .textgroup-title--small {
        font-size: 1.9125rem;
        letter-spacing: -.34px;
        line-height: 37px;
        margin: 7px 0
    }
}

@media (min-width: 1440px) {
    .textgroup-title--small {
        font-size: 2.08125rem;
        letter-spacing: -.37px;
        line-height: 40.7px
    }
}

.del-textgroup--generic .del-textgroup__subtitle,
.del-textgroup--generic .del-textgroup__subtitle p,
.textgroup-subtitle--generic {
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700;
    font-size: .625rem;
    letter-spacing: 1.04px;
    line-height: 8.32px;
    margin: 2px 0
}

@media (min-width: 768px) {
    .del-textgroup--generic .del-textgroup__subtitle,
    .del-textgroup--generic .del-textgroup__subtitle p,
    .textgroup-subtitle--generic {
        font-size: .73125rem;
        letter-spacing: 1.28px;
        line-height: 10.24px
    }
}

.del-textgroup--generic .del-textgroup__content,
.del-textgroup--generic .del-textgroup__content p,
.textgroup-content--generic {
    font-size: 1.18125rem;
    line-height: 27.3px;
    margin: 4px 0 12px
}

@media (min-width: 768px) {
    .del-textgroup--generic .del-textgroup__content,
    .del-textgroup--generic .del-textgroup__content p,
    .textgroup-content--generic {
        font-size: 1.35rem;
        line-height: 32.4px;
        margin: 7px 0 16px
    }
}

@media (min-width: 1200px) {
    .del-textgroup--generic .del-textgroup__content,
    .del-textgroup--generic .del-textgroup__content p,
    .textgroup-content--generic {
        font-size: 1.575rem;
        line-height: 39.2px;
        margin: 7px 0 21px
    }
}

.del-textgroup--divider .del-textgroup__title,
.del-textgroup--divider .del-textgroup__title p,
.textgroup-title--divider {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: 3.2px;
    line-height: 22.4px
}

@media (min-width: 768px) {
    .del-textgroup--divider .del-textgroup__title,
    .del-textgroup--divider .del-textgroup__title p,
    .textgroup-title--divider {
        font-size: 1.18125rem;
        letter-spacing: 6.3px;
        line-height: 29.4px
    }
}

@media (min-width: 1200px) {
    .del-textgroup--divider .del-textgroup__title,
    .del-textgroup--divider .del-textgroup__title p,
    .textgroup-title--divider {
        font-size: 1.35rem;
        letter-spacing: 9.6px;
        line-height: 33.6px
    }
}

@media (min-width: 768px) {
    .del-textgroup__cta--countdown--light-mobile,
    .del-textgroup__cta--primary--light-mobile {
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        opacity: 1;
        color: #fff;
        background-color: #1a1d1f
    }
    .del-textgroup__cta--countdown--light-mobile:not(:disabled):hover,
    .del-textgroup__cta--primary--light-mobile:not(:disabled):hover {
        opacity: .8
    }
    .del-textgroup__cta--countdown--light-desktop,
    .del-textgroup__cta--primary--light-desktop {
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        opacity: 1;
        color: #1a1d1f;
        background-color: #fff
    }
    .del-textgroup__cta--countdown--light-desktop:not(:disabled):hover,
    .del-textgroup__cta--primary--light-desktop:not(:disabled):hover {
        opacity: .8
    }
    .del-textgroup__cta--secondary--light-mobile {
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        opacity: 1;
        color: #1a1d1f;
        background-color: transparent;
        border: 1px solid #1a1d1f
    }
    .del-textgroup__cta--secondary--light-mobile:not(:disabled):hover {
        opacity: .8;
        color: #fff;
        background-color: #1a1d1f
    }
    .del-textgroup__cta--secondary--light-desktop {
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        opacity: 1;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff
    }
    .del-textgroup__cta--secondary--light-desktop:not(:disabled):hover {
        opacity: .8;
        color: #1a1d1f;
        background-color: #fff
    }
    .del-textgroup__cta--medium--light-mobile {
        text-align: center;
        cursor: pointer;
        opacity: 1;
        color: #1a1d1f
    }
    .del-textgroup__cta--medium--light-mobile:not(:disabled):hover {
        opacity: .8
    }
    .del-textgroup__cta--medium--light-mobile:before {
        content: "";
        display: inline-block;
        position: relative;
        background-repeat: no-repeat;
        background-color: #1a1d1f;
        background-image: url(/local/templates/.default/assets/css/../medias/right-white.svg);
        transition: all .2s ease-in-out
    }
    .del-textgroup__cta--small--light-mobile {
        color: #1a1d1f;
        text-align: center;
        cursor: pointer;
        opacity: 1
    }
    .del-textgroup__cta--small--light-mobile:not(:disabled):hover {
        opacity: .8
    }
    .del-textgroup__cta--small--light-mobile:after {
        content: "";
        display: inline-block;
        position: relative;
        background-image: url(/local/templates/.default/assets/css/../medias/right-black.svg);
        transition: all .3s ease-in-out
    }
    .del-textgroup__cta--medium--light-desktop {
        text-align: center;
        cursor: pointer;
        opacity: 1;
        color: #fff
    }
    .del-textgroup__cta--medium--light-desktop:not(:disabled):hover {
        opacity: .8
    }
    .del-textgroup__cta--medium--light-desktop:before {
        content: "";
        display: inline-block;
        position: relative;
        background-repeat: no-repeat;
        background-color: #fff;
        background-image: url(/local/templates/.default/assets/css/../medias/right-black.svg);
        transition: all .2s ease-in-out
    }
    .del-textgroup__cta--small--light-desktop {
        color: #fff;
        text-align: center;
        cursor: pointer;
        opacity: 1
    }
    .del-textgroup__cta--small--light-desktop:not(:disabled):hover {
        opacity: .8
    }
    .del-textgroup__cta--small--light-desktop:after {
        content: "";
        display: inline-block;
        position: relative;
        background-image: url(/local/templates/.default/assets/css/../medias/right-white.svg);
        transition: all .3s ease-in-out
    }
}

.del-textgroup {
    position: relative;
    color: #1a1d1f;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease, transform .7s ease
}

.del-textgroup.\--hidden {
    opacity: 0;
    transform: translateY(50px)
}

.del-textgroup__appLinks,
.del-textgroup__texts {
    display: flex;
    flex-direction: column
}

.del-textgroup__appLinks--light,
.del-textgroup__appLinks--light *,
.del-textgroup__appLinks--light-mobile,
.del-textgroup__appLinks--light-mobile *,
.del-textgroup__texts--light,
.del-textgroup__texts--light *,
.del-textgroup__texts--light-mobile,
.del-textgroup__texts--light-mobile * {
    color: #fff
}

.lang-mobile {
    display: none;
}

@media (min-width: 768px) {
    .del-textgroup__appLinks--light-mobile,
    .del-textgroup__appLinks--light-mobile *,
    .del-textgroup__texts--light-mobile,
    .del-textgroup__texts--light-mobile * {
        color: #1a1d1f
    }
    .del-textgroup__appLinks--light-desktop,
    .del-textgroup__appLinks--light-desktop *,
    .del-textgroup__texts--light-desktop,
    .del-textgroup__texts--light-desktop * {
        color: #fff
    }
}

@media (max-width: 767px) {
    body:not(.dln-delonghi) {
        padding-top: 97px;
    }
    .del-header--bordered .del-header__wrapper {
        padding: 10px 30px !important;
    }
    .bonus,
    .lang-container {
        right: 13px;
    }
    .del-textgroup {
        text-align: center
    }
    .swiper-container.full-screen .swiper-button-prev:after,
    .swiper-container.full-screen .swiper-button-next:after {
        color: white;
    }
    .del-header .del-header__iconlinks li {
        display: flex;
        padding: 0;
        align-items: center;
    }
    .del-header .del-header__iconlinks li a {
        width: auto;
    }
    .del-header .del-header__iconlinks li a.bonus {
        width: auto;
        height: 20px;
        font-size: 11px;
    }
    .lang-mobile {
        display: flex;
        align-items: center;
        height: 48px;
    }
    .lang-link {
        margin-left: 10px;
        font-weight: 400;
        font-size: 16px;
        line-height: 15px;
        color: #CFCFCF !important;
    }
    .lang-link.active {
        color: #000000 !important;
    }
    .del-header__navbar--mobile .del-header__navbar li {
        padding: 0;
    }
    .del-header .del-header__iconlinks {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .del-textgroup--center {
        text-align: center
    }
}

.del-textgroup__badge {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 auto 7px
}

@media (min-width: 768px) {
    .del-textgroup__badge {
        margin: 0 0 7px
    }
    .del-textgroup--center .del-textgroup__badge {
        margin-left: auto;
        margin-right: auto
    }
}

.del-textgroup__subtitle {
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    opacity: .7
}

.del-textgroup__content,
.del-textgroup__title {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400
}

.del-textgroup__content b,
.del-textgroup__content strong,
.del-textgroup__title b,
.del-textgroup__title strong {
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700
}

.del-textgroup__title--desktop {
    display: none
}

@media (min-width: 768px) {
    .del-textgroup__title--desktop {
        display: block
    }
}

.del-textgroup__title--mobile {
    display: block
}

@media (min-width: 768px) {
    .del-textgroup__title--mobile {
        display: none
    }
}

.del-textgroup__separator {
    background-color: #266bbf;
    width: 32px;
    height: 4px;
    border-radius: 4px;
    margin: 5px auto
}

@media (min-width: 768px) {
    .del-textgroup__separator {
        margin: 0 0 10px
    }
    .del-textgroup--center .del-textgroup__separator {
        margin-left: auto;
        margin-right: auto
    }
}

.del-textgroup--small .del-textgroup__subtitle,
.del-textgroup--small .del-textgroup__subtitle p {
    font-size: .75rem;
    letter-spacing: 2.4px;
    line-height: 10px;
    margin: 3px 0
}

.del-textgroup--small .del-textgroup__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.40625rem;
    letter-spacing: -.24px;
    line-height: 26px
}

@media (min-width: 1200px) {
    .del-textgroup--small .del-textgroup__title {
        font-size: 1.9125rem;
        letter-spacing: -.34px;
        line-height: 37px;
        margin: 7px 0
    }
}

@media (min-width: 1440px) {
    .del-textgroup--small .del-textgroup__title {
        font-size: 2.08125rem;
        letter-spacing: -.37px;
        line-height: 40.7px
    }
}

.del-textgroup--small .del-textgroup__title p {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.40625rem;
    letter-spacing: -.24px;
    line-height: 26px
}

@media (min-width: 1200px) {
    .del-textgroup--small .del-textgroup__title p {
        font-size: 1.9125rem;
        letter-spacing: -.34px;
        line-height: 37px;
        margin: 7px 0
    }
}

@media (min-width: 1440px) {
    .del-textgroup--small .del-textgroup__title p {
        font-size: 2.08125rem;
        letter-spacing: -.37px;
        line-height: 40.7px
    }
}

.del-textgroup--small .del-textgroup__content,
.del-textgroup--small .del-textgroup__content p {
    font-size: 1.0125rem;
    line-height: 24px;
    margin: 7px 0 12px
}

.del-textgroup__cta {
    margin: 10px 0 0
}

.del-textgroup__appLinks {
    margin: 40px -10px 0
}

.del-textgroup__appLinks-title {
    line-height: 24px;
    font-size: 1.0125rem;
    font-weight: 500
}

.del-textgroup__appLinks-list {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    flex-wrap: wrap
}

.del-textgroup__appLinks-link {
    list-style: none;
    margin: 8px
}

.del-textgroup__appLinks-link-cta {
    display: block
}

.del-textgroup__appLinks-link-cta img {
    display: block;
    width: 156px;
    height: auto;
    background: #000;
    border-radius: 5px
}

@media (min-width: 768px) {
    .del-textgroup__appLinks {
        margin: 40px 0
    }
    .del-textgroup__appLinks-list {
        display: flex;
        margin-top: 10px;
        justify-content: flex-start;
        flex-wrap: wrap
    }
    .del-textgroup__appLinks-link {
        margin: 8px 16px 0 0
    }
}

@media (min-width: 768px) {
    .del-textgroup--center .del-textgroup__appLinks-list {
        justify-content: center !important
    }
}

.del-hero-banner__mask--cover,
.del-hero-banner__mask--cover--black,
.del-hero-banner__mask--cover--blue,
.del-hero-banner__mask--cover--grey,
.del-hero-banner__mask--cover--white {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.del-hero-banner__mask--left,
.del-hero-banner__mask--left--black,
.del-hero-banner__mask--left--blue,
.del-hero-banner__mask--left--grey,
.del-hero-banner__mask--left--white {
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%
}

.del-hero-banner__mask--right,
.del-hero-banner__mask--right--black,
.del-hero-banner__mask--right--blue,
.del-hero-banner__mask--right--grey,
.del-hero-banner__mask--right--white {
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%
}

.del-hero-banner__mask--header--black,
.del-hero-banner__mask--header--blue,
.del-hero-banner__mask--header--grey,
.del-hero-banner__mask--header--white,
.del-hero-banner__mask--top,
.del-hero-banner__mask--top--black,
.del-hero-banner__mask--top--blue,
.del-hero-banner__mask--top--grey,
.del-hero-banner__mask--top--white {
    top: 0;
    left: 0;
    right: 0;
    height: 50%
}

.del-hero-banner__mask--bottom,
.del-hero-banner__mask--bottom--black,
.del-hero-banner__mask--bottom--blue,
.del-hero-banner__mask--bottom--grey,
.del-hero-banner__mask--bottom--white {
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%
}

.del-hero-banner__mask {
    visibility: hidden
}

@media (min-width: 768px) {
    .del-hero-banner__mask {
        position: absolute;
        z-index: 1;
        visibility: visible
    }
}

.del-hero-banner__mask--cover--white {
    background-color: hsla(0, 0%, 100%, .5)
}

.del-hero-banner__mask--cover--black {
    background-color: rgba(0, 0, 0, .5)
}

.del-hero-banner__mask--cover--grey {
    background-color: rgba(0, 0, 0, .03)
}

.del-hero-banner__mask--cover--blue {
    background-color: rgba(11, 20, 35, .5)
}

.del-hero-banner__mask--left--white {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .5), transparent)
}

.del-hero-banner__mask--left--black {
    background: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.del-hero-banner__mask--left--grey {
    background: linear-gradient(90deg, rgba(0, 0, 0, .03), transparent)
}

.del-hero-banner__mask--left--blue {
    background: linear-gradient(90deg, rgba(11, 20, 35, .5), transparent)
}

.del-hero-banner__mask--right--white {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, .5), transparent)
}

.del-hero-banner__mask--right--black {
    background: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.del-hero-banner__mask--right--grey {
    background: linear-gradient(270deg, rgba(0, 0, 0, .03), transparent)
}

.del-hero-banner__mask--right--blue {
    background: linear-gradient(270deg, rgba(11, 20, 35, .5), transparent)
}

.del-hero-banner__mask--header--white,
.del-hero-banner__mask--top--white {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .5), transparent)
}

.del-hero-banner__mask--header--black,
.del-hero-banner__mask--top--black {
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.del-hero-banner__mask--header--grey,
.del-hero-banner__mask--top--grey {
    background: linear-gradient(180deg, rgba(0, 0, 0, .03), transparent)
}

.del-hero-banner__mask--header--blue,
.del-hero-banner__mask--top--blue {
    background: linear-gradient(180deg, rgba(11, 20, 35, .5), transparent)
}

.del-hero-banner__mask--header--black,
.del-hero-banner__mask--header--blue,
.del-hero-banner__mask--header--grey,
.del-hero-banner__mask--header--white {
    height: 35%
}

.del-hero-banner__mask--bottom--white {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .5), transparent)
}

.del-hero-banner__mask--bottom--black {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.del-hero-banner__mask--bottom--grey {
    background: linear-gradient(0deg, rgba(0, 0, 0, .03), transparent)
}

.del-hero-banner__mask--bottom--blue {
    background: linear-gradient(0deg, rgba(11, 20, 35, .5), transparent)
}

.del-hero-banner__texts {
    padding: 10px 0 25px
}

@media (min-width: 768px) {
    .del-hero-banner__texts {
        padding: 0;
        position: absolute;
        z-index: 2
    }
    .del-hero-banner__texts--middle-left {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%
    }
    .del-hero-banner__texts--middle-left .del-textgroup__content {
        max-width: 50%
    }
    .del-hero-banner__texts--middle-center {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center
    }
    .del-hero-banner__texts--middle-center * {
        text-align: center
    }
    .del-hero-banner__texts--middle-right {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 35%
    }
    .del-hero-banner__texts--top-center {
        top: 5%;
        width: 100%
    }
    .del-hero-banner__texts--top-center * {
        text-align: center
    }
    .del-hero-banner__texts--bottom-center {
        bottom: 5%;
        width: 100%
    }
    .del-hero-banner__texts--bottom-center * {
        text-align: center
    }
    .del-hero-banner__texts--bottom-center .del-textgroup__content,
    .del-hero-banner__texts--middle-center .del-textgroup__content,
    .del-hero-banner__texts--top-center .del-textgroup__content {
        max-width: 50%;
        margin: 0 auto
    }
}

@media (min-width: 768px) {
    .del-hero-banner__height-small {
        max-height: 400px
    }
    .del-hero-banner__height-small .del-hero-banner__video-container {
        padding-bottom: 20.83333%
    }
    .del-hero-banner__height-mid {
        max-height: 640px
    }
    .del-hero-banner__height-mid .del-hero-banner__video-container {
        padding-bottom: 33.33333%
    }
    .del-hero-banner__height-big {
        max-height: 800px
    }
    .del-hero-banner__height-big .del-hero-banner__video-container {
        padding-bottom: 41.66667%
    }
}

.del-hero-banner {
    position: relative
}

@media (min-width: 768px) {
    .del-hero-banner {
        overflow: hidden
    }
}

.del-hero-banner__wrapper {
    position: relative;
    overflow: hidden
}

.del-hero-banner__picture {
    display: block;
    margin: 0 -10px
}

.del-hero-banner__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

.del-hero-banner__video-wrapper {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin: 0 -10px
}

.del-hero-banner__video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 87.5%
}

@media (min-width: 768px) {
    .del-hero-banner__video-container {
        padding-bottom: 56.25%
    }
}

.del-hero-banner__video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    html[dir=rtl] .del-hero-banner__texts--middle-left {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 35%
    }
    html[dir=rtl] .del-hero-banner__texts--middle-right {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 100%
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

.del-moodboard {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 50px !important;
    color: #1a1d1f;
    overflow: hidden
}

.del-moodboard-tiles {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.del-moodboard-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin: 1.5vw 0;
    transition: all .2s ease-in-out;
    text-align: center;
    overflow: hidden
}

@media (min-width: 768px) {
    .del-moodboard-tile:hover {
        transform: scale(1.1);
        z-index: 99
    }
    .del-moodboard-tile:hover .del-moodboard-tile__overblock {
        transform: translateY(0)
    }
    .del-moodboard-tile:hover .del-moodboard-tile__overblock .mb-extra-link {
        opacity: 1
    }
    .del-moodboard-tile:hover .del-moodboard-tile__overblock--no-cta {
        transform: translateY(-40px)
    }
}

.del-moodboard-tile img {
    height: auto;
    width: 100%
}

.del-moodboard-tile img.del-moodboard--image-desktop {
    display: none
}

@media (min-width: 768px) {
    .del-moodboard-tile img.del-moodboard--image-desktop {
        display: block
    }
}

.del-moodboard-tile img.del-moodboard--image-mobile {
    display: block
}

@media (min-width: 768px) {
    .del-moodboard-tile img.del-moodboard--image-mobile {
        display: none
    }
}

.del-moodboard-tile .del-moodboard-tile__overblock {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 33px 25px;
    height: 100%;
    justify-content: flex-end;
    transition: all .2s ease-in-out
}

@media (min-width: 768px) {
    .del-moodboard-tile .del-moodboard-tile__overblock {
        transform: translateY(55px)
    }
    .del-moodboard-tile .del-moodboard-tile__overblock--no-cta {
        transform: none
    }
}

@media (min-width: 1200px) {
    .del-moodboard-tile .del-moodboard-tile__overblock {
        padding: 23px 25px
    }
}

@media (min-width: 1440px) {
    .del-moodboard-tile .del-moodboard-tile__overblock {
        padding: 48px 25px
    }
}

.del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup {
    padding: 0
}

.del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__title {
    font-size: 26px;
    line-height: 40px
}

.del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__cta {
    font-size: 16px
}

@media (min-width: 768px) {
    .del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__title {
        line-height: 24px;
        font-size: 1.35rem;
        letter-spacing: -.555px
    }
    .del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__content {
        font-size: .84375rem;
        line-height: 18px;
        margin: 5px 0 11px
    }
    .del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__cta {
        font-size: .9rem
    }
}

@media (min-width: 1024px) {
    .del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__title {
        line-height: 37px;
        font-size: 37px;
        letter-spacing: -.555px
    }
    .del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__content {
        font-size: 1.0125rem;
        line-height: 22px;
        margin: 5px 0 11px
    }
    .del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__cta {
        font-size: 1.0125rem
    }
}

@media (min-width: 1200px) {
    .del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__title {
        margin: 6px 0;
        line-height: 50px;
        font-size: 2.8125rem;
        letter-spacing: -.75px
    }
    .del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__content {
        margin: 7px 0 14px;
        font-size: 1.18125rem;
        line-height: 26px
    }
}

@media (min-width: 1440px) {
    .del-moodboard-tile .del-moodboard-tile__overblock .del-textgroup__title {
        font-size: 37px
    }
}

.del-moodboard-tile .del-moodboard-tile__overblock .mb-extra-link {
    margin-top: 15px;
    opacity: 1
}

@media (min-width: 768px) {
    .del-moodboard-tile .del-moodboard-tile__overblock .mb-extra-link {
        opacity: 0;
        transition: opacity .4s ease-in-out .2s
    }
}

@media (min-width: 1024px) {
    .del-moodboard-tile .del-moodboard-tile__overblock .mb-extra-link {
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .del-moodboard-tile .del-moodboard-tile__overblock .mb-extra-link {
        margin-top: 30px
    }
}

@media (min-width: 768px) {
     :root.isEdge .del-moodboard .del-textgroup__subtitle,
     :root.isIE .del-moodboard .del-textgroup__subtitle {
        font-size: .625rem
    }
     :root.isEdge .del-moodboard .del-textgroup__content,
     :root.isIE .del-moodboard .del-textgroup__content {
        font-size: 1.0125rem;
        line-height: 23px;
        margin: 5px 0 11px
    }
     :root.isEdge .del-moodboard .mb-extra-link,
     :root.isIE .del-moodboard .mb-extra-link {
        margin-top: 15px
    }
     :root.isEdge .del-moodboard .mb-extra-link .del-button,
     :root.isEdge .del-moodboard .mb-extra-link .del-product-moodboard__product-wrapper__cta,
     :root.isEdge .del-moodboard .mb-extra-link .del-textgroup__cta,
     :root.isIE .del-moodboard .mb-extra-link .del-button,
     :root.isIE .del-moodboard .mb-extra-link .del-product-moodboard__product-wrapper__cta,
     :root.isIE .del-moodboard .mb-extra-link .del-textgroup__cta {
        font-size: .75rem;
        padding: 5px 20px
    }
}

@media (min-width: 1024px) {
     :root.isEdge .del-moodboard .del-textgroup__title,
     :root.isIE .del-moodboard .del-textgroup__title {
        font-size: 2.025rem;
        line-height: 36px
    }
     :root.isEdge .del-moodboard .del-textgroup__content,
     :root.isIE .del-moodboard .del-textgroup__content {
        font-size: .9rem;
        line-height: 21px;
        margin: 5px 0 10px
    }
     :root.isEdge .del-moodboard .del-textgroup__cta,
     :root.isIE .del-moodboard .del-textgroup__cta {
        font-size: .9rem
    }
     :root.isEdge .del-moodboard .mb-extra-link,
     :root.isIE .del-moodboard .mb-extra-link {
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
     :root.isEdge .del-moodboard .del-textgroup__title,
     :root.isIE .del-moodboard .del-textgroup__title {
        font-size: 2.53125rem;
        line-height: 43px
    }
     :root.isEdge .del-moodboard .del-textgroup__content,
     :root.isIE .del-moodboard .del-textgroup__content {
        font-size: 1.0125rem;
        line-height: 23px;
        margin: 5px 0 11px
    }
}

.del-moodboard .swiper-button-next:hover,
.del-moodboard .swiper-button-prev:hover {
    transform: scale(1);
    background-color: #fff;
    opacity: .9
}

.del-moodboard-tile__mask--bottom,
.del-moodboard-tile__mask--bottom--black,
.del-moodboard-tile__mask--bottom--white {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0
}

.del-moodboard-tile__mask {
    position: absolute;
    visibility: visible
}

.del-moodboard-tile__mask--bottom--white {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .5), transparent)
}

.del-moodboard-tile__mask--bottom--black {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.del-moodboard-tile__mask--bottom--percent30 {
    height: 30%
}

.del-moodboard-tile__mask--bottom--percent40 {
    height: 40%
}

.del-moodboard-tile__mask--bottom--percent50 {
    height: 50%
}

.del-moodboard-tile__mask--bottom--percent60,
.del-moodboard-tile__mask--bottom--percent70 {
    height: 70%
}

.del-moodboard .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    height: 50px;
    width: 100%;
    padding-top: 0
}

@media (min-width: 768px) {
    .del-moodboard .swiper-pagination {
        display: none
    }
}

.del-moodboard .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px !important;
    background-color: #757678;
    opacity: 1
}

.del-moodboard .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #1a1d1f
}

.del-moodboard .swiper-pagination.del-moodboard--carousel-pagination-light .swiper-pagination-bullet {
    background: hsla(0, 0%, 100%, .75)
}

.del-moodboard .swiper-pagination.del-moodboard--carousel-pagination-light .swiper-pagination-bullet-active {
    background: #fff
}

.del-moodboard .swiper-button-next,
.del-moodboard .swiper-button-prev {
    height: 42px;
    width: 42px;
    margin-top: -21px;
    border: 1px solid;
    border-radius: 50%;
    background-color: #fff;
    font-size: 1.575rem;
    opacity: .8
}

@media (min-width: 768px) {
    .del-moodboard .swiper-button-next,
    .del-moodboard .swiper-button-prev {
        display: none
    }
}

.del-moodboard .swiper-button-next.swiper-button-disabled,
.del-moodboard .swiper-button-prev.swiper-button-disabled {
    opacity: .1;
    cursor: auto;
    pointer-events: none
}

.del-moodboard .swiper-button-next:after,
.del-moodboard .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal
}

.del-moodboard .swiper-button-prev:after,
.del-moodboard .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.del-moodboard .swiper-button-next:after,
.del-moodboard .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.del-promoslider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #1a1d1f;
    height: auto
}

.del-promoslider .del-promoslider__titlebar {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.40625rem;
    letter-spacing: -.24px;
    line-height: 26px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-align: center
}

@media (min-width: 1200px) {
    .del-promoslider .del-promoslider__titlebar {
        font-size: 1.9125rem;
        letter-spacing: -.34px;
        line-height: 37px;
        margin: 7px 0
    }
}

@media (min-width: 1440px) {
    .del-promoslider .del-promoslider__titlebar {
        font-size: 2.08125rem;
        letter-spacing: -.37px;
        line-height: 40.7px
    }
}

@media (min-width: 1024px) {
    .del-promoslider .del-promoslider__titlebar {
        height: 100px;
        font-size: 1.575rem
    }
}

.del-promoslider .swiper-wrapper {
    padding: 0;
    align-items: center
}

@media (min-width: 1024px) {
    .del-promoslider .swiper-wrapper {
        padding: 0
    }
}

.del-promoslider .swiper-slide {
    max-width: 100%;
    padding: 0
}

@media (min-width: 1024px) {
    .del-promoslider .swiper-slide {
        padding: 0 25px
    }
    .del-promoslider .swiper-slide .del-wrapper--full-width {
        padding: 0
    }
}

.del-promoslider .swiper-slide .del-textgroup {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 45px
}

.del-promoslider .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    height: 50px;
    width: 100%;
    padding-top: 0
}

@media (min-width: 1024px) {
    .del-promoslider .swiper-pagination {
        height: 80px
    }
}

.del-promoslider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px !important;
    background-color: #757678;
    opacity: 1;
    cursor: pointer
}

.del-promoslider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #1a1d1f
}

.del-promoslider .swiper-button-next,
.del-promoslider .swiper-button-prev {
    display: flex;
    align-self: center;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    transform: scale(.9);
    border: 1px solid #757678;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .75);
    font-size: 1.35rem
}

.del-promoslider .swiper-button-next:hover,
.del-promoslider .swiper-button-prev:hover {
    transform: scale(1);
    background-color: #fff;
    opacity: .9
}

.del-promoslider .swiper-button-next.swiper-button-disabled,
.del-promoslider .swiper-button-prev.swiper-button-disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none
}

.del-promoslider .swiper-button-next:after,
.del-promoslider .swiper-button-prev:after {
    font-family: swiper-icons, sans-serif;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal
}

.del-promoslider .swiper-button-next:hover:after,
.del-promoslider .swiper-button-prev:hover:after {
    font-weight: 700
}

.del-promoslider .swiper-button-prev:after,
.del-promoslider .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.del-promoslider .swiper-button-next:after,
.del-promoslider .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.del-promoslider .swiper-button-prev {
    left: 10px
}

@media (min-width: 1024px) {
    .del-promoslider .swiper-button-prev {
        left: 25%
    }
}

.del-promoslider .swiper-button-next {
    right: 10px
}

@media (min-width: 1024px) {
    .del-promoslider .swiper-button-next {
        right: 25%
    }
}

.del-product-moodboard__navigation {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .del-product-moodboard__navigation {
        position: absolute;
        left: -9999px;
        width: 0;
        height: 0
    }
}

.del-product-moodboard__navigation .swiper-slide {
    width: auto !important;
    font-size: 1.18125rem;
    line-height: 37px;
    color: #757678;
    cursor: pointer;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-product-moodboard__navigation .swiper-slide-active {
    color: #1a1d1f;
    border-bottom: 3px solid #1a1d1f
}

.del-product-moodboard__products .swiper-pagination {
    display: none
}

@media (min-width: 768px) {
    .del-product-moodboard__products .swiper-pagination {
        display: block;
        width: auto;
        position: relative;
        margin: 10px auto 25px
    }
    .del-product-moodboard__products .swiper-pagination-bullet {
        width: auto;
        height: auto;
        background: transparent;
        font-size: 1.18125rem;
        line-height: 37px;
        margin: 0 30px 0 0 !important;
        color: #757678;
        cursor: pointer;
        opacity: 1;
        border-radius: 0;
        border-bottom: 3px solid transparent;
        font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
        font-weight: 400
    }
    .del-product-moodboard__products .swiper-pagination-bullet-active {
        color: #1a1d1f;
        border-bottom-color: #1a1d1f
    }
    .del-product-moodboard__products .swiper-pagination-bullet:last-child {
        margin: 0 !important
    }
}

.del-product-moodboard__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 768px) {
    .del-product-moodboard__wrapper {
        flex-direction: row
    }
}

.del-product-moodboard__wrapper.\--hidden {
    display: none
}

@media (min-width: 768px) {
    .del-product-moodboard__wrapper__item {
        width: calc(50% - 10px)
    }
}

.del-product-moodboard__wrapper__item.\--primary {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .del-product-moodboard__wrapper__item.\--primary {
        margin-bottom: 0
    }
}

.del-product-moodboard__wrapper__item.\--secondary {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.del-product-moodboard__wrapper__item.\--secondary>.del-product-moodboard__wrapper__item__secondary-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.del-product-moodboard__wrapper__item.\--secondary>.del-product-moodboard__wrapper__item__secondary-section:first-child {
    margin-bottom: 20px
}

.del-product-moodboard__product-wrapper {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .03);
    padding: 24px;
    text-align: center;
    height: 100%
}

@media (min-width: 768px) {
    .del-product-moodboard__product-wrapper {
        padding: 16.31% 17.1% 30px
    }
}

.del-product-moodboard__product-wrapper__media {
    display: block;
    position: relative
}

@media (min-width: 768px) {
    .del-product-moodboard__product-wrapper__media {
        overflow: hidden
    }
    .del-product-moodboard__product-wrapper__media .del-picture {
        transition: transform .7s ease-in-out
    }
    .del-product-moodboard__product-wrapper__media:hover .del-picture {
        transform: scale(1.2)
    }
}

.del-product-moodboard__product-wrapper__info {
    display: flex;
    flex-direction: column;
    margin-top: 15px
}

.del-product-moodboard__product-wrapper__cta {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    height: auto;
    font-size: 20px;
    line-height: normal
}

.del-product-moodboard__product-wrapper__price {
    margin-top: 5px
}

.del-product-moodboard__product-wrapper__old-price {
    color: #757678;
    display: block;
    text-decoration: line-through
}

@media (min-width: 768px) {
    .del-product-moodboard__product-wrapper__old-price {
        display: inline-block;
        padding-left: 5px
    }
}

.del-product-moodboard__product-wrapper__image-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .03)
}

.del-product-moodboard__product-wrapper.\--secondary {
    padding: 8px 8px 25px;
    height: auto;
    width: calc(50% - 10px)
}

@media (min-width: 768px) {
    .del-product-moodboard__product-wrapper.\--secondary {
        padding: 16px 8.8% 28px
    }
}

.del-product-moodboard__product-wrapper.\--full {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px
}

@media (min-width: 768px) {
    .del-product-moodboard__product-wrapper.\--full {
        padding: 30px 8px 30px 17.1%
    }
}

.\--full .del-product-moodboard__product-wrapper__info,
.\--full .del-product-moodboard__product-wrapper__media {
    width: calc(50% - 5px)
}

@media (min-width: 768px) {
    html[dir=rtl] .del-product-moodboard__products .swiper-pagination-bullet {
        margin: 0 0 0 30px !important
    }
    html[dir=rtl] .del-product-moodboard__products .swiper-pagination-bullet:first-child {
        margin: 0
    }
    html[dir=rtl] .del-product-moodboard__products .swiper-pagination-bullet:last-child {
        margin: 0 0 0 30px !important
    }
}

@media (min-width: 768px) {
    html[dir=rtl] .del-product-moodboard__product-wrapper.\--full {
        padding: 30px 17.1% 30px 8px
    }
}

.del-contentslider .del-contentslider__navlabels {
    height: 70px;
    background-color: transparent;
    color: #fff
}

.del-contentslider .del-contentslider__navlabels.del-contentslider--pagination-light-style {
    height: 57px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .del-contentslider .del-contentslider__navlabels {
        position: absolute;
        height: 0;
        width: 0;
        left: -999999px
    }
}

@media (max-width: 767px) {
    .del-contentslider .del-contentslider__navlabels.del-contentslider--pagination-light-style,
    .del-contentslider .swiper-pagination.del-contentslider--pagination-light-style {
        border-color: #1a1d1f;
        color: #1a1d1f
    }
}

.del-contentslider .del-contentslider__navlabels .del-contentslider__navlabel,
.del-contentslider .swiper-pagination .del-contentslider__navlabel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
    width: auto !important;
    margin: auto 15px;
    max-height: 30px;
    max-width: 50%;
    overflow: hidden;
    line-height: 27px;
    background-color: inherit;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 1.18125rem;
    opacity: 1;
    cursor: pointer;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

@media (min-width: 768px) {
    .del-contentslider .del-contentslider__navlabels .del-contentslider__navlabel,
    .del-contentslider .swiper-pagination .del-contentslider__navlabel {
        font-size: 1.06875rem
    }
}

@media (min-width: 768px) {
    .del-contentslider .del-contentslider__navlabels .del-contentslider__navlabel:hover,
    .del-contentslider .swiper-pagination .del-contentslider__navlabel:hover {
        border-color: inherit
    }
}

.del-contentslider .del-contentslider__navlabels .del-contentslider__navlabel.swiper-pagination-bullet-active,
.del-contentslider .del-contentslider__navlabels .del-contentslider__navlabel.swiper-slide-active,
.del-contentslider .swiper-pagination .del-contentslider__navlabel.swiper-pagination-bullet-active,
.del-contentslider .swiper-pagination .del-contentslider__navlabel.swiper-slide-active {
    border-color: inherit
}

.del-contentslider__slides .swiper-slide {
    padding: 0 16px
}

@media (min-width: 768px) {
    .del-contentslider__slides .swiper-slide {
        padding: 0;
        cursor: -webkit-grab;
        cursor: grab
    }
    .del-contentslider__slides .swiper-slide .del-wrapper--full-width {
        padding: 0
    }
}

.del-contentslider .swiper-pagination {
    display: none
}

@media (min-width: 768px) {
    .del-contentslider .swiper-pagination {
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 0;
        height: 60px;
        width: 100%;
        margin: 0;
        padding: 0 10% 18px;
        background-color: transparent;
        border-color: #fff;
        color: #fff;
        cursor: -webkit-grab;
        cursor: grab
    }
}

.del-contentslider .swiper-button-next,
.del-contentslider .swiper-button-prev {
    display: none
}

@media (min-width: 768px) {
    .del-contentslider .swiper-button-next,
    .del-contentslider .swiper-button-prev {
        display: flex;
        align-self: center;
        height: 40px;
        width: 40px;
        margin-top: -20px;
        transform: scale(.9);
        border: 1px solid #757678;
        border-radius: 50%;
        background-color: hsla(0, 0%, 100%, .75);
        font-size: 1.35rem
    }
    .del-contentslider .swiper-button-next:hover,
    .del-contentslider .swiper-button-prev:hover {
        transform: scale(1);
        background-color: #fff;
        opacity: .9
    }
}

.del-contentslider .swiper-button-next.swiper-button-disabled,
.del-contentslider .swiper-button-prev.swiper-button-disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none
}

.del-contentslider .swiper-button-next:after,
.del-contentslider .swiper-button-prev:after {
    font-family: swiper-icons, sans-serif;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal
}

.del-contentslider .swiper-button-next:hover:after,
.del-contentslider .swiper-button-prev:hover:after {
    font-weight: 700
}

.del-contentslider .swiper-button-prev:after,
.del-contentslider .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.del-contentslider .swiper-button-next:after,
.del-contentslider .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.del-shopthelook {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 5px 0 30px
}

@media (min-width: 768px) {
    .del-shopthelook {
        flex-direction: row;
        justify-content: flex-start;
        margin: 65px 0
    }
    .del-shopthelook-wrapper {
        display: flex;
        flex-direction: row
    }
}

.del-shopthelook__category-cover {
    justify-content: center
}

@media (min-width: 768px) {
    .del-shopthelook__category-cover {
        align-items: flex-start;
        max-width: 1152px !important;
        margin: 0;
        padding: 0;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.del-shopthelook__media {
    display: block;
    height: auto;
    max-width: 100%
}

.del-shopthelook__category-showcase {
    width: 100%
}

@media (min-width: 768px) {
    .del-shopthelook__category-showcase {
        max-width: 560px !important;
        width: 40%;
        margin: 0;
        padding: 0 4%
    }
}

.del-shopthelook__category-showcase .swiper-container .swiper-wrapper {
    align-items: center
}

.del-shopthelook__category-showcase .del-shopthelook__product {
    padding: 0 53px
}

@media (min-width: 768px) {
    .del-shopthelook__category-showcase .del-shopthelook__product {
        padding: 0 64px
    }
    .del-shopthelook__category-showcase .del-shopthelook__product .del-picture__image.del-shopthelook__media {
        height: auto
    }
}

.del-shopthelook .del-shopthelook-textgroup {
    margin-top: 19px
}

@media (min-width: 768px) {
    .del-shopthelook .del-shopthelook-textgroup {
        margin: 0
    }
}

.del-shopthelook .del-shopthelook-textgroup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.del-shopthelook .del-shopthelook-textgroup .del-textgroup__subtitle,
.del-shopthelook .del-shopthelook-textgroup .del-textgroup__subtitle p {
    font-size: .75rem;
    letter-spacing: 2.4px;
    line-height: 10px;
    margin: 3px 0
}

.del-shopthelook .del-shopthelook-textgroup .del-textgroup__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.40625rem;
    letter-spacing: -.24px;
    line-height: 26px
}

@media (min-width: 1200px) {
    .del-shopthelook .del-shopthelook-textgroup .del-textgroup__title {
        font-size: 1.9125rem;
        letter-spacing: -.34px;
        line-height: 37px;
        margin: 7px 0
    }
}

@media (min-width: 1440px) {
    .del-shopthelook .del-shopthelook-textgroup .del-textgroup__title {
        font-size: 2.08125rem;
        letter-spacing: -.37px;
        line-height: 40.7px
    }
}

.del-shopthelook .del-shopthelook-textgroup .del-textgroup__title p {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.40625rem;
    letter-spacing: -.24px;
    line-height: 26px
}

@media (min-width: 1200px) {
    .del-shopthelook .del-shopthelook-textgroup .del-textgroup__title p {
        font-size: 1.9125rem;
        letter-spacing: -.34px;
        line-height: 37px;
        margin: 7px 0
    }
}

@media (min-width: 1440px) {
    .del-shopthelook .del-shopthelook-textgroup .del-textgroup__title p {
        font-size: 2.08125rem;
        letter-spacing: -.37px;
        line-height: 40.7px
    }
}

.del-shopthelook .del-shopthelook-textgroup .del-textgroup__content,
.del-shopthelook .del-shopthelook-textgroup .del-textgroup__content p {
    font-size: 1.0125rem;
    line-height: 24px;
    margin: 7px 0 12px
}

.del-shopthelook .del-shopthelook-textgroup .del-textgroup__subtitle {
    text-transform: uppercase
}

.del-shopthelook .del-shopthelook-textgroup .del-textgroup__separator,
.del-shopthelook .del-shopthelook-textgroup .del-textgroup__title {
    margin: 10px 0
}

.del-shopthelook .del-shopthelook-textgroup .del-textgroup__content {
    margin: 7px 0 22px
}

.del-shopthelook .swiper-button-next,
.del-shopthelook .swiper-button-prev {
    display: flex;
    align-self: center;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    transform: scale(.9);
    border: 1px solid #757678;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .75);
    font-size: 1.35rem
}

.del-shopthelook .swiper-button-next:hover,
.del-shopthelook .swiper-button-prev:hover {
    transform: scale(1);
    background-color: #fff;
    opacity: .9
}

.del-shopthelook .swiper-button-next.swiper-button-disabled,
.del-shopthelook .swiper-button-prev.swiper-button-disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none
}

.del-shopthelook .swiper-button-next:after,
.del-shopthelook .swiper-button-prev:after {
    font-family: swiper-icons, sans-serif;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal
}

.del-shopthelook .swiper-button-next:hover:after,
.del-shopthelook .swiper-button-prev:hover:after {
    font-weight: 700
}

.del-shopthelook .swiper-button-prev:after,
.del-shopthelook .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.del-shopthelook .swiper-button-next:after,
.del-shopthelook .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.del-shopthelook .swiper-button-prev {
    left: 0
}

@media (min-width: 768px) {
    .del-shopthelook .swiper-button-prev {
        left: 0
    }
}

.del-shopthelook .swiper-button-next {
    right: 0
}

@media (min-width: 768px) {
    .del-shopthelook .swiper-button-next {
        right: 0
    }
}

.del-shopthelook .swiper-pagination {
    position: static;
    transition: duration .3s;
    transition-property: transform
}

@media (min-width: 768px) {
    .del-shopthelook .swiper-pagination {
        width: 100%;
        bottom: 0;
        padding: 0 10% 18px;
        color: #1a1d1f;
        transition: transform .2s ease-in-out
    }
}

.del-shopthelook .swiper-pagination-bullet {
    height: auto;
    width: auto;
    margin: 15px auto;
    opacity: 1
}

.del-shopthelook .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    display: none
}

.del-shopthelook .swiper-pagination-bullet-active {
    display: block;
    background: 0 none;
    border-radius: 0
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-data {
    line-height: 26px;
    border-bottom: 1.5px solid transparent;
    font-size: 1.06875rem;
    color: #1a1d1f
}

@media (min-width: 768px) {
    .del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-data {
        font-size: 1.06875rem
    }
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-data-name {
    font-weight: 500
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-data-code {
    color: grey;
    font-size: .84375rem
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-data-prices {
    display: flex;
    justify-content: center
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-data-oldprice {
    text-decoration: line-through;
    margin-left: 1em;
    color: grey;
    font-size: .84375rem
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatchable-data {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatchable-data-linked-name a,
.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatchable-data-linked-name a:active,
.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatchable-data-linked-name a:focus,
.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatchable-data-linked-name a:hover,
.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatchable-data-linked-name a:visited {
    font-size: 1.06875rem;
    font-weight: 500;
    line-height: 26px;
    color: initial;
    text-decoration: none
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatches {
    display: none;
    justify-content: center;
    align-items: center;
    height: 26px
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatch-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 12.5px;
    background: radial-gradient(#000 1px, grey 3px, #fff 10px);
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    opacity: 1;
    text-indent: -9999px
}

@media (min-width: 768px) {
    .del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatch-link {
        margin: 0 4.5px
    }
}

.del-shopthelook .swiper-pagination-bullet-active .del-shopthelook__product-swatch-color,
.del-shopthelook__hidden-swatchVariants {
    display: none
}

.del-keyfeaturetile {
    overflow: hidden
}

.del-keyfeaturetile__title {
    font-size: 1.35rem;
    line-height: 24px;
    margin: 10px 0 20px
}

@media (min-width: 768px) {
    .del-keyfeaturetile__title {
        font-size: 1.4625rem;
        line-height: 26px;
        margin: 20px 0
    }
}

.del-keyfeaturetile__description {
    line-height: 20px;
    font-size: .9rem;
    font-weight: lighter;
    color: #757678
}

.del-keyfeatures {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-bottom: 50px;
    color: #1a1d1f
}

@media (min-width: 768px) {
    .del-keyfeatures {
        width: calc(100% - 48px);
        margin: 0 auto
    }
}

.del-keyfeatures__titlebar {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    height: 85px;
    font-size: 1.18125rem;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .del-keyfeatures__titlebar {
        height: 140px;
        font-size: 1.575rem
    }
}

.del-keyfeatures__tiles.swiper-wrapper {
    justify-content: normal;
    align-items: baseline
}

@media (min-width: 768px) {
    .del-keyfeatures__tiles.swiper-wrapper {
        justify-content: center;
        transform: translateX(0) !important
    }
}

.del-keyfeatures__tile.swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: none;
    transition: all .2s ease-in-out
}

@media (min-width: 768px) {
    .del-keyfeatures__tile.swiper-slide {
        flex-shrink: 1;
        max-width: 354px;
        margin: 0 24px
    }
}

.del-keyfeatures__tile.swiper-slide .del-keyfeaturetile__image {
    width: 100%
}

.del-keyfeatures__tile.swiper-slide .del-keyfeaturetile__textblock {
    padding: 0 10px
}

.del-sidecard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    font-size: .84375rem;
    line-height: normal
}

.del-sidecard.del-wrapper--full-width {
    margin: 0;
    padding: 0;
    max-width: none
}

.del-sidecard.del-wrapper--full-grid {
    padding: 0 15px
}

.del-sidecard__media-container {
    order: 1
}

.del-sidecard__media-container .del-sidecard__image,
.del-sidecard__media-container .del-sidecard__picture,
.del-sidecard__media-container .del-sidecard__video-wrapper {
    display: block;
    width: 100%;
    height: auto
}

.del-sidecard__media-container .del-sidecard__video-wrapper video {
    max-width: 100%
}

.del-sidecard__textgroup-container {
    order: 2;
    width: 100%
}

.del-sidecard__textgroup-container .del-textgroup__texts {
    margin: 8px 17px 0
}

.del-sidecard__textgroup-container .del-textgroup__title {
    margin-bottom: 6px;
    line-height: 32px;
    font-size: 1.575rem;
    font-weight: 500
}

.del-sidecard__textgroup-container .del-textgroup__subtitle {
    margin: 8px 0;
    line-height: 18px;
    font-size: .73125rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

.del-sidecard__textgroup-container .del-textgroup__content {
    margin-top: 9px;
    line-height: 24px;
    font-size: .95625rem
}

.del-sidecard__textgroup-container .del-textgroup__cta {
    margin-bottom: 10px
}

.del-sidecard.del-wrapper--full-grid__appLinks {
    margin: 40px -20px 0
}

.del-sidecard--reverse .del-sidecard__media-container,
.del-sidecard--reverse .del-sidecard__textgroup-container {
    order: 2
}

@media (min-width: 768px) {
    .del-sidecard {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }
    .del-sidecard.del-wrapper--full-grid {
        padding: 0
    }
    .del-sidecard__media-container,
    .del-sidecard__textgroup-container {
        width: 50% !important
    }
    .del-sidecard__media-container {
        align-items: flex-start;
        margin: 0;
        padding: 0
    }
    .del-sidecard--reverse .del-sidecard__textgroup-container {
        order: 1
    }
    .del-sidecard__textgroup-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        padding: 0 7.5%
    }
    .del-sidecard__textgroup-container .del-textgroup__texts {
        margin: 0
    }
    .del-sidecard__textgroup-container .del-textgroup__title {
        margin: 0 0 10px;
        font-size: 2.025rem;
        line-height: 40px
    }
    .del-sidecard__textgroup-container .del-textgroup__subtitle {
        margin: 0 0 12px
    }
}

.del-gallery-spacecontainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    justify-content: center
}

.del-gallery-spacecontainer .bra-gallery__container {
    width: 100%;
    z-index: 0
}

.del-gallery-spacecontainer .bra-gallery__container .bra-gallery {
    position: relative;
    max-width: 1440px;
    margin: 0;
    font-size: .84375rem;
    line-height: normal
}

.del-gallery-spacecontainer .bra-gallery__container .bra-gallery__wrapper {
    display: none
}

.del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper {
    display: block;
    position: relative;
    visibility: visible;
    background: transparent
}

.del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-slide {
    overflow: hidden
}

.del-gallery-spacecontainer .bra-image {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background-color: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(0)
}

@media (-ms-high-contrast: none) {
    .del-gallery-spacecontainer .bra-image {
        position: relative;
        height: auto
    }
}

.del-gallery-spacecontainer .bra-image__image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

@media (-ms-high-contrast: none) {
    .del-gallery-spacecontainer .bra-image__image {
        position: relative;
        min-width: 100%;
        min-height: 100%;
        max-height: none;
        width: 100%;
        height: auto;
        -ms-grid-row-align: center;
        align-self: center;
        flex-shrink: 0
    }
}

.del-gallery-spacecontainer .del-gallery-introTitles {
    display: flex;
    width: 85%;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto 60px;
    max-width: 1200px;
    font-size: .84375rem;
    line-height: normal
}

.del-gallery-spacecontainer .del-gallery-subtitle,
.del-gallery-spacecontainer .del-gallery-title {
    display: block;
    width: 100%;
    color: #1a1d1f
}

.del-gallery-spacecontainer .del-gallery-title {
    margin-bottom: auto;
    font-size: 1.35rem;
    line-height: 27px;
    font-weight: 700;
    font-style: normal
}

.del-gallery-spacecontainer .del-gallery-subtitle {
    line-height: 19px;
    font-size: .84375rem;
    font-weight: 500;
    font-style: normal
}

@media only screen and (max-width: 767px) {
    .del-gallery-spacecontainer .del-gallery-introTitles {
        flex-direction: column;
        margin: 0 auto 30px;
        width: calc(100% - 40px)
    }
    .del-gallery-spacecontainer .del-gallery-introTitles .del-gallery-subtitle {
        margin-top: 10px
    }
    .del-gallery-spacecontainer .del-gallery-introTitles--right-button,
    .del-gallery-spacecontainer .del-gallery-introTitles .bra-introText--right-button {
        align-items: flex-start
    }
    .del-gallery-spacecontainer .del-gallery-introTitles--right-button .bra-btn,
    .del-gallery-spacecontainer .del-gallery-introTitles .bra-introText--right-button .bra-btn {
        margin-top: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .del-gallery-spacecontainer .del-gallery-introTitles {
        width: calc(100% - 60px);
        margin-bottom: 40px
    }
    .del-gallery-spacecontainer .del-gallery-introTitles .del-gallery-title {
        font-size: 1.6875rem;
        line-height: 34px
    }
    .del-gallery-spacecontainer .del-gallery-introTitles .del-gallery-title+.del-gallery-subtitle {
        margin-top: 0;
        margin-left: 20px
    }
}

@media only screen and (min-width: 1024px) {
    .del-gallery-spacecontainer .del-gallery-introTitles {
        display: flex;
        width: 85%;
        max-width: 1200px;
        margin: 0 auto 60px;
        justify-content: space-between;
        align-items: flex-end;
        line-height: normal
    }
    .del-gallery-spacecontainer .del-gallery-introTitles .del-gallery-title {
        margin-bottom: auto;
        font-size: 2.025rem;
        line-height: 40px
    }
    .del-gallery-spacecontainer .del-gallery-introTitles .del-gallery-subtitle {
        line-height: 22px;
        font-size: .95625rem;
        font-weight: 400
    }
    .del-gallery-spacecontainer .del-gallery-introTitles .del-gallery-title+.del-gallery-subtitle {
        margin-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .del-gallery-spacecontainer {
        display: block
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper {
        padding: 0
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-slide {
        max-width: calc(100vw - 40px) !important
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: calc(100% - 40px) !important;
        margin: 0 auto !important
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-close {
        display: none
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev {
        order: 1
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-scrollbar {
        order: 2;
        display: block
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next {
        order: 3
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next,
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev {
        display: none
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-scrollbar {
        position: relative;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background: #e6e6e6;
        margin-top: 30px
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-scrollbar .swiper-scrollbar-drag {
        background: #000
    }
    .del-gallery-spacecontainer .bra-gallery--grid-2 .bra-gallery__swiperWrapper {
        padding: 0 20px
    }
    .del-gallery-spacecontainer .bra-gallery--grid-2 .swiper-footer {
        width: 100% !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .del-gallery-spacecontainer {
        display: block
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper {
        width: 100%
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-slide {
        max-width: calc(50% - 32.5px) !important
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: calc(100% - 60px) !important;
        margin: 0 auto !important;
        padding-top: 32px;
        position: relative
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-close {
        display: none
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev {
        order: 1
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-scrollbar {
        display: block;
        order: 2
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next {
        order: 3
    }
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next,
    .del-gallery-spacecontainer .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev {
        display: none
    }
    .del-gallery-spacecontainer .bra-gallery.bra-gallery--grid-2 .bra-gallery__swiperWrapper {
        width: 100%;
        padding: 0;
        margin: 0 30px
    }
    .del-gallery-spacecontainer .bra-gallery.bra-gallery--grid-2 .bra-gallery__swiperWrapper .swiper-slide {
        max-width: calc(50% - 2.5px)
    }
    .del-gallery-spacecontainer .bra-gallery.bra-gallery--grid-2 .bra-gallery__swiperWrapper .swiper-footer {
        width: 100%;
        margin: 30px 0 0
    }
}

@media only screen and (min-width: 1024px) {
    .del-gallery-spacecontainer .bra-gallery__container {
        width: 100%
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery {
        margin: 0 30px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__wrapper {
        display: flex;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
        height: 46.7vw;
        max-height: 760px;
        width: 100%;
        margin: 0 auto;
        max-width: 1440px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__wrapper.ready .bra-gallery__col--left,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__wrapper.ready .bra-gallery__col--right {
        opacity: 1;
        transition: opacity .4s ease-in-out
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right {
        display: flex;
        flex-wrap: wrap;
        width: calc(50% - 2px);
        opacity: 0;
        transition: opacity .4s ease-in-out
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper {
        width: 100%;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        transform: translateZ(0)
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper .bra-image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper .bra-image {
        padding-bottom: 0;
        height: 100%
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper .bra-image .bra-image__image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper .bra-image .bra-image__image {
        position: relative;
        min-width: 100%;
        min-height: 100%
    }
}

@media only screen and (min-width: 1024px) {
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper.cloned,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper.cloned {
        border-radius: 5px;
        overflow: hidden;
        z-index: -10 !important
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper.cloned .bra-image__image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper.cloned .bra-image__image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) scale3d(1.05, 1.05, 1.05);
        transition: transform 0 ease-in-out
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper.cloned.active,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper.cloned.animating,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper.cloned.active,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper.cloned.animating {
        z-index: 60 !important
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper.cloned.active .bra-image__image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper.cloned.animating .bra-image__image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper.cloned.active .bra-image__image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper.cloned.animating .bra-image__image {
        transform: translateX(-50%) translateY(-50%) scale3d(1.05, 1.05, 1.05);
        transition: transform .3s ease-in-out
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper.cloned.active .bra-btnIcon,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper.cloned.animating .bra-btnIcon,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper.cloned.active .bra-btnIcon,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper.cloned.animating .bra-btnIcon {
        opacity: 1
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper.closing .bra-image__image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper.closing .bra-image__image {
        transform: translateX(-50%) translateY(-50%) scaleX(1) !important;
        transition: transform .3s ease-in-out
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper .bra-image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper .bra-image {
        padding-bottom: 0;
        height: 100%
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper .bra-image .bra-image__image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper .bra-image .bra-image__image {
        position: relative;
        min-width: 100%;
        min-height: 100%
    }
}

@media only screen and (min-width: 1024px) and (-ms-high-contrast: none),
only screen and (min-width: 1024px) and (hover: none),
only screen and (min-width: 1024px) and (pointer: coarse) {
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper .bra-image .bra-image__image:hover,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper .bra-image .bra-image__image:hover {
        position: absolute;
        width: auto;
        height: auto;
        max-height: 110%;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) scaleX(1)
    }
}

@media only screen and (min-width: 1024px) {
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper .bra-image__image,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper .bra-image__image {
        transition: all .3s ease-in-out
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper .bra-image__overlay,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper .bra-image__overlay {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        opacity: 0;
        z-index: 10;
        border-radius: 5px;
        overflow: hidden
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper .bra-btnIcon,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper .bra-btnIcon {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        z-index: 50;
        width: 4em;
        height: 4em
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper .bra-btnIcon .bra-icn,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper .bra-btnIcon .bra-icn {
        color: #fff
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper:first-child,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper:nth-child(2) {
        width: calc(50% - 2px);
        margin-bottom: 4px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--left .bra-image__wrapper:first-child {
        margin-right: 4px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper:nth-child(2),
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper:nth-child(3) {
        width: calc(50% - 2px);
        margin-top: 4px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__col--right .bra-image__wrapper:nth-child(2) {
        margin-right: 4px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-icn.bra-icn__plus {
        text-align: center;
        cursor: pointer;
        opacity: 1
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-icn.bra-icn__plus:not(:disabled):hover {
        opacity: .8
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-icn.bra-icn__plus:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        background-color: transparent;
        background-image: url(/_ui/dist/assets/images/icons/icon-plus-white.svg);
        transform: rotate(0deg);
        transition: all .2s ease-in-out
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        background: #fff;
        border-radius: 5px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-slide {
        border-radius: 5px;
        overflow: hidden
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-slide .bra-image {
        border-radius: 5px;
        overflow: hidden;
        transform: translateZ(0);
        padding-bottom: 0;
        height: 100%
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-slide .bra-image .bra-image__image {
        border-radius: 5px;
        overflow: hidden
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-slide .bra-image__image {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper.visible {
        z-index: 100;
        visibility: visible
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100% !important;
        margin: 0 !important;
        align-items: baseline;
        max-width: none !important
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-scrollbar {
        display: none
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%);
        height: 40px;
        width: 40px;
        margin-top: -20px;
        transform: scale(.9);
        border: 1px solid #757678;
        border-radius: 50%;
        background-color: hsla(0, 0%, 100%, .75);
        font-size: 1.35rem
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next:hover,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev:hover {
        transform: scale(1);
        background-color: #fff;
        opacity: .75
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next.swiper-button-disabled,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev.swiper-button-disabled {
        opacity: .2;
        pointer-events: none
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next:after,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev:after {
        display: inline-block;
        font-family: swiper-icons, sans-serif;
        font-size: var(--swiper-navigation-size);
        font-variant: normal;
        text-transform: none !important;
        letter-spacing: 0
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next:hover:after,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev:hover:after {
        font-weight: 700
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev:after,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-container-rtl .swiper-button-next:after {
        content: "prev";
        padding: 26px 40px 26px 35px;
        margin: -20px -35px -20px -25px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next:after,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-container-rtl .swiper-button-prev:after {
        content: "next";
        padding: 26px 37.5px;
        margin: -20px -22.5px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-next {
        right: 20px !important;
        left: auto !important
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-prev {
        right: auto !important;
        left: 20px !important
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-close {
        position: absolute;
        top: 0;
        right: 0
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-close button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 50;
        width: 4em;
        height: 4em;
        transform: rotate(45deg)
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery__swiperWrapper .swiper-footer .swiper-button-close .bra-icn {
        color: #fff
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-gallery--grid-4 .bra-gallery__col--right .bra-image__wrapper {
        margin: 0
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-gallery--grid-3 .bra-gallery__col--left .bra-image__wrapper:first-child,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-gallery--grid-3 .bra-gallery__col--left .bra-image__wrapper:nth-child(2) {
        width: 100%;
        margin: 0
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-gallery--grid-3 .bra-gallery__col--left .bra-image__wrapper:first-child {
        margin-bottom: 4px
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-gallery--grid-3 .bra-gallery__col--right .bra-image__wrapper:nth-child(2) {
        margin: 0
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-gallery--grid-2 .bra-image__wrapper {
        min-height: 0
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-gallery--grid-2 .bra-gallery__col--left .bra-image__wrapper:first-child,
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-gallery--grid-2 .bra-gallery__col--left .bra-image__wrapper:nth-child(2) {
        width: 100%;
        margin: 0
    }
    .del-gallery-spacecontainer .bra-gallery__container .bra-gallery .bra-gallery--grid-2 .bra-gallery__col--right .bra-image__wrapper:nth-child(2) {
        margin: 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, Avenir Next, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5764;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
    display: inline
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px)
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px #266bbf;
    outline: 0
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true],
.plyr__control--overlaid {
    background: #266bbf;
    color: #fff
}

.plyr__control--overlaid {
    border: 0;
    border-radius: 100%;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #266bbf
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right: 5px
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0
}

.plyr__controls:empty {
    display: none
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4a5764;
    padding: 10px
}

.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-top-color: hsla(0, 0%, 100%, .9);
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5764;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: rgba(74, 87, 100, .8);
    right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px 7px 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: rgba(74, 87, 100, .8);
    left: 7px
}

.plyr__menu__container .plyr__control--back:before {
    background: #c1c9d1;
    box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #266bbf
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    color: #266bbf;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px
}

.plyr--full-ui input[type=range]::-ms-track {
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px #266bbf;
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px #266bbf;
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px #266bbf;
    outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 14px
}

.plyr__time+.plyr__time:before {
    content: "\2044";
    margin-right: 10px
}

@media (max-width: 767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
    left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr--video {
    background: #000;
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position: relative
}

.plyr__progress__buffer,
.plyr__progress input[type=range] {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px)
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: hsla(0, 0%, 100%, .25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 201, 209, .66)
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 41, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 41, 47, .6) 0, rgba(35, 41, 47, .6) 75%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 201, 209, .66)
}

.plyr__volume {
    align-items: center;
    display: flex;
    flex: 1;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index: 2
}

@media (min-width: 480px) {
    .plyr__volume {
        max-width: 90px
    }
}

@media (min-width: 768px) {
    .plyr__volume {
        max-width: 110px
    }
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute],
.plyr--is-ios .plyr__volume {
    display: none !important
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: rgba(35, 41, 47, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.plyr__ads:after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

@media (max-width: 767px) {
    .del-videoFull {
        width: calc(100% - 40px);
        height: 100%
    }
    .del-videoFull__caption {
        position: relative
    }
    .del-videoFull__player__ios-overlay {
        display: none;
        position: absolute;
        padding-right: 100%;
        padding-top: 35%;
        z-index: 10
    }
    .del-videoFull__player__ios-overlay.active {
        display: block
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .del-videoFull--centered .del-videoFull__caption {
        width: 90px;
        height: 90px
    }
    .del-videoFull--centered .del-videoFull__playIcon {
        min-width: 90px;
        min-height: 90px
    }
}

@keyframes pulse {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.del-videoFull {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    font-size: .84375rem;
    line-height: normal
}

.del-videoFull.ready .del-videoFull__button-play {
    display: block
}

.del-videoFull.ready .del-videoFull__playIcon {
    opacity: 1
}

.del-videoFull.ready .bra-loader {
    opacity: 0;
    height: 0;
    z-index: -10;
    pointer-events: none;
    visibility: hidden
}

.del-videoFull__preview {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9
}

.del-videoFull__preview__image {
    width: 100%
}

.del-videoFull__caption {
    bottom: 0;
    left: 0;
    display: flex;
    align-self: flex-end;
    align-items: flex-start;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 8px 16px;
    box-sizing: border-box
}

.del-videoFull__playIcon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    margin: 0 16px 0 0;
    opacity: .4
}

.del-videoFull__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.del-videoFull__player .plyr__control.plyr__controls__item.plyr__tab-focus,
.del-videoFull__player .plyr__control.plyr__controls__item:hover {
    background: #266bbf;
    box-shadow: 0 0 0 2px #266bbf
}

.del-videoFull__player .plyr__control--overlaid {
    color: #266bbf;
    background: #fff;
    box-shadow: 0 0 0 2px #266bbf;
    transform: scale(1) translate(-50%, -50%) !important;
    z-index: -1
}

.del-videoFull__player .plyr__control--overlaid.plyr__tab-focus,
.del-videoFull__player .plyr__control--overlaid:hover {
    color: #fff;
    background: #266bbf;
    transform: scale(1.2);
    box-shadow: 0 0 0 2px #266bbf
}

.del-videoFull__player .plyr__progress input[type=range],
.del-videoFull__player .plyr__volume input[type=range] {
    color: #266bbf
}

.del-videoFull__player .plyr__progress input[type=range].plyr__tab-focus,
.del-videoFull__player .plyr__progress input[type=range]:hover,
.del-videoFull__player .plyr__volume input[type=range].plyr__tab-focus,
.del-videoFull__player .plyr__volume input[type=range]:hover {
    color: #052644;
    box-shadow: 0 0 0 2px transparent
}

.del-videoFull__player .plyr__buffer {
    color: hsla(0, 0%, 100%, .5)
}

.del-videoFull__player .plyr__menu button.plyr__tab-focus,
.del-videoFull__player .plyr__menu button:hover,
.del-videoFull__player .plyr__volume button.plyr__tab-focus,
.del-videoFull__player .plyr__volume button:hover {
    background: #266bbf;
    box-shadow: 0 0 0 2px #266bbf
}

.del-videoFull__player button.bra-btnIcon--close {
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    height: 3em;
    background: hsla(0, 0%, 100%, .8);
    font-size: .84375rem
}

.del-videoFull__player button.bra-btnIcon--close i {
    transform: rotate(45deg)
}

.del-videoFull__player.visible {
    z-index: 10
}

.del-videoFull--popup-player .del-videoFull__player.visible {
    position: fixed;
    z-index: 1100;
    background: hsla(0, 0%, 100%, .9)
}

.del-videoFull--popup-player .del-videoFull__player.visible .del-videoFull__playerCostrain {
    position: absolute;
    background: #000;
    overflow: hidden;
    width: 80%;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 .66667rem rgba(0, 0, 0, .1)
}

.del-videoFull__caption {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    padding: 0;
    background: #266bbf;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #266bbf
}

.del-videoFull__playIcon {
    min-width: 50px;
    min-height: 50px;
    margin: 0
}

.del-videoFull__button-play {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: none;
    border: none
}

.del-videoFull__button-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    width: 3em;
    height: 3em
}

.del-videoFull .del-btn-close__icon {
    text-align: center;
    cursor: pointer;
    opacity: 1
}

.del-videoFull .del-btn-close__icon:not(:disabled):hover {
    opacity: .8
}

.del-videoFull .del-btn-close__icon:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(/_ui/dist/assets/images/icons/icon-plus-white.svg);
    transform: rotate(45deg);
    transition: all .2s ease-in-out
}

@keyframes del-contentcards-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.del-contentcards__icon-close {
    width: 24px;
    height: 24px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px
}

.del-contentcards__icon-plus {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-left: 16px
}

@media (min-width: 768px) {
    .del-contentcards__icon-plus {
        margin-left: 0;
        margin-bottom: 24px
    }
}

.del-contentcards__icon-plus--inner {
    transform: scale(0);
    transition: transform .3s;
    margin: 0
}

.del-contentcards__link {
    display: none;
    align-items: flex-end;
    margin-top: 20px;
    color: #fff;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    letter-spacing: 0;
    line-height: 23px
}

.del-contentcards__link,
.del-contentcards__link:link,
.del-contentcards__link:visited {
    text-decoration: none;
    color: #fff
}

.del-contentcards__link .del-icon {
    width: 14px;
    height: 14px;
    margin-bottom: 3px
}

.del-contentcards__link:hover .del-icon {
    margin-left: 5px
}

.del-contentcards .del-textgroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 16px
}

@media (max-width: 767px) {
    .del-contentcards .del-textgroup {
        text-align: left
    }
}

@media (min-width: 768px) {
    .del-contentcards .del-textgroup {
        justify-content: flex-start;
        align-items: center;
        font-size: 2.08125rem;
        letter-spacing: -.7px;
        line-height: 37px
    }
}

.del-contentcards .del-textgroup__subtitle {
    margin: 6px 0;
    color: hsla(0, 0%, 100%, .6);
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem;
    letter-spacing: 2px;
    line-height: 18px
}

@media (min-width: 768px) {
    .del-contentcards .del-textgroup__subtitle {
        margin-bottom: 16px
    }
}

.del-contentcards .del-textgroup__title {
    margin: 6px 0;
    color: #fff;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.575rem;
    letter-spacing: -.53px;
    line-height: 32px
}

@media (min-width: 768px) {
    .del-contentcards .del-textgroup__title {
        font-size: 2.08125rem;
        letter-spacing: -.7px;
        line-height: 37px
    }
}

.del-contentcards .del-textgroup__previewtext {
    display: none;
    height: 1px;
    transition: height .3s;
    max-width: 340px;
    color: #fff;
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    overflow-y: hidden
}

@media (min-width: 768px) {
    .del-contentcards .del-textgroup__previewtext {
        display: block
    }
}

.del-contentcards .del-textgroup__fulltext {
    display: none;
    color: #fff;
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    letter-spacing: 0;
    line-height: 24px
}

.del-contentcards__background {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: opacity 1s ease-in-out
}

@media (min-width: 768px) {
    .del-contentcards__background--mobile {
        display: none
    }
}

.del-contentcards__background--desktop {
    display: none
}

@media (min-width: 768px) {
    .del-contentcards__background--desktop {
        display: block
    }
}

.del-contentcards__background--card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%, 75% 50%, 50%;
    opacity: 0
}

.del-contentcards__background--opaque {
    opacity: 1
}

.del-contentcards__background--transparent {
    opacity: 0
}

[dir=rtl] .del-contentcards__background--card {
    background-position: 50%, 25% 50%, 50%
}

.del-contentcards__card {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    transition: flex-grow 1s
}

@media (min-width: 768px) {
    .del-contentcards__card {
        border-top: none;
        border-left: 1px solid #e5e5e5
    }
}

.del-contentcards__card:first-child {
    border: none
}

.del-contentcards__card--open {
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 0
}

.del-contentcards__card--shrunk {
    flex-grow: 0.001;
    flex-shrink: 0;
    flex-basis: 0
}

@media (min-width: 768px) {
    .del-contentcards__card--shrunk {
        width: 10%
    }
}

@media (min-width: 768px) {
    [dir=rtl] .del-contentcards__card {
        border-left: none;
        border-right: 1px solid #e5e5e5
    }
}

.del-contentcards__card-content {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 16px
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--closed {
        flex-direction: column;
        justify-content: flex-end
    }
}

.del-contentcards__card-content.card--closed:hover {
    background: rgba(0, 7, 28, .5)
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--closed:hover .del-contentcards__icon-plus--inner {
        transform: scale(1)
    }
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--closed:hover .del-textgroup__previewtext {
        height: 90px;
        margin-top: 16px
    }
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--closed.card-mask--half {
        background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .7))
    }
    .del-contentcards__card-content.card--closed.card-mask--half:hover {
        background: rgba(0, 7, 28, .5)
    }
    .del-contentcards__card-content.card--closed.card-mask--cover {
        background: rgba(0, 7, 28, .3)
    }
    .del-contentcards__card-content.card--closed.card-mask--cover-dark,
    .del-contentcards__card-content.card--closed.card-mask--cover:hover {
        background: rgba(0, 7, 28, .5)
    }
    .del-contentcards__card-content.card--closed.card-mask--cover-dark:hover {
        background: rgba(0, 7, 28, .7)
    }
}

@media (max-width: 767px) {
    .del-contentcards__card-content.card--closed.card-mask__mobile--cover,
    .del-contentcards__card-content.card--closed.card-mask__mobile--cover:hover {
        background: rgba(0, 7, 28, .3)
    }
    .del-contentcards__card-content.card--closed.card-mask__mobile--cover-dark,
    .del-contentcards__card-content.card--closed.card-mask__mobile--cover-dark:hover {
        background: rgba(0, 7, 28, .5)
    }
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--closed .del-textgroup__subtitle,
    .del-contentcards__card-content.card--closed .del-textgroup__title {
        text-align: center
    }
}

.del-contentcards__card-content.card--open {
    flex-direction: column;
    justify-content: space-between
}

.del-contentcards__card-content.card--open .del-contentcards__spacer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 24px
}

.del-contentcards__card-content.card--open .del-contentcards__text-wrapper {
    justify-content: flex-end
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--open .del-contentcards__text-wrapper {
        justify-content: center;
        width: 410px;
        max-width: 75%;
        padding-left: 64px
    }
}

.del-contentcards__card-content.card--open .del-contentcards__icon-plus {
    display: none
}

.del-contentcards__card-content.card--open .del-contentcards__link {
    display: inline-flex;
    opacity: 1
}

.del-contentcards__card-content.card--open .del-textgroup {
    opacity: 0;
    transition: opacity .3s
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--open .del-textgroup {
        align-items: flex-start;
        margin-left: 64px;
        max-width: 400px
    }
}

.del-contentcards__card-content.card--open .del-textgroup--opaque {
    opacity: 1
}

.del-contentcards__card-content.card--open .del-textgroup__fulltext {
    display: block;
    opacity: 1
}

.del-contentcards__card-content.card--shrunk {
    padding: 6px 16px;
    animation: del-contentcards-fade-in 1s ease-in-out
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--shrunk {
        padding: 16px 0
    }
}

.del-contentcards__card-content.card--shrunk .del-contentcards__text-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--shrunk .del-contentcards__icon-plus {
        display: none
    }
}

.del-contentcards__card-content.card--shrunk .del-textgroup {
    transition: opacity 1s
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--shrunk .del-textgroup {
        width: 100%
    }
}

@media (min-width: 768px) {
    .del-contentcards__card-content.card--shrunk {
        justify-content: flex-start
    }
    .del-contentcards__card-content.card--shrunk .del-contentcards__icon-plus {
        display: none
    }
    .del-contentcards__card-content.card--shrunk .del-textgroup {
        height: 100%
    }
    .del-contentcards__card-content.card--shrunk .del-textgroup__subtitle {
        display: none
    }
    .del-contentcards__card-content.card--shrunk .del-textgroup__title {
        transform: rotate(90deg) translateY(-205px);
        transform-origin: left;
        width: 400px;
        text-align: left
    }
}

@media (min-width: 768px) {
    [dir=rtl] .del-contentcards__card-content.card--open .del-textgroup {
        margin-right: 64px;
        margin-left: 16px
    }
}

.del-contentcards {
    position: relative;
    width: 100%;
    height: 640px;
    background-color: #00061b
}

@media (min-width: 768px) {
    .del-contentcards {
        height: 1024px
    }
}

.del-contentcards__cards_wrapper {
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    list-style-type: none
}

@media (min-width: 768px) {
    .del-contentcards__cards_wrapper {
        flex-direction: row
    }
}

.del-contentcards__text-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media (min-width: 768px) {
    .del-contentcards__text-wrapper {
        flex-direction: column;
        justify-content: center;
        height: auto;
        margin-bottom: 54px
    }
}

@keyframes tapAnimation__inner {
    0% {
        transform: scale(1)
    }
    20% {
        transform: scale(1)
    }
    28% {
        transform: scale(.8)
    }
    59% {
        transform: scale(.8)
    }
    63% {
        transform: scale(1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes tapAnimation__outer {
    0% {
        transform: scale(2.2);
        opacity: 0
    }
    24% {
        transform: scale(1.6);
        opacity: 1
    }
    26% {
        transform: scale(1.6);
        opacity: 1
    }
    48% {
        transform: scale(2.2);
        opacity: 0
    }
    to {
        transform: scale(2.2);
        opacity: 0
    }
}

.del-stories__container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 30px
}

.del-stories__wrapper {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    max-width: 1440px;
    height: 720px;
    font-size: .84375rem;
    line-height: normal;
    color: #fff;
    border-radius: 5px;
    padding-top: 150%
}

@media only screen and (max-width: 1500px) {
    .del-stories__wrapper {
        width: 100%;
        height: 0;
        padding-top: 150%
    }
}

.del-stories__wrapper.ready .del-stories__screen--start {
    opacity: 1;
    z-index: 4;
    visibility: visible
}

.del-stories__wrapper.ready .del-stories__screen--end,
.del-stories__wrapper.ready .del-stories__screen--loading,
.del-stories__wrapper.running .del-stories__screen--end,
.del-stories__wrapper.running .del-stories__screen--loading,
.del-stories__wrapper.running .del-stories__screen--start {
    opacity: 0;
    z-index: 0;
    visibility: hidden
}

.del-stories__wrapper.running .del-stories__slider {
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.del-stories__wrapper.end .del-stories__screen--end {
    opacity: 1;
    z-index: 4;
    visibility: visible
}

.del-stories__wrapper.end .del-stories__screen--loading,
.del-stories__wrapper.end .del-stories__screen--start {
    opacity: 0;
    z-index: 0;
    visibility: hidden
}

.del-stories__wrapper .del-stories__slider .swiper-slide .del-stories__slide--content>p,
.del-stories__wrapper .del-stories__slider .swiper-slide .del-stories__slide--content>strong {
    font-size: .84375rem;
    line-height: 22px
}

.del-stories__screen {
    border-radius: 5px;
    overflow: hidden;
    transition: opacity .3s ease-in-out, height .3s ease-in-out;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.del-stories__screen,
.del-stories__screen--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.del-stories__screen--content {
    z-index: 10
}

.del-stories__screen--background {
    width: 100%;
    height: 100%;
    transition: height .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.del-stories__screen--background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25)
}

.del-stories__screen--background .bra-image {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 100%;
    background-color: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(0)
}

@media (-ms-high-contrast: none) {
    .del-stories__screen--background .bra-image {
        position: relative;
        height: auto
    }
}

.del-stories__screen--background .bra-image__image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

@media (-ms-high-contrast: none) {
    .del-stories__screen--background .bra-image__image {
        position: relative;
        min-width: 100%;
        min-height: 100%;
        max-height: none;
        width: 100%;
        height: auto;
        -ms-grid-row-align: center;
        align-self: center;
        flex-shrink: 0
    }
}

.del-stories__screen .buttonTap {
    width: 100px;
    padding: 7px;
    margin-top: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border-bottom: 1px solid;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1
}

.del-stories__screen .buttonTap:after,
.del-stories__screen .buttonTap:before {
    display: block;
    position: absolute;
    top: -60px;
    left: calc(50% - 15px);
    content: "";
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 3px #fff;
    border-radius: 60px;
    transform-origin: center
}

.del-stories__screen .buttonTap:after {
    box-shadow: 0 0 0 .7px hsla(0, 0%, 100%, .8);
    animation: tapAnimation__outer 2.5s ease-in-out infinite
}

.del-stories__screen .buttonTap:before {
    animation: tapAnimation__inner 2.5s ease-in-out infinite
}

.del-stories__screen--loading {
    background: #fff;
    font-size: .75rem;
    color: #000;
    opacity: 1;
    z-index: 50
}

.del-stories__screen--start {
    opacity: 0;
    z-index: 0;
    cursor: pointer
}

.del-stories__screen--start .buttonTap {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 50px)
}

.del-stories__screen--end {
    opacity: 0;
    z-index: 0;
    cursor: pointer
}

.del-stories__screen--end .tapToReplay {
    left: calc(50% - 50px);
    position: absolute
}

.del-stories__screen .del-subtitle {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    line-height: 24px;
    color: #fff;
    font-size: 1.2375rem;
    font-weight: 400;
    font-style: normal
}

.del-stories__slider {
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, height .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.del-stories__slider .swiper-scrollbar {
    display: none !important
}

@keyframes fillBar {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

.swiper-container.stories-slider {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.swiper-container.stories-slider .swiper-slide {
    width: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 5px;
    overflow: hidden;
    transition: height .3s ease-in-out
}

.swiper-container.stories-slider .swiper-slide.topAligned {
    align-items: flex-start
}

.swiper-container.stories-slider .swiper-slide.topAligned .del-stories__slide--content {
    bottom: 0;
    top: 0
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--visual {
    width: 100%;
    height: 100%
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--visual video {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    position: relative;
    transform: translateX(-50%)
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--visual .mobileVersion {
    display: none
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--visual .desktopVersion {
    display: block;
    height: 100%
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--visual .del-image__image {
    max-width: 100%
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--visual .del-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .15)
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--visual .del-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    max-width: 40%;
    overflow: hidden;
    font-size: .73125rem;
    line-height: 19px;
    left: 20px;
    margin: 50px auto;
    max-width: calc(100% - 40px);
    opacity: .85
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--content strong {
    font-size: 1.2375rem;
    font-weight: 400;
    font-style: normal
}

.swiper-container.stories-slider .swiper-slide .del-stories__slide--content * {
    display: inline-block;
    opacity: 0;
    transform: translateX(-60px);
    transition: all .8s ease-in-out
}

.swiper-container.stories-slider .swiper-slide .del-image,
.swiper-container.stories-slider .swiper-slide .del-image img {
    transition: height .3s ease-in-out
}

.swiper-container.stories-slider .swiper-slide.swiper-slide.current .del-image img {
    transform: scale(1.1);
    transition: transform 9s linear, height .3s ease-in-out
}

.swiper-container.stories-slider .swiper-slide.swiper-slide.current .del-stories__slide--content * {
    opacity: 1;
    transform: translateX(0)
}

.swiper-container.stories-slider .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: table;
    width: calc(80% + 8px);
    border-collapse: separate;
    border-spacing: 4px 0
}

.swiper-container.stories-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    display: table-cell;
    border-radius: 0;
    height: 3px;
    background: hsla(0, 0%, 100%, .5);
    opacity: 1
}

.swiper-container.stories-slider .swiper-pagination-bullets .swiper-pagination-bullet i {
    display: block;
    height: 3px;
    width: 0;
    background: #fff;
    transition: width 1s ease-in-out
}

.swiper-container.stories-slider .swiper-pagination-bullets .swiper-pagination-bullet.full i {
    width: 100%;
    transition: width 1s ease-in-out
}

.swiper-container.stories-slider .swiper-pagination-bullets .swiper-pagination-bullet.current i {
    transition: none;
    animation: fillBar 8s linear 1 normal forwards
}

.swiper-container.stories-slider .swiper-footer {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    transition: height .3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.swiper-container.stories-slider .swiper-footer .swiper-button-next,
.swiper-container.stories-slider .swiper-footer .swiper-button-prev {
    position: relative;
    background: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 30px
}

.swiper-container.stories-slider .swiper-footer .swiper-button-next.swiper-button-disabled,
.swiper-container.stories-slider .swiper-footer .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.swiper-container.stories-slider .swiper-footer .swiper-button-next:after,
.swiper-container.stories-slider .swiper-footer .swiper-button-prev:after {
    color: #fff;
    font-weight: 700
}

.swiper-container.stories-slider .swiper-footer .swiper-button-prev {
    order: 1;
    margin: 30px auto 30px 30px
}

.swiper-container.stories-slider .swiper-footer .swiper-button-next {
    order: 3;
    margin: 30px 30px 30px auto
}

.swiper-container.stories-slider .swiper-footer .swiper-button-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px;
    z-index: 50;
    cursor: pointer
}

.swiper-container.stories-slider .swiper-footer .swiper-button-close .del-btn-close__icon {
    text-align: center;
    cursor: pointer;
    opacity: 1
}

.swiper-container.stories-slider .swiper-footer .swiper-button-close .del-btn-close__icon:not(:disabled):hover {
    opacity: .8
}

.swiper-container.stories-slider .swiper-footer .swiper-button-close .del-btn-close__icon:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(/_ui/dist/assets/images/icons/icon-plus-white.svg);
    transform: rotate(45deg);
    transition: all .2s ease-in-out
}

@media (min-width: 360px) {
    .del-stories__container {
        padding: 0 20px
    }
    .del-stories__wrapper {
        width: 100%;
        padding-top: 150%
    }
    .del-stories__screen {
        height: 100%
    }
    .del-stories__screen .buttonTap {
        font-size: 1.125rem
    }
    .del-stories__screen .del-subtitle {
        font-size: 1.2375rem;
        line-height: 24px
    }
    .swiper-container.stories-slider .swiper-slide.topAligned {
        align-items: flex-end
    }
    .swiper-container.stories-slider .swiper-slide .del-stories__slide--content {
        font-size: .73125rem;
        line-height: 19px;
        left: 20px;
        margin: 50px auto;
        max-width: calc(100% - 40px);
        opacity: .85
    }
    .swiper-container.stories-slider .swiper-slide .del-stories__slide--visual .mobileVersion {
        display: block;
        width: 100%;
        height: 100%
    }
    .swiper-container.stories-slider .swiper-footer .swiper-button-next,
    .swiper-container.stories-slider .swiper-footer .swiper-button-prev,
    .swiper-container.stories-slider .swiper-slide .del-stories__slide--visual .desktopVersion {
        display: none
    }
    .swiper-container.stories-slider .swiper-pagination {
        bottom: 20px;
        width: calc(100% - 40px)
    }
}

@media (min-width: 768px) {
    .del-stories__wrapper {
        padding-top: 75%
    }
    .del-stories__screen .del-subtitle {
        font-size: 1.35rem;
        line-height: 30px
    }
    .del-stories__screen .buttonTap {
        font-size: 1.125rem
    }
    .del-stories__screen--start .buttonTap.tapToStart {
        bottom: 60px
    }
    .swiper-container.stories-slider .swiper-slide.topAligned {
        align-items: flex-end
    }
    .swiper-container.stories-slider .swiper-slide .del-stories__slide--content {
        font-size: .84375rem;
        line-height: 22px;
        margin-left: 10%;
        max-width: 40%
    }
    .swiper-container.stories-slider .swiper-pagination {
        bottom: 30px;
        width: calc(80% + 8px)
    }
}

@media (min-width: 1024px) {
    .del-stories__wrapper {
        width: 100%;
        padding-top: 50%
    }
    .del-stories__screen .bra-image {
        padding-bottom: 0;
        height: 100%
    }
    .del-stories__screen .bra-image .bra-image__image {
        position: relative;
        min-width: 100%;
        min-height: 100%
    }
    .del-stories__screen .del-subtitle {
        font-size: 2.025rem;
        font-weight: 400;
        line-height: 36px
    }
    .del-stories__screen .buttonTap {
        font-size: 1.18125rem;
        letter-spacing: -.4px
    }
    .del-stories__screen--start .buttonTap.tapToStart {
        bottom: 60px
    }
    .swiper-container.stories-slider .swiper-slide .del-stories__slide--content {
        font-size: 1.0125rem;
        line-height: 22px;
        margin-left: 10%;
        max-width: 35%
    }
    .swiper-container.stories-slider .swiper-slide .del-stories__slide--content strong {
        font-size: 2.025rem;
        line-height: 36px
    }
    .swiper-container.stories-slider .swiper-slide .del-stories__slide--visual .mobileVersion {
        display: none
    }
    .swiper-container.stories-slider .swiper-slide .del-stories__slide--visual .desktopVersion {
        display: block;
        height: 100%
    }
    .swiper-container.stories-slider .swiper-footer .swiper-button-next,
    .swiper-container.stories-slider .swiper-footer .swiper-button-prev {
        display: block;
        position: relative;
        background: none;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        height: auto;
        margin: 30px;
        opacity: 1
    }
    .swiper-container.stories-slider .swiper-footer .swiper-button-next.swiper-button-disabled,
    .swiper-container.stories-slider .swiper-footer .swiper-button-prev.swiper-button-disabled {
        opacity: 0
    }
    .swiper-container.stories-slider .swiper-footer .swiper-button-prev {
        order: 1;
        margin: 30px auto 30px 30px
    }
    .swiper-container.stories-slider .swiper-footer .swiper-button-next {
        order: 3;
        margin: 30px 30px 30px auto
    }
    .swiper-container.stories-slider .swiper-footer .swiper-button-close {
        padding: 25px
    }
    .swiper-container.stories-slider .swiper-pagination {
        bottom: 30px;
        width: calc(80% + 8px)
    }
}

.del-featureslist {
    width: 100%;
    padding: 16px
}

@media (min-width: 1024px) {
    .del-featureslist {
        padding: 20px 0
    }
}

.del-featureslist__features {
    width: 100%
}

.del-featureslist__features ul {
    list-style-type: none
}

@media (min-width: 1024px) {
    .del-featureslist__features ul {
        padding: 16px
    }
}

.del-featureslist__features--image-on-right {
    flex-direction: row-reverse
}

@media (min-width: 1024px) {
    .del-featureslist__features--mobile {
        display: none
    }
}

.del-featureslist__features--desktop {
    display: none
}

@media (min-width: 1024px) {
    .del-featureslist__features--desktop {
        display: flex;
        justify-content: space-between;
        margin: 0 4px
    }
}

.del-featureslist__images-wrapper {
    position: relative;
    width: 684px;
    max-width: 50%;
    max-height: 684px
}

.del-featureslist__features-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 684px;
    max-width: 50%
}

.del-featureslist__pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: inherit
}

.del-singlefeature {
    max-width: 264px
}

.del-singlefeature__image {
    width: 264px;
    height: 264px
}

@media (min-width: 1024px) {
    .del-singlefeature__image {
        width: 684px;
        max-width: 100%;
        height: auto
    }
}

.del-singlefeature__text-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px;
    color: #1a1d1f;
    cursor: pointer
}

@media (min-width: 1024px) {
    .del-singlefeature__text-wrapper {
        max-width: 450px;
        padding: 16px 0;
        border-top: 1px solid #e5e5e5;
        color: #757678
    }
    .del-singlefeature__text-wrapper:first-child {
        border: none
    }
    .del-singlefeature__text-wrapper--selected {
        color: #1a1d1f
    }
}

.del-singlefeature__title {
    width: 100%;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    letter-spacing: 0;
    line-height: 23.6px
}

.del-singlefeature__description {
    width: 100%;
    margin: 8px 0;
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: 0;
    line-height: 24px
}

.del-videoslider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #1a1d1f;
    height: auto
}

.del-videoslider .swiper-wrapper {
    padding: 0;
    align-items: flex-start
}

.del-videoslider .swiper-slide {
    height: auto;
    max-width: 100%;
    padding: 0 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

@media (min-width: 1024px) {
    .del-videoslider .swiper-slide {
        margin-top: auto;
        margin-bottom: auto;
        background: #fff
    }
    .del-videoslider .swiper-slide .del-wrapper--full-width {
        padding: 0
    }
}

@media (min-width: 1024px) {
    .del-videoslider .swiper-slide .del-videoFull {
        position: relative
    }
}

.del-videoslider .swiper-slide .del-videoFull__caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    box-shadow: none
}

.del-videoslider .swiper-slide .del-videoFull__caption__playIcon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    justify-content: center;
    height: 80px;
    width: 80px;
    opacity: 1
}

.del-videoslider .swiper-slide .del-videoFull__preview {
    width: 100%;
    height: 100%;
    background-color: transparent
}

.del-videoslider .swiper-slide .del-videoFull__preview__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.del-videoslider .swiper-slide .del-videoFull__preview__image {
    height: 100%;
    width: 100%
}

.del-videoslider .swiper-slide .del-videoFull__player {
    display: none
}

.del-videoslider .swiper-slide .del-videoFull__player.visible {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000;
    overflow: hidden
}

.del-videoslider .swiper-slide .del-videoFull__playerCostrain .plyr__video-wrapper {
    height: 100% !important
}

.del-videoslider .swiper-slide .del-videoFull__title {
    position: absolute;
    top: calc(50% + 40px);
    line-height: 37px;
    font-size: 2.08125rem;
    font-weight: 400;
    color: #fff
}

.del-videoslider .swiper-slide .del-videoFull__infoText {
    position: absolute;
    top: 0;
    line-height: 18px;
    font-size: .7875rem;
    font-weight: 400;
    letter-spacing: .15em;
    color: hsla(0, 0%, 100%, .5);
    text-transform: uppercase
}

.del-videoslider .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    height: 50px;
    width: 100%;
    padding-top: 0
}

@media (min-width: 1024px) {
    .del-videoslider .swiper-pagination {
        height: 80px
    }
}

.del-videoslider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px !important;
    background-color: #757678;
    opacity: 1;
    cursor: pointer
}

.del-videoslider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #1a1d1f
}

.del-videoslider .swiper-button-next,
.del-videoslider .swiper-button-prev {
    display: none
}

@media (min-width: 1024px) {
    .del-videoslider .swiper-button-next,
    .del-videoslider .swiper-button-prev {
        display: flex;
        align-self: center;
        height: 40px;
        width: 40px;
        transform: scale(.9);
        border: 1px solid #757678;
        border-radius: 50%;
        background-color: hsla(0, 0%, 100%, .75);
        font-size: 1.35rem
    }
    .del-videoslider .swiper-button-next:hover,
    .del-videoslider .swiper-button-prev:hover {
        transform: scale(1);
        background-color: #fff;
        opacity: .9
    }
}

@media (min-width: 1024px) {
    .del-videoslider .swiper-button-next.swiper-button-disabled,
    .del-videoslider .swiper-button-prev.swiper-button-disabled {
        opacity: .4;
        cursor: not-allowed;
        pointer-events: none
    }
    .del-videoslider .swiper-button-next:after,
    .del-videoslider .swiper-button-prev:after {
        font-family: swiper-icons, sans-serif;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: normal
    }
    .del-videoslider .swiper-button-next:hover:after,
    .del-videoslider .swiper-button-prev:hover:after {
        font-weight: 700
    }
    .del-videoslider .swiper-button-prev:after,
    .del-videoslider .swiper-container-rtl .swiper-button-next:after {
        content: "prev"
    }
    .del-videoslider .swiper-button-next:after,
    .del-videoslider .swiper-container-rtl .swiper-button-prev:after {
        content: "next"
    }
    .del-videoslider .swiper-button-prev {
        left: 13.5%
    }
    .del-videoslider .swiper-button-next {
        right: 13.5%
    }
}

@media (min-width: 1440px) {
    .del-videoslider .swiper-button-prev {
        left: 27%
    }
    .del-videoslider .swiper-button-next {
        right: 27%
    }
}

.del-videoslider__text {
    width: 100%;
    text-align: center
}

@media (min-width: 1024px) {
    .del-videoslider__text {
        position: absolute;
        bottom: 15%
    }
}

.del-videoslider__title {
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700;
    opacity: .6;
    font-size: .75rem;
    letter-spacing: 2.24px;
    margin: 10px 0 5px
}

@media (min-width: 1024px) {
    .del-videoslider__title {
        color: #e5e5e5
    }
}

.del-videoslider__infoText {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.40625rem;
    letter-spacing: -.88px;
    line-height: 30px;
    padding: 5px 12px 0
}

@media (min-width: 1024px) {
    .del-videoslider__infoText {
        color: #fff;
        font-size: 1.8rem
    }
}

@media (min-width: 1440px) {
    .del-videoslider__infoText {
        font-size: 1.575rem
    }
}

.del-multi-accordion {
    width: calc(100% - 30px);
    padding: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.del-multi-accordion__expander {
    margin: 0;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.del-multi-accordion__item {
    list-style: none
}

.del-multi-accordion__item .del-multi-accordion__expander.active .del-multi-accordion__plusIcon:after {
    transform: translateX(-50%) rotate(90deg)
}

.del-multi-accordion__item .del-multi-accordion__expander.active+.del-multi-accordion__content {
    max-height: 3500px
}

.del-multi-accordion__item+.del-multi-accordion__item .del-multi-accordion__expander {
    border-top: 1px solid #e5e5e5
}

.del-multi-accordion__plusIcon {
    height: 20px;
    width: 20px;
    min-width: 20px;
    position: relative
}

.del-multi-accordion__plusIcon:after,
.del-multi-accordion__plusIcon:before {
    content: " ";
    position: absolute;
    display: block;
    background: #000;
    border-radius: 2px;
    transition: transform .5s ease
}

.del-multi-accordion__plusIcon:before {
    width: 20px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.del-multi-accordion__plusIcon:after {
    height: 20px;
    width: 2px;
    left: 50%;
    transform: translateX(-50%)
}

.del-multi-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease
}

.del-multi-accordion__title {
    font-size: 1.2375rem;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -.4px
}

.del-multi-accordion__description {
    font-size: .9rem;
    line-height: 1.47;
    padding-bottom: 30px
}

.del-multi-accordion__list-wrap {
    padding-bottom: 30px
}

.del-multi-accordion__list-item {
    padding: 20px 15px;
    font-size: .84375rem;
    border-radius: 5px
}

.del-multi-accordion__list-item:nth-child(odd) {
    background: #f7f7f7
}

.del-multi-accordion__list-label {
    font-weight: 700
}

.del-multi-accordion--gray .del-multi-accordion__item {
    background: #f7f7f7
}

.del-multi-accordion--terms-and-conditions {
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    overflow: hidden
}

.del-multi-accordion--terms-and-conditions .del-multi-accordion__item {
    border: none;
    padding-left: 20px;
    padding-right: 20px
}

.del-multi-accordion--terms-and-conditions .del-multi-accordion__item .del-multi-accordion__expander.active+.del-multi-accordion__content {
    max-height: 3500px
}

.del-multi-accordion--terms-and-conditions .del-multi-accordion__item .del-multi-accordion__expander.active .del-multi-accordion__subTitle {
    display: none
}

.del-multi-accordion--terms-and-conditions .del-multi-accordion__title {
    max-width: calc(100% - 40px)
}

.del-multi-accordion--terms-and-conditions .del-multi-accordion__subTitle {
    display: block;
    padding-left: 0;
    padding-top: 15px;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.47
}

.del-multi-accordion--terms-and-conditions .del-multi-accordion__subTitle a {
    color: #000;
    font-weight: 400
}

.del-multi-accordion--terms-and-conditions .del-multi-accordion__content {
    padding: 0
}

.del-multi-accordion--terms-and-conditions .del-multi-accordion__description {
    font-size: .9rem;
    line-height: 1.47;
    padding-bottom: 60px
}

.del-multi-accordion--terms-and-conditions .del-multi-accordion__description b {
    display: block;
    margin-top: 30px;
    font-weight: 700
}

.del-multi-accordion--centered.del-multi-accordion--promo .del-multi-accordion__title {
    margin: 0 auto
}

@media (min-width: 768px) {
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__title {
        padding-left: 40px;
        padding-right: 40px;
        letter-spacing: 0
    }
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__content {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 1024px) {
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__content,
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__title {
        padding-left: 60px;
        padding-right: 60px
    }
    .del-multi-accordion--promo .del-multi-accordion__item .del-multi-accordion__expander.active+.del-multi-accordion__content {
        max-height: 184px;
        overflow: visible;
        opacity: 1
    }
    .del-multi-accordion--promo .del-multi-accordion__image {
        width: 226px;
        min-width: 226px;
        height: 226px
    }
}

@media (min-width: 1200px) {
    .del-multi-accordion {
        max-width: 1156px !important;
        margin: 0 auto
    }
    .del-multi-accordion__expander {
        padding: 16px 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .del-multi-accordion__content {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s ease
    }
    .del-multi-accordion__title {
        padding: 0;
        font-weight: 500;
        font-size: 1.575rem;
        line-height: 1.33
    }
    .del-multi-accordion__description {
        font-size: .9rem;
        line-height: 1.47;
        padding-bottom: 30px
    }
    .del-multi-accordion--gray .del-multi-accordion__item {
        background: #f7f7f7
    }
    .del-multi-accordion--terms-and-conditions {
        width: calc(100% - 60px);
        margin: 0 auto;
        border: none;
        border-radius: 5px;
        overflow: hidden
    }
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__item {
        border: none;
        padding-left: 20px;
        padding-right: 20px
    }
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__item .del-multi-accordion__expander.active .del-multi-accordion__subTitle {
        display: none
    }
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__expander {
        align-items: flex-start
    }
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__title {
        padding: 0
    }
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__subTitle {
        display: inline;
        font-size: .9rem;
        font-weight: 400;
        line-height: 1.47;
        padding-left: 20px
    }
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__content {
        padding-left: 76px;
        padding-right: 76px
    }
    .del-multi-accordion--terms-and-conditions .del-multi-accordion__description {
        padding-bottom: 60px;
        font-size: .9rem;
        font-weight: 400;
        line-height: 1.47
    }
}

.del-beveragesslider {
    width: 100%;
    background-color: #0c2340;
    margin: 40px 0;
    padding-bottom: 40px;
    padding-top: 80px
}

.del-beveragesslider__carousel {
    width: 100%;
    height: 464px;
    background-image: radial-gradient(#2a3143 0, #0c2340 70%, #0c2340 200px);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: inset 0 40px 40px 40px #0c2340
}

.del-beveragesslider__carousel .swiper-button-next-bg {
    display: none;
    height: 100%;
    width: 200px;
    border: none;
    background-image: linear-gradient(90deg, transparent, #0c2340);
    position: absolute;
    right: 0;
    z-index: 9
}

@media (min-width: 1024px) {
    .del-beveragesslider__carousel .swiper-button-next-bg {
        display: block
    }
}

.del-beveragesslider__carousel .swiper-button-prev-bg {
    display: none;
    height: 100%;
    width: 200px;
    border: none;
    background-image: linear-gradient(90deg, #0c2340, transparent);
    position: absolute;
    z-index: 9
}

@media (min-width: 1024px) {
    .del-beveragesslider__carousel .swiper-button-prev-bg {
        display: block
    }
}

.del-beveragesslider__carousel .swiper-button-next,
.del-beveragesslider__carousel .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.del-beveragesslider__carousel-wrapper {
    width: 100%;
    height: 100%
}

.del-beveragesslider .del-beverage {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width: 1024px) {
    .del-beveragesslider .del-beverage {
        max-width: 260px
    }
}

.del-beveragesslider .del-beverage__caption {
    margin-bottom: 75px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #fff
}

.del-beveragesdisplayslider {
    width: 100%;
    background-color: #00091e;
    margin: 40px 0;
    padding-bottom: 40px;
    padding-top: 80px
}

@media (min-width: 768px) {
    .del-beveragesdisplayslider {
        padding-bottom: 0
    }
}

.del-beveragesdisplayslider__display {
    display: flex;
    justify-content: center;
    width: 100%
}

@media (min-width: 1024px) {
    .del-beveragesdisplayslider__display {
        height: 1080px;
        background: url(/_ui/dist/assets/images/bg/bg-beveragedisplay-delonghi.jpg) no-repeat top
    }
}

.del-beveragesdisplayslider__carousel {
    width: 100%;
    height: 464px;
    background-image: radial-gradient(#2a3143 0, #00091e 70%, #00091e 200px);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: inset 0 40px 40px 40px #00091e
}

@media (min-width: 1024px) {
    .del-beveragesdisplayslider__carousel {
        max-width: 614px;
        height: 345px;
        margin-top: 168px
    }
}

.del-beveragesdisplayslider__carousel-titlebox {
    display: none;
    position: absolute;
    left: 0;
    z-index: 14;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 55px
}

@media (min-width: 1024px) {
    .del-beveragesdisplayslider__carousel-titlebox {
        display: flex
    }
}

.del-beveragesdisplayslider__carousel .swiper-button-next-bg {
    display: none;
    height: 100%;
    width: 200px;
    border: none;
    background-image: linear-gradient(90deg, transparent, #00091e);
    position: absolute;
    right: 0;
    z-index: 9
}

@media (min-width: 1024px) {
    .del-beveragesdisplayslider__carousel .swiper-button-next-bg {
        display: block
    }
}

.del-beveragesdisplayslider__carousel .swiper-button-prev-bg {
    display: none;
    height: 100%;
    width: 200px;
    border: none;
    background-image: linear-gradient(90deg, #00091e, transparent);
    position: absolute;
    z-index: 9
}

@media (min-width: 1024px) {
    .del-beveragesdisplayslider__carousel .swiper-button-prev-bg {
        display: block
    }
}

.del-beveragesdisplayslider__carousel .swiper-button-next,
.del-beveragesdisplayslider__carousel .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.del-beveragesdisplayslider__carousel-wrapper {
    width: 100%;
    height: 100%
}

.del-beveragesdisplayslider__sidebox {
    width: 120px;
    height: 100%
}

.del-beveragesdisplayslider__sidebox--displayuser {
    background: url(/_ui/dist/assets/images/bg/bg-beveragedisplay-user-delonghi.svg) no-repeat 50%;
    background-size: 72px 23px
}

.del-beveragesdisplayslider__slidertitle {
    font-family: lato, Times New Roman, serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff
}

.del-beveragesdisplayslider .del-beverage {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width: 1024px) {
    .del-beveragesdisplayslider .del-beverage {
        max-width: 260px
    }
}

.del-beveragesdisplayslider .del-beverage__caption {
    margin-bottom: 75px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #fff
}

@media (min-width: 1024px) {
    .del-beveragesdisplayslider .del-beverage__caption {
        margin-bottom: 15px
    }
}

.del-campaign-steps {
    width: 100%;
    margin: 20px 0;
    padding: 0 16px
}

@media (min-width: 1024px) {
    .del-campaign-steps {
        margin: 60px auto
    }
}

.del-campaign-steps__title {
    width: 100%;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #1a1d1f;
    font-size: 2.08125rem;
    line-height: 37px;
    letter-spacing: -.7px
}

@media (min-width: 1024px) {
    .del-campaign-steps__title {
        margin-bottom: 30px
    }
}

.del-campaign-steps__wrap-image {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: stretch;
    width: 100%
}

@media (min-width: 1024px) {
    .del-campaign-steps__wrap-image {
        flex-direction: row
    }
}

.del-campaign-steps__wrap-list {
    flex: 2 0 0px
}

@media (min-width: 1024px) {
    .del-campaign-steps__wrap-list {
        margin-right: 140px
    }
}

.del-campaign-steps__item {
    display: flex;
    width: 100%;
    margin-bottom: 32px
}

.del-campaign-steps__item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 16px;
    border: 2px solid #757678;
    border-radius: 50%;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #1a1d1f;
    font-size: 1.35rem;
    line-height: 31px;
    letter-spacing: -.45px;
    width: 40px;
    height: 40px
}

@media (min-width: 1024px) {
    .del-campaign-steps__item-number {
        width: 60px;
        height: 60px;
        font-size: 1.575rem;
        line-height: 35px;
        letter-spacing: -.53px
    }
}

.del-campaign-steps__item-text-wrap {
    flex: 2 0 0px
}

.del-campaign-steps__item-title {
    margin-bottom: 8px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #1a1d1f;
    font-size: 1.35rem;
    line-height: 24px;
    letter-spacing: 0
}

.del-campaign-steps__item-description {
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    color: #1a1d1f;
    font-size: 1.0125rem;
    line-height: 24px;
    letter-spacing: 0
}

.del-campaign-steps .del-image {
    flex: 0 0 0px;
    height: 328px;
    width: 328px;
    margin: 24px auto
}

@media (min-width: 1024px) {
    .del-campaign-steps .del-image {
        height: 448px;
        width: 448px;
        margin: 0
    }
}

.del-campaign-steps .del-image img {
    width: 100%;
    height: auto
}

@media (min-width: 1024px) {
    .del-campaign-steps .del-image img {
        height: 100%;
        width: auto
    }
}

.del-campaign-steps__button {
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: transparent;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    background-color: #1a1d1f;
    padding: 10px 22px;
    letter-spacing: 1px;
    font-size: .84375rem;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700;
    width: 212px
}

.del-campaign-steps__button:disabled {
    opacity: .5;
    cursor: not-allowed
}

.del-campaign-steps__button:not(:disabled):hover {
    opacity: .8
}

@media (min-width: 768px) {
    .del-campaign-steps__button {
        padding: 12px 24px;
        letter-spacing: 1px;
        font-size: .9rem
    }
}

.del-basic-form__title {
    margin-bottom: 40px
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .gigya-input-text {
    padding: 14px 8px 8px
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .dlg-gigya-button-wrapper input[type=submit] {
    background-color: var(--brand-04)
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox {
    opacity: 0
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox+label {
    font-size: .7875rem
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox+label:before {
    width: 24px;
    height: 24px;
    border-radius: 5px
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox+label:after {
    background-color: transparent
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox:checked+label:after {
    content: "\E0";
    font-family: var(--fontNameIcons)
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-input-checkbox:checked+label .gigya-checkbox-text {
    color: var(--brand-04);
    font-weight: 400
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .gigya-custom-checkbox .gigya-checkbox-text {
    font-size: .7875rem;
    color: var(--brand-04)
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] .gigya-toggle-content a {
    color: var(--brand-02)
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form>.gigya-layout-row .gigya-layout-row:nth-child(5) i {
    background: #000;
    color: #fff
}

.del-basic-form [data-screenset-element-id=gigya-newsletter-screen] #gigya-subscribe-with-email-form>.gigya-layout-row .gigya-layout-row:nth-child(5) .gigya-toggle-content {
    color: var(--brand-02)
}

@media (min-width: 1024px) {
    .del-basic-form #gigya-subscribe-with-email-form>.gigya-layout-row .gigya-layout-row {
        width: 20%
    }
}

.del-basic-form .subscription-checkbox {
    position: absolute;
    z-index: 8;
    opacity: 1 !important;
    width: 0;
    height: 0
}

.del-basic-form .subscription-checkbox+.subscription-name-label:before {
    position: relative;
    content: "";
    border-radius: 0 !important;
    margin-right: 9px;
    margin-bottom: -1px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    display: inline-block;
    border: 1px solid var(--ui-02)
}

.del-basic-form .subscription-checkbox+.subscription-name-label:after {
    display: none
}

.del-basic-form .subscription-checkbox+.subscription-name-label i {
    background: #000;
    width: 15px;
    height: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: .73125rem;
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.del-basic-form .subscription-checkbox:checked:before {
    content: "\E0";
    font-family: var(--fontNameIcons);
    background-color: transparent;
    transform: scale(1);
    position: absolute;
    left: 7px;
    top: 0
}

.del-sorting {
    width: 100%;
    padding: 30px 20px 140px
}

@media (min-width: 768px) {
    .del-sorting {
        padding: 30px 0 50px
    }
}

.del-sorting__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    font-size: 1.35rem;
    text-align: center
}

@media (min-width: 768px) {
    .del-sorting__title {
        font-size: 1.8rem
    }
}

@media (min-width: 1024px) {
    .del-sorting__title {
        font-size: 1.9125rem
    }
}

@media (min-width: 1200px) {
    .del-sorting__title {
        font-size: 2.08125rem
    }
}

.del-sorting__title.del-warning {
    color: #de1c2f
}

.del-sorting .del-sorting__content {
    width: 270px;
    padding: 23px 0 80px
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__content {
        width: 660px
    }
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__content {
        width: 860px
    }
}

@media (min-width: 1200px) {
    .del-sorting .del-sorting__content {
        width: 1000px
    }
}

@media (min-width: 1440px) {
    .del-sorting .del-sorting__content {
        width: 1132px
    }
}

.del-sorting .del-sorting__content .swiper-button-next,
.del-sorting .del-sorting__content .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 110px;
    width: 32px;
    height: 32px;
    border: 1px solid #757678;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .8)
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__content .swiper-button-next,
    .del-sorting .del-sorting__content .swiper-button-prev {
        top: 85px
    }
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__content .swiper-button-next,
    .del-sorting .del-sorting__content .swiper-button-prev {
        top: 105px;
        width: 40px;
        height: 40px;
        font-size: 1.35rem;
        font-weight: 700
    }
}

@media (min-width: 1200px) {
    .del-sorting .del-sorting__content .swiper-button-next,
    .del-sorting .del-sorting__content .swiper-button-prev {
        top: 120px
    }
}

@media (min-width: 1440px) {
    .del-sorting .del-sorting__content .swiper-button-next,
    .del-sorting .del-sorting__content .swiper-button-prev {
        top: 140px
    }
}

.del-sorting .del-sorting__content .swiper-button-next:after,
.del-sorting .del-sorting__content .swiper-button-prev:after {
    font-size: 1.0125rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__content .swiper-button-next:after,
    .del-sorting .del-sorting__content .swiper-button-prev:after {
        font-size: 1.35rem
    }
}

.del-sorting .del-sorting__content .swiper-button-prev,
[dir=rtl] .del-sorting .del-sorting__content .swiper-button-next {
    right: auto;
    left: 0
}

.del-sorting .del-sorting__content .swiper-button-next,
[dir=rtl] .del-sorting .del-sorting__content .swiper-button-prev {
    left: auto;
    right: 0
}

.del-sorting .del-sorting__content .swiper-button-lock {
    display: none
}

.del-sorting .del-sorting__content .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-items: center
}

.del-sorting .del-sorting__content .swiper-pagination-bullets>.swiper-pagination-bullet {
    background: #757678;
    opacity: 1;
    margin: 0 10px
}

.del-sorting .del-sorting__content .swiper-pagination-bullets>.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #131518;
    margin: 0 8px
}

.del-sorting .del-sorting__content .swiper-pagination-lock {
    display: none
}

.del-sorting .del-sorting__item {
    display: flex;
    flex-direction: column;
    height: auto
}

.del-sorting .del-sorting__item__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 0;
    width: 100%
}

.del-sorting .del-sorting__item__top,
.del-sorting .del-sorting__item__top:focus,
.del-sorting .del-sorting__item__top:visited {
    text-decoration: none;
    color: inherit
}

.del-sorting .del-sorting__item__image {
    width: 198px
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__item__image {
        width: 144px
    }
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__item__image {
        width: 194px
    }
}

@media (min-width: 1200px) {
    .del-sorting .del-sorting__item__image {
        width: 228px
    }
}

@media (min-width: 1440px) {
    .del-sorting .del-sorting__item__image {
        width: 270px
    }
}

.del-sorting .del-sorting__item__textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.del-sorting .del-sorting__item__caption,
.del-sorting .del-sorting__item__paragraph {
    padding: 5px 0;
    line-height: 1;
    text-align: center
}

.del-sorting .del-sorting__item__caption {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .95625rem;
    color: #131518
}

.del-sorting .del-sorting__item__caption.\--comparative {
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 19px;
    letter-spacing: 0;
    color: #1a1d1f
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__item__caption.\--comparative {
        font-size: 1rem;
        line-height: 20px
    }
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__item__caption.\--comparative {
        font-size: 1.125rem;
        line-height: 21px
    }
}

@media (min-width: 1200px) {
    .del-sorting .del-sorting__item__caption.\--comparative {
        font-size: 1.625rem;
        line-height: 30px
    }
}

.del-sorting .del-sorting__item__caption.\--comparative span {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__item__caption {
        font-size: 1.06875rem
    }
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__item__caption {
        font-size: 1.2375rem
    }
}

@media (min-width: 1200px) {
    .del-sorting .del-sorting__item__caption {
        font-size: 1.4625rem
    }
}

.del-sorting .del-sorting__item__paragraph {
    font-family: DeLonghiSansLight, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .84375rem
}

.del-sorting .del-sorting__item__paragraph.\--comparative {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__item__paragraph {
        font-size: .9rem
    }
}

.del-sorting .del-sorting__item__top-paragraph {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 1.71px;
    color: #1a1d1f;
    opacity: .6;
    margin-top: 15px;
    margin-bottom: 5px
}

@media (min-width: 1200px) {
    .del-sorting .del-sorting__item__top-paragraph {
        font-size: .875rem;
        letter-spacing: 2px;
        margin-top: 20px;
        margin-bottom: 0
    }
}

.del-sorting .del-sorting__item__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 2
}

.del-sorting .del-sorting__item__bottom .js-empty-item:after {
    content: "";
    width: 15px;
    margin: auto 0;
    height: 1px;
    color: #484a4c;
    background-color: #484a4c;
    border: none
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__item__bottom .js-empty-item:after {
        width: 12px
    }
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__item__bottom .js-empty-item:after {
        width: 16px
    }
}

.del-sorting .del-sorting__item__features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 0 16px
}

@media (min-width: 1200px) {
    .del-sorting .del-sorting__item__features {
        padding: 10px 0 20px
    }
}

.del-sorting .del-sorting__item__feature {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    font-size: .9375rem;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    color: #484a4c
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__item__feature {
        font-size: .75rem;
        line-height: 16px;
        padding: 15px 0
    }
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__item__feature {
        font-size: 1rem;
        line-height: 20px
    }
}

@media (min-width: 1200px) {
    .del-sorting .del-sorting__item__feature {
        line-height: 20px
    }
}

.del-sorting .del-sorting__item__feature:last-child {
    border-bottom: none
}

.del-sorting .del-sorting__item__feature hr {
    width: 15px;
    margin: auto 0;
    height: 1px;
    color: #484a4c;
    background-color: #484a4c;
    border: none
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__item__feature hr {
        width: 12px
    }
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__item__feature hr {
        width: 16px
    }
}

.del-sorting .del-sorting__item__button {
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 24px;
    background-color: #0c2340
}

@media (min-width: 768px) {
    .del-sorting .del-sorting__item__button {
        font-size: .875rem;
        padding: 8px 10px
    }
}

@media (min-width: 1024px) {
    .del-sorting .del-sorting__item__button {
        font-size: 1.125rem;
        padding: 10px
    }
}

.del-sorting__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 34px
}

@media (min-width: 768px) {
    .del-sorting__buttons {
        flex-direction: row;
        justify-content: center
    }
}

.del-sorting__buttons .del-button,
.del-sorting__buttons .del-product-moodboard__product-wrapper__cta,
.del-sorting__buttons .del-textgroup__cta {
    width: 100%;
    margin: 10px 0
}

@media (min-width: 768px) {
    .del-sorting__buttons .del-button,
    .del-sorting__buttons .del-product-moodboard__product-wrapper__cta,
    .del-sorting__buttons .del-textgroup__cta {
        width: auto;
        margin: 0 20px
    }
}

.del-hotspot__wrapper {
    padding: 0
}

.del-hotspot__wrapper-image {
    position: relative
}

.del-hotspot__mask {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.del-hotspot__mask--none {
    background-color: transparent
}

.del-hotspot__mask--white {
    background-color: hsla(0, 0%, 100%, .5)
}

.del-hotspot__mask--black {
    background-color: rgba(0, 0, 0, .5)
}

.del-hotspot__mask--grey {
    background-color: rgba(0, 0, 0, .03)
}

.del-hotspot__mask--blue {
    background-color: rgba(11, 20, 35, .5)
}

.del-hotspot__img {
    display: block;
    max-width: 100%
}

.del-hotspot__single-point {
    background-color: hsla(0, 0%, 100%, .4);
    border: 2px solid #fff;
    transition: all .3s ease-in-out, left 0s, top 0s, visibility 0s;
    position: absolute;
    z-index: 3;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer
}

.del-hotspot__single-point.\--hidden {
    opacity: 0
}

.del-hotspot__single-point.\--resizing {
    visibility: hidden
}

@media (min-width: 768px) {
    .del-hotspot__single-point {
        width: 28px;
        height: 28px
    }
}

@media (min-width: 768px) {
    .del-hotspot__single-point--mobile {
        display: none
    }
}

.del-hotspot__single-point--desktop {
    display: none
}

@media (min-width: 768px) {
    .del-hotspot__single-point--desktop {
        display: block
    }
}

.del-hotspot__single-point.\--active,
.del-hotspot__single-point:hover {
    border-color: #266bbf
}

.del-hotspot__info__content,
.del-hotspot__info__title {
    display: block;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem
}

.del-hotspot__info__title {
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    margin-bottom: 5px
}

.del-hotspot__info-mobile {
    margin-top: 30px
}

@media (min-width: 768px) {
    .del-hotspot__info-mobile {
        display: none
    }
}

.del-hotspot__info-mobile .del-hotspot__info-mobile__slide {
    width: 70%;
    height: auto;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5
}

.del-hotspot__info-mobile .del-hotspot__info-mobile__slide:last-child {
    padding-right: 0;
    border-right: 0
}

.del-hotspot__info-desktop {
    display: none
}

@media (min-width: 768px) {
    .del-hotspot__info-desktop {
        position: absolute;
        width: 300px;
        background-color: #fff;
        border-radius: 5px;
        z-index: 4
    }
    .del-hotspot__info-desktop.\--active {
        display: block
    }
    .del-hotspot__info-desktop.\--bottom:before,
    .del-hotspot__info-desktop.\--left:before,
    .del-hotspot__info-desktop.\--right:before,
    .del-hotspot__info-desktop.\--top:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        background-color: #fff;
        transform: rotate(45deg)
    }
    .del-hotspot__info-desktop.\--bottom:before {
        top: 10px
    }
    .del-hotspot__info-desktop.\--right:before {
        left: -4px
    }
    .del-hotspot__info-desktop.\--left:before {
        right: -4px
    }
    .del-hotspot__info-desktop.\--top:before {
        bottom: 10px
    }
    .del-hotspot__info-desktop__inner {
        margin: 20px 20px 12px;
        overflow-y: auto;
        padding: 2px 0;
        max-height: 98px
    }
}

.del-hotspot__info-close {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer
}

@keyframes hotspot-ripple {
    0% {
        box-shadow: 0 4px 10px hsla(0, 0%, 100%, .2), 0 0 0 0 hsla(0, 0%, 100%, .2), 0 0 0 5px hsla(0, 0%, 100%, .2), 0 0 0 10px hsla(0, 0%, 100%, .2)
    }
    to {
        box-shadow: 0 4px 10px hsla(0, 0%, 100%, .2), 0 0 0 5px hsla(0, 0%, 100%, .2), 0 0 0 10px hsla(0, 0%, 100%, .2), 0 0 0 20px hsla(0, 0%, 100%, 0)
    }
}

html[dir=rtl] .del-hotspot__info-close {
    left: 7px;
    right: unset
}

.del-awards-carousel__wrapper {
    background-color: #f7f7f7
}

.del-awards-carousel__wrapper .del-awards-carousel__swiper-container {
    max-width: 900px;
    padding: 50px 0 80px
}

.del-awards-carousel__wrapper .del-awards-carousel__pagination.del-awards-carousel__pagination {
    bottom: 35px
}

.del-awards-carousel__slide {
    text-align: center
}

.del-awards-carousel__image {
    display: block;
    margin: 0 auto
}

.del-awards-carousel__description,
.del-awards-carousel__title {
    line-height: 24px;
    padding: 0 15px
}

.del-awards-carousel__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.35rem;
    margin-top: 15px
}

.del-awards-carousel__description {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem
}

.del-recommendations-carousel__wrapper .del-recommendations-carousel__swiper-container {
    padding-bottom: 80px
}

@media (min-width: 768px) {
    .del-recommendations-carousel__wrapper .del-recommendations-carousel__swiper-container {
        max-width: 1000px;
        padding: 0 50px
    }
}

.del-recommendations-carousel__wrapper .del-recommendations-carousel__pagination.del-recommendations-carousel__pagination {
    bottom: 35px
}

@media (min-width: 768px) {
    .del-recommendations-carousel__wrapper .del-recommendations-carousel__pagination.del-recommendations-carousel__pagination {
        display: none
    }
}

.del-recommendations-carousel__wrapper .swiper-button-next,
.del-recommendations-carousel__wrapper .swiper-button-prev {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    border: 1px solid #131518;
    border-radius: 50%
}

@media (min-width: 768px) {
    .del-recommendations-carousel__wrapper .swiper-button-next,
    .del-recommendations-carousel__wrapper .swiper-button-prev {
        display: block
    }
}

.del-recommendations-carousel__wrapper .swiper-button-next:after,
.del-recommendations-carousel__wrapper .swiper-button-prev:after {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-30%, -44%)
}

.del-recommendations-carousel__wrapper .swiper-button-next.swiper-button-disabled,
.del-recommendations-carousel__wrapper .swiper-button-prev.swiper-button-disabled {
    display: none
}

.del-recommendations-carousel__wrapper .swiper-button-prev:after {
    transform: translate(-50%, -44%)
}

.del-recommendations-carousel__title {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    color: #131518;
    text-align: center;
    padding: 0 0 35px;
    font-size: 1.35rem;
    line-height: 28px
}

.del-recommendations-carousel__slide {
    text-align: center;
    padding: 0 10px
}

@media (min-width: 768px) {
    .del-recommendations-carousel__slide {
        padding: 0 50px
    }
}

.del-recommendations-carousel__date,
.del-recommendations-carousel__description {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    color: #131518;
    padding: 0 15px
}

.del-recommendations-carousel__date {
    opacity: .7;
    font-size: .9rem;
    line-height: 24px
}

.del-recommendations-carousel__description {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 28px;
    margin: 10px 0 30px
}

.del-recommendations-carousel__image {
    display: block;
    margin: 0 auto
}

.del-pdp__gallery {
    display: flex;
    flex-direction: column
}

@media (min-width: 1024px) {
    .del-pdp__gallery {
        flex-direction: row
    }
}

.del-pdp__gallery__main .swiper-slide,
.del-pdp__gallery__thumbs .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.del-pdp__gallery__main .swiper-slide img,
.del-pdp__gallery__main .swiper-slide video,
.del-pdp__gallery__thumbs .swiper-slide img,
.del-pdp__gallery__thumbs .swiper-slide video {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block
}

.del-pdp__gallery__main .swiper-button-disabled,
.del-pdp__gallery__thumbs .swiper-button-disabled {
    display: none
}

.del-pdp__gallery__thumbs {
    margin-top: 20px;
    display: flex;
    justify-content: center
}

@media (min-width: 1024px) {
    .del-pdp__gallery__thumbs {
        -ms-grid-row-align: center;
        align-self: center;
        order: -1;
        width: 80px;
        margin-top: 0;
        flex-direction: column
    }
}

.del-pdp__gallery__thumbs-images {
    max-width: 192px;
    margin: 0 !important;
    padding: 0 3px;
    position: relative
}

@media (min-width: 1024px) {
    .del-pdp__gallery__thumbs-images {
        width: 80px;
        max-height: 395px
    }
    .del-pdp__gallery__thumbs-images.\--padding {
        padding: 15px 0 !important
    }
}

.del-pdp__gallery__thumbs .swiper-slide {
    border: 2px solid #e5e5e5;
    padding: 1px;
    width: 54px;
    height: 54px;
    margin-right: 15px
}

.del-pdp__gallery__thumbs .swiper-slide:last-child {
    margin: 0
}

.del-pdp__gallery__thumbs .swiper-slide.\--active {
    border-color: #1a1d1f
}

@media (min-width: 1024px) {
    .del-pdp__gallery__thumbs .swiper-slide {
        width: 80px;
        height: 80px;
        margin: 0 0 15px
    }
}

@media (max-width: 1023px) {
    .del-pdp__gallery__thumbs .swiper-button {
        position: absolute;
        content: "";
        width: 20px;
        top: 0;
        bottom: 0;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, .8), transparent);
        z-index: 9;
        margin: 0;
        height: 100%;
        left: 0
    }
    .del-pdp__gallery__thumbs .swiper-button-next:after,
    .del-pdp__gallery__thumbs .swiper-button-prev:after {
        top: 42%;
        position: absolute
    }
    .del-pdp__gallery__thumbs .swiper-button-next {
        background: linear-gradient(270deg, hsla(0, 0%, 100%, .8), transparent);
        right: 0;
        left: unset
    }
}

@media (min-width: 1024px) {
    .del-pdp__gallery__thumbs .swiper-button-next,
    .del-pdp__gallery__thumbs .swiper-button-prev {
        top: -4px;
        left: 45%;
        right: unset;
        bottom: unset;
        transform: rotate(90deg)
    }
    .del-pdp__gallery__thumbs .swiper-button-next {
        bottom: -4px;
        top: unset
    }
    .del-pdp__gallery__thumbs .swiper-button-disabled {
        display: block
    }
}

.del-pdp__gallery__thumbs-video {
    margin-left: 10px;
    padding-left: 10px;
    width: 65px;
    display: flex;
    align-items: center
}

.del-pdp__gallery__thumbs-video.\--border {
    border-left: 1px solid #e5e5e5
}

@media (min-width: 1024px) {
    .del-pdp__gallery__thumbs-video.\--border {
        border-top: 1px solid #e5e5e5;
        border-left: 0
    }
}

.del-pdp__gallery__thumbs-video-img-wrapper {
    position: relative
}

.del-pdp__gallery__thumbs-video-img-wrapper:after,
.del-pdp__gallery__thumbs-video-img-wrapper:before {
    content: "";
    position: absolute
}

.del-pdp__gallery__thumbs-video-img-wrapper:after {
    background-color: rgba(26, 29, 31, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.del-pdp__gallery__thumbs-video-img-wrapper:before {
    background-image: url(/local/templates/.default/assets/css/../medias/play.svg);
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.del-pdp__gallery__thumbs-video img {
    display: block;
    max-width: 100%;
    position: relative
}

@media (min-width: 1024px) {
    .del-pdp__gallery__thumbs-video {
        width: 80px;
        margin: 15px 0 0;
        padding: 15px 0 0
    }
}

.del-pdp__gallery__main {
    width: 100%;
    height: calc(100vw - 20px)
}

@media (min-width: 768px) {
    .del-pdp__gallery__main {
        height: auto
    }
}

@media (min-width: 1024px) {
    .del-pdp__gallery__main {
        width: calc(100% - 200px);
        margin: 0 auto
    }
}

.del-pdp__gallery__main.\--hidden {
    display: none
}

.del-pdp__gallery__main-video {
    -ms-grid-row-align: center;
    align-self: center
}

.del-pdp__gallery__main-video .plyr--video {
    background-color: transparent
}

@media (min-width: 768px) {
    .del-pdp__gallery__main .swiper-button-next:after,
    .del-pdp__gallery__main .swiper-button-prev:after {
        border: 1px solid #131518;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .9rem
    }
}

.del-pdp__main {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

@media (min-width: 1024px) {
    .del-pdp__main {
        margin-bottom: 79px;
        padding-bottom: 22px
    }
}

.del-pdp__main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (min-width: 768px) {
    .del-pdp__main-wrapper {
        flex-direction: row
    }
}

.del-pdp__main-wrapper__gallery {
    width: 100%;
    -ms-grid-row-align: center;
    align-self: center
}

@media (min-width: 768px) {
    .del-pdp__main-wrapper__gallery {
        width: 50%
    }
}

@media (min-width: 1024px) {
    .del-pdp__main-wrapper__gallery {
        width: 70%
    }
}

.del-pdp__main-wrapper__info {
    width: 100%
}

@media (min-width: 768px) {
    .del-pdp__main-wrapper__info {
        width: 50%;
        padding-left: 5%
    }
}

@media (min-width: 1024px) {
    .del-pdp__main-wrapper__info {
        width: 30%;
        padding-left: 0;
        padding-right: 7%
    }
}

.del-pdp__main-info {
    display: flex;
    flex-direction: column;
    width: 100%
}

.del-pdp__main-info__promo {
    margin-bottom: 10px
}

.del-pdp__main-info__promo span {
    font-family: DeLonghiSansBoldItalic, Noto Sans, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: .9rem;
    color: #266bbf;
    margin-right: 5px
}

.del-pdp__main-info__title {
    color: #1a1d1f;
    font-size: 1.9125rem;
    margin-bottom: 5px
}

.del-pdp__main-info__model-number,
.del-pdp__main-info__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-pdp__main-info__model-number {
    color: #484a4c;
    font-size: 1.0125rem;
    margin-bottom: 15px
}

.del-pdp__main-info__short-desc {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 24px;
    color: #1a1d1f;
    margin-bottom: 25px
}

.del-pdp__main-info__short-desc p {
    font-size: inherit;
    line-height: inherit
}

.del-pdp__main-info__reviews {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none
}

.del-pdp__main-info__reviews i {
    width: 16px;
    height: 16px
}

.del-pdp__main-info__reviews span {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem;
    color: #266bbf
}

.del-pdp__main-info__colors {
    margin-bottom: 20px
}

.del-pdp__main-info__colors__list {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.del-pdp__main-info__colors__list li {
    border-bottom: 3px solid transparent;
    padding-bottom: 3px;
    margin-right: 20px;
    margin-bottom: 10px
}

.del-pdp__main-info__colors__list li:hover {
    border-bottom-color: #1a1d1f
}

.del-pdp__main-info__colors__list li:last-child {
    margin-right: 0
}

.del-pdp__main-info__colors__list li a {
    text-decoration: none
}

.del-pdp__main-info__colors__list li img {
    display: block
}

.del-pdp__main-info__colors__list li.\--current {
    border-bottom-color: #1a1d1f
}

.del-pdp__main-info__voltage {
    margin-bottom: 20px
}

.del-pdp__main-info__voltage__current {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .75rem;
    color: #757678;
    display: inline-block;
    margin-bottom: 5px
}

.del-pdp__main-info__voltage__current span {
    color: #1a1d1f
}

.del-pdp__main-info__voltage__list {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.del-pdp__main-info__voltage__list li {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e5e5e5;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px
}

.del-pdp__main-info__voltage__list li:first-child {
    border-color: #1a1d1f
}

.del-pdp__main-info__voltage__list li:first-child a,
.del-pdp__main-info__voltage__list li:first-child span {
    color: #1a1d1f
}

.del-pdp__main-info__voltage__list li:last-child {
    margin-right: 0
}

.del-pdp__main-info__voltage__list li a,
.del-pdp__main-info__voltage__list li span {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #757678;
    font-size: .9rem;
    text-decoration: none;
    padding: 8px 28px
}

.del-pdp__main-info__prices {
    margin-bottom: 20px
}

.del-pdp__main-info__prices__list {
    list-style: none;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.del-pdp__main-info__prices__list li {
    margin-right: 10px;
    margin-bottom: 10px
}

.del-pdp__main-info__prices__list li:last-child {
    margin-right: 0
}

.del-pdp__main-info__prices__current,
.del-pdp__main-info__prices__discount,
.del-pdp__main-info__prices__strike {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.575rem;
    letter-spacing: .4px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #1a1d1f
}

.del-pdp__main-info__prices__strike {
    font-size: 1.4625rem;
    color: #757678;
    text-decoration: line-through
}

.del-pdp__main-info__prices__discount {
    letter-spacing: .8px;
    font-size: 1.4625rem
}

.del-pdp__main-info__prices__vat-included {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem;
    line-height: 2;
    letter-spacing: -.2px;
    color: #1a1d1f
}

.del-pdp__main-info__stock-sku {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.del-pdp__main-info__stock-sku__in-stock,
.del-pdp__main-info__stock-sku__low-stock,
.del-pdp__main-info__stock-sku__out-of-stock,
.del-pdp__main-info__stock-sku__sku {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    width: 50%;
    order: 1;
    pointer-events: none
}

.del-pdp__main-info__stock-sku__in-stock>a,
.del-pdp__main-info__stock-sku__low-stock>a,
.del-pdp__main-info__stock-sku__out-of-stock>a,
.del-pdp__main-info__stock-sku__sku>a {
    text-decoration: none;
    color: inherit
}

.del-pdp__main-info__stock-sku__in-stock {
    display: flex;
    align-items: flex-start;
    color: #0f8a0f
}

.del-pdp__main-info__stock-sku__in-stock i {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.del-pdp__main-info__stock-sku__low-stock {
    color: #757678
}

.del-pdp__main-info__stock-sku__out-of-stock {
    color: #1a1d1f
}

.del-pdp__main-info__stock-sku__out-of-stock__info {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 3px;
    margin-bottom: 15px;
    width: 100%;
    order: 3
}

.del-pdp__main-info__stock-sku__out-of-stock__info h6 {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    color: #1a1d1f;
    margin-bottom: 10px
}

.del-pdp__main-info__stock-sku__out-of-stock__info p {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #1a1d1f
}

.del-pdp__main-info__stock-sku__sku {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .73125rem;
    color: #484a4c;
    padding-left: 5px;
    text-align: right;
    order: 2
}

.del-pdp__main-info__actions {
    margin-bottom: 20px
}

.del-pdp__main-info__actions .del-button,
.del-pdp__main-info__actions .del-product-moodboard__product-wrapper__cta,
.del-pdp__main-info__actions .del-textgroup__cta {
    width: 100%;
    margin-bottom: 15px
}

.del-pdp__main-info__actions__wishlist {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer
}

.del-pdp__main-info__actions__wishlist i {
    width: 22px;
    height: 22px;
    align-self: flex-start
}

.del-pdp__main-info__actions__wishlist span {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    color: #1a1d1f;
    width: calc(100% - 22px);
    margin-left: 7px
}

.del-pdp__main-info__benefits {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-bottom: 20px
}

.del-pdp__main-info__benefits__item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 7px;
    border: none;
    background: none
}

.del-pdp__main-info__benefits__item i {
    width: 22px;
    height: 22px;
    align-self: flex-start
}

.del-pdp__main-info__benefits__item span {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #1a1d1f;
    width: auto;
    margin-left: 7px;
    padding-bottom: 1px;
    border-bottom: 1px solid #1a1d1f
}

.del-pdp__info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0
}

@media (min-width: 1024px) {
    .del-pdp__info {
        flex-direction: row
    }
}

.del-pdp__info__text {
    width: 100%;
    padding: 0 16px
}

@media (min-width: 768px) {
    .del-pdp__info__text {
        width: 52.86%
    }
}

@media (min-width: 1024px) {
    .del-pdp__info__text {
        width: 42.86%
    }
}

.del-pdp__info__content,
.del-pdp__info__title {
    color: #131518
}

.del-pdp__info__title {
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    font-size: .73125rem;
    line-height: 15px;
    padding: 20px 0
}

.del-pdp__info__content {
    padding-bottom: 40px
}

.del-pdp__info__content.\--description,
.del-pdp__info__content.\--description p,
.del-pdp__info__content.\--summary,
.del-pdp__info__content.\--summary p {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400
}

.del-pdp__info__content.\--description,
.del-pdp__info__content.\--description p {
    font-size: 1.18125rem;
    line-height: 28px
}

.del-pdp__info__content.\--summary,
.del-pdp__info__content.\--summary p {
    font-size: 1.0125rem;
    line-height: 24px
}

.del-pdp__info__content ul {
    padding: 0 0 0 35px;
    margin: 0
}

.del-pdp__info__image {
    display: block;
    max-width: 100%
}

@media (min-width: 768px) {
    .del-pdp__info__image {
        width: 47.14%
    }
}

@media (min-width: 1024px) {
    .del-pdp__info__image {
        width: 57.14%
    }
}

.del-pdp__info .del-simple-css-accordion__wrapper {
    border-bottom: 1px solid #e5e5e5
}

@media (min-width: 1024px) {
    .del-pdp__info .del-simple-css-accordion__wrapper {
        border-bottom: 0
    }
}

.del-pdp__info .del-simple-css-accordion:last-child__wrapper {
    border-bottom: 0
}

.del-pdp__info .del-simple-css-accordion__title {
    background-color: #fff
}

.del-pdp__specifications__wrapper {
    background-color: #efefef;
    padding: 40px 0
}

@media (min-width: 768px) {
    .del-pdp__specifications__wrapper {
        padding: 80px 0
    }
}

.del-pdp__specifications__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 21px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-align: center
}

@media (min-width: 768px) {
    .del-pdp__specifications__title {
        font-size: 1.35rem;
        line-height: 28px;
        letter-spacing: 5px;
        margin-bottom: 40px
    }
}

.del-pdp__specifications__accordion {
    margin: 0 6px
}

@media (min-width: 768px) {
    .del-pdp__specifications__accordion {
        margin: 0 100px
    }
}

.del-pdp__specifications__accordion__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    color: #131518
}

.del-pdp__specifications__single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0
}

.del-pdp__specifications__single:last-child {
    border-bottom: 0
}

.del-pdp__specifications__single__label,
.del-pdp__specifications__single__value {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .84375rem;
    color: #131518;
    padding-right: 10px
}

.del-pdp__specifications__single__value {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    padding-right: 0;
    padding-left: 10px;
    display: flex;
    align-items: center
}

.del-pdp__specifications__single__value .icon-ok-blue {
    width: 20px;
    height: 20px
}

.del-pdp__specifications__single__value .del-pdp-spec-class {
    width: 62px;
    height: 28px
}

.del-pdp__specifications__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding: 0 16px
}

@media (min-width: 768px) {
    .del-pdp__specifications__links {
        flex-direction: row
    }
}

.del-pdp__specifications__links a {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 27px;
    color: #266bbf;
    display: inline-block;
    margin-bottom: 20px
}

.del-pdp__specifications__links a:hover {
    opacity: .8
}

.del-pdp__specifications__links__faq,
.del-pdp__specifications__links__register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media (min-width: 768px) {
    .del-pdp__specifications__links__faq,
    .del-pdp__specifications__links__register {
        width: 50%
    }
}

.del-pdp__specifications__links__faq {
    border-bottom: 1px solid #e5e5e5
}

@media (min-width: 768px) {
    .del-pdp__specifications__links__faq {
        border-bottom: 0;
        border-right: 1px solid #e5e5e5
    }
}

.del-pdp__specifications__links__faq i {
    width: 84px;
    height: 84px;
    display: block
}

.del-pdp__specifications__links__register__tip {
    display: flex;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 5px;
    padding-left: 6%
}

@media (min-width: 768px) {
    .del-pdp__specifications__links__register__tip {
        width: 80%;
        padding-left: 28%
    }
}

.del-pdp__specifications__links__register__tip:last-child {
    margin-bottom: 0
}

.del-pdp__specifications__links__register__tip i {
    width: 20px;
    height: 15px;
    margin-right: 10px
}

.del-pdp__specifications__links__register__tip span {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #131518;
    width: calc(100% - 10px)
}

.del-pdp__specifications .del-simple-css-accordion {
    border-bottom: 1px solid #e5e5e5
}

.del-pdp__specifications .del-simple-css-accordion:last-child {
    border-bottom: 0
}

.del-pdp__specifications .del-simple-css-accordion__title {
    background-color: #efefef;
    padding: 18px 20px 18px 12px
}

.del-pdp__specifications .del-simple-css-accordion__content-desktop {
    padding: 10px 12px 20px
}

@media (min-width: 768px) {
    .del-pdp__specifications .del-simple-css-accordion__content-desktop {
        padding-left: 40px;
        padding-right: 40px
    }
}

.del-pdp__faqs {
    max-width: 920px;
    margin: 0 auto
}

.del-pdp__faqs__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 21px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-align: center
}

@media (min-width: 768px) {
    .del-pdp__faqs__title {
        font-size: 1.35rem;
        line-height: 28px;
        letter-spacing: 5px;
        margin-bottom: 40px
    }
}

.del-pdp__faqs__accordion {
    background-color: #f7f7f7;
    border-bottom: 4px solid #fff
}

.del-pdp__faqs__accordion:last-child {
    border-bottom: 0
}

.del-pdp__faqs__accordion__title {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 22px;
    color: #131518;
    width: calc(100% - 14px)
}

.del-pdp__faqs__accordion__plus {
    width: 14px;
    margin-left: 10px
}

.del-pdp__faqs__accordion__content {
    padding: 0 10px 20px 30px
}

.del-pdp__faqs__accordion__content,
.del-pdp__faqs__accordion__content p {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 22px;
    color: #131518
}

.del-pdp__faqs__cta-wrapper {
    text-align: center;
    padding-top: 20px
}

.del-pdp__faqs__cta {
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 22px;
    letter-spacing: 1px;
    font-size: .84375rem;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #1a1d1f;
    background-color: transparent;
    border: 1px solid #1a1d1f;
    min-width: 166px
}

.del-pdp__faqs__cta:disabled {
    opacity: .5;
    cursor: not-allowed
}

@media (min-width: 768px) {
    .del-pdp__faqs__cta {
        padding: 12px 24px;
        letter-spacing: 1px;
        font-size: .9rem
    }
}

.del-pdp__faqs__cta:not(:disabled):hover {
    opacity: .8;
    color: #fff;
    background-color: #1a1d1f
}

.del-pdp__faqs .del-simple-css-accordion__title {
    background-color: #f7f7f7;
    padding: 20px 16px
}

@media (min-width: 768px) {
    .del-pdp__faqs .del-simple-css-accordion__title {
        padding: 20px 24px
    }
}

.del-pdp__reviews__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 21px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-align: center;
    color: #131518
}

@media (min-width: 768px) {
    .del-pdp__reviews__title {
        font-size: 1.35rem;
        line-height: 28px;
        letter-spacing: 5px;
        margin-bottom: 35px
    }
}

.del-pdp__reviews__main {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (min-width: 768px) {
    .del-pdp__reviews__main {
        flex-direction: row
    }
}

.del-pdp__reviews__side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media (min-width: 768px) {
    .del-pdp__reviews__side {
        width: 200px;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.del-pdp__reviews__average {
    display: inline-block;
    font-size: 3.76875rem;
    line-height: 44px;
    letter-spacing: normal;
    margin-bottom: 15px
}

.del-pdp__reviews__average,
.del-pdp__reviews__total {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400
}

.del-pdp__reviews__total {
    font-size: .9rem;
    color: #131518;
    opacity: .7;
    margin-bottom: 30px
}

.del-pdp__reviews__stars {
    margin-bottom: 10px
}

.del-pdp__reviews__stars i {
    width: 28px;
    height: 28px
}

.del-pdp__reviews__write-cta {
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 22px;
    letter-spacing: 1px;
    font-size: .84375rem;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #1a1d1f;
    background-color: transparent;
    border: 1px solid #1a1d1f;
    width: 200px
}

.del-pdp__reviews__write-cta:disabled {
    opacity: .5;
    cursor: not-allowed
}

@media (min-width: 768px) {
    .del-pdp__reviews__write-cta {
        padding: 12px 24px;
        letter-spacing: 1px;
        font-size: .9rem
    }
}

.del-pdp__reviews__write-cta:not(:disabled):hover {
    opacity: .8;
    color: #fff;
    background-color: #1a1d1f
}

.del-pdp__reviews__list {
    width: 100%
}

@media (min-width: 768px) {
    .del-pdp__reviews__list {
        width: calc(100% - 200px);
        padding: 0 30px 0 100px
    }
}

.del-pdp__reviews__list__single {
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0 40px;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .del-pdp__reviews__list__single {
        flex-direction: row
    }
}

.del-pdp__reviews__list__single.\--hidden {
    display: none
}

.del-pdp__reviews__list__single__info {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .del-pdp__reviews__list__single__info {
        width: 180px
    }
}

@media (min-width: 768px) {
    .del-pdp__reviews__list__single__text {
        width: calc(100% - 180px)
    }
}

.del-pdp__reviews__list__single__customer,
.del-pdp__reviews__list__single__customer-mobile {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #131518
}

.del-pdp__reviews__list__single__customer {
    display: none
}

@media (min-width: 768px) {
    .del-pdp__reviews__list__single__customer {
        display: block;
        font-size: 1.0125rem;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) {
    .del-pdp__reviews__list__single__customer-mobile {
        display: none
    }
}

.del-pdp__reviews__list__single__stars {
    display: block;
    margin-bottom: 5px
}

.del-pdp__reviews__list__single__stars i {
    width: 20px;
    height: 20px
}

.del-pdp__reviews__list__single__date {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: rgba(19, 21, 24, .7)
}

.del-pdp__reviews__list__single__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 24px;
    color: #131518;
    margin-bottom: 20px
}

.del-pdp__reviews__list__single__content {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 21px;
    color: #131518
}

.del-pdp__reviews__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.del-pdp__reviews__showing-text {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #131518;
    margin: 25px 0
}

[class^=del-] .dln-writeReview .dln-popup__head {
    flex-direction: row-reverse
}

.del-pdp__accessories {
    padding: 50px 0 20px;
    background-color: #f7f7f7
}

.del-pdp__accessories__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 21px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 768px) {
    .del-pdp__accessories__title {
        font-size: 1.35rem;
        line-height: 28px;
        letter-spacing: 5px
    }
}

.del-pdp__accessories .del-pdp__accessories__swiper-container {
    padding: 50px 10px
}

.del-pdp__accessories__slide {
    padding: 0 40px
}

.del-pdp__accessories__slide.\--last-child {
    border-right: 0 !important
}

@media (min-width: 768px) {
    .del-pdp__accessories__slide {
        border-right: 1px solid #e5e5e5
    }
    .del-pdp__accessories__slide.swiper-slide-next,
    .del-pdp__accessories__slide.swiper-slide-prev {
        border-right: 0
    }
}

@media (min-width: 1024px) {
    .del-pdp__accessories__slide.swiper-slide-next {
        border-right: 1px solid #e5e5e5
    }
    .del-pdp__accessories__slide.swiper-slide-next+.swiper-slide {
        border-right: 0
    }
}

.del-pdp__accessories__cta {
    display: block;
    margin: 0 auto;
    background-color: #fff
}

.del-pdp__accessories .swiper-button-disabled {
    display: none
}

.del-pdp__accessories .swiper-button-next,
.del-pdp__accessories .swiper-button-prev {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    border: 1px solid #131518;
    border-radius: 50%
}

.del-pdp__accessories .swiper-button-next:after,
.del-pdp__accessories .swiper-button-prev:after {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-30%, -44%)
}

.del-pdp__accessories .swiper-button-prev:after {
    transform: translate(-50%, -44%)
}

.del-pdp__similar {
    padding: 50px 0 20px
}

.del-pdp__similar__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 21px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 768px) {
    .del-pdp__similar__title {
        font-size: 1.35rem;
        line-height: 28px;
        letter-spacing: 5px
    }
}

.del-pdp__similar .del-pdp__similar__swiper-container {
    padding: 50px 10px
}

.del-pdp__similar .swiper-button-disabled {
    display: none
}

.del-pdp__similar .swiper-button-next,
.del-pdp__similar .swiper-button-prev {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    border: 1px solid #131518;
    border-radius: 50%
}

.del-pdp__similar .swiper-button-next:after,
.del-pdp__similar .swiper-button-prev:after {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-30%, -44%)
}

.del-pdp__similar .swiper-button-prev:after {
    transform: translate(-50%, -44%)
}

.del-pdp__similar .del-product-box--grid-view {
    width: 100%;
    max-width: 100%
}

.del-pdp__compare {
    padding: 0
}

.del-pdp__compare__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    line-height: 21px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 1024px) {
    .del-pdp__compare__title {
        font-size: 1.35rem;
        line-height: 28px;
        letter-spacing: 5px
    }
}

.del-pdp__compare__table-key,
.del-pdp__compare__table-row,
.del-pdp__compare__table-value {
    display: flex;
    justify-content: center
}

.del-pdp__compare__table-row {
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5
}

@media (min-width: 1024px) {
    .del-pdp__compare__table-row:nth-child(odd) {
        background-color: #f7f7f7
    }
    .del-pdp__compare__table-row:nth-child(2n) {
        background-color: #fff
    }
}

.del-pdp__compare__table-key,
.del-pdp__compare__table-value {
    padding: 5px;
    text-align: center;
    color: #1a1d1f;
    min-height: 40px
}

@media (min-width: 1024px) {
    .del-pdp__compare__table-key,
    .del-pdp__compare__table-value {
        min-height: 55px
    }
}

.del-pdp__compare__table-key {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 16px;
    letter-spacing: .5px;
    width: 100%;
    justify-content: flex-start;
    padding-left: 5px;
    background-color: #f7f7f7;
    align-items: center
}

@media (min-width: 1024px) {
    .del-pdp__compare__table-key {
        width: 34%;
        padding-left: 0;
        justify-content: center;
        background-color: transparent
    }
}

.del-pdp__compare__table-value {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem;
    line-height: 16px;
    letter-spacing: normal;
    align-items: center;
    width: 50%;
    background-color: #fff
}

@media (min-width: 1024px) {
    .del-pdp__compare__table-value {
        background-color: transparent;
        font-size: .9rem;
        width: 33%
    }
}

.del-pdp__compare__table-value.\--current {
    border-right: 1px solid #e5e5e5
}

@media (min-width: 1024px) {
    .del-pdp__compare__table-value.\--current {
        order: -1;
        border-right: 0
    }
}

.del-pdp__compare__table-value[hidden] {
    display: none
}

.del-pdp__compare__table-value .icon-ok-blue {
    width: 22px;
    height: 22px
}

.del-pdp__compare__table-value .del-pdp-spec-class {
    width: 62px;
    height: 28px
}

@media (max-width: 1023px) {
    .del-pdp__compare__table__container {
        position: relative;
        border-bottom: 1px solid #e5e5e5
    }
    .del-pdp__compare__table__container.\--toggle {
        max-height: 115px;
        overflow: hidden
    }
    .del-pdp__compare__table__container.\--toggle.\--open {
        max-height: unset
    }
    .del-pdp__compare__table__container.\--toggle:not(.\--open) .del-pdp__compare__table__mask {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .8))
    }
}

.del-pdp__compare__table__show-cta {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    display: block;
    margin: 10px auto 0
}

@media (min-width: 1024px) {
    .del-pdp__compare__table__show-cta {
        display: none
    }
}

.del-pdp__compare__wrapper {
    display: flex;
    flex-wrap: wrap
}

.del-pdp__compare__wrapper>.del-pdp__compare__slider,
.del-pdp__compare__wrapper>.del-product-box {
    width: 50%;
    padding: 0 3px
}

@media (min-width: 1024px) {
    .del-pdp__compare__wrapper>.del-pdp__compare__slider,
    .del-pdp__compare__wrapper>.del-product-box {
        width: 23.57%;
        order: 1
    }
}

.del-pdp__compare__wrapper>.del-product-box {
    border-right: 1px solid #e5e5e5
}

@media (min-width: 1024px) {
    .del-pdp__compare__wrapper>.del-product-box {
        border-right: 0
    }
}

@media (min-width: 1024px) {
    .del-pdp__compare__wrapper>.del-pdp__compare__slider {
        order: 3
    }
}

.del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-slide {
    padding: 0 20px
}

.del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-slide .del-button,
.del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-slide .del-product-moodboard__product-wrapper__cta,
.del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-slide .del-textgroup__cta {
    display: block;
    margin: 10px auto;
    width: 100%
}

@media (min-width: 1024px) {
    .del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-slide .del-button,
    .del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-slide .del-product-moodboard__product-wrapper__cta,
    .del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-slide .del-textgroup__cta {
        width: 55%
    }
}

.del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-button-next:after,
.del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-button-prev:after {
    font-size: 1.0125rem
}

.del-pdp__compare__wrapper>.del-pdp__compare__slider .swiper-button-disabled {
    display: none
}

.del-pdp__compare__wrapper>.del-pdp__compare__table {
    width: 100%
}

@media (min-width: 1024px) {
    .del-pdp__compare__wrapper>.del-pdp__compare__table {
        width: 52.86%;
        order: 2;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.del-pdp__sticky {
    position: fixed;
    top: 0;
    transform: translateY(-100px);
    transition: transform .3s ease-in-out;
    width: 100%;
    max-width: 1920px;
    background-color: #fff;
    z-index: 3;
    border-bottom: 1px solid #e5e5e5
}

.del-pdp__sticky.\--active {
    transform: translateY(61px)
}

@media (min-width: 1024px) {
    .del-pdp__sticky.\--active {
        transform: translateY(93px)
    }
}

@media (min-width: 1024px) {
    .del-pdp__sticky {
        box-shadow: 0 4px 2px -2px #e5e5e5;
        border-bottom: 0
    }
}

.del-pdp__sticky__wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.del-pdp__sticky__image {
    display: none
}

@media (min-width: 1024px) {
    .del-pdp__sticky__image {
        order: 1;
        display: block;
        width: 78px;
        height: 78px
    }
}

.del-pdp__sticky__title,
.del-pdp__sticky__toggle {
    order: 2;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    color: #1a1d1f;
    width: 50%;
    padding: 0 7px
}

@media (min-width: 1024px) {
    .del-pdp__sticky__title,
    .del-pdp__sticky__toggle {
        font-size: 1.18125rem;
        width: 200px
    }
}

.del-pdp__sticky__toggle {
    position: relative;
    font-size: .9rem;
    text-align: right;
    background: none;
    border: none;
    order: 3;
    padding-right: 30px
}

@media (min-width: 1024px) {
    .del-pdp__sticky__toggle {
        display: none
    }
}

.del-pdp__sticky__toggle:after {
    content: "";
    background-image: url(/local/templates/.default/assets/css/../medias/select-down.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
    position: absolute;
    right: 0
}

.del-pdp__sticky__toggle.\--open:after {
    background-image: url(/local/templates/.default/assets/css/../medias/select-up.svg)
}

.del-pdp__sticky__sections {
    display: flex;
    flex-direction: column;
    order: 4;
    height: 0;
    width: 100%;
    overflow: hidden
}

@media (min-width: 1024px) {
    .del-pdp__sticky__sections {
        order: 3;
        flex-direction: row;
        height: unset;
        width: calc(100% - 598px);
        padding: 0 5px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: unset
    }
    .del-pdp__sticky__sections.\--wide {
        width: calc(100% - 278px)
    }
}

.del-pdp__sticky__sections.\--open {
    height: unset;
    overflow: unset;
    margin-top: 20px;
    align-items: flex-start
}

@media (min-width: 1024px) {
    .del-pdp__sticky__sections.\--open {
        margin-top: 0;
        align-items: center
    }
}

.del-pdp__sticky__link {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    color: #757678;
    border-bottom: 1px solid transparent;
    margin: 7px;
    font-size: .9rem;
    text-decoration: none
}

.del-pdp__sticky__link.\--active {
    color: #1a1d1f;
    border-bottom: 1px solid #1a1d1f
}

@media (min-width: 1024px) {
    .del-pdp__sticky__link {
        font-size: 1.0125rem;
        margin: 5px 7px
    }
}

.del-pdp__sticky__price {
    order: 4;
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    color: #1a1d1f;
    font-size: 1.0125rem;
    display: none;
    padding-right: 7px;
    width: 150px;
    text-align: right
}

.del-pdp__sticky__price--strike {
    display: block;
    font-size: .84375rem;
    color: #757678;
    text-decoration: line-through
}

@media (min-width: 1024px) {
    .del-pdp__sticky__price {
        display: block
    }
}

.del-pdp__sticky__cta {
    order: 5;
    width: 170px;
    display: none
}

@media (min-width: 1024px) {
    .del-pdp__sticky__cta {
        display: block
    }
}

@media (min-width: 1024px) {
    .del-header--hidden .del-pdp__sticky.\--active {
        transform: translateY(0)
    }
}

.del-hatch__wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px 10px 40px
}

@media (min-width: 768px) {
    .del-hatch__wrapper {
        padding: 20px 30px
    }
}

.del-hatch__title {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 2.1375rem;
    color: #1a1d1f;
    margin: 10px 0 20px;
    text-align: center
}

.del-hatch__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5
}

.del-hatch__item:last-child {
    border-bottom: 0
}

.del-hatch__item__availability,
.del-hatch__item__logo,
.del-hatch__item__price {
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .del-hatch__item__availability,
    .del-hatch__item__logo,
    .del-hatch__item__price {
        margin-bottom: 0
    }
}

.del-hatch__item__logo {
    width: 100%;
    text-align: center
}

.del-hatch__item__logo img {
    width: 150px;
    padding: 0 10px
}

@media (min-width: 768px) {
    .del-hatch__item__logo {
        width: auto
    }
}

.del-hatch__item__price {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.18125rem;
    color: #1a1d1f;
    letter-spacing: -.3px;
    padding: 0 5px;
    width: 50%
}

@media (min-width: 768px) {
    .del-hatch__item__price {
        width: auto
    }
}

.del-hatch__item__availability {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #757678;
    padding: 0 5px;
    width: 50%
}

@media (min-width: 768px) {
    .del-hatch__item__availability {
        width: auto
    }
}

.del-hatch__item__cta {
    width: 200px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .del-hatch__item__cta {
        margin: 0
    }
}

.del-modal__header {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px
}

.del-modal__close {
    border: none;
    background: none;
    cursor: pointer
}

.del-modal__close,
.del-modal__close i {
    width: 24px;
    height: 24px
}

.del-promoPdp-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative
}

@media (min-width: 768px) {
    .del-promoPdp-banner {
        flex-direction: row;
        height: 90px;
        overflow-y: hidden
    }
}

.del-promoPdp-banner.\--open {
    height: auto;
    overflow-y: unset
}

.del-promoPdp-banner.\--open .del-promoPdp-banner__image,
.del-promoPdp-banner.\--open .del-promoPdp-banner__info__caption,
.del-promoPdp-banner.\--open .del-promoPdp-banner__info__cta {
    display: block
}

@media (min-width: 768px) {
    .del-promoPdp-banner.\--open .del-promoPdp-banner__info__caption {
        font-size: .9rem;
        line-height: 21px;
        letter-spacing: 3.56px
    }
    .del-promoPdp-banner.\--open .del-promoPdp-banner__info__title {
        font-size: 2.08125rem;
        line-height: 47px
    }
    .del-promoPdp-banner.\--open .del-promoPdp-banner__info__subtitle {
        font-size: 1.35rem;
        line-height: 31px;
        margin-bottom: 20px
    }
}

.del-promoPdp-banner.\--open .del-promoPdp-banner__cta {
    transform: rotate(0)
}

.del-promoPdp-banner__image {
    order: 1;
    display: none
}

@media (min-width: 768px) {
    .del-promoPdp-banner__image {
        order: 0;
        display: block
    }
}

.del-promoPdp-banner__info {
    order: 0;
    width: 100%;
    padding: 15px;
    text-align: center
}

@media (min-width: 768px) {
    .del-promoPdp-banner__info {
        order: 1;
        width: 60%
    }
}

.del-promoPdp-banner__info__caption,
.del-promoPdp-banner__info__subtitle,
.del-promoPdp-banner__info__title {
    color: #fff;
    font-size: .7875rem;
    margin-bottom: 10px
}

.del-promoPdp-banner__info__caption {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    opacity: .6;
    display: none
}

.del-promoPdp-banner__info__title {
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: -.27px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .del-promoPdp-banner__info__title {
        font-size: 1.35rem;
        line-height: 31px;
        letter-spacing: -.4px
    }
}

.del-promoPdp-banner__info__subtitle {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

@media (min-width: 768px) {
    .del-promoPdp-banner__info__subtitle {
        font-size: .9rem;
        line-height: 21px
    }
}

.del-promoPdp-banner__info__cta {
    display: none;
    max-width: 200px;
    margin: 0 auto
}

.del-promoPdp-banner__cta {
    border: 0;
    position: absolute;
    background: url(/local/templates/.default/assets/css/../medias/select-up-w.svg) no-repeat;
    transform: rotate(180deg);
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.del-pdp__bundle {
    background-color: rgba(19, 21, 24, .03);
    padding: 10px
}

.del-pdp__bundle__wrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0
}

@media (min-width: 768px) {
    .del-pdp__bundle__wrapper {
        background-color: transparent;
        flex-wrap: wrap;
        flex-direction: row
    }
}

.del-pdp__bundle__title {
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    font-size: .73125rem;
    color: #1a1d1f;
    letter-spacing: .5px;
    width: 100%;
    text-align: center;
    margin: 20px 0 5px
}

@media (min-width: 768px) {
    .del-pdp__bundle__title {
        text-align: left
    }
}

.del-pdp__bundle__list {
    list-style: none;
    display: flex;
    align-items: stretch;
    padding: 10px 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%
}

@media (min-width: 768px) {
    .del-pdp__bundle__list {
        border-bottom: 0
    }
}

@media (min-width: 1024px) {
    .del-pdp__bundle__list {
        padding: 10px 0 15px;
        width: auto
    }
    .del-pdp__bundle__list.\--full {
        width: 70%
    }
}

.del-pdp__bundle__list img {
    display: block;
    max-width: 100%
}

.del-pdp__bundle__list__item {
    position: relative
}

.del-pdp__bundle__list__item .\--balloon {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    top: -3px;
    right: -3px;
    color: #fff;
    border-radius: 50%;
    background-color: #052644;
    font-size: .9rem
}

@media (min-width: 768px) {
    .del-pdp__bundle__list__item .\--balloon {
        width: 26px;
        height: 26px;
        font-size: 1.0125rem
    }
}

.del-pdp__bundle__list__item .\--modelNumber,
.del-pdp__bundle__list__item .\--name,
.del-pdp__bundle__list__item .\--price-wrapper {
    display: none;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
    font-size: .9rem
}

@media (min-width: 768px) {
    .del-pdp__bundle__list__item .\--modelNumber,
    .del-pdp__bundle__list__item .\--name,
    .del-pdp__bundle__list__item .\--price-wrapper {
        display: block
    }
}

.del-pdp__bundle__list__item .\--name {
    margin-top: 10px;
    color: #757678
}

.del-pdp__bundle__list__item a.\--name {
    color: #1a1d1f;
    text-decoration: underline
}

.del-pdp__bundle__list__item .\--modelNumber {
    font-size: .75rem;
    color: #484a4c;
    margin-bottom: 10px
}

.del-pdp__bundle__list__item .\--price-wrapper {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    color: #1a1d1f
}

.del-pdp__bundle__list__item .\--price-wrapper>.\--instead-of {
    font-size: .7875rem;
    color: #757678;
    text-decoration: line-through;
    padding-left: 5px
}

@media (min-width: 768px) {
    .del-pdp__bundle__list__item {
        background-color: #fff;
        padding: 20px;
        max-width: 212px
    }
}

.del-pdp__bundle__list-plus {
    opacity: .5;
    -ms-grid-row-align: center;
    align-self: center
}

.del-pdp__bundle__list-plus img {
    width: 30px;
    max-width: unset
}

.del-pdp__bundle__list__product {
    height: 0;
    overflow: hidden
}

.del-pdp__bundle__list__product.\--open {
    height: 100%;
    overflow: unset
}

.del-pdp__bundle__list__product__item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 10px
}

.del-pdp__bundle__list__product__item .\--product {
    margin-bottom: 2px
}

.del-pdp__bundle__list__product__item .\--product a {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #1a1d1f;
    text-decoration: underline
}

.del-pdp__bundle__list__product__item .\--modelNumber {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .75rem;
    color: #484a4c;
    margin-bottom: 5px
}

.del-pdp__bundle__list__product__item .\--price {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #1a1d1f
}

.del-pdp__bundle__list__product__item .\--price .\--insteadOf {
    font-size: .7875rem;
    text-decoration: line-through;
    color: #757678
}

@media (min-width: 768px) {
    .del-pdp__bundle__list__product {
        display: none
    }
}

.del-pdp__bundle__list__toggle {
    position: relative;
    padding: 10px 40px 10px 10px;
    text-align: center
}

.del-pdp__bundle__list__toggle .\--toggle {
    background: url(/local/templates/.default/assets/css/../medias/select-down.svg);
    border: none;
    width: 20px;
    height: 19px;
    position: absolute;
    top: 10px;
    right: 10px
}

.del-pdp__bundle__list__toggle.\--open .\--toggle {
    transform: rotate(180deg)
}

.del-pdp__bundle__list__toggle.\--open>.\--label-close,
.del-pdp__bundle__list__toggle.\--open>.\--price {
    display: none
}

.del-pdp__bundle__list__toggle.\--open .del-pdp__bundle__list__toggle__action {
    padding: 15px;
    display: block
}

.del-pdp__bundle__list__toggle>.\--label-close,
.del-pdp__bundle__list__toggle>.\--price {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: -.3px;
    color: #757678
}

.del-pdp__bundle__list__toggle>.\--price {
    font-size: 1.18125rem;
    color: #266bbf;
    padding-left: 5px
}

.del-pdp__bundle__list__toggle__action {
    padding: 15px;
    display: none
}

@media (min-width: 768px) {
    .del-pdp__bundle__list__toggle {
        display: none
    }
}

.del-pdp__bundle__list__action {
    display: none;
    width: 100%;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 10px auto
}

@media (min-width: 768px) {
    .del-pdp__bundle__list__action {
        display: block
    }
}

@media (min-width: 1024px) {
    .del-pdp__bundle__list__action {
        width: 30%;
        padding-left: 10px;
        margin: 0
    }
}

.del-pdp__bundle__action {
    display: flex;
    flex-direction: column
}

.del-pdp__bundle__action__price-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px
}

@media (min-width: 1024px) {
    .del-pdp__bundle__action__price-wrapper {
        justify-content: flex-start
    }
}

.del-pdp__bundle__action__price-wrapper>.\--discount,
.del-pdp__bundle__action__price-wrapper>.\--instead-of,
.del-pdp__bundle__action__price-wrapper>.\--price {
    font-family: DeLonghiSansRegular, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.0125rem;
    letter-spacing: -.26px;
    color: #1a1d1f
}

.del-pdp__bundle__action__price-wrapper>.\--price {
    font-size: 1.18125rem;
    padding: 0 10px 0 0;
    letter-spacing: -.3px
}

@media (min-width: 1024px) {
    .del-pdp__bundle__action__price-wrapper>.\--price {
        width: 100%;
        margin-bottom: 10px
    }
}

.del-pdp__bundle__action__price-wrapper>.\--instead-of {
    padding: 0 7px 0 0;
    color: #757678;
    text-decoration: line-through
}

.del-pdp__bundle__action__price-wrapper>.\--discount {
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400
}

.del-pdp__bundle__action>.\--cta {
    max-width: 200px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .del-pdp__bundle__action>.\--cta {
        max-width: 250px
    }
}

@media (min-width: 1024px) {
    .del-pdp__bundle__action>.\--cta {
        margin: 0
    }
}

.del-videoFull__spacer {
    display: none
}

.del-howtoyoutubevideos.swiper-container {
    height: 228px;
    padding: 0 0 60px
}

@media (min-width: 768px) {
    .del-howtoyoutubevideos.swiper-container {
        height: 574px;
        padding: 80px 0
    }
}

.del-howtoyoutubevideos__video.swiper-slide {
    width: 280px
}

@media (min-width: 768px) {
    .del-howtoyoutubevideos__video.swiper-slide {
        width: 684px
    }
}

.del-howtoyoutubevideos .swiper-button-next,
.del-howtoyoutubevideos .swiper-button-prev {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #131518;
    border-radius: 50%;
    background-color: #fff
}

.del-howtoyoutubevideos .swiper-button-next:after,
.del-howtoyoutubevideos .swiper-button-prev:after {
    font-size: 1.2375rem;
    color: #131518
}

@media (min-width: 768px) {
    .del-howtoyoutubevideos .swiper-button-next,
    .del-howtoyoutubevideos .swiper-button-prev {
        display: flex
    }
}

.del-howtoyoutubevideos .swiper-button-prev {
    left: calc(50% - 406px)
}

[dir=rtl] .del-howtoyoutubevideos .swiper-button-prev {
    right: calc(50% - 406px);
    left: auto
}

.del-howtoyoutubevideos .swiper-button-next {
    right: calc(50% - 406px)
}

[dir=rtl] .del-howtoyoutubevideos .swiper-button-next {
    left: calc(50% - 406px);
    right: auto
}

.del-howtoyoutubevideos .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 768px) {
    .del-howtoyoutubevideos .swiper-pagination {
        display: none
    }
}

.del-howtoyoutubevideos .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px !important;
    background-color: #757678
}

.del-howtoyoutubevideos .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
    background-color: #1a1d1f
}

.del-howtoyoutubevideos .del-videoFull {
    height: 100%
}

.del-howtoyoutubevideos .del-videoFull__caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 21, 24, .5);
    background-image: linear-gradient(0deg, #131518, transparent 37%);
    box-shadow: none;
    border-radius: 0
}

.del-howtoyoutubevideos .del-videoFull__caption img {
    flex-grow: 0;
    width: 60px;
    height: 60px;
    background-color: #1a1d1f;
    box-shadow: 0 0 0 2px #1a1d1f;
    border-radius: 50%
}

.del-howtoyoutubevideos .del-videoFull__spacer {
    display: flex;
    flex-grow: 2
}

.del-howtoyoutubevideos .del-videoFull__textgroup {
    flex-direction: column;
    align-items: center
}

.del-howtoyoutubevideos .del-videoFull__subtitle {
    padding-top: 24px;
    opacity: .6;
    font-family: DeLonghiSansBold, Noto Sans, sans-serif;
    font-weight: 700;
    font-size: .7875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #e5e5e5
}

.del-howtoyoutubevideos .del-videoFull__title {
    padding-top: 4px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 2.08125rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -.7px;
    text-align: center;
    color: #fff
}

@media (min-width: 768px) {
    .del-howtoyoutubevideos .del-videoFull__title {
        padding-top: 5px
    }
}

.del-promosliderbadge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    color: #1a1d1f
}

.del-promosliderbadge .del-promosliderbadge__titlebar {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 1.4625rem;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .del-promosliderbadge .del-promosliderbadge__titlebar {
        height: 100px;
        font-size: 1.575rem
    }
}

.del-promosliderbadge .swiper-wrapper {
    padding: 0;
    align-items: center
}

@media (min-width: 1024px) {
    .del-promosliderbadge .swiper-wrapper {
        padding: 0
    }
}

.del-promosliderbadge .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
    overflow: visible
}

.del-promosliderbadge .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    height: 50px;
    width: 100%;
    padding-top: 0
}

@media (min-width: 1024px) {
    .del-promosliderbadge .swiper-pagination {
        height: 80px
    }
}

.del-promosliderbadge .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px !important;
    background-color: #757678;
    opacity: 1;
    cursor: pointer
}

.del-promosliderbadge .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #1a1d1f
}

.del-promosliderbadge .swiper-button-next,
.del-promosliderbadge .swiper-button-prev {
    display: none;
    -ms-grid-row-align: center;
    align-self: center;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    transform: scale(.9);
    border: 1px solid #757678;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .75);
    font-size: 1.35rem
}

@media (min-width: 768px) {
    .del-promosliderbadge .swiper-button-next,
    .del-promosliderbadge .swiper-button-prev {
        display: flex
    }
}

.del-promosliderbadge .swiper-button-next:hover,
.del-promosliderbadge .swiper-button-prev:hover {
    transform: scale(1);
    background-color: #fff;
    opacity: .9
}

.del-promosliderbadge .swiper-button-next:hover:after,
.del-promosliderbadge .swiper-button-prev:hover:after {
    font-weight: 700
}

.del-promosliderbadge .swiper-button-next:after,
.del-promosliderbadge .swiper-button-prev:after {
    font-family: swiper-icons, sans-serif;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal
}

.del-promosliderbadge .swiper-button-prev {
    left: 25px
}

.swiper-container-rtl .del-promosliderbadge .swiper-button-prev {
    left: auto;
    right: 25px
}

@media (min-width: 1024px) {
    .del-promosliderbadge .swiper-button-prev {
        left: 82px
    }
    .swiper-container-rtl .del-promosliderbadge .swiper-button-prev {
        left: auto;
        right: 82px
    }
}

@media (min-width: 1200px) {
    .del-promosliderbadge .swiper-button-prev {
        left: 135px
    }
    .swiper-container-rtl .del-promosliderbadge .swiper-button-prev {
        left: auto;
        right: 135px
    }
}

@media (min-width: 1440px) {
    .del-promosliderbadge .swiper-button-prev {
        left: 145px
    }
    .swiper-container-rtl .del-promosliderbadge .swiper-button-prev {
        left: auto;
        right: 145px
    }
}

.del-promosliderbadge .swiper-button-next {
    right: 25px
}

.swiper-container-rtl .del-promosliderbadge .swiper-button-next {
    right: auto;
    left: 25px
}

@media (min-width: 1024px) {
    .del-promosliderbadge .swiper-button-next {
        right: 82px
    }
    .swiper-container-rtl .del-promosliderbadge .swiper-button-next {
        right: auto;
        left: 82px
    }
}

@media (min-width: 1200px) {
    .del-promosliderbadge .swiper-button-next {
        right: 135px
    }
    .swiper-container-rtl .del-promosliderbadge .swiper-button-next {
        right: auto;
        left: 135px
    }
}

@media (min-width: 1440px) {
    .del-promosliderbadge .swiper-button-next {
        right: 145px
    }
    .swiper-container-rtl .del-promosliderbadge .swiper-button-next {
        right: auto;
        left: 145px
    }
}

.del-promosliderbadge .swiper-button-prev:after,
.swiper-container-rtl .del-promosliderbadge .swiper-button-next:after {
    content: "prev"
}

.del-promosliderbadge .swiper-button-next:after,
.swiper-container-rtl .del-promosliderbadge .swiper-button:after {
    content: "next"
}

.del-promosliderbadge .swiper-button-disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none
}

.del-promosliderbadge__card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 326px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .del-promosliderbadge__card {
        flex-direction: row;
        width: 516px
    }
}

@media (min-width: 1024px) {
    .del-promosliderbadge__card {
        width: 638px
    }
}

@media (min-width: 1200px) {
    .del-promosliderbadge__card {
        width: 710px
    }
}

@media (min-width: 1440px) {
    .del-promosliderbadge__card {
        width: 886px
    }
}

.del-promosliderbadge__card--theme-default {
    background-color: #052644;
    color: #fff
}

.del-promosliderbadge__card--theme-white {
    background-color: #fff;
    color: #131518
}

.del-promosliderbadge__card__badge {
    width: 80px;
    height: 80px
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__badge {
        width: 60px;
        height: 60px;
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) {
    .del-promosliderbadge__card__badge {
        width: 80px;
        height: 80px;
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    .del-promosliderbadge__card__badge {
        width: 100px;
        height: 100px
    }
}

.del-promosliderbadge__card__badge--mobile {
    position: absolute;
    top: 10px;
    left: 10px
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__badge--mobile {
        display: none
    }
}

.del-promosliderbadge__card__badge--desktop {
    display: none
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__badge--desktop {
        display: inline-block
    }
}

.del-promosliderbadge__card__ribbon {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 139px;
    height: 139px;
    overflow: hidden
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__ribbon {
        width: 100px;
        height: 100px
    }
}

@media (min-width: 1024px) {
    .del-promosliderbadge__card__ribbon {
        width: 139px;
        height: 139px
    }
}

.del-promosliderbadge__card__ribbon:after,
.del-promosliderbadge__card__ribbon:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid transparent
}

.del-promosliderbadge__card__ribbon:before {
    top: -5px;
    left: 0;
    border-bottom-color: #7f93a5
}

.del-promosliderbadge__card__ribbon:after {
    bottom: 0;
    right: -5px;
    border-left-color: #7f93a5
}

.del-promosliderbadge__card__ribbon span {
    position: absolute;
    left: -15px;
    top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    padding: 15px 0;
    transform: rotate(45deg);
    background-color: #38699e;
    box-shadow: 0 5px 10px rgba(19, 21, 24, .1);
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .7875rem;
    letter-spacing: .3px;
    line-height: 19px;
    text-shadow: 0 1px 1px rgba(19, 21, 24, .2);
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__ribbon span {
        left: -32px;
        top: 21px;
        width: 200px;
        padding: 8px 0;
        font-size: .75rem
    }
}

@media (min-width: 1024px) {
    .del-promosliderbadge__card__ribbon span {
        left: -15px;
        top: 26px;
        width: 210px;
        padding: 15px 0;
        font-size: .7875rem
    }
}

@media (min-width: 1200px) {
    .del-promosliderbadge__card__ribbon span {
        font-size: .9rem;
        font-size: 1.0125rem
    }
}

.del-promosliderbadge__card__picturebox,
.del-promosliderbadge__card__textbox {
    width: 100%;
    height: 230px
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__picturebox,
    .del-promosliderbadge__card__textbox {
        width: 50%;
        height: 290px
    }
}

@media (min-width: 1024px) {
    .del-promosliderbadge__card__picturebox,
    .del-promosliderbadge__card__textbox {
        height: 360px
    }
}

@media (min-width: 1200px) {
    .del-promosliderbadge__card__picturebox,
    .del-promosliderbadge__card__textbox {
        height: 400px
    }
}

@media (min-width: 1440px) {
    .del-promosliderbadge__card__picturebox,
    .del-promosliderbadge__card__textbox {
        height: 500px
    }
}

.del-promosliderbadge__card__picturebox {
    overflow: hidden
}

.del-promosliderbadge__card__textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 25px 35px;
    text-align: center
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__textbox {
        justify-content: center
    }
}

@media (min-width: 1024px) {
    .del-promosliderbadge__card__textbox {
        padding: 25px 36px 35px
    }
}

.del-promosliderbadge__card--theme-white .del-promosliderbadge__card__textbox {
    border: 1px solid #e5e5e5
}

.del-promosliderbadge__card__picture,
.del-promosliderbadge__card__picture * {
    width: 100%
}

.del-promosliderbadge__card__textgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.del-promosliderbadge__card__title {
    padding-bottom: 9px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 1.2375rem;
    letter-spacing: 0;
    line-height: 23px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__title {
        padding-bottom: 7px;
        font-size: 1.0125rem;
        letter-spacing: 0;
        line-height: 19px
    }
}

@media (min-width: 1024px) {
    .del-promosliderbadge__card__title {
        padding-bottom: 11px;
        font-size: 1.2375rem;
        letter-spacing: 0;
        line-height: 24px
    }
}

@media (min-width: 1200px) {
    .del-promosliderbadge__card__title {
        padding-bottom: 12px;
        font-size: 1.35rem;
        letter-spacing: 0;
        line-height: 27px
    }
}

@media (min-width: 1440px) {
    .del-promosliderbadge__card__title {
        padding-bottom: 15px;
        font-size: 1.6875rem;
        letter-spacing: 0;
        line-height: 33px
    }
}

.del-promosliderbadge__card__paragraph {
    padding-bottom: 19px;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .73125rem;
    letter-spacing: 0;
    line-height: 18px
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__paragraph {
        padding-bottom: 17px;
        font-size: .75rem;
        line-height: 17px
    }
}

@media (min-width: 1024px) {
    .del-promosliderbadge__card__paragraph {
        padding-bottom: 26px;
        font-size: .73125rem;
        line-height: 18px
    }
}

@media (min-width: 1200px) {
    .del-promosliderbadge__card__paragraph {
        padding-bottom: 34px;
        font-size: .7875rem;
        line-height: 18px
    }
}

@media (min-width: 1440px) {
    .del-promosliderbadge__card__paragraph {
        padding-bottom: 43px;
        font-size: 1.0125rem;
        line-height: 23px
    }
}

.del-promosliderbadge__card__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 170px;
    border-radius: 3px;
    background-color: #fff;
    font-family: DeLonghiSansMedium, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    color: #131518;
    text-decoration: none;
    cursor: pointer
}

@media (min-width: 768px) {
    .del-promosliderbadge__card__cta {
        height: 35px;
        width: 117px;
        border-radius: 2px;
        font-size: .75rem;
        line-height: 19px
    }
}

@media (min-width: 1024px) {
    .del-promosliderbadge__card__cta {
        width: 145px;
        border-radius: 3px;
        font-size: .73125rem;
        line-height: 23px
    }
}

@media (min-width: 1200px) {
    .del-promosliderbadge__card__cta {
        width: 162px;
        border-radius: 3px;
        font-size: .7875rem;
        line-height: 25px
    }
}

@media (min-width: 1440px) {
    .del-promosliderbadge__card__cta {
        height: 44px;
        width: 201px;
        border-radius: 4px;
        font-size: 1.0125rem;
        line-height: 32px
    }
}

.del-promosliderbadge__card--theme-white .del-promosliderbadge__card__cta {
    background-color: #131518;
    color: #fff
}

.del-stripe__sticky {
    position: fixed;
    top: 0;
    transform: translateY(-100px);
    transition: transform .3s ease-in-out;
    width: 100%;
    max-width: 1920px;
    background-color: #fff;
    z-index: 3;
    border-bottom: 1px solid #e5e5e5
}

.del-stripe__sticky.\--active {
    transform: translateY(61px)
}

@media (min-width: 1024px) {
    .del-stripe__sticky.\--active {
        transform: translateY(93px)
    }
}

@media (min-width: 1024px) {
    .del-stripe__sticky {
        box-shadow: 0 4px 2px -2px #e5e5e5;
        border-bottom: 0
    }
}

.del-stripe__sticky__wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .del-stripe__sticky__wrapper {
        padding: 8px 28px
    }
}

@media (min-width: 1440px) {
    .del-stripe__sticky__wrapper {
        padding: 8px 0
    }
}

.del-stripe__sticky .del-image {
    display: none
}

@media (min-width: 768px) {
    .del-stripe__sticky .del-image {
        display: block;
        width: 75px;
        height: 85px;
        margin-right: 5px
    }
}

.del-stripe__sticky__title {
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #1a1d1f;
    width: 50%;
    padding: 0 7px 0 0
}

@media (min-width: 768px) {
    .del-stripe__sticky__title {
        font-size: 1.25rem;
        width: 300px;
        line-height: 1.5rem;
        padding-left: 30px
    }
}

.del-stripe__sticky__cta {
    min-width: 144px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .del-stripe__sticky__cta {
        width: 166px
    }
}

.del-stripe__sticky__cta a {
    font-family: DeLonghiSansBlack, Noto Sans, sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

@media (min-width: 768px) {
    .del-stripe__sticky__cta a {
        font-size: 18px
    }
}

@media (min-width: 1024px) {
    .del-header--hidden .del-stripe__sticky.\--active {
        transform: translateY(0)
    }
}

.dln-delonghi .dln-addItem {
    max-width: none
}

.dln-tabs__list.swiper-wrapper .swiper-slide {
    width: auto
}

.dln-delonghi .dln-order--detail .dln-order__content .dln-return-order-receipt {
    background-color: var(--ui-05);
    padding: 22px 20px;
    margin-top: 24px;
    border: none
}

.dln-delonghi .dln-return-order__header {
    margin-bottom: 22px;
    padding: 0;
    border: none
}

.dln-delonghi .dln-return-order__header .dln-return-order__section-title {
    font-family: var(--fontNameDelonghi), M PLUS\ 1p, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.18125rem
}

.dln-delonghi__content {
    margin: 0 0 40px
}

.dln-delonghi__content .dln-return-order-receipt__text {
    font-size: .9rem
}

.dln-delonghi .del-product-moodboard .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0
}

@media only screen and (max-width: 767px) {
    .dln-delonghi .del-hero-banner .del-textgroup__title {
        font-size: 1.6875rem;
        line-height: 35px
    }
}

#smarteditoverlay {
    z-index: 1001 !important
}

[data-smartedit-component-id=DELFooterBottomLinksSlot] .se-storefront-component {
    min-height: unset !important
}

[data-smartedit-component-id=DELFooterNewsletterSlot] {
    width: 100% !important
}

.dln-delonghi .dln-inputs--validate {
    border-color: var(--ui-02)
}

.cabinet-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .cabinet-menu {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .cabinet-menu {
        margin-bottom: 0
    }
}

.cabinet-menu__item {
    width: calc(50% - 7.5px);
    margin-bottom: 10px;
    margin-right: 15px
}

.cabinet-menu__item:nth-child(2n) {
    margin-right: 0
}

@media (min-width: 768px) {
    .cabinet-menu__item {
        width: calc((100% - 30px)/4);
        margin-right: 10px
    }
    .cabinet-menu__item:nth-child(2n) {
        margin-right: 10px
    }
    .cabinet-menu__item:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .cabinet-menu__item {
        width: 100%;
        min-width: auto;
        margin: 0
    }
}

.cabinet-menu__item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px;
    color: #8693a2;
    border: 1px solid #8693a2;
    font-size: 14px;
    border-radius: 40px;
    background-color: transparent;
    height: 100%;
    max-height: 50px
}

@media (min-width: 768px) {
    .cabinet-menu__item .nav-link {
        padding: 12px 10px
    }
}

@media (min-width: 992px) {
    .cabinet-menu__item .nav-link {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        border: 0;
        color: #071a33;
        font-size: 16px;
        border-radius: 0;
        max-height: none
    }
}

.cabinet-menu__item .nav-link svg {
    margin-right: 8px
}

.cabinet-menu__item .nav-link i,
.cabinet-menu__item .nav-link svg {
    display: none
}

@media (min-width: 992px) {
    .cabinet-menu__item .nav-link i,
    .cabinet-menu__item .nav-link svg {
        display: inline-block;
        font-size: 24px;
        min-width: 24px
    }
}

.cabinet-menu__item .nav-link.active {
    background-color: #59aee4;
    color: #fff;
    border-color: #59aee4
}

@media (min-width: 992px) {
    .cabinet-menu__item .nav-link.active {
        background: #ecf6fc;
        color: #59aee4
    }
    .cabinet-menu__item .nav-link.active i {
        color: #071a33
    }
}

.cabinet-menu__item .nav-link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1200px) {
    .cabinet-menu__item .nav-link span {
        color: #59aee4;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.cabinet-menu__item .nav-link .ref-count {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 1200px) {
    .cabinet-menu__item .nav-link .ref-count {
        color: #59aee4
    }
}


/*# sourceMappingURL=delonghi-8ea55dbd1f02fa2e682a-bundle.css.map*/


/* End */


/* Start:/local/templates/.default/assets/css/main.css?171930616523805*/

.form-welcome .error, .form-welcome .success {
    display: none;
}

.form-welcome .error {
    color: red;
}

.form-welcome .success {
    color: green;
}

.form-welcome .form-contact__item {
    margin-bottom: 15px;
}

.form-welcome-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-welcome {
    max-width: 500px
}

.delivery-container {
    display: flex;
    align-items: flex-start;
    margin-top: 140px;
    margin-bottom: 90px;
}

.delivery-page {
    flex-basis: 100%;
}

.delivery-sidebar {
    background: #F7F7F7;
    flex-shrink: 0;
    flex-basis: 453px;
    padding: 30px 30px 35px;
}

.delivery-sidebar__item {
    margin-bottom: 24px;
}

.delivery-sidebar__item-link {
    color: black;
    text-decoration: none;
}

.delivery-sidebar__item-price {
    color: #9D9D9D;
    margin-top: 6px;
}

.delivery-sidebar__line {
    background: #E6E6E6;
    width: calc(100% + 60px);
    height: 1px;
    margin: 0 -30px 24px;
}

.delivery-sidebar__info-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.delivery-sidebar__info {
    margin-bottom: 30px;
}

.delivery-page {
    padding-right: 20px;
}

.delivery-page__top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 28px;
}

.delivery-page__title {
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    margin-right: 17px;
}

.link {
    color: #59AEE4;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
}

.form-contact__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-contact__flex .form-contact__item {
    width: calc(33.3% - 20px);
    position: relative;
    display: flex;
    align-items: center;
}

.form-contact__item__success input {
    padding-right: 50px;
}

.form-contact__item__success:before {
    content: url("/local/templates/.default/assets/css/../medias/check-success.png");
    position: absolute;
    right: 18px;
    top: 19px;
}

.form-agreed {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.agreed-check {
    position: relative;
    margin-right: 9px;
}

.agreed-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.agreed-check span {
    border: 1.5px solid #E6E6E6;
    border-radius: 4px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agreed-check:hover span {
    border: 1.5px solid #59AEE4;
}

.agreed-check input:checked + span {
    background: #59AEE4;
    border: 1.5px solid #59AEE4;

}

.agreed-check input:checked + span:before {
    content: url("/local/templates/.default/assets/css/../medias/check-white.png");
    transform: translateY(-1px);
}

.form-line {
    margin: 22px 0;
    background: #E5E5E5;
    width: 100%;
    height: 1px;
}

.delivery-radio__items {
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
}

.delivery-radio__element {
    margin: 0 5px 12px;
    position: relative;
}

.delivery-radio__element:hover .delivery-d {
    border: 2px solid #59AEE4;
}

.delivery-radio__element input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.delivery-radio__element input:checked + span {
    border: 2px solid #59AEE4;
}

.delivery-d {
    border: 2px solid #E6E6E6;
    border-radius: 4px;
    width: 237px;
    padding: 12px 16px;
    transition: .25s;
    display: flex;
}

.delivery-d__icon {
    flex-shrink: 0;
    margin-right: 12px;
}

.delivery-d__content {
    display: flex;
    flex-direction: column;
    transform: translateY(-5px);
}

.delivery-d__description {
    font-size: 13px;
    color: #B4B4B4;
    line-height: 16px;
    margin-top: 2px;
}

div[data-modal-name='modal-code_order'] .modal__dialog{
    padding-top: 70px;
    padding-bottom: 40px;
}

.modal-code-text{
    height: 42px;
    font-weight: 400;
    font-size: 16px;
}

.delivery-tabs img{
    max-width: 100%;
}

div[data-modal-name='modal-code_order'] .btn{
    width: 100%;
    border: none;
    margin: 25px 0;
}

.link_blue{
    color: #59AEE4;
    text-decoration: none;
}

.delivery-tabs__element {
    display: none;
}

.delivery-tabs__element.active {
    display: block;
}

.delivery-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 37px;
}

.delivery-flex .form-contact__item {
    width: calc(33.3% - 20px) !important
}

.delivery-radio__items-week .delivery-d {
    width: 90px;
    padding: 14px 12px 2px;
}

.delivery-radio__items-week .delivery-radio__element {
    margin-right: 20px;
}

.delivery-day-week {
    font-size: 14px;
    line-height: 18px;
}

.delivery-number-week {
    display: flex;
    align-items: flex-end;
    padding-top: 4px;
}

.delivery-number-week span {
    font-size: 22px;
    line-height: 20px;
    margin-right: 4px;
}

.delivery-items__time {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    max-width: 700px;
    width: 100%;
}

.delivery-item__time {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-right: 25px;
}

.delivery-item__time-check {
    position: relative;
    flex-shrink: 0;
    margin-right: 8px;
}

.delivery-item__time-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.delivery-item__time-check input:checked + span {
    border: 4px solid #59AEE4;
}

.delivery-item__time-check span {
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    border: 1.25px solid #D9D9D9;
    border-radius: 50%;
}

.delivery-item__time-check:hover span {
    border: 1.25px solid #59AEE4;
}

.delivery-radio__items-week .delivery-radio__element:last-child .delivery-number-week {
    padding-top: 0;
}

.delivery-danger {
    color: #FF9900;
    margin-top: 12px;
}

.delivery-radio__items_pay .delivery-d {
    width: auto;
    padding: 15px 23px;

}

.delivery-radio__items_pay .delivery-d__content {
    transform: translateY(0);
}

.delivery-tabs__pay {
    margin-top: 22px;
}

.form-line__40 {
    margin: 40px 0;
}

.mt-0 {
    margin-top: 0px !important;
}

.delivery-tabs__element p {
    font-size: 16px;
}

.fast-payment__flex {
    display: flex;
    align-items: center;
}

.fast-payment__flex img {
    flex-shrink: 0;
}

.fast-payment__flex p {
    padding: 10px 0 10px 29px;
    margin-left: 29px;
    border-left: 1px solid #E0E0E0;
}

.file {
    position: relative;
    color: #59AEE4;
    cursor: pointer;
    margin-top: 20px;
    width: max-content;
}

.file label {
    cursor: pointer;
}

.delivery-tabs__element-point {
    /*margin-top: 37px;*/
    margin-bottom: 40px;
    /*letter-spacing: -1px;*/
}

.delivery-radio__items-point .delivery-d {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-radio__items-point .delivery-d__content {
    transform: translateY(0);
}

.delivery-tabs__element-point .delivery-radio__items {
    /*margin-bottom: 15px;*/
}
.delivery-tabs__element-point .delivery-radio__element {
    margin-bottom: 0;
}

.js-element-pickup-list {
    overflow-y: auto;
    height: 600px;
}

.search-address-input {
    outline: none;
    border: 1px solid #E6E6E6;
    background: #F7F7F7;
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 19px;
}

.error-message {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FF3E3E;
    margin-bottom: 15px;
}

.file input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.modal-textarea__bill {
    margin-top: 45px;
    margin-bottom: 0;
}

.delivery-point {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid #E0E0E0;
}

.delivery-point:last-child {
    border-bottom: none;
}

.delivery-point .agreed-check {
    flex-shrink: 0;
    margin-right: 9px;
    transform: translateY(4px);
}

.delivery-point__name {
    flex-basis: 25%;
}

.delivery-point__position {
    flex-basis: 55%;
}

.delivery-point__metro {
    color: #B4B4B4;
}

.delivery-point__time {
    color: #B4B4B4;
}

.delivery-point__day {
    flex-basis: 20%;
    text-align: right;
    color: #59AEE4;
}

.delivery-point__checked {
    padding: 25px 0;
}

.delivery-point__line {
    display: flex;
    margin-top: 5px;
}

.delivery-point__column {
    flex-basis: 25%;
}

.delivery-point__column:nth-child(2) {
    flex-basis: 55%;
}

.delivery-point__ch {
    font-weight: 700;
}

.delivery-point__column-day {
    flex-basis: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.delivery-point__column-day img {
    margin-right: 10px;
}

.delivery-point__tel {
    color: black;
    display: block;
    text-decoration: none;
    line-height: 1.4;
}

.order-success {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.order-success__title {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 16px;
}

.order-success__description span {
    color: #0B6FCB;
}

.order-success__description {
    margin-bottom: 28px;
}

.order-success__btn {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.order-success__btn .btn {
    min-width: 250px;
    margin: 0 10px;
}

.order-success__detail-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.order-success__detail-send {
    color: #B4B4B4;
}

.order-table {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 33px 40px 80px;
    max-width: 1108px;
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
}

.order-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.order-number__z {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 10px;
}

.order-number__date {
    color: #9D9D9D;
}

.order-container {
    flex-direction: column;
}

.order-list__title {
    margin: 32px 0 18px;
    font-size: 22px;
    line-height: 28px;
}

.order-item {
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: flex-start;
}

.order-item:first-child {
    border-top: 1px solid #E0E0E0;
    line-height: 1.4;
}

.order-item__pic {
    flex-shrink: 0;
    flex-basis: 216px;
    margin-right: 49px;
}

.order-item__title {
    display: block;
    text-decoration: none;
    color: black;
    flex-basis: 52%;
    padding-top: 20px;
}

.order-item__price {
    flex-basis: 15%;
    padding-top: 20px;
}

.order-item__count {
    flex-basis: 20%;
    text-align: center;
    padding-top: 20px;
}

.order-item__price-all {
    flex-basis: 15%;
    padding-top: 20px;
    text-align: right;
}

.order-status__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom: 1px solid #E0E0E0;
    padding: 25px 0;
}

.order-status__price__line {
    margin-bottom: 11px;
}

.order-status__price__line span:nth-child(2) {
    flex-basis: 110px;
}

.order-data {
    display: flex;
}

.order-data__column {
    flex-basis: 50%;
}

.order-data__line {
    display: flex;
    margin-bottom: 11px;
}

.order-data__line span:first-child {
    flex-basis: 190px;
}

.accordion{
    width: 100%;
}

.accordion .card{
    padding-bottom: 0;
    padding-top: 0;
}

.accordion .card-body{
    padding: 15px 0 0;
}

body{
    min-width: 100%;
}

.lang-container{
    position: absolute;
    right: 60px;
}

.del-header .del-stripe{
    position: relative;
}

.accordion .card-header{
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    border: none;
    font-weight: 700;
    background: white;
}

.accordion .card-header h2{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

.accordion .card-header img{
    transform: rotate(90deg);
    text-indent: 0;
    background: none;
    background-position: center;
    transition: .25s;
    display: flex;
    align-items: center;
    width: 23px;
    height: 23px;
    justify-content: center;
}

.accordion .card:hover{
    color: black;
}

.accordion .card-header.collapsed img{
    transform: rotate(-90deg);
}

.perfetto.perfetto-container .perfetto-cards.swiper-container .swiper-slide,
.newDinamica .swiper-slide,
.primadonna-elite .swiper-slide {
    flex-shrink: unset;
}

.product-card__action-icons .compare:hover, .product-card__action-icons .like:hover {
    width: 100%;
}

@media (max-width: 1200px) {
    .delivery-container {
        flex-direction: column;
    }

    .delivery-page {
        padding-right: 0;
        flex-basis: auto;
        width: 100%;
    }

    .delivery-sidebar {
        margin: 30px -10px 0;
        width: calc(100% + 20px);
        flex-basis: auto;
    }

    .order-data {
        flex-direction: column;
    }

    .order-item__pic {
        flex-basis: 150px;
        margin-right: 20px;
    }

    .order-item__title {
        flex-basis: 38%;
    }
}

@media(max-width: 991px)  {
    .lang-container{
        right: 13px;
    }
}

@media (max-width: 767px) {
    .del-header__links-container{
        margin-left: 10px;
    }
    .order-success__btn {
        flex-direction: column;
    }

    .order-success__btn .btn {
        width: 100%;
        margin: 5px 0;
    }

    .order-table {
        margin: 40px -10px 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 20px 10px;
        width: calc(100% + 20px);
    }

    .order-number__z {
        font-size: 22px;
        line-height: 1.4;
    }

    .order-list__title {
        margin: 20px 0;
    }

    .order-item__pic {
        flex-basis: 100px;
        position: absolute;
        width: 100px;
        left: 0;
    }

    .order-item {
        padding: 10px 0 10px 120px;
        position: relative;
        flex-direction: column;
        min-height: 140px;
    }

    .delivery-container {
        margin-top: 100px;
    }

    .order-item__title{
        padding-top: 5px;
        flex-basis: auto;
    }
    .order-item__price{
        padding-top: 5px;
        flex-basis: auto;
    }
    .order-item__count{
        padding-top: 5px;
        flex-basis: auto;
    }
    .order-item__price-all{
        padding-top: 5px;
        flex-basis: auto;
    }
    .delivery-page__top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 18px;
    }
    .order-status__price{
        padding: 20px 0;
    }
    .delivery-page__title {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .order-data__line{
        flex-direction: column;
    }
    .order-data__line span:first-child{
        flex-basis: auto;
        margin-bottom: 2px;
    }
    .form-contact__flex {
        flex-direction: column;
    }

    .form-contact__flex .form-contact__item {
        width: 100%;
    }

    .delivery-flex .form-contact__item {
        width: 100% !important;
    }

    .delivery-radio__items {
        margin-top: 0;
    }

    .delivery-d {
        width: 100%;
    }

    .delivery-flex {
        margin-top: 0;
        flex-direction: column;
    }

    .delivery-flex .form-contact__item:nth-child(1), .delivery-flex .form-contact__item {
        width: 100%;
    }

    .delivery-radio__items-week .delivery-radio__element {
        margin-right: 10px;
    }

    .delivery-sidebar {
        padding: 20px 10px;
        overflow: hidden;
    }

    .fast-payment__flex {
        flex-direction: column;
    }

    .fast-payment__flex p {
        border-left: none;
        padding: 10px 0 0;
        margin-left: 0;
    }

    img {
        max-width: 100%;
    }

    .delivery-point__line {
        flex-direction: column;
    }

    .delivery-point__column {
        margin-bottom: 10px;
    }

    .delivery-point__column-day {
        justify-content: flex-start;
    }

    .delivery-point {
        flex-direction: column;
        position: relative;
        padding: 10px 0;
    }

    .delivery-point__name {
        padding-left: 25px;
    }

    .delivery-point .agreed-check {
        position: absolute;
        top: 10px;
    }

    .delivery-point__checked {
        padding: 10px 0;
    }
}
.product-card {
    height: 100%;
}
.grecaptcha-badge {
    right: -300px!important;
}

/* .fieldset-reset */
.fieldset-reset{
    margin:0;
    padding:0;
    display:block;
    min-width:0;
    border:none;
}
/* .button-reset */
.button-reset{
    display:inline-block;
    vertical-align:top;
    text-align:center;
    text-decoration:none;
    border:none;
    white-space:normal;
    user-select:none;
    background-image:none;
    background:none;
    font-family:'DeLonghiSansRegular', Arial, Helvetica, sans-serif;
    line-height:inherit;
    font-size:inherit;
    padding:0;
    margin:0;
    min-width:0;
    height:auto;
    width:auto;
    border-radius:0;
    transition:none;
    -webkit-appearance:none;
    cursor:pointer;
    outline:none;
    border-spacing:0;
    text-indent:0;
    color:inherit;
    overflow:visible;
    text-transform:none;
    -webkit-tap-highlight-color:transparent;
}
.button-reset:hover,
.button-reset:focus{
    outline:none;
    cursor:pointer;
    text-decoration:none;
}
.button-reset::-moz-focus-inner{
    border: 0;
    padding: 0;
}
.button-reset[readonly]{
    pointer-events:none;
}
.button-reset[disabled]{
    cursor:not-allowed;
}
.button-reset._block{
    display:block;
    width:100%;
}
/* .button-base */
.button-base{
    font-size:16px;
    line-height:20px;
    font-weight:600;
    font-family:'DeLonghiSansRegular', Arial, Helvetica, sans-serif;
    padding:10px;
}
@media (hover:hover) and (pointer:fine){
    .button-base{
        transition:opacity 250ms ease 0s;
    }
    .button-base:hover,
    .button-base:focus-visible{
        opacity:.8;
    }
}
/* .button_theme- */
.button_theme-dark{
    background:#1a1d1f;
    color:#fff;
}
.button_theme-brandEasier{
    background:#266bbf;
    color:#fff;
}
/* .field-reset */
.field-reset{
    -webkit-appearance:none;
    -moz-appearance:textfield;
    border-radius:0;
    border:none;
    outline:none;
    display:block;
    width:100%;
    min-width:100%;
    font-family:Arial, Helvetica, sans-serif;
    background:none;
}
.field-reset[readonly]{
    cursor:default;
}
.field-reset[disabled]{
    cursor:not-allowed;
}
.field-reset::-webkit-outer-spin-button,
.field-reset::-webkit-inner-spin-button,
.field-reset::-webkit-search-cancel-button{
    display:none;
}
/* .icon-svg */
.icon-svg{
    display:inline-block;
    vertical-align:text-top;
    fill:currentColor;
}
/* .visually-hidden */
.visually-hidden{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    border:0;
    padding:0;
    clip:rect(0 0 0 0);
    overflow:hidden;
}
/* .newpopup */
.newpopup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    z-index:5000;
    transition:opacity 250ms ease 0s, visibility 250ms ease 0s;
    opacity:0;
    visibility:hidden;
}
.newpopup.hystmodal--active{
    visibility:visible;
    opacity:1;
    -webkit-overflow-scrolling:touch;
}
.newpopup-verlay{
    background:rgba(0, 0, 0, .8);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:5001;
}
.hystmodal__shadow{
    display:none;
}
.newpopup-table{
    display:table;
    table-layout:fixed;
    width:100%;
    height:100%;
    position:relative;
    min-width:320px;
}
.newpopup-cell{
    padding:16px;
    display:table-cell;
    vertical-align:middle;
    width:100%;
}
.newpopup-body{
    font-family:inherit;
    font-size:13px;
    line-height:16px;
    font-weight:400;
    position:relative;
    z-index:5002;
    margin:0 auto;
    width:100%;
    color:#1a1d1f;
    background:#fff;
}
.newpopup-button__close{
    position:absolute;
    top:12px;
    right:12px;
    z-index:1;
    width:40px;
    height:40px;
    padding:8px;
    transition:color 250ms ease 0s;
}
@media (hover:hover) and (pointer:fine){
    .newpopup-button__close:hover,
    .newpopup-button__close:focus-visible{
        color:#E6194A;
    }
}
.newpopup-button__close-icon{
    display:block;
    width:100%;
    height:100%;
    transition:fill 250ms ease 0s;
}
.newpopup-title{
    font-family:inherit;
    font-weight:500;
    margin-bottom:20px;
    font-size:28px;
    line-height:34px;
}
.newpopup-text,
p.newpopup-text{
    font-size:18px;
    line-height:24px;
    font-weight:400;
    margin-bottom:10px;
}
.hystmodal__opened{
    top:0 !important;
}
.hystmodal__opened body{
    overflow:hidden;
    height:100%;
}
.newpopup-bodydecor{
    max-width:720px;
    display:grid;
    grid-template-columns:min-content 1fr;
}
.newpopup-bodydecor .newpopup-body__frame{
    padding-right:50px;
}
.newpopup-bodydecor__cover{
    width:260px;
    min-height:620px;
    background-image:url(/local/templates/.default/assets/css/../medias/nl-2-image-tosize.webp);
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
}
.newpopup-body__frame{
    padding:40px 25px;
}
@media screen and (max-width:768px){
    .newpopup-bodydecor__cover{
        width:210px;
    }
    .newpopup-body__frame{
        padding-left:24px;
        padding-right:24px;
    }
    .newpopup-bodydecor .newpopup-body__frame{
        padding-right:24px;
    }
}
@media screen and (max-width:600px){
    .newpopup-bodydecor{
        display:block;
    }
    .newpopup-bodydecor__cover{
        display:none;
    }
    .newpopup-title{
        font-size:37px;
        line-height:40px;
        margin-bottom:24px;
    }
    .newpopup-text,
    p.newpopup-text{
        font-size:16px;
        margin-bottom:16px;
    }
    .newpopup-button__close{
        top:0;
        right:0;
    }
}
/* .list-flat */
.list-flat{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    font-size:18px;
    line-height:1em;
}
.list-flat__item{
    display:flex;
    align-items:center;
    gap:6px;
}
.list-flat__icon{
    width:24px;
    height:24px;
    color:#0f8A0F;
}
.list-flat__title{
    min-width:0;
}
/* .formctrl-wrap */
.formctrl-wrap{
    margin-top:40px;
}
.formctrl-wrap__title{
    color:#707070;
    background:#fff;
    padding:0 4px;
    pointer-events:none;
    font-size:10px;
    line-height:16px;
    font-weight:400;
    font-family:inherit;
    margin-left:8px;
    isolation:isolate;
    display:inline-block;
    vertical-align:top;
    max-width:100%;
    
    margin-bottom: 0;
}
.formctrl-wrap__field{
    margin-top:-9px;
}
/* .field-base */
.field-base{
    color:#1a1d1f;
    font-size:13px;
    line-height:20px;
    border:1px solid #1a1d1f;
    background:#fff;
    height:42px;
    padding:10px 8px;
    border-radius:2px;
}
.field-base:focus{
    border-color:#757678;
}
.field-base._error{
    border-color:#FF0000;
}
/* .styled-ctrl */
.styled-ctrl{
    width:16px;
    height:16px;
}
.styled-ctrl:focus-visible{
    border-color:#757678;
}
.styled-ctrl:checked + .styled-ctrl-title{
    color:#0f8A0F;
    font-weight:700;
}
.styled-ctrl-title{
    color:#707070;
    font-size:13px;
    line-height:16px;
    font-weight:400;
    font-family:inherit;
}
/* .form-grid */
.form-grid{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.form-grid__col._stretch-6{
    width:47%;
}
.form-grid__col._stretch-12{
    width:100%;
}

/* End */


/* Start:/local/templates/.default/assets/css/dc-styles.css?17074600467244*/
@import url(/local/templates/.default/assets/css/../dist/fonts/icons/style.css);
body {
    font-family: "PT Sans", sans-serif;
}

[class^=del-],
.del-header .del-navnode__list li a,
.del-header .del-imagelink__link,
.del-header .del-imagelink__product,
.del-header__abovelinks li a,
.dln-popup__headTitle,
.simple-list__item,
.simple-list__item>a,
.del-header .del-stripe__link,
.del-header .del-stripe__link a,
.del-header__wrapper .del-btnIcon--account .dln-drawer--account .utilityLinks a,
.del-header__wrapper .del-btnIcon--account .dln-drawer--account .user .text,
.del-footer .del-menu__list li a,
.del-product-moodboard__products .swiper-pagination-bullet,
.del-button--big,
.del-textgroup__cta--countdown,
.del-textgroup__cta--countdown--light,
.del-textgroup__cta--countdown--light-desktop,
.del-textgroup__cta--countdown--light-mobile,
.del-textgroup__cta--primary,
.del-textgroup__cta--primary--light,
.del-textgroup__cta--primary--light-desktop,
.del-textgroup__cta--primary--light-mobile,
.del-textgroup__cta--secondary,
.del-textgroup__cta--secondary--light,
.del-textgroup__cta--secondary--light-desktop,
.del-textgroup__cta--secondary--light-mobile,
.del-button--arrow-big,
.del-textgroup__cta--medium,
.del-textgroup__cta--medium--light,
.del-textgroup__cta--medium--light-desktop,
.del-textgroup__cta--medium--light-mobile,
.del-textgroup__cta--small,
.del-textgroup__cta--small--light,
.del-textgroup__cta--small--light-desktop,
.del-textgroup__cta--small--light-mobile {
    font-family: "PT Sans", sans-serif !important;
}

.del-footer {
    margin-top: 100px;
}

.del-iconlinks__text.sm {
    font-size: 9px;
}

.modal.fade {
    opacity: 1;
}

.modal-custom {
    pointer-events: auto;
}

.modal.fade.order-modal.show {
    pointer-events: none;
}

@media (min-width: 768px) {
    .del-footer .del-iconlinks__text.sm {
        font-size: 11px!important;
        line-height: 15px!important;
    }
    .del-footer .del-iconlinks__link {
        width: 33%!important;
    }
    .del-footer .del-iconlinks__text {
        font-size: 1rem;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .del-footer .del-iconlinks__link:nth-of-type(odd) {
        border-right: 0px!important;
    }
}

.del-footer .del-iconlinks__link {
    height: 150px!important;
}

.product-card .product-card__thumb {
    background-color: transparent;
}

.del-header .del-navnode__title,
.del-header .del-highlights__title {
    font-weight: 600;
}

.product-card__price-block .bonus {
    margin-left: 0;
}

.not_available_title {
    padding-top: 70px;
    font-weight: 600;
}

.not_available {
    padding-left: 20px;
    color: red;
}

@media (max-width: 1200px) {
    .cart-item__product-info .h5 {
        width: 100%;
    }
    .cart-item__product-info .sum-price-block {
        width: 100%;
    }
}

.custom-counter input[type=number] {
    background-color: #f1f1f1;
}

.custom-counter__controls .disable {
    color: #071a3345;
    cursor: default;
}

.custom-counter .disable {
    color: #071a337a !important;
}


/* for ajax from bitrix */

.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background: url(/local/templates/.default/assets/css/./../medias/spinning-circles.svg) rgba(0, 0, 0, 0.2) center center no-repeat;
    background-size: 81px;
}


/* Form Yulia */

.bank .product__gift {
    background: #fff;
    border: 1px solid #8693a2;
    padding: 8px 16px 8px 10px;
}

.bank .product__gift .gift__img {
    width: 35px;
    height: 35px;
}

@media (min-width: 992px) {
    .bank .product__gift .gift__price-wrap {
        width: auto;
    }
}

.bank .product__gift .gift__title {
    font-size: 14px;
    font-weight: 700;
}

.bank .product__gift .gift__price .price__amount {
    text-decoration-line: none;
}

.bank .card {
    border-radius: 0px;
    color: #333;
    padding-top: 0px;
}

.bank .card:hover {
    color: #333!important;
}

.bank .card-header {
    padding: 0rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px;
}

.bank .card-body {
    padding: 0.25rem 0rem;
}

.order-modal .modal-title {
    font-weight: 500;
    font-size: inherit;
}

.order-modal .compare__image .image__block-wrap {
    width: 50%;
    border-right: none;
    border-bottom: none;
}

.order-modal .compare__image .image__block-bg {
    height: auto;
}

.order-modal .compare__image .image__title {
    font-size: 13px;
    line-height: 13px;
}

.order-modal .compare__image .image__title-wrap {
    height: auto;
}

.order-modal .compare__image .image__btn-buy {
    margin-top: 10px;
    margin-bottom: 0px;
}

.order-modal .compare__image .image__price {
    font-size: 15px;
}

.order-modal .compare__image .image__block-bg {
    height: 100px;
    margin-bottom: 5px;
}

.order-modal .cart-item__product-info .title-block {
    width: 80%;
}

.order-modal .cart-item__product-info .h5 {
    font-size: 15px;
    line-height: 15px;
}

.order-modal .cart-item__product-info {
    display: -webkit-box;
    padding-top: 10px;
}

.order-modal .cart-item__thumb {
    width: 55px;
    height: 55px;
}

.order-modal .btn-secondary.blue {
    color: #fff;
    background-color: #59aee4;
    border-color: transparent;
    height: auto;
}

.order-modal .btn-secondary.blue:hover {
    background-color: #72c7fc!important;
    border-color: #72c7fc!important;
    border-color: transparent;
}

.order-modal .btn-secondary.gray {
    background-color: #E2E2E2;
    color: #333;
    border-color: transparent;
    height: auto;
}

.order-modal .swiper-slide,
.order-modal .swiper-wrapper {
    height: auto;
}

.cart-item__additional-info {
    font-weight: 700;
}

.del-miniCart.dln-miniCart {
    z-index: 999;
}

.dln-addItem__picture>img {
    object-fit: contain;
}

.dln-addItem__picture:after {
    background-color: unset;
}

.dln-delonghi .dln-miniCart__mainTitle b {
    font-weight: 700 !important
}

.dln-miniCart--empty .dln-miniCart__content .dln-icn {
    color: var(--brand-02) !important;
}

.dln-miniCart__mainTitle,
.dln-miniCart__mainTitle b,
.dln-addItem__title,
.dln-orderSumm__contentRow--total span,
.dln-btn {
    font-family: "PT Sans", sans-serif !important;
}

.modal-backdrop {
    z-index: 99;
}

.social-auth__item:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 768px) {
    .house-wrapper {
        width: 100%;
    }
    .house-wrapper .input-floating {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.first-screen__title {
    word-wrap: normal;
}

.delivery-radio__element-active {
    border: 2px solid #59AEE4;
}

.product-view .privileges-icons:nth-child(2) {
    top: 60px;
    right: 15px;
}

@media (min-width: 992px) {
    .product-view .privileges-icons:nth-child(2) {
        top: 80px;
        right: 30px;
    }
    .product-view .privileges-icons:nth-child(3) {
        top: 140px;
        right: 20px;
    }
}

.del-btnIcon--cart {
    position: relative;
}

.js-small-card-counter {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 15px;
    height: 15px;
    background: #68afe2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 10px;
    color: white;
}
/* End */


/* Start:/local/templates/.default/assets/css/profile.css?170746004611874*/
.profile__slider {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.profile__slider .home-slider__navigation {
    bottom: 50%;
    z-index: 2;
    width: calc(100% - 25px);
    left: 12.5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
    position: absolute;
    height: 32px;
    display: block
}

@media only screen and (max-width:992px) {
    .profile__slider .home-slider__navigation {
        left: 0;
        width: 100%
    }
}

.profile__slider .navigation-button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none
}

@media only screen and (max-width:992px) {
    .profile__slider .navigation-button {
        width: calc(100% - 21px);
        margin-left: 10px
    }
}

@media only screen and (max-width:767px) {
    .profile__slider .navigation-button {
        width: calc(100% - 25px)
    }
}

.profile__slider .navigation-button .btn-navigation {
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    pointer-events: all;
    background: #fff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    left: 2px;
}

.profile__slider .navigation-button .btn-navigation.swiper-button-next {
    left: auto;
    right: 2px
}

.profile__slider .navigation-button .btn-navigation::after {
    content: '';
    display: none
}

@media only screen and (max-width:767px) {
    .profile__slider .navigation-button .btn-navigation {
        width: 25px;
        height: 25px
    }
    .profile__slider .navigation-button .btn-navigation .circle span {
        display: none
    }
}

.profile-inner {
    overflow: hidden
}

@media only screen and (min-width:320px) {
    .profile-inner {
        max-width: 100%;
        width: calc(100% - 68px)
    }
}

@media only screen and (min-width:768px) {
    .profile-inner {
        max-width: calc(100% - 92px)
    }
}

@media only screen and (min-width:1024px) {
    .profile-inner {
        max-width: 580px
    }
}

@media only screen and (min-width:1280px) {
    .profile-inner {
        max-width: 837px
    }
}

.profile__slide-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 15px;
    max-width: 100%
}

.profile__slide-images img {
    max-height: 175px;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width:320px) {
    .profile__slide-images img {
        max-height: 107px;
        max-width: 100%
    }
}

@media only screen and (min-width:767px) {
    .profile__slide-images img {
        max-height: 120px;
        max-width: 100%
    }
}

@media only screen and (min-width:1280px) {
    .profile__slide-images img {
        max-height: 175px
    }
}

@media only screen and (min-width:320px) {
    .profile__slide-images {
        margin-right: 5px
    }
}

@media only screen and (min-width:1280px) {
    .profile__slide-images {
        margin-right: 15px
    }
}

.profile__slide-inner {
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:320px) {
    .profile__slide-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:1280px) {
    .profile__slide-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.profile__slide-info {
    font-weight: 600;
    color: #000
}

@media only screen and (max-width:767px) {
    .profile__slide-info br {
        display: none
    }
}

@media only screen and (min-width:320px) {
    .profile__slide-info {
        font-weight: 400;
        font-size: 16px;
        line-height: 115%;
        text-align: center
    }
}

@media only screen and (min-width:767px) {
    .profile__slide-info {
        font-size: 18px;
        font-weight: 600;
        line-height: 140.4%
    }
}

@media only screen and (min-width:1280px) {
    .profile__slide-info {
        font-size: 20px;
        text-align: left
    }
}

.profile__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media only screen and (max-width:1280px) {
    .profile__bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.profile__bonus .profile__bonus-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media only screen and (max-width:320px) {
    .profile__bonus .profile__bonus-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media only screen and (min-width:320px) {
    .profile__bonus .profile__bonus-item {
        padding-bottom: 20px
    }
}

@media only screen and (min-width:1280px) {
    .profile__bonus .profile__bonus-item {
        padding-right: 32px;
        padding-bottom: 0
    }
}

.profile__bonus .profile__bonus-item::before {
    content: '';
    height: 1px;
    background: #CDE0F1;
    height: calc(100% + 48px);
    top: -24px;
    right: 0;
    position: absolute;
    width: 1px
}

@media only screen and (max-width:1280px) {
    .profile__bonus .profile__bonus-item::before {
        height: 1px;
        width: calc(100% + 48px);
        left: -24px;
        top: auto;
        bottom: 0
    }
}

.profile__bonus .profile__bonus-item .profile__bonus-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #58aee4
}

@media only screen and (max-width:480px) {
    .profile__bonus .profile__bonus-item .profile__bonus-info {
        font-size: 14px;
        line-height: 130%
    }
}

.profile__bonus .profile__bonus-item .profile__bonus-info a {
    color: #58aee4;
    text-decoration: underline
}

.profile__bonus .profile__bonus-item .profile__bonus-amount {
    color: #fff;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 12px */
}

@media only screen and (max-width:480px) {
    .profile__bonus .profile__bonus-item .profile__bonus-amount {
        width: 100%
    }
}

.profile__bonus .profile__bonus-item .profile__bonus-amount p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 20px;
    background: #C18005;
    border-radius: 10px;
    color: #fff
}

@media only screen and (max-width:480px) {
    .profile__bonus .profile__bonus-item .profile__bonus-amount p {
        font-size: 14px;
        line-height: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.profile__bonus .profile__bonus-item .profile__bonus-amount p span {
    text-align: left;
    margin-right: 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

@media only screen and (max-width:480px) {
    .profile__bonus .profile__bonus-item .profile__bonus-amount p span {
        margin-right: 0;
        line-height: 20px
    }
}

.profile__bonus .profile__bonus-program {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width:1280px) {
    .profile__bonus .profile__bonus-program {
        padding-top: 20px
    }
}

@media only screen and (min-width:1280px) {
    .profile__bonus .profile__bonus-program {
        padding-left: 30px
    }
}

.profile__bonus .profile__bonus-program .profile__bonus-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center
}

@media only screen and (min-width:320px) {
    .profile__bonus .profile__bonus-program .profile__bonus-title {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (min-width:1280px) {
    .profile__bonus .profile__bonus-program .profile__bonus-title {
        font-size: 20px
    }
}

.profile__bonus .profile__bonus-program .profile__bonus-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 5px
}

@media only screen and (max-width:560px) {
    .profile__bonus .profile__bonus-program .profile__bonus-images {
        grid-template-columns: repeat(2, 1fr)
    }
}

.profile__bonus .profile__bonus-program .profile__bonus-images .profile__bonus-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile__bonus .profile__bonus-program .profile__bonus-images .profile__bonus-img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.specOffers-products__slider .specOffers-products__card.swiper-slide {
    margin: 0
}

.profile-products .specOffers-products__title {
    text-align: center;
    font-weight: 700
}

.footer .footer-top .footer-links__group .footer-links__group-title.active+.footer-links__group-content {
    max-height: 100%!important
}

.profile-edit__checkbox {
    background: #fff!important
}

.profile-edit__checkbox * {
    background: #fff!important
}

@media only screen and (max-width:560px) {
    .profile-edit__checkbox {
        margin-top: 12px
    }
}

.profile-products .specOffers-products__slider.specOffers-products__wrap .card-item {
    -webkit-box-shadow: none;
    box-shadow: none
}

.profile__slider {
    margin-bottom: 60px
}

.profile__bonus {
    padding: 24px;
    margin-bottom: 21px;
    border: 1px solid #CDE0F1;
}

.profile-edit {
    background: #f9f9f9;
    border-radius: 4px
}

.account__clien-data.profile-edit {
    padding: 24px;
    margin-bottom: 20px
}

.account__clien-data .client-data__item:last-child {
    margin-bottom: 0
}

.account__clien-data .client-data__item a {
    background: 0 0
}

@media only screen and (max-width:480px) {
    ._dropdown .menu-dropdown__dropbtn .menu-dropdown__item {
        border: none;
        color: #2b2b2b
    }
    ._dropdown .menu-dropdown__dropbtn .menu-dropdown__item span svg path {
        fill: #2b2b2b
    }
    ._dropdown .menu-dropdown__content {
        z-index: 2
    }
    ._dropdown .menu-dropdown__content.active {
        display: block
    }
}

.user-inner {
    padding: 32px 30px;
    border: 1px solid #CDE0F1;
    border-radius: 4px;
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/.default/assets/css/custom.css?175585142394*/
.whatsapp-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10;
}

/* End */


/* Start:/local/templates/.default/assets/dist/css/vendor.min.css?170746004654314*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/local/templates/.default/assets/dist/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/local/templates/.default/assets/dist/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/local/templates/.default/assets/dist/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/local/templates/.default/assets/dist/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/local/templates/.default/assets/dist/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/local/templates/.default/assets/dist/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/local/templates/.default/assets/dist/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-button,.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: 0
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: 0
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border: 1px solid #c5c5c5;
    background: #e9e9e9;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: 0;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    vertical-align: middle;
    margin: .2em 2em .2em .4em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget,.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content a,.ui-widget-header a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}


.ui-button {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400
}

.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    text-indent: 0;
    background-position: 0 !important;
    overflow: visible;
}

.ui-accordion .ui-accordion-header{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}

.ui-icon:after {
    content: url("/local/templates/.default/assets/dist/css/../images/arrow-left-new.svg");
    transform: rotate(-90deg);
    text-indent: 0;
    background: none;
    background-position: center;
    transition: .25s;
}

.ui-state-active .ui-icon:after{
    transform: rotate(90deg);

}
.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-slide,.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
/* .visually-hidden */
.visually-hidden{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    border:0;
    padding:0;
    clip:rect(0 0 0 0);
    overflow:hidden;
}
/* End */


/* Start:/local/templates/.default/assets/dist/css/site.min.css?17074600461417016*/
/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0-ExdGM.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F, U+20BC;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0aExdGM.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116, U+20BC;
}
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap);
@import url(/local/templates/.default/assets/dist/css/../fonts/icons/style.css);
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-mobile: 375px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-desktop: 1440px;
    --font-family-sans-serif: "PT Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,::before,::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: "PT Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #071a33;
    text-align: left;
    background-color: white
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #59aee4;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #72c7fc;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #8693a2;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width: 1200px) {
    legend {
        font-size:calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,.h1 {
    font-size: 2.5rem
}

@media (max-width: 1200px) {
    h1,.h1 {
        font-size:calc(1.375rem + 1.5vw)
    }
}

h2,.h2 {
    font-size: 2rem
}

@media (max-width: 1200px) {
    h2,.h2 {
        font-size:calc(1.325rem + .9vw)
    }
}

h3,.h3 {
    font-size: 1.75rem
}

@media (max-width: 1200px) {
    h3,.h3 {
        font-size:calc(1.3rem + .6vw)
    }
}

h4,.h4 {
    font-size: 1.5rem
}

@media (max-width: 1200px) {
    h4,.h4 {
        font-size:calc(1.275rem + .3vw)
    }
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-1 {
        font-size:calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-2 {
        font-size:calc(1.675rem + 5.1vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-3 {
        font-size:calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-4 {
        font-size:calc(1.475rem + 2.7vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

small,.small {
    font-size: 80%;
    font-weight: 400
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.swiper-container.full-screen .buttons-container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.swiper-container.full-screen .buttons-container,.container-mobile,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.swiper-container.full-screen .buttons-container,.container-mobile,.container-sm,.container-md {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.swiper-container.full-screen .buttons-container,.container-mobile,.container-sm,.container-md,.container-lg {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.swiper-container.full-screen .buttons-container,.container-mobile,.container-sm,.container-md,.container-lg,.container-xl {
        max-width:1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-mobile-1,.col-mobile-2,.col-mobile-3,.col-mobile-4,.col-mobile-5,.col-mobile-6,.col-mobile-7,.col-mobile-8,.col-mobile-9,.col-mobile-10,.col-mobile-11,.col-mobile-12,.col-mobile,.col-mobile-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-desktop-1,.col-desktop-2,.col-desktop-3,.col-desktop-4,.col-desktop-5,.col-desktop-6,.col-desktop-7,.col-desktop-8,.col-desktop-9,.col-desktop-10,.col-desktop-11,.col-desktop-12,.col-desktop,.col-desktop-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 375px) {
    .col-mobile {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-mobile-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-mobile-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-mobile-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-mobile-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-mobile-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-mobile-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-mobile-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-mobile-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-mobile-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-mobile-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-mobile-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-mobile-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-mobile-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-mobile-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-mobile-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-mobile-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-mobile-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-mobile-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-mobile-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-mobile-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-mobile-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-mobile-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-mobile-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-mobile-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-mobile-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-mobile-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-mobile-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-mobile-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-mobile-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-mobile-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-mobile-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-mobile-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-mobile-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-mobile-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-mobile-0 {
        margin-left: 0
    }

    .offset-mobile-1 {
        margin-left: 8.33333%
    }

    .offset-mobile-2 {
        margin-left: 16.66667%
    }

    .offset-mobile-3 {
        margin-left: 25%
    }

    .offset-mobile-4 {
        margin-left: 33.33333%
    }

    .offset-mobile-5 {
        margin-left: 41.66667%
    }

    .offset-mobile-6 {
        margin-left: 50%
    }

    .offset-mobile-7 {
        margin-left: 58.33333%
    }

    .offset-mobile-8 {
        margin-left: 66.66667%
    }

    .offset-mobile-9 {
        margin-left: 75%
    }

    .offset-mobile-10 {
        margin-left: 83.33333%
    }

    .offset-mobile-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1440px) {
    .col-desktop {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-desktop-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-desktop-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-desktop-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-desktop-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-desktop-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-desktop-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-desktop-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-desktop-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-desktop-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-desktop-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-desktop-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-desktop-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-desktop-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-desktop-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-desktop-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-desktop-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-desktop-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-desktop-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-desktop-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-desktop-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-desktop-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-desktop-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-desktop-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-desktop-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-desktop-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-desktop-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-desktop-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-desktop-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-desktop-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-desktop-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-desktop-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-desktop-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-desktop-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-desktop-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-desktop-0 {
        margin-left: 0
    }

    .offset-desktop-1 {
        margin-left: 8.33333%
    }

    .offset-desktop-2 {
        margin-left: 16.66667%
    }

    .offset-desktop-3 {
        margin-left: 25%
    }

    .offset-desktop-4 {
        margin-left: 33.33333%
    }

    .offset-desktop-5 {
        margin-left: 41.66667%
    }

    .offset-desktop-6 {
        margin-left: 50%
    }

    .offset-desktop-7 {
        margin-left: 58.33333%
    }

    .offset-desktop-8 {
        margin-left: 66.66667%
    }

    .offset-desktop-9 {
        margin-left: 75%
    }

    .offset-desktop-10 {
        margin-left: 83.33333%
    }

    .offset-desktop-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #071a33
}

.table th,.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #8693a2
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #8693a2
}

.table tbody+tbody {
    border-top: 2px solid #8693a2
}

.table-sm th,.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #8693a2
}

.table-bordered th,.table-bordered td {
    border: 1px solid #8693a2
}

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #071a33;
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>th,.table-primary>td {
    background-color: #b8daff
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>th,.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>th,.table-success>td {
    background-color: #c3e6cb
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>th,.table-info>td {
    background-color: #bee5eb
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>th,.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>th,.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>th,.table-light>td {
    background-color: #fdfdfe
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>th,.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>th,.table-active>td {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #8693a2
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 374.98px) {
    .table-responsive-mobile {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-mobile>.table-bordered {
        border: 0
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-desktop {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-desktop>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #071a33;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label {
    color: #8693a2
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,.form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn,.active-filters__link .close-btn,.active-filters__button {
    display: inline-block;
    font-weight: 400;
    color: #071a33;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn,.active-filters__link .close-btn,.active-filters__button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover,.active-filters__link .close-btn:hover,.active-filters__button:hover {
    color: #071a33;
    text-decoration: none
}

.btn:focus,.active-filters__link .close-btn:focus,.active-filters__button:focus,.btn.focus,.active-filters__link .focus.close-btn,.focus.active-filters__button {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.active-filters__link .disabled.close-btn,.disabled.active-filters__button,.btn:disabled,.active-filters__link .close-btn:disabled,.active-filters__button:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),.active-filters__link .close-btn:not(:disabled):not(.disabled),.active-filters__button:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,.active-filters__link a.disabled.close-btn,a.disabled.active-filters__button,fieldset:disabled a.btn,fieldset:disabled .active-filters__link a.close-btn,.active-filters__link fieldset:disabled a.close-btn,fieldset:disabled a.active-filters__button {
    pointer-events: none
}

.btn-primary,.btn.btn-outline-primary,.active-filters__link .btn-outline-primary.close-btn,.btn-outline-primary.active-filters__button,#filtersModal .btn.reset-filters,#filtersModal .active-filters__link .reset-filters.close-btn,.active-filters__link #filtersModal .reset-filters.close-btn,#filtersModal .reset-filters.active-filters__button,.active-filters__button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover,.btn.btn-outline-primary:hover,.active-filters__link .btn-outline-primary.close-btn:hover,#filtersModal .btn.reset-filters:hover,#filtersModal .active-filters__link .reset-filters.close-btn:hover,.active-filters__link #filtersModal .reset-filters.close-btn:hover,#filtersModal .reset-filters.active-filters__button:hover,.active-filters__button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,.btn.btn-outline-primary:focus,.active-filters__link .btn-outline-primary.close-btn:focus,#filtersModal .btn.reset-filters:focus,#filtersModal .active-filters__link .reset-filters.close-btn:focus,.active-filters__link #filtersModal .reset-filters.close-btn:focus,#filtersModal .reset-filters.active-filters__button:focus,.active-filters__button:focus,.btn-primary.focus,.focus.btn.btn-outline-primary,.active-filters__link .focus.btn-outline-primary.close-btn,#filtersModal .focus.btn.reset-filters,#filtersModal .active-filters__link .focus.reset-filters.close-btn,.active-filters__link #filtersModal .focus.reset-filters.close-btn,#filtersModal .focus.reset-filters.active-filters__button,.focus.active-filters__button {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.disabled.btn.btn-outline-primary,.active-filters__link .disabled.btn-outline-primary.close-btn,#filtersModal .disabled.btn.reset-filters,#filtersModal .active-filters__link .disabled.reset-filters.close-btn,.active-filters__link #filtersModal .disabled.reset-filters.close-btn,#filtersModal .disabled.reset-filters.active-filters__button,.disabled.active-filters__button,.btn-primary:disabled,.btn.btn-outline-primary:disabled,.active-filters__link .btn-outline-primary.close-btn:disabled,#filtersModal .btn.reset-filters:disabled,#filtersModal .active-filters__link .reset-filters.close-btn:disabled,.active-filters__link #filtersModal .reset-filters.close-btn:disabled,#filtersModal .reset-filters.active-filters__button:disabled,.active-filters__button:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,.btn.btn-outline-primary:not(:disabled):not(.disabled):active,.active-filters__link .btn-outline-primary.close-btn:not(:disabled):not(.disabled):active,#filtersModal .btn.reset-filters:not(:disabled):not(.disabled):active,#filtersModal .active-filters__link .reset-filters.close-btn:not(:disabled):not(.disabled):active,.active-filters__link #filtersModal .reset-filters.close-btn:not(:disabled):not(.disabled):active,#filtersModal .reset-filters.active-filters__button:not(:disabled):not(.disabled):active,.active-filters__button:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.btn.btn-outline-primary:not(:disabled):not(.disabled).active,.active-filters__link .btn-outline-primary.close-btn:not(:disabled):not(.disabled).active,#filtersModal .btn.reset-filters:not(:disabled):not(.disabled).active,#filtersModal .active-filters__link .reset-filters.close-btn:not(:disabled):not(.disabled).active,.active-filters__link #filtersModal .reset-filters.close-btn:not(:disabled):not(.disabled).active,#filtersModal .reset-filters.active-filters__button:not(:disabled):not(.disabled).active,.active-filters__button:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.btn.btn-outline-primary,.active-filters__link .show>.dropdown-toggle.btn-outline-primary.close-btn,#filtersModal .show>.dropdown-toggle.btn.reset-filters,#filtersModal .active-filters__link .show>.dropdown-toggle.reset-filters.close-btn,.active-filters__link #filtersModal .show>.dropdown-toggle.reset-filters.close-btn,#filtersModal .show>.dropdown-toggle.reset-filters.active-filters__button,.show>.dropdown-toggle.active-filters__button {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.active-filters__link .btn-outline-primary.close-btn:not(:disabled):not(.disabled):active:focus,#filtersModal .btn.reset-filters:not(:disabled):not(.disabled):active:focus,#filtersModal .active-filters__link .reset-filters.close-btn:not(:disabled):not(.disabled):active:focus,.active-filters__link #filtersModal .reset-filters.close-btn:not(:disabled):not(.disabled):active:focus,#filtersModal .reset-filters.active-filters__button:not(:disabled):not(.disabled):active:focus,.active-filters__button:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.active-filters__link .btn-outline-primary.close-btn:not(:disabled):not(.disabled).active:focus,#filtersModal .btn.reset-filters:not(:disabled):not(.disabled).active:focus,#filtersModal .active-filters__link .reset-filters.close-btn:not(:disabled):not(.disabled).active:focus,.active-filters__link #filtersModal .reset-filters.close-btn:not(:disabled):not(.disabled).active:focus,#filtersModal .reset-filters.active-filters__button:not(:disabled):not(.disabled).active:focus,.active-filters__button:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus,.show>.dropdown-toggle.btn.btn-outline-primary:focus,.active-filters__link .show>.dropdown-toggle.btn-outline-primary.close-btn:focus,#filtersModal .show>.dropdown-toggle.btn.reset-filters:focus,#filtersModal .active-filters__link .show>.dropdown-toggle.reset-filters.close-btn:focus,.active-filters__link #filtersModal .show>.dropdown-toggle.reset-filters.close-btn:focus,#filtersModal .show>.dropdown-toggle.reset-filters.active-filters__button:focus,.show>.dropdown-toggle.active-filters__button:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #59aee4;
    text-decoration: none
}

.btn-link:hover {
    color: #72c7fc;
    text-decoration: underline
}

.btn-link:focus,.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,.btn-group-lg>.btn,.active-filters__link .btn-group-lg>.close-btn,.btn-group-lg>.active-filters__button {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,.btn-group-sm>.btn,.active-filters__link .btn-group-sm>.close-btn,.btn-group-sm>.active-filters__button {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%;
    background: #E2E2E2;
    padding: 15px 2rem;
    border-radius: 40px;
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropup,.dropright,.dropdown,.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #071a33;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 375px) {
    .dropdown-menu-mobile-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-mobile-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-desktop-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-desktop-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.active-filters__link .btn-group>.close-btn,.btn-group>.active-filters__button,.btn-group-vertical>.btn,.active-filters__link .btn-group-vertical>.close-btn,.btn-group-vertical>.active-filters__button {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn:hover,.active-filters__link .btn-group>.close-btn:hover,.btn-group>.active-filters__button:hover,.btn-group-vertical>.btn:hover,.active-filters__link .btn-group-vertical>.close-btn:hover,.btn-group-vertical>.active-filters__button:hover {
    z-index: 1
}

.btn-group>.btn:focus,.active-filters__link .btn-group>.close-btn:focus,.btn-group>.active-filters__button:focus,.btn-group>.btn:active,.active-filters__link .btn-group>.close-btn:active,.btn-group>.active-filters__button:active,.btn-group>.btn.active,.active-filters__link .btn-group>.active.close-btn,.btn-group>.active.active-filters__button,.btn-group-vertical>.btn:focus,.active-filters__link .btn-group-vertical>.close-btn:focus,.btn-group-vertical>.active-filters__button:focus,.btn-group-vertical>.btn:active,.active-filters__link .btn-group-vertical>.close-btn:active,.btn-group-vertical>.active-filters__button:active,.btn-group-vertical>.btn.active,.active-filters__link .btn-group-vertical>.active.close-btn,.btn-group-vertical>.active.active-filters__button {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),.active-filters__link .btn-group>.close-btn:not(:first-child),.btn-group>.active-filters__button:not(:first-child),.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.active-filters__link .btn-group>.close-btn:not(:last-child):not(.dropdown-toggle),.btn-group>.active-filters__button:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn,.active-filters__link .btn-group>.btn-group:not(:last-child)>.close-btn,.btn-group>.btn-group:not(:last-child)>.active-filters__button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),.active-filters__link .btn-group>.close-btn:not(:first-child),.btn-group>.active-filters__button:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn,.active-filters__link .btn-group>.btn-group:not(:first-child)>.close-btn,.btn-group>.btn-group:not(:first-child)>.active-filters__button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.active-filters__link .btn-group-sm>.close-btn+.dropdown-toggle-split,.btn-group-sm>.active-filters__button+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.active-filters__link .btn-group-lg>.close-btn+.dropdown-toggle-split,.btn-group-lg>.active-filters__button+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,.active-filters__link .btn-group-vertical>.close-btn,.btn-group-vertical>.active-filters__button,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.active-filters__link .btn-group-vertical>.close-btn:not(:first-child),.btn-group-vertical>.active-filters__button:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.active-filters__link .btn-group-vertical>.close-btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.active-filters__button:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.active-filters__link .btn-group-vertical>.btn-group:not(:last-child)>.close-btn,.btn-group-vertical>.btn-group:not(:last-child)>.active-filters__button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),.active-filters__link .btn-group-vertical>.close-btn:not(:first-child),.btn-group-vertical>.active-filters__button:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn,.active-filters__link .btn-group-vertical>.btn-group:not(:first-child)>.close-btn,.btn-group-vertical>.btn-group:not(:first-child)>.active-filters__button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.active-filters__link .btn-group-toggle>.close-btn,.btn-group-toggle>.active-filters__button,.btn-group-toggle>.btn-group>.btn,.active-filters__link .btn-group-toggle>.btn-group>.close-btn,.btn-group-toggle>.btn-group>.active-filters__button {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],.active-filters__link .btn-group-toggle>.close-btn input[type=radio],.btn-group-toggle>.active-filters__button input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.active-filters__link .btn-group-toggle>.close-btn input[type=checkbox],.btn-group-toggle>.active-filters__button input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.active-filters__link .btn-group-toggle>.btn-group>.close-btn input[type=radio],.btn-group-toggle>.btn-group>.active-filters__button input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.active-filters__link .btn-group-toggle>.btn-group>.close-btn input[type=checkbox],.btn-group-toggle>.btn-group>.active-filters__button input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,.input-group-prepend .active-filters__link .close-btn,.active-filters__link .input-group-prepend .close-btn,.input-group-prepend .active-filters__button,.input-group-append .btn,.input-group-append .active-filters__link .close-btn,.active-filters__link .input-group-append .close-btn,.input-group-append .active-filters__button {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,.input-group-prepend .active-filters__link .close-btn:focus,.active-filters__link .input-group-prepend .close-btn:focus,.input-group-prepend .active-filters__button:focus,.input-group-append .btn:focus,.input-group-append .active-filters__link .close-btn:focus,.active-filters__link .input-group-append .close-btn:focus,.input-group-append .active-filters__button:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,.input-group-prepend .active-filters__link .close-btn+.btn,.active-filters__link .input-group-prepend .close-btn+.btn,.input-group-prepend .active-filters__button+.btn,.input-group-prepend .active-filters__link .btn+.close-btn,.active-filters__link .input-group-prepend .btn+.close-btn,.input-group-prepend .active-filters__link .close-btn+.close-btn,.active-filters__link .input-group-prepend .close-btn+.close-btn,.input-group-prepend .active-filters__link .active-filters__button+.close-btn,.active-filters__link .input-group-prepend .active-filters__button+.close-btn,.input-group-prepend .btn+.active-filters__button,.input-group-prepend .active-filters__link .close-btn+.active-filters__button,.active-filters__link .input-group-prepend .close-btn+.active-filters__button,.input-group-prepend .active-filters__button+.active-filters__button,.input-group-prepend .btn+.input-group-text,.input-group-prepend .active-filters__link .close-btn+.input-group-text,.active-filters__link .input-group-prepend .close-btn+.input-group-text,.input-group-prepend .active-filters__button+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .active-filters__link .input-group-text+.close-btn,.active-filters__link .input-group-prepend .input-group-text+.close-btn,.input-group-prepend .input-group-text+.active-filters__button,.input-group-append .btn+.btn,.input-group-append .active-filters__link .close-btn+.btn,.active-filters__link .input-group-append .close-btn+.btn,.input-group-append .active-filters__button+.btn,.input-group-append .active-filters__link .btn+.close-btn,.active-filters__link .input-group-append .btn+.close-btn,.input-group-append .active-filters__link .close-btn+.close-btn,.active-filters__link .input-group-append .close-btn+.close-btn,.input-group-append .active-filters__link .active-filters__button+.close-btn,.active-filters__link .input-group-append .active-filters__button+.close-btn,.input-group-append .btn+.active-filters__button,.input-group-append .active-filters__link .close-btn+.active-filters__button,.active-filters__link .input-group-append .close-btn+.active-filters__button,.input-group-append .active-filters__button+.active-filters__button,.input-group-append .btn+.input-group-text,.input-group-append .active-filters__link .close-btn+.input-group-text,.active-filters__link .input-group-append .close-btn+.input-group-text,.input-group-append .active-filters__button+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .active-filters__link .input-group-text+.close-btn,.active-filters__link .input-group-append .input-group-text+.close-btn,.input-group-append .input-group-text+.active-filters__button {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=radio],.input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.active-filters__link .input-group-lg>.input-group-prepend>.close-btn,.input-group-lg>.input-group-prepend>.active-filters__button,.input-group-lg>.input-group-append>.btn,.active-filters__link .input-group-lg>.input-group-append>.close-btn,.input-group-lg>.input-group-append>.active-filters__button {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.active-filters__link .input-group-sm>.input-group-prepend>.close-btn,.input-group-sm>.input-group-prepend>.active-filters__button,.input-group-sm>.input-group-append>.btn,.active-filters__link .input-group-sm>.input-group-append>.close-btn,.input-group-sm>.input-group-append>.active-filters__button {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,.active-filters__link .input-group>.input-group-prepend>.close-btn,.input-group>.input-group-prepend>.active-filters__button,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.active-filters__link .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.close-btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.active-filters__button,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.active-filters__link .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.close-btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.active-filters__button,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.active-filters__link .input-group>.input-group-append:last-child>.close-btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.active-filters__button:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.active-filters__link .input-group>.input-group-append>.close-btn,.input-group>.input-group-append>.active-filters__button,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.active-filters__link .input-group>.input-group-prepend:not(:first-child)>.close-btn,.input-group>.input-group-prepend:not(:first-child)>.active-filters__button,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.active-filters__link .input-group>.input-group-prepend:first-child>.close-btn:not(:first-child),.input-group>.input-group-prepend:first-child>.active-filters__button:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjgzMzMgMC41SDIuMTY2NjdDMS4yNDE2NyAwLjUgMC41IDEuMjUgMC41IDIuMTY2NjdWMTMuODMzM0MwLjUgMTQuNzUgMS4yNDE2NyAxNS41IDIuMTY2NjcgMTUuNUgxMy44MzMzQzE0Ljc1ODMgMTUuNSAxNS41IDE0Ljc1IDE1LjUgMTMuODMzM1YyLjE2NjY3QzE1LjUgMS4yNSAxNC43NTgzIDAuNSAxMy44MzMzIDAuNVpNNi4zMzMzMyAxMi4xNjY3TDIuMTY2NjcgOEwzLjM0MTY3IDYuODI1TDYuMzMzMzMgOS44MDgzM0wxMi42NTgzIDMuNDgzMzNMMTMuODMzMyA0LjY2NjY3TDYuMzMzMzMgMTIuMTY2N1oiIGZpbGw9IiM1OUFFRTQiLz4KPC9zdmc+Cg==)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -ms-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #f7f7f7,0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 1px #f7f7f7,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f7f7f7,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f7f7f7,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f7f7f7;
    border-color: #dee2e6 #dee2e6 #f7f7f7
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,.navbar .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .navbar .buttons-container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 374.98px) {
    .navbar-expand-mobile>.container,.swiper-container.full-screen .navbar-expand-mobile>.buttons-container,.navbar-expand-mobile>.container-fluid,.navbar-expand-mobile>.container-sm,.navbar-expand-mobile>.container-md,.navbar-expand-mobile>.container-lg,.navbar-expand-mobile>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 375px) {
    .navbar-expand-mobile {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-mobile .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-mobile .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-mobile .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-mobile>.container,.swiper-container.full-screen .navbar-expand-mobile>.buttons-container,.navbar-expand-mobile>.container-fluid,.navbar-expand-mobile>.container-sm,.navbar-expand-mobile>.container-md,.navbar-expand-mobile>.container-lg,.navbar-expand-mobile>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-mobile .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-mobile .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-mobile .navbar-toggler {
        display: none
    }
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.swiper-container.full-screen .navbar-expand-sm>.buttons-container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.swiper-container.full-screen .navbar-expand-sm>.buttons-container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.swiper-container.full-screen .navbar-expand-md>.buttons-container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.swiper-container.full-screen .navbar-expand-md>.buttons-container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.swiper-container.full-screen .navbar-expand-lg>.buttons-container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.swiper-container.full-screen .navbar-expand-lg>.buttons-container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,.swiper-container.full-screen .navbar-expand-xl>.buttons-container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.swiper-container.full-screen .navbar-expand-xl>.buttons-container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1439.98px) {
    .navbar-expand-desktop>.container,.swiper-container.full-screen .navbar-expand-desktop>.buttons-container,.navbar-expand-desktop>.container-fluid,.navbar-expand-desktop>.container-sm,.navbar-expand-desktop>.container-md,.navbar-expand-desktop>.container-lg,.navbar-expand-desktop>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1440px) {
    .navbar-expand-desktop {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-desktop .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-desktop .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-desktop .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-desktop>.container,.swiper-container.full-screen .navbar-expand-desktop>.buttons-container,.navbar-expand-desktop>.container-fluid,.navbar-expand-desktop>.container-sm,.navbar-expand-desktop>.container-md,.navbar-expand-desktop>.container-lg,.navbar-expand-desktop>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-desktop .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-desktop .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-desktop .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.swiper-container.full-screen .navbar-expand>.buttons-container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.swiper-container.full-screen .navbar-expand>.buttons-container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-top,.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb .icon-caret-right:before{
    font-family: 'icomoon';
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #59aee4;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #72c7fc;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:hover,a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,.active-filters__link .close-btn .badge,.active-filters__button .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:hover,a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary:focus,a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover,a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #071a33;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 375px) {
    .list-group-horizontal-mobile {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-mobile>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-mobile>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-mobile>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-mobile>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-mobile>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1440px) {
    .list-group-horizontal-desktop {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-desktop>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-desktop>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-desktop>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-desktop>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-desktop>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

@media (max-width: 1200px) {
    .close {
        font-size:calc(1.275rem + .3vw)
    }
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #071a33
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .7
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #8693a2;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #8693a2;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,.bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,.bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,.bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #071a33
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    -o-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-prev,.carousel-control-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #8693a2!important
}

.border-top {
    border-top: 1px solid #8693a2!important
}

.border-right {
    border-right: 1px solid #8693a2!important
}

.border-bottom,.product-showmore .product-info .info-list__item {
    border-bottom: 1px solid #8693a2!important
}

.border-left {
    border-left: 1px solid #8693a2!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 375px) {
    .d-mobile-none {
        display:none!important
    }

    .d-mobile-inline {
        display: inline!important
    }

    .d-mobile-inline-block {
        display: inline-block!important
    }

    .d-mobile-block {
        display: block!important
    }

    .d-mobile-table {
        display: table!important
    }

    .d-mobile-table-row {
        display: table-row!important
    }

    .d-mobile-table-cell {
        display: table-cell!important
    }

    .d-mobile-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-mobile-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1440px) {
    .d-desktop-none {
        display:none!important
    }

    .d-desktop-inline {
        display: inline!important
    }

    .d-desktop-inline-block {
        display: inline-block!important
    }

    .d-desktop-block {
        display: block!important
    }

    .d-desktop-table {
        display: table!important
    }

    .d-desktop-table-row {
        display: table-row!important
    }

    .d-desktop-table-cell {
        display: table-cell!important
    }

    .d-desktop-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-desktop-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 375px) {
    .flex-mobile-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-mobile-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-mobile-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-mobile-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-mobile-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-mobile-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-mobile-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-mobile-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-mobile-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-mobile-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-mobile-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-mobile-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-mobile-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-mobile-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-mobile-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-mobile-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-mobile-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-mobile-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-mobile-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-mobile-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-mobile-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-mobile-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-mobile-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-mobile-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-mobile-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-mobile-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-mobile-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-mobile-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-mobile-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-mobile-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-mobile-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-mobile-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-mobile-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-mobile-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1440px) {
    .flex-desktop-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-desktop-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-desktop-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-desktop-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-desktop-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-desktop-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-desktop-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-desktop-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-desktop-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-desktop-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-desktop-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-desktop-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-desktop-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-desktop-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-desktop-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-desktop-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-desktop-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-desktop-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-desktop-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-desktop-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-desktop-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-desktop-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-desktop-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-desktop-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-desktop-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-desktop-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-desktop-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-desktop-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-desktop-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-desktop-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-desktop-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-desktop-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-desktop-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-desktop-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 375px) {
    .float-mobile-left {
        float:left!important
    }

    .float-mobile-right {
        float: right!important
    }

    .float-mobile-none {
        float: none!important
    }
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

@media (min-width: 1440px) {
    .float-desktop-left {
        float:left!important
    }

    .float-desktop-right {
        float: right!important
    }

    .float-desktop-none {
        float: none!important
    }
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0,.breadcrumb {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0,.breadcrumb {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2,.cart-item__product-info .title-block,.cart-item__product-info .price-block,.cart-item__product-info .sum-price-block {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2,.cart-item__product-info .title-block,.cart-item__product-info .price-block,.cart-item__product-info .sum-price-block {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3,.cart-popup .cart-item__product-info>div,.cart-popup .cart-item__product-info>div .title a {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3,.cart-popup .cart-item__product-info>div,.cart-popup .cart-item__product-info>div .title a {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 375px) {
    .m-mobile-0 {
        margin:0!important
    }

    .mt-mobile-0,.my-mobile-0 {
        margin-top: 0!important
    }

    .mr-mobile-0,.mx-mobile-0 {
        margin-right: 0!important
    }

    .mb-mobile-0,.my-mobile-0 {
        margin-bottom: 0!important
    }

    .ml-mobile-0,.mx-mobile-0 {
        margin-left: 0!important
    }

    .m-mobile-1 {
        margin: .25rem!important
    }

    .mt-mobile-1,.my-mobile-1 {
        margin-top: .25rem!important
    }

    .mr-mobile-1,.mx-mobile-1 {
        margin-right: .25rem!important
    }

    .mb-mobile-1,.my-mobile-1 {
        margin-bottom: .25rem!important
    }

    .ml-mobile-1,.mx-mobile-1 {
        margin-left: .25rem!important
    }

    .m-mobile-2 {
        margin: .5rem!important
    }

    .mt-mobile-2,.my-mobile-2 {
        margin-top: .5rem!important
    }

    .mr-mobile-2,.mx-mobile-2 {
        margin-right: .5rem!important
    }

    .mb-mobile-2,.my-mobile-2 {
        margin-bottom: .5rem!important
    }

    .ml-mobile-2,.mx-mobile-2 {
        margin-left: .5rem!important
    }

    .m-mobile-3 {
        margin: 1rem!important
    }

    .mt-mobile-3,.my-mobile-3 {
        margin-top: 1rem!important
    }

    .mr-mobile-3,.mx-mobile-3 {
        margin-right: 1rem!important
    }

    .mb-mobile-3,.my-mobile-3 {
        margin-bottom: 1rem!important
    }

    .ml-mobile-3,.mx-mobile-3 {
        margin-left: 1rem!important
    }

    .m-mobile-4 {
        margin: 1.5rem!important
    }

    .mt-mobile-4,.my-mobile-4 {
        margin-top: 1.5rem!important
    }

    .mr-mobile-4,.mx-mobile-4 {
        margin-right: 1.5rem!important
    }

    .mb-mobile-4,.my-mobile-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-mobile-4,.mx-mobile-4 {
        margin-left: 1.5rem!important
    }

    .m-mobile-5 {
        margin: 3rem!important
    }

    .mt-mobile-5,.my-mobile-5 {
        margin-top: 3rem!important
    }

    .mr-mobile-5,.mx-mobile-5 {
        margin-right: 3rem!important
    }

    .mb-mobile-5,.my-mobile-5 {
        margin-bottom: 3rem!important
    }

    .ml-mobile-5,.mx-mobile-5 {
        margin-left: 3rem!important
    }

    .p-mobile-0 {
        padding: 0!important
    }

    .pt-mobile-0,.py-mobile-0 {
        padding-top: 0!important
    }

    .pr-mobile-0,.px-mobile-0 {
        padding-right: 0!important
    }

    .pb-mobile-0,.py-mobile-0 {
        padding-bottom: 0!important
    }

    .pl-mobile-0,.px-mobile-0 {
        padding-left: 0!important
    }

    .p-mobile-1 {
        padding: .25rem!important
    }

    .pt-mobile-1,.py-mobile-1 {
        padding-top: .25rem!important
    }

    .pr-mobile-1,.px-mobile-1 {
        padding-right: .25rem!important
    }

    .pb-mobile-1,.py-mobile-1 {
        padding-bottom: .25rem!important
    }

    .pl-mobile-1,.px-mobile-1 {
        padding-left: .25rem!important
    }

    .p-mobile-2 {
        padding: .5rem!important
    }

    .pt-mobile-2,.py-mobile-2 {
        padding-top: .5rem!important
    }

    .pr-mobile-2,.px-mobile-2 {
        padding-right: .5rem!important
    }

    .pb-mobile-2,.py-mobile-2 {
        padding-bottom: .5rem!important
    }

    .pl-mobile-2,.px-mobile-2 {
        padding-left: .5rem!important
    }

    .p-mobile-3 {
        padding: 1rem!important
    }

    .pt-mobile-3,.py-mobile-3 {
        padding-top: 1rem!important
    }

    .pr-mobile-3,.px-mobile-3 {
        padding-right: 1rem!important
    }

    .pb-mobile-3,.py-mobile-3 {
        padding-bottom: 1rem!important
    }

    .pl-mobile-3,.px-mobile-3 {
        padding-left: 1rem!important
    }

    .p-mobile-4 {
        padding: 1.5rem!important
    }

    .pt-mobile-4,.py-mobile-4 {
        padding-top: 1.5rem!important
    }

    .pr-mobile-4,.px-mobile-4 {
        padding-right: 1.5rem!important
    }

    .pb-mobile-4,.py-mobile-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-mobile-4,.px-mobile-4 {
        padding-left: 1.5rem!important
    }

    .p-mobile-5 {
        padding: 3rem!important
    }

    .pt-mobile-5,.py-mobile-5 {
        padding-top: 3rem!important
    }

    .pr-mobile-5,.px-mobile-5 {
        padding-right: 3rem!important
    }

    .pb-mobile-5,.py-mobile-5 {
        padding-bottom: 3rem!important
    }

    .pl-mobile-5,.px-mobile-5 {
        padding-left: 3rem!important
    }

    .m-mobile-n1 {
        margin: -.25rem!important
    }

    .mt-mobile-n1,.my-mobile-n1 {
        margin-top: -.25rem!important
    }

    .mr-mobile-n1,.mx-mobile-n1 {
        margin-right: -.25rem!important
    }

    .mb-mobile-n1,.my-mobile-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-mobile-n1,.mx-mobile-n1 {
        margin-left: -.25rem!important
    }

    .m-mobile-n2 {
        margin: -.5rem!important
    }

    .mt-mobile-n2,.my-mobile-n2 {
        margin-top: -.5rem!important
    }

    .mr-mobile-n2,.mx-mobile-n2 {
        margin-right: -.5rem!important
    }

    .mb-mobile-n2,.my-mobile-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-mobile-n2,.mx-mobile-n2 {
        margin-left: -.5rem!important
    }

    .m-mobile-n3 {
        margin: -1rem!important
    }

    .mt-mobile-n3,.my-mobile-n3 {
        margin-top: -1rem!important
    }

    .mr-mobile-n3,.mx-mobile-n3 {
        margin-right: -1rem!important
    }

    .mb-mobile-n3,.my-mobile-n3 {
        margin-bottom: -1rem!important
    }

    .ml-mobile-n3,.mx-mobile-n3 {
        margin-left: -1rem!important
    }

    .m-mobile-n4 {
        margin: -1.5rem!important
    }

    .mt-mobile-n4,.my-mobile-n4 {
        margin-top: -1.5rem!important
    }

    .mr-mobile-n4,.mx-mobile-n4 {
        margin-right: -1.5rem!important
    }

    .mb-mobile-n4,.my-mobile-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-mobile-n4,.mx-mobile-n4 {
        margin-left: -1.5rem!important
    }

    .m-mobile-n5 {
        margin: -3rem!important
    }

    .mt-mobile-n5,.my-mobile-n5 {
        margin-top: -3rem!important
    }

    .mr-mobile-n5,.mx-mobile-n5 {
        margin-right: -3rem!important
    }

    .mb-mobile-n5,.my-mobile-n5 {
        margin-bottom: -3rem!important
    }

    .ml-mobile-n5,.mx-mobile-n5 {
        margin-left: -3rem!important
    }

    .m-mobile-auto {
        margin: auto!important
    }

    .mt-mobile-auto,.my-mobile-auto {
        margin-top: auto!important
    }

    .mr-mobile-auto,.mx-mobile-auto {
        margin-right: auto!important
    }

    .mb-mobile-auto,.my-mobile-auto {
        margin-bottom: auto!important
    }

    .ml-mobile-auto,.mx-mobile-auto {
        margin-left: auto!important
    }
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1440px) {
    .m-desktop-0 {
        margin:0!important
    }

    .mt-desktop-0,.my-desktop-0 {
        margin-top: 0!important
    }

    .mr-desktop-0,.mx-desktop-0 {
        margin-right: 0!important
    }

    .mb-desktop-0,.my-desktop-0 {
        margin-bottom: 0!important
    }

    .ml-desktop-0,.mx-desktop-0 {
        margin-left: 0!important
    }

    .m-desktop-1 {
        margin: .25rem!important
    }

    .mt-desktop-1,.my-desktop-1 {
        margin-top: .25rem!important
    }

    .mr-desktop-1,.mx-desktop-1 {
        margin-right: .25rem!important
    }

    .mb-desktop-1,.my-desktop-1 {
        margin-bottom: .25rem!important
    }

    .ml-desktop-1,.mx-desktop-1 {
        margin-left: .25rem!important
    }

    .m-desktop-2 {
        margin: .5rem!important
    }

    .mt-desktop-2,.my-desktop-2 {
        margin-top: .5rem!important
    }

    .mr-desktop-2,.mx-desktop-2 {
        margin-right: .5rem!important
    }

    .mb-desktop-2,.my-desktop-2 {
        margin-bottom: .5rem!important
    }

    .ml-desktop-2,.mx-desktop-2 {
        margin-left: .5rem!important
    }

    .m-desktop-3 {
        margin: 1rem!important
    }

    .mt-desktop-3,.my-desktop-3 {
        margin-top: 1rem!important
    }

    .mr-desktop-3,.mx-desktop-3 {
        margin-right: 1rem!important
    }

    .mb-desktop-3,.my-desktop-3 {
        margin-bottom: 1rem!important
    }

    .ml-desktop-3,.mx-desktop-3 {
        margin-left: 1rem!important
    }

    .m-desktop-4 {
        margin: 1.5rem!important
    }

    .mt-desktop-4,.my-desktop-4 {
        margin-top: 1.5rem!important
    }

    .mr-desktop-4,.mx-desktop-4 {
        margin-right: 1.5rem!important
    }

    .mb-desktop-4,.my-desktop-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-desktop-4,.mx-desktop-4 {
        margin-left: 1.5rem!important
    }

    .m-desktop-5 {
        margin: 3rem!important
    }

    .mt-desktop-5,.my-desktop-5 {
        margin-top: 3rem!important
    }

    .mr-desktop-5,.mx-desktop-5 {
        margin-right: 3rem!important
    }

    .mb-desktop-5,.my-desktop-5 {
        margin-bottom: 3rem!important
    }

    .ml-desktop-5,.mx-desktop-5 {
        margin-left: 3rem!important
    }

    .p-desktop-0 {
        padding: 0!important
    }

    .pt-desktop-0,.py-desktop-0 {
        padding-top: 0!important
    }

    .pr-desktop-0,.px-desktop-0 {
        padding-right: 0!important
    }

    .pb-desktop-0,.py-desktop-0 {
        padding-bottom: 0!important
    }

    .pl-desktop-0,.px-desktop-0 {
        padding-left: 0!important
    }

    .p-desktop-1 {
        padding: .25rem!important
    }

    .pt-desktop-1,.py-desktop-1 {
        padding-top: .25rem!important
    }

    .pr-desktop-1,.px-desktop-1 {
        padding-right: .25rem!important
    }

    .pb-desktop-1,.py-desktop-1 {
        padding-bottom: .25rem!important
    }

    .pl-desktop-1,.px-desktop-1 {
        padding-left: .25rem!important
    }

    .p-desktop-2 {
        padding: .5rem!important
    }

    .pt-desktop-2,.py-desktop-2 {
        padding-top: .5rem!important
    }

    .pr-desktop-2,.px-desktop-2 {
        padding-right: .5rem!important
    }

    .pb-desktop-2,.py-desktop-2 {
        padding-bottom: .5rem!important
    }

    .pl-desktop-2,.px-desktop-2 {
        padding-left: .5rem!important
    }

    .p-desktop-3 {
        padding: 1rem!important
    }

    .pt-desktop-3,.py-desktop-3 {
        padding-top: 1rem!important
    }

    .pr-desktop-3,.px-desktop-3 {
        padding-right: 1rem!important
    }

    .pb-desktop-3,.py-desktop-3 {
        padding-bottom: 1rem!important
    }

    .pl-desktop-3,.px-desktop-3 {
        padding-left: 1rem!important
    }

    .p-desktop-4 {
        padding: 1.5rem!important
    }

    .pt-desktop-4,.py-desktop-4 {
        padding-top: 1.5rem!important
    }

    .pr-desktop-4,.px-desktop-4 {
        padding-right: 1.5rem!important
    }

    .pb-desktop-4,.py-desktop-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-desktop-4,.px-desktop-4 {
        padding-left: 1.5rem!important
    }

    .p-desktop-5 {
        padding: 3rem!important
    }

    .pt-desktop-5,.py-desktop-5 {
        padding-top: 3rem!important
    }

    .pr-desktop-5,.px-desktop-5 {
        padding-right: 3rem!important
    }

    .pb-desktop-5,.py-desktop-5 {
        padding-bottom: 3rem!important
    }

    .pl-desktop-5,.px-desktop-5 {
        padding-left: 3rem!important
    }

    .m-desktop-n1 {
        margin: -.25rem!important
    }

    .mt-desktop-n1,.my-desktop-n1 {
        margin-top: -.25rem!important
    }

    .mr-desktop-n1,.mx-desktop-n1 {
        margin-right: -.25rem!important
    }

    .mb-desktop-n1,.my-desktop-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-desktop-n1,.mx-desktop-n1 {
        margin-left: -.25rem!important
    }

    .m-desktop-n2 {
        margin: -.5rem!important
    }

    .mt-desktop-n2,.my-desktop-n2 {
        margin-top: -.5rem!important
    }

    .mr-desktop-n2,.mx-desktop-n2 {
        margin-right: -.5rem!important
    }

    .mb-desktop-n2,.my-desktop-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-desktop-n2,.mx-desktop-n2 {
        margin-left: -.5rem!important
    }

    .m-desktop-n3 {
        margin: -1rem!important
    }

    .mt-desktop-n3,.my-desktop-n3 {
        margin-top: -1rem!important
    }

    .mr-desktop-n3,.mx-desktop-n3 {
        margin-right: -1rem!important
    }

    .mb-desktop-n3,.my-desktop-n3 {
        margin-bottom: -1rem!important
    }

    .ml-desktop-n3,.mx-desktop-n3 {
        margin-left: -1rem!important
    }

    .m-desktop-n4 {
        margin: -1.5rem!important
    }

    .mt-desktop-n4,.my-desktop-n4 {
        margin-top: -1.5rem!important
    }

    .mr-desktop-n4,.mx-desktop-n4 {
        margin-right: -1.5rem!important
    }

    .mb-desktop-n4,.my-desktop-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-desktop-n4,.mx-desktop-n4 {
        margin-left: -1.5rem!important
    }

    .m-desktop-n5 {
        margin: -3rem!important
    }

    .mt-desktop-n5,.my-desktop-n5 {
        margin-top: -3rem!important
    }

    .mr-desktop-n5,.mx-desktop-n5 {
        margin-right: -3rem!important
    }

    .mb-desktop-n5,.my-desktop-n5 {
        margin-bottom: -3rem!important
    }

    .ml-desktop-n5,.mx-desktop-n5 {
        margin-left: -3rem!important
    }

    .m-desktop-auto {
        margin: auto!important
    }

    .mt-desktop-auto,.my-desktop-auto {
        margin-top: auto!important
    }

    .mr-desktop-auto,.mx-desktop-auto {
        margin-right: auto!important
    }

    .mb-desktop-auto,.my-desktop-auto {
        margin-bottom: auto!important
    }

    .ml-desktop-auto,.mx-desktop-auto {
        margin-left: auto!important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 375px) {
    .text-mobile-left {
        text-align:left!important
    }

    .text-mobile-right {
        text-align: right!important
    }

    .text-mobile-center {
        text-align: center!important
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width: 1440px) {
    .text-desktop-left {
        text-align:left!important
    }

    .text-desktop-right {
        text-align: right!important
    }

    .text-desktop-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:hover,a.text-primary:focus {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:hover,a.text-success:focus {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:hover,a.text-info:focus {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:hover,a.text-warning:focus {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:hover,a.text-danger:focus {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:hover,a.text-light:focus {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:hover,a.text-dark:focus {
    color: #121416!important
}

.text-body {
    color: #071a33!important
}

.text-muted {
    color: #8693a2!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    word-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,::before,::after {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn):not(.active-filters__button) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    pre,blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container,.swiper-container.full-screen .buttons-container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
        border-color: #8693a2
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #8693a2
    }
}

.btn,.active-filters__link .close-btn,.active-filters__button {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-primary,.btn.btn-outline-primary,.active-filters__link .btn-outline-primary.close-btn,.btn-outline-primary.active-filters__button,#filtersModal .btn.reset-filters,#filtersModal .active-filters__link .reset-filters.close-btn,.active-filters__link #filtersModal .reset-filters.close-btn,#filtersModal .reset-filters.active-filters__button,.active-filters__link .btn-primary.close-btn,.active-filters__link .close-btn.active-filters__button,.active-filters__button {
    color: #fff;
    border-radius: 40px;
    padding: 15px 2rem;
    font-size: 20px;
    border: 0;
    background-color: #59aee4;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-primary:hover,.btn.btn-outline-primary:hover,.active-filters__link .btn-outline-primary.close-btn:hover,#filtersModal .btn.reset-filters:hover,#filtersModal .active-filters__link .reset-filters.close-btn:hover,.active-filters__link #filtersModal .reset-filters.close-btn:hover,#filtersModal .reset-filters.active-filters__button:hover,.active-filters__link .btn-primary.close-btn:hover,.active-filters__button:hover {
    background-color: #72c7fc!important;
    border-color: #72c7fc!important
}

.btn.btn-primary:focus,.btn.btn-outline-primary:focus,.active-filters__link .btn-outline-primary.close-btn:focus,#filtersModal .btn.reset-filters:focus,#filtersModal .active-filters__link .reset-filters.close-btn:focus,.active-filters__link #filtersModal .reset-filters.close-btn:focus,#filtersModal .reset-filters.active-filters__button:focus,.active-filters__link .btn-primary.close-btn:focus,.active-filters__button:focus,.btn.btn-primary:active,.btn.btn-outline-primary:active,.active-filters__link .btn-outline-primary.close-btn:active,#filtersModal .btn.reset-filters:active,#filtersModal .active-filters__link .reset-filters.close-btn:active,.active-filters__link #filtersModal .reset-filters.close-btn:active,#filtersModal .reset-filters.active-filters__button:active,.active-filters__link .btn-primary.close-btn:active,.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #3693cf!important;
    border-color: #3693cf!important
}

@media (max-width: 767px) {
    .btn.btn-primary,.btn.btn-outline-primary,.active-filters__link .btn-outline-primary.close-btn,.btn-outline-primary.active-filters__button,#filtersModal .btn.reset-filters,#filtersModal .active-filters__link .reset-filters.close-btn,.active-filters__link #filtersModal .reset-filters.close-btn,#filtersModal .reset-filters.active-filters__button,.active-filters__link .btn-primary.close-btn,.active-filters__link .close-btn.active-filters__button,.active-filters__button {
        padding:.75rem 2rem;
        font-size: 16px
    }
}

.btn.btn-primary.disabled,.btn.disabled.btn-outline-primary,.active-filters__link .disabled.btn-outline-primary.close-btn,#filtersModal .btn.disabled.reset-filters,#filtersModal .active-filters__link .disabled.reset-filters.close-btn,.active-filters__link #filtersModal .disabled.reset-filters.close-btn,#filtersModal .disabled.reset-filters.active-filters__button,.active-filters__link .btn-primary.disabled.close-btn,.disabled.active-filters__button {
    background-color: #8693a2
}

.btn.btn-orange,.active-filters__link .btn-orange.close-btn,.btn-orange.active-filters__button {
    color: #0d2a4e;
    border-radius: 40px;
    padding: 15px 2rem;
    font-size: 20px;
    border: 0;
    background-color: #ffb932;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-orange:hover,.active-filters__link .btn-orange.close-btn:hover,.btn-orange.active-filters__button:hover {
    background-color: #b97d08!important;
    border-color: #b97d08!important;
    color: #fff
}

.btn.btn-orange:focus,.active-filters__link .btn-orange.close-btn:focus,.btn-orange.active-filters__button:focus,.btn.btn-orange:active,.active-filters__link .btn-orange.close-btn:active,.btn-orange.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #b97d08!important;
    border-color: #b97d08!important;
    color: #fff
}

@media (max-width: 767px) {
    .btn.btn-orange,.active-filters__link .btn-orange.close-btn,.btn-orange.active-filters__button {
        padding:.75rem 2rem;
        font-size: 16px
    }
}

.btn.btn-orange.disabled,.active-filters__link .btn-orange.disabled.close-btn,.btn-orange.disabled.active-filters__button {
    background-color: #8693a2
}

.btn.btn-white,.active-filters__link .btn-white.close-btn,.btn-white.active-filters__button {
    color: #59aee4;
    border-radius: 40px;
    padding: 15px 2rem;
    font-size: 20px;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-white:hover,.active-filters__link .btn-white.close-btn:hover,.btn-white.active-filters__button:hover {
    background-color: #72c7fc!important;
    border-color: #72c7fc!important;
    color: #fff
}

.btn.btn-white:focus,.active-filters__link .btn-white.close-btn:focus,.btn-white.active-filters__button:focus,.btn.btn-white:active,.active-filters__link .btn-white.close-btn:active,.btn-white.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #3693cf!important;
    border-color: #3693cf!important;
    color: #fff
}

@media (max-width: 767px) {
    .btn.btn-white,.active-filters__link .btn-white.close-btn,.btn-white.active-filters__button {
        padding:.75rem 2rem;
        font-size: 16px
    }
}

.btn.btn-white.disabled,.active-filters__link .btn-white.disabled.close-btn,.btn-white.disabled.active-filters__button {
    background-color: #8693a2
}

.btn.btn-gray,.active-filters__link .btn-gray.close-btn,.btn-gray.active-filters__button {
    color: #fff;
    border-radius: 40px;
    padding: 15px 3rem;
    font-size: 20px;
    border: 0;
    background-color: #8693a2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-gray:hover,.active-filters__link .btn-gray.close-btn:hover,.btn-gray.active-filters__button:hover {
    background-color: #8693a2;
    border-color: #8693a2
}

.btn.btn-gray:focus,.active-filters__link .btn-gray.close-btn:focus,.btn-gray.active-filters__button:focus,.btn.btn-gray:active,.active-filters__link .btn-gray.close-btn:active,.btn-gray.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #8693a2;
    border-color: #8693a2
}

@media (max-width: 767px) {
    .btn.btn-gray,.active-filters__link .btn-gray.close-btn,.btn-gray.active-filters__button {
        padding:.75rem 2rem;
        font-size: 18px
    }
}

.btn.btn-gray.disabled,.active-filters__link .btn-gray.disabled.close-btn,.btn-gray.disabled.active-filters__button {
    background-color: #8693a2
}

.btn.btn-outline-primary,.active-filters__link .btn-outline-primary.close-btn,.btn-outline-primary.active-filters__button {
    background-color: transparent;
    color: #59aee4;
    border: 1px solid #59aee4
}

.btn.btn-outline-primary.disabled,.active-filters__link .btn-outline-primary.disabled.close-btn,.btn-outline-primary.disabled.active-filters__button {
    border-color: #8693a2
}

.btn.btn-warning,.active-filters__link .btn-warning.close-btn,.btn-warning.active-filters__button {
    color: #fff;
    border-radius: 40px;
    padding: 15px 3rem;
    font-size: 20px;
    border: 0;
    background-color: #c28005
}

.btn.btn-warning:focus,.active-filters__link .btn-warning.close-btn:focus,.btn-warning.active-filters__button:focus,.btn.btn-warning:active,.active-filters__link .btn-warning.close-btn:active,.btn-warning.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 768px) {
    .btn.btn-warning,.active-filters__link .btn-warning.close-btn,.btn-warning.active-filters__button {
        padding:.75rem 2rem;
        font-size: 18px
    }
}

.btn.disabled,.active-filters__link .disabled.close-btn,.disabled.active-filters__button {
    opacity: 1
}

.btn-preloader {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-preloader:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #59aee4;
    border-color: #59aee4 transparent #59aee4 transparent;
    -webkit-animation: dual-circle 1.2s linear infinite;
    animation: dual-circle 1.2s linear infinite
}

@-webkit-keyframes dual-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dual-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.modal--default {
    color: #000;
    max-width: none
}

.modal--default .modal-dialog {
    max-width: none
}

.modal--default .modal-content {
    border: 12px;
    padding: 30px;
    max-width: 460px;
    margin: 0 auto
}

.modal--default .modal-content .modal-content {
    padding: 0
}

.modal--default .modal-body {
    padding: 0
}

.modal--default .modal-body .icon-close {
    display: block;
    margin-top: 16px
}

.modal--default .custom-control {
    color: #8693a2
}

.modal--default .custom-control.custom-checkbox label:hover {
    cursor: pointer;
    color: #59aee4
}

.modal--default .custom-control.custom-checkbox .custom-control-input:not(:disabled):checked~.custom-control-label {
    color: #8693a2
}

.modal--default .close-cookie {
    top: -20px;
    right: -20px;
    line-height: 1;
    padding: .375rem;
    background-color: transparent!important
}

.modal--fullscreen .modal-dialog,.modal--fullscreen .modal-content {
    position: absolute;
    max-width: none;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.modal--fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    background-color: rgba(13,38,69,.9);
    overflow-y: auto
}

@media (max-width: 576px) {
    .modal--fullscreen .modal-content .close-wrapper {
        padding:15px 0 15px 30px;
        background-color: #0d2645;
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }
}

.modal--fullscreen .modal-content .close {
    display: inline-block;
    color: #fff
}

@media (min-width: 576px) {
    .modal--fullscreen .modal-content .close {
        position:fixed;
        top: 32px;
        right: 32px;
        opacity: 1
    }

    .modal--fullscreen .modal-content .close i {
        font-size: 32px
    }
}

@media (max-width: 576px) {
    .modal--fullscreen .modal-content .close {
        margin-right:auto;
        float: none;
        top: 15px;
        left: 32px;
        opacity: 1
    }

    .modal--fullscreen .modal-content .close i {
        font-size: 20px
    }
}

.modal-lg {
    max-width: 688px
}

@media (max-width: 767px) {
    .modal-lg {
        max-width:none;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .modal-lg {
        max-width:760px
    }
}

.modal-lg .modal-body {
    padding: 0
}

.modal-lg .modal-body .icon-close {
    display: block;
    margin-top: -10px
}

.modal-lg .modal-body .close-cookie {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 0;
    padding: 0
}

.modal-lg .modal-head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    padding: 20px 0 16px
}

@media (min-width: 768px) {
    .modal-lg .modal-head {
        padding:20px 0
    }
}

.modal-lg .modal-body {
    max-height: calc(100vh - 60px);
    overflow-y: auto
}

@media (max-width: 767px) {
    .modal-lg .modal-body {
        max-height:100vh
    }
}

.modal-lg .modal-content {
    padding: 0 24px 0 30px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .modal-lg .modal-content {
        padding:0 20px 0 60px
    }
}

.edit-address-form span.suggestions-addon {
    display: none!important
}

.edit-address-form .house-wrapper {
    margin: 0 -15px
}

.edit-address-form .house-unit-wrapper {
    min-width: 130px
}

.popup {
    position: fixed;
    width: 312px;
    border: 1px solid #c28005;
    border-radius: 12px;
    bottom: 50px;
    right: 10px;
    background: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 600
}

@media (max-width: 576px) {
    .popup {
        margin:5% auto;
        left: 0;
        right: 0;
        bottom: 30px
    }
}

.popup__inner {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    padding-top: 0
}

.popup__title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 145%
}

.popup__secondary-text {
    font-size: 14px;
    color: #8693a2;
    line-height: 145%;
    margin-bottom: 20px
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.popup__content .image-wrapper {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup__content .image-wrapper img {
    height: 100%
}

.popup__content .text {
    padding-left: 10px
}

.popup.shadow {
    -webkit-filter: drop-shadow(-4px -4px 20px rgba(0,0,0,.15));
    filter: drop-shadow(-4px -4px 20px rgba(0,0,0,.15))
}

.popup.left {
    left: 10px
}

.popup.hide {
    display: none;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0
}

.popup.show {
    opacity: 1;
    display: block;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out
}

.popup .popup__btn {
    color: #fff;
    background: #c28005;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    border: 1px solid #c28005;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 13px 0
}

.popup .close-btn {
    font-size: 40px;
    right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #071a33;
    position: relative;
    float: none;
    right: -25px;
    top: 12px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background-color: transparent
}

.get-email-popup .modal-content {
    background-color: transparent;
    max-width: 560px;
    padding: 30px 20px
}

.get-email-popup .close-cookie {
    z-index: 10;
    color: #fff
}

.get-email-popup .close-cookie:hover {
    color: #fff
}

.get-email-popup div.grwf2-wrapper.wf2-embedded {
    z-index: 5!important
}

.form-control {
    outline: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.form-control[type=text],.form-control[type=email],.form-control[type=search],.form-control[type=password],textarea.form-control {
    padding: 18px 1rem;
    height: auto;
    border-radius: 3px;
    border: 1px solid #e8e8e9;
    resize: none;
    background-color: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[type=text]::-webkit-input-placeholder,.form-control[type=email]::-webkit-input-placeholder,.form-control[type=search]::-webkit-input-placeholder,.form-control[type=password]::-webkit-input-placeholder,textarea.form-control::-webkit-input-placeholder {
    color: #8693a2
}

.form-control[type=text]::-moz-placeholder,.form-control[type=email]::-moz-placeholder,.form-control[type=search]::-moz-placeholder,.form-control[type=password]::-moz-placeholder,textarea.form-control::-moz-placeholder {
    color: #8693a2
}

.form-control[type=text]:-ms-input-placeholder,.form-control[type=email]:-ms-input-placeholder,.form-control[type=search]:-ms-input-placeholder,.form-control[type=password]:-ms-input-placeholder,textarea.form-control:-ms-input-placeholder {
    color: #8693a2
}

.form-control[type=text]::-ms-input-placeholder,.form-control[type=email]::-ms-input-placeholder,.form-control[type=search]::-ms-input-placeholder,.form-control[type=password]::-ms-input-placeholder,textarea.form-control::-ms-input-placeholder {
    color: #8693a2
}

.form-control[type=text]::placeholder,.form-control[type=email]::placeholder,.form-control[type=search]::placeholder,.form-control[type=password]::placeholder,textarea.form-control::placeholder {
    color: #8693a2
}

.form-control[type=text]:hover::-webkit-input-placeholder,.form-control[type=text]:focus::-webkit-input-placeholder,.form-control[type=email]:hover::-webkit-input-placeholder,.form-control[type=email]:focus::-webkit-input-placeholder,.form-control[type=search]:hover::-webkit-input-placeholder,.form-control[type=search]:focus::-webkit-input-placeholder,.form-control[type=password]:hover::-webkit-input-placeholder,.form-control[type=password]:focus::-webkit-input-placeholder,textarea.form-control:hover::-webkit-input-placeholder,textarea.form-control:focus::-webkit-input-placeholder {
    color: #000
}

.form-control[type=text]:hover::-moz-placeholder,.form-control[type=text]:focus::-moz-placeholder,.form-control[type=email]:hover::-moz-placeholder,.form-control[type=email]:focus::-moz-placeholder,.form-control[type=search]:hover::-moz-placeholder,.form-control[type=search]:focus::-moz-placeholder,.form-control[type=password]:hover::-moz-placeholder,.form-control[type=password]:focus::-moz-placeholder,textarea.form-control:hover::-moz-placeholder,textarea.form-control:focus::-moz-placeholder {
    color: #000
}

.form-control[type=text]:hover:-ms-input-placeholder,.form-control[type=text]:focus:-ms-input-placeholder,.form-control[type=email]:hover:-ms-input-placeholder,.form-control[type=email]:focus:-ms-input-placeholder,.form-control[type=search]:hover:-ms-input-placeholder,.form-control[type=search]:focus:-ms-input-placeholder,.form-control[type=password]:hover:-ms-input-placeholder,.form-control[type=password]:focus:-ms-input-placeholder,textarea.form-control:hover:-ms-input-placeholder,textarea.form-control:focus:-ms-input-placeholder {
    color: #000
}

.form-control[type=text]:hover::-ms-input-placeholder,.form-control[type=text]:focus::-ms-input-placeholder,.form-control[type=email]:hover::-ms-input-placeholder,.form-control[type=email]:focus::-ms-input-placeholder,.form-control[type=search]:hover::-ms-input-placeholder,.form-control[type=search]:focus::-ms-input-placeholder,.form-control[type=password]:hover::-ms-input-placeholder,.form-control[type=password]:focus::-ms-input-placeholder,textarea.form-control:hover::-ms-input-placeholder,textarea.form-control:focus::-ms-input-placeholder {
    color: #000
}

.form-control[type=text]:hover::placeholder,.form-control[type=text]:focus::placeholder,.form-control[type=email]:hover::placeholder,.form-control[type=email]:focus::placeholder,.form-control[type=search]:hover::placeholder,.form-control[type=search]:focus::placeholder,.form-control[type=password]:hover::placeholder,.form-control[type=password]:focus::placeholder,textarea.form-control:hover::placeholder,textarea.form-control:focus::placeholder {
    color: #000
}

.form-control[type=text]:focus,.form-control[type=text]:hover,.form-control[type=email]:focus,.form-control[type=email]:hover,.form-control[type=search]:focus,.form-control[type=search]:hover,.form-control[type=password]:focus,.form-control[type=password]:hover,textarea.form-control:focus,textarea.form-control:hover {
    border-color: #59aee4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[type=text]:-moz-read-only,.form-control[type=email]:-moz-read-only,.form-control[type=search]:-moz-read-only,.form-control[type=password]:-moz-read-only,textarea.form-control:-moz-read-only {
    background-color: #efefef;
    pointer-events: none
}

.form-control[type=text]:read-only,.form-control[type=email]:read-only,.form-control[type=search]:read-only,.form-control[type=password]:read-only,textarea.form-control:read-only {
    background-color: #efefef;
    pointer-events: none
}

.form-control[type=text].input--dark,.form-control[type=email].input--dark,.form-control[type=search].input--dark,.form-control[type=password].input--dark,textarea.form-control.input--dark {
    background-color: #071a33;
    border: 0;
    color: #fff
}

.form-control[type=text].input--dark:hover::-webkit-input-placeholder,.form-control[type=text].input--dark:focus::-webkit-input-placeholder,.form-control[type=email].input--dark:hover::-webkit-input-placeholder,.form-control[type=email].input--dark:focus::-webkit-input-placeholder,.form-control[type=search].input--dark:hover::-webkit-input-placeholder,.form-control[type=search].input--dark:focus::-webkit-input-placeholder,.form-control[type=password].input--dark:hover::-webkit-input-placeholder,.form-control[type=password].input--dark:focus::-webkit-input-placeholder,textarea.form-control.input--dark:hover::-webkit-input-placeholder,textarea.form-control.input--dark:focus::-webkit-input-placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover::-moz-placeholder,.form-control[type=text].input--dark:focus::-moz-placeholder,.form-control[type=email].input--dark:hover::-moz-placeholder,.form-control[type=email].input--dark:focus::-moz-placeholder,.form-control[type=search].input--dark:hover::-moz-placeholder,.form-control[type=search].input--dark:focus::-moz-placeholder,.form-control[type=password].input--dark:hover::-moz-placeholder,.form-control[type=password].input--dark:focus::-moz-placeholder,textarea.form-control.input--dark:hover::-moz-placeholder,textarea.form-control.input--dark:focus::-moz-placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover:-ms-input-placeholder,.form-control[type=text].input--dark:focus:-ms-input-placeholder,.form-control[type=email].input--dark:hover:-ms-input-placeholder,.form-control[type=email].input--dark:focus:-ms-input-placeholder,.form-control[type=search].input--dark:hover:-ms-input-placeholder,.form-control[type=search].input--dark:focus:-ms-input-placeholder,.form-control[type=password].input--dark:hover:-ms-input-placeholder,.form-control[type=password].input--dark:focus:-ms-input-placeholder,textarea.form-control.input--dark:hover:-ms-input-placeholder,textarea.form-control.input--dark:focus:-ms-input-placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover::-ms-input-placeholder,.form-control[type=text].input--dark:focus::-ms-input-placeholder,.form-control[type=email].input--dark:hover::-ms-input-placeholder,.form-control[type=email].input--dark:focus::-ms-input-placeholder,.form-control[type=search].input--dark:hover::-ms-input-placeholder,.form-control[type=search].input--dark:focus::-ms-input-placeholder,.form-control[type=password].input--dark:hover::-ms-input-placeholder,.form-control[type=password].input--dark:focus::-ms-input-placeholder,textarea.form-control.input--dark:hover::-ms-input-placeholder,textarea.form-control.input--dark:focus::-ms-input-placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover::placeholder,.form-control[type=text].input--dark:focus::placeholder,.form-control[type=email].input--dark:hover::placeholder,.form-control[type=email].input--dark:focus::placeholder,.form-control[type=search].input--dark:hover::placeholder,.form-control[type=search].input--dark:focus::placeholder,.form-control[type=password].input--dark:hover::placeholder,.form-control[type=password].input--dark:focus::placeholder,textarea.form-control.input--dark:hover::placeholder,textarea.form-control.input--dark:focus::placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover,.form-control[type=text].input--dark:focus,.form-control[type=email].input--dark:hover,.form-control[type=email].input--dark:focus,.form-control[type=search].input--dark:hover,.form-control[type=search].input--dark:focus,.form-control[type=password].input--dark:hover,.form-control[type=password].input--dark:focus,textarea.form-control.input--dark:hover,textarea.form-control.input--dark:focus {
    background-color: #051429;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[type=text].input--autocomplete.open,.form-control[type=email].input--autocomplete.open,.form-control[type=search].input--autocomplete.open,.form-control[type=password].input--autocomplete.open,textarea.form-control.input--autocomplete.open {
    border-radius: 3px 3px 0 0
}

.custom-control {
    color: #8693a2;
    padding-left: 0
}

.custom-control.custom-radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0
}

.custom-control.custom-radio label:hover {
    cursor: pointer;
    color: #071a33
}

.custom-control.custom-radio .custom-control-label {
    padding-left: 26px
}

.custom-control.custom-radio .custom-control-label:before {
    height: 14px;
    width: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    border: 2px solid #8693a2
}

.custom-control.custom-radio .custom-control-label:after {
    display: none
}

.custom-control.custom-radio .custom-control-label:before {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -7px
}

.custom-control.custom-radio .custom-control-input:not(:disabled):checked~.custom-control-label,.custom-control.custom-radio .custom-control-input:not(:disabled):active~.custom-control-label {
    color: #071a33
}

.custom-control.custom-radio .custom-control-input:not(:disabled):checked~.custom-control-label:before,.custom-control.custom-radio .custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: transparent;
    border: 3px solid #59aee4
}

.custom-control.custom-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-control.custom-checkbox label:hover {
    cursor: pointer;
    color: #071a33
}

.custom-control.custom-checkbox .custom-control-label {
    padding-left: 26px
}

.custom-control.custom-checkbox .custom-control-label:before {
    height: 16px;
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    border: 2px solid #8693a2
}

.custom-control.custom-checkbox .custom-control-label:after {
    background: no-repeat 50%/100% 100%
}

.custom-control.custom-checkbox .custom-control-label:before,.custom-control.custom-checkbox .custom-control-label:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px
}

.custom-control.custom-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: transparent;
    border-color: #59aee4
}

.custom-control.custom-checkbox .custom-control-input:not(:disabled):checked~.custom-control-label {
    color: #071a33
}

.custom-control.custom-checkbox .custom-control-input:not(:disabled):checked~.custom-control-label:before {
    border: 0
}

.custom-control.custom-switch .custom-control-label {
    padding: 15px 0
}

.custom-control.custom-switch .custom-control-label:before {
    background-color: #8693a2;
    border: 0;
    top: 50%;
    margin-top: -8px
}

.custom-control.custom-switch .custom-control-label:after {
    background-color: #fff;
    top: 50%;
    margin-top: -6px
}

.custom-control.custom-switch .custom-control-label.active {
    color: #071a33
}

.custom-control.custom-switch .custom-control-label.active:before {
    background-color: transparent;
    border-color: #59aee4
}

.custom-control.custom-switch .custom-control-input:not(:disabled):checked~.custom-control-label:before {
    background-color: #59aee4;
    border: 0
}

.custom-control.custom-switch .custom-control-input:not(:disabled):checked~.custom-control-label:after {
    background-color: #fff
}

.custom-control.custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #59aee4;
    border: 0
}

.custom-control.custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:after {
    background-color: #fff
}

.action-input {
    position: relative
}

.action-input input {
    padding-right: 80px
}

.action-input button {
    background-color: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-size: 24px
}

.action-input button:active {
    color: #59aee4;
    outline: 0
}

.action-input button i {
    display: inline-block;
    vertical-align: middle
}

.input-promo {
    position: relative
}

.input-promo .form-control[type=text] {
    background-color: #fff;
    border: 0
}

.input-promo i {
    background: #8693a2;
    width: 56px;
    height: 100%;
    border-radius: 12px;
    display: inline-block;
    position: absolute;
    right: 0;
    line-height: 51px;
    top: 0;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding-top: 5px
}

.input-promo i:hover,.input-promo i:focus {
    background-color: #59aee4
}

.input-promo.active i {
    background-color: #59aee4
}

.input-promo:focus-within i {
    color: #fff
}

.custom-counter {
    position: relative;
    display: inline-block
}

.custom-counter input[type=number] {
    background-color: #fff;
    color: #071a33;
    border-radius: 4px;
    width: 69px;
    border: 0;
    height: 40px;
    padding: 8px;
    padding-right: 20px
}

.custom-counter__controls {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0
}

.custom-counter__controls button {
    height: 20px;
    width: 20px;
    padding: 0;
    background-color: transparent;
    color: #071a33;
    border: 0;
    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;
    font-size: 20px
}

.custom-counter__controls button.up i {
    display: inline-block;
    margin-right: 2px
}

.input-floating {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.input-floating:hover label {
    cursor: text;
    color: #000
}

.input-floating label {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8693a2;
    display: block;
    margin-bottom: 0;
    padding-left: 1rem;
    top: 19px;
    -webkit-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    transition: font-size .2s ease-in-out,top .2s ease-in-out
}

.input-floating label.label-phone-split-field {
    padding-left: 107px;
    -webkit-transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out;
    transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out
}

.input-floating label.label-phone-split-field-boot {
    color: transparent
}

.input-floating .form-control:-webkit-autofill+label,.input-floating .form-control:placeholder-shown+label {
    color: #8693a2;
    font-size: 10px;
    line-height: 145%;
    top: 10px
}

.input-floating.active label {
    color: #8693a2;
    font-size: 10px;
    line-height: 145%;
    top: 6px;
    padding-left: 1rem;
    z-index: 1
}

.input-floating.active:hover label {
    color: #8693a2
}

.phone-split #phoneSplitInput {
    padding-left: 107px!important;
    color: #000
}

.phone-split .iti__arrow {
    margin: 0 3px 0 12px!important
}

.phone-split .iti__selected-flag:after {
    height: 35%!important
}

.phone-split .iti__arrow {
    margin: 0 3px 0 12px!important
}

.phone-split .iti__selected-flag:after {
    height: 35%!important
}

.input-phone-wrap {
    width: 100%
}

.n-ui-autocomplete {
    width: 100%
}

.n-ui-autocomplete .input-floating {
    margin: 0!important
}

.n-ui-autocomplete .z-index-popup {
    z-index: 202
}

.n-ui-autocomplete .n-ui-popup {
    pointer-events: none
}

.n-ui-autocomplete .n-ui-opened {
    pointer-events: auto
}

.n-ui-autocomplete .not-found__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 12px;
    overflow: hidden
}

.delivery-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.delivery-info .delivery-info-popup {
    position: absolute;
    right: 0;
    bottom: 140%;
    z-index: 200;
    display: none;
    width: 320px;
    padding: 17px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4
}

.delivery-info .delivery-info-popup.show {
    display: block
}

.delivery-info .icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    fill: #555;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.suggestions-wrapper {
    position: absolute!important;
    right: 0;
    top: 0;
    width: 100%
}

.suggestions-wrapper .suggestions-addon {
    background-size: 22px!important
}

.suggestions-wrapper .suggestions-mobile {
    width: 100%!important;
    left: 0!important
}

.suggestions-wrapper .suggestions-mobile .suggestions-suggestion {
    padding-left: 0!important
}

.caret-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    padding: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.help-block {
    font-size: 12px;
    line-height: 1.4;
    display: block
}

.field-validation-error {
    color: #f63933
}

.error-input {
    left: 0;
    bottom: -15px;
    font-size: 12px;
    line-height: 1.4;
    color: #f63933
}

.success-input {
    content: '';
    position: absolute;
    background: url(/local/templates/.default/assets/dist/css/../images/success-input.svg);
    right: 16px;
    top: calc(50% - 5.5px);
    width: 15px;
    height: 11px
}

.iti {
    width: 100%;
    font-family: "PT Sans",sans-serif
}

.iti__selected-flag {
    background-color: transparent!important;
    padding: 0 8px 0 12px!important
}

.iti__selected-flag:after {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background-color: #8693a2;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.iti__selected-dial-code {
    color: #000
}

.iti__country-name {
    color: #000
}

.iti-mobile .iti__country-list {
    max-width: calc(100% - 60px)
}

.disabled {
    opacity: .5;
    pointer-events: none
}

.collapse-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    padding: 14px 30px;
    width: 100%;
    font-size: 18px;
    line-height: 145%
}

.collapse-btn:hover,.collapse-btn:focus {
    text-decoration: none
}

.collapse-btn .icon-caret-bottom {
    display: inline-block;
    font-size: 24px
}

.collapse-content__wrapper {
    padding-bottom: 10px
}

.collapse-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 2.5
}

[data-toggle=collapse][aria-expanded=true] .icon-caret-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card {
    border: 0;
    overflow: hidden;
    border-radius: 12px;
    color: #071a33;
    background-color: transparent;
    padding-top: 56.25%
}

.card:hover {
    color: #fff
}

.card:hover .card__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card:hover .card__content {
    background-position: 0 100%
}

.card .card__image {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.card .card__image:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(32.95deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%);
    background: linear-gradient(57.05deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%)
}

.card .card__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 767px) {
    .card .card__image img {
        -o-object-position:left;
        object-position: left
    }
}

.card .card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 200%;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#59aee4));
    background-image: -o-linear-gradient(top,transparent 50%,#59aee4 50%);
    background-image: linear-gradient(to bottom,transparent 50%,#59aee4 50%);
    -webkit-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    transition: background-position .3s ease-in-out
}

.card .btn-live-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px
}

@media (min-width: 1200px) {
    .card .btn-live-wrap {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.card.top .card__content {
    top: 0;
    bottom: auto
}

.card.top:hover .card__content {
    background-position: 0 -100%
}

.card.order {
    padding-top: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #071a33
}

.card.order .card-header {
    background: #fff
}

.card.order .order__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 12px;
    color: #8693a2
}

.card.order .order__progress .status-marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card.order .order__progress .status-marker~.spacer {
    height: 10px;
    width: 1px;
    margin-left: 3px;
    background-color: #8693a2;
    opacity: .2
}

.card.order .order__progress .status-marker:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid #8693a2;
    border-radius: 50%;
    margin-right: 6px;
    opacity: .2
}

.card.order .order__progress .status-marker:not(:last-child):after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    margin: 0 8px;
    background-color: #8693a2
}

@media (max-width: 767px) {
    .card.order .order__progress .status-marker:not(:last-child):after {
        display:none
    }
}

.card.order .order__progress .status-marker.active {
    color: #59aee4
}

.card.order .order__progress .status-marker.active:before {
    background-color: #59aee4;
    border: 0
}

@media (max-width: 767px) {
    .card.order .order__progress {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.card.order .order-card__products {
    position: relative
}

@media (max-width: 767px) {
    .card.order .order-card__products {
        padding-bottom:30px;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.card.order .order-card__products .cancel-preorder {
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .card.order .order-card__products .cancel-preorder {
        left:0
    }
}

.card.order .order-card__products .cancel-order {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #59aee4;
    border-radius: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    height: 50px;
    margin-top: 24px
}

@media (min-width: 768px) {
    .card.order .order-card__products .cancel-order {
        width:208px;
        height: 54px;
        margin-top: 0
    }
}

.first-screen {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-clip: border-box
}

.first-screen:hover {
    color: #fff
}

.first-screen__image {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.first-screen__image:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(32.95deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%);
    background: linear-gradient(57.05deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%)
}

.first-screen__image picture {
    width: 100%;
    height: 100%
}

.first-screen__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.first-screen__image .first-screen-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101
}

.first-screen__content {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 50px
}

@media (min-width: 768px) {
    .first-screen__content {
        padding-bottom:0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.first-screen__inner {
    margin-left: auto;
    width: 100%
}

@media (min-width: 768px) {
    .first-screen__inner {
        max-width:367px
    }
}

@media (min-width: 1200px) {
    .first-screen__inner {
        width:100%;
        max-width: 475px;
        margin-right: 100px
    }
}

.first-screen__link {
    text-decoration: none!important;
    color: #fff
}

.first-screen__link:hover,.first-screen__link:active {
    color: #59aee4
}

.first-screen__title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center
}

@media (min-width: 768px) {
    .first-screen__title {
        font-size:40px;
        line-height: 46px;
        margin-bottom: 20px;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .first-screen__title {
        font-size:46px
    }
}

.first-screen__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .first-screen__subtitle {
        font-size:20px;
        line-height: 145%;
        margin-bottom: 30px;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .first-screen__subtitle {
        font-size:24px;
        line-height: 32px
    }
}

.first-screen__price {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .first-screen__price {
        font-size:36px;
        line-height: 123%
    }
}

.first-screen .btn-live-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 186px
}

@media (min-width: 768px) {
    .first-screen .btn-live-wrap {
        width:100%;
        margin-top: 10px;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .first-screen .btn-live-wrap {
        margin-top:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 275px;
        margin-left: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.first-screen .btn-live-wrap .btn-live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    padding: .75rem 1rem
}

@media (min-width: 768px) {
    .first-screen .btn-live-wrap .btn-live {
        padding:15px 2rem;
        font-size: 20px
    }
}

.first-screen__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 376px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .first-screen__buttons {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .first-screen__buttons {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.first-screen__buttons .btn,.first-screen__buttons .active-filters__link .close-btn,.active-filters__link .first-screen__buttons .close-btn,.first-screen__buttons .active-filters__button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px
}

@media (min-width: 768px) {
    .first-screen__buttons .btn,.first-screen__buttons .active-filters__link .close-btn,.active-filters__link .first-screen__buttons .close-btn,.first-screen__buttons .active-filters__button {
        font-size:20px
    }
}

.first-screen .new-product-banner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 60px
}

@media (min-width: 768px) {
    .first-screen .new-product-banner {
        padding:80px 0 70px
    }
}

@media (min-width: 1200px) {
    .first-screen .new-product-banner {
        padding:60px 0 50px
    }
}

.first-screen .new-product-banner__title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 768px) {
    .first-screen .new-product-banner__title {
        font-size:56px;
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    .first-screen .new-product-banner__title {
        font-size:46px
    }
}

.first-screen .new-product-banner__subtitle {
    font-size: 16px;
    line-height: 22px;
    text-align: center
}

@media (min-width: 768px) {
    .first-screen .new-product-banner__subtitle {
        font-size:36px;
        line-height: 36px
    }
}

@media (min-width: 1200px) {
    .first-screen .new-product-banner__subtitle {
        font-size:28px;
        line-height: 28px
    }
}

.first-screen .new-product-banner .btn,.first-screen .new-product-banner .active-filters__link .close-btn,.active-filters__link .first-screen .new-product-banner .close-btn,.first-screen .new-product-banner .active-filters__button {
    width: 230px
}

@media (min-width: 768px) {
    .first-screen .new-product-banner .btn,.first-screen .new-product-banner .active-filters__link .close-btn,.active-filters__link .first-screen .new-product-banner .close-btn,.first-screen .new-product-banner .active-filters__button {
        width:367px
    }
}

@media (min-width: 768px) {
    .first-screen--gift .first-screen__inner {
        margin-right:0;
        padding-bottom: 195px;
        max-width: 351px
    }
}

@media (min-width: 1200px) {
    .first-screen--gift .first-screen__inner {
        padding-bottom:80px;
        margin-right: 100px;
        max-width: 475px
    }
}

@media (min-width: 768px) {
    .first-screen--soul .first-screen__inner {
        margin-right:0
    }
}

@media (min-width: 1200px) {
    .first-screen--soul .first-screen__inner {
        margin-right:100px
    }
}

.first-screen--soul .first-screen__link {
    text-decoration: none!important;
    color: #fff
}

.first-screen--soul .first-screen__link:hover,.first-screen--soul .first-screen__link:active {
    color: #fff
}

.first-screen--coffee .first-screen__image:after {
    display: none
}

.first-screen--coffee .first-screen__content .container,.first-screen--coffee .first-screen__content .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .first-screen--coffee .first-screen__content .buttons-container {
    height: 100%
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__content .container,.first-screen--coffee .first-screen__content .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .first-screen--coffee .first-screen__content .buttons-container {
        height:auto
    }
}

.first-screen--coffee .first-screen__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 370px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__inner {
        padding-top:0;
        max-width: 350px;
        display: block;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__inner {
        width:100%;
        max-width: 520px;
        margin-right: 0
    }
}

.first-screen--coffee .first-screen__link {
    color: #0d2a4e
}

.first-screen--coffee .first-screen__link:hover,.first-screen--coffee .first-screen__link:active {
    color: #59aee4
}

.first-screen--coffee .first-screen__title {
    text-transform: uppercase;
    font-size: 29px;
    line-height: 130%;
    margin-bottom: 15px;
    font-weight: 700
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__title {
        font-size:36px;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__title {
        font-size:44px;
        margin-bottom: 30px
    }
}

.first-screen--coffee .first-screen__subtitle {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__subtitle {
        font-size:22px;
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__subtitle {
        font-size:28px
    }
}

.first-screen--coffee .first-screen__buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__buttons {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.first-screen--coffee .first-screen__buttons .btn-live {
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__buttons .btn-live {
        margin-bottom:18px
    }
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__buttons .btn-live {
        margin-bottom:0;
        margin-right: 22px
    }
}

.first-screen--only-img .first-screen__image:after {
    display: none
}

.mobile.landscape .first-screen {
    min-height: 500px
}

.category-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 270px;
    width: 190px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px
}

.category-card:hover {
    text-decoration: none
}

.category-card:hover .category-card__btn {
    background-color: #72c7fc
}

.category-card:hover .category-card__btn i {
    left: 4px
}

@media (min-width: 768px) {
    .category-card {
        height:400px;
        width: 240px
    }
}

@media (min-width: 1200px) {
    .category-card {
        width:100%
    }
}

.category-card__link {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%
}

.category-card__title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 130%;
    padding: 0 24px;
    text-align: center;
    background-color: #fff;
    color: #071a33;
    margin-top: 20px;
    margin-bottom: 0;
    min-height: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .category-card__title {
        font-size:20px;
        line-height: 145%;
        margin-top: 30px;
        min-height: 58px
    }
}

@media (min-width: 1200px) {
    .category-card__title {
        font-size:24px;
        line-height: 123%;
        margin-top: 30px;
        min-height: 60px;
        padding: 0 40px
    }
}

.category-card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.category-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.category-card__btn {
    position: absolute;
    z-index: 2;
    right: 5px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #59aee4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (min-width: 768px) {
    .category-card__btn {
        width:40px;
        height: 40px;
        right: 20px;
        bottom: 20px
    }
}

.category-card__btn i {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #fff
}

@media (min-width: 768px) {
    .category-card__btn i {
        font-size:22px
    }
}

.delonghi-world-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 12px;
    padding: 30px;
    height: 340px;
    overflow: hidden;
    color: #fff;
    text-decoration: none
}

.delonghi-world-card:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(14.95%,rgba(28,33,38,.93)),color-stop(59.42%,rgba(28,33,38,0)));
    background: -o-linear-gradient(bottom,rgba(28,33,38,.93) 14.95%,rgba(28,33,38,0) 59.42%);
    background: linear-gradient(0deg,rgba(28,33,38,.93) 14.95%,rgba(28,33,38,0) 59.42%)
}

.delonghi-world-card:hover,.delonghi-world-card:active {
    color: #fff;
    text-decoration: none
}

.delonghi-world-card:hover .delonghi-world-card__btn,.delonghi-world-card:active .delonghi-world-card__btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff!important;
    color: #59aee4
}

@media (min-width: 1200px) {
    .delonghi-world-card {
        height:400px
    }
}

.delonghi-world-card__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.delonghi-world-card__title {
    position: relative;
    z-index: 3;
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

.delonghi-world-card__btn {
    position: relative;
    z-index: 3;
    font-size: 14px!important;
    line-height: 145%;
    padding-top: 8px!important;
    padding-bottom: 8px!important
}

.video-card {
    position: relative;
    border: 0;
    overflow: hidden;
    border-radius: 12px;
    color: #fff;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 56.25% 20px 20px 20px
}

@media (min-width: 768px) {
    .video-card {
        padding:56.25% 25px 40px 25px
    }
}

@media (min-width: 1200px) {
    .video-card {
        padding:56.25% 40px 40px 40px
    }
}

.video-card:hover {
    color: #fff
}

.video-card:hover .video-card__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.video-card__img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer
}

.video-card__img:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.video-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 767px) {
    .video-card__img img {
        -o-object-position:left;
        object-position: left
    }
}

.video-card__title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 130%
}

@media (min-width: 768px) {
    .video-card__title {
        font-size:20px;
        line-height: 145%
    }
}

.video-card--small {
    padding: 0 30px 20px
}

@media (min-width: 768px) {
    .video-card--small {
        padding:0 30px 20px
    }
}

@media (min-width: 1200px) {
    .video-card--small {
        padding:0 40px 40px
    }
}

.video-card--small .video-card__img:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(61.82%,transparent),color-stop(75.31%,rgba(0,0,0,.47)),color-stop(89.13%,rgba(0,0,0,.92))),radial-gradient(29.47% 38.4% at 48.6% 52.17%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%);
    background: -o-linear-gradient(top,transparent 61.82%,rgba(0,0,0,.47) 75.31%,rgba(0,0,0,.92) 89.13%),-o-radial-gradient(48.6% 52.17%,29.47% 38.4%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%);
    background: linear-gradient(180deg,transparent 61.82%,rgba(0,0,0,.47) 75.31%,rgba(0,0,0,.92) 89.13%),radial-gradient(29.47% 38.4% at 48.6% 52.17%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%)
}

.video-card.play:hover .video-card__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.video-card.play .video-card__title {
    display: none
}

.card-social {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    color: #fff;
    height: 224px
}

@media (min-width: 768px) {
    .card-social {
        height:290px
    }
}

@media (min-width: 1200px) {
    .card-social {
        height:400px
    }
}

.card-social:hover {
    color: #fff
}

.card-social:hover .card-social__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card-social:hover .card-social__content {
    background-position: 0 -100%
}

.card-social__img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.card-social__img:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(32.95deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%);
    background: linear-gradient(57.05deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%)
}

.card-social__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 767px) {
    .card-social__img img {
        -o-object-position:left;
        object-position: left
    }
}

.card-social__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: 100% 200%;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#59aee4));
    background-image: -o-linear-gradient(top,transparent 50%,#59aee4 50%);
    background-image: linear-gradient(to bottom,transparent 50%,#59aee4 50%);
    -webkit-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    transition: background-position .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-social__content i {
    font-size: 24px;
    margin-right: 4px
}

@media (min-width: 768px) {
    .card-social__content i {
        font-size:32px;
        margin-right: 6px
    }
}

.live-search-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e9;
    color: #071a33;
    white-space: normal
}

.live-search-card:hover {
    text-decoration: none
}

.live-search-card:last-child {
    border-bottom: none
}

@media (min-width: 768px) {
    .live-search-card {
        width:340px;
        padding: 15px 0
    }
}

@media (min-width: 1200px) {
    .live-search-card {
        width:380px
    }
}

.live-search-card__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #fff;
    margin-right: 15px
}

.live-search-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.live-search-card__name {
    font-size: 12px;
    line-height: 145%;
    margin-right: 20px;
    margin-bottom: 0
}

.live-search-card__name b {
    font-weight: 700
}

@media (min-width: 768px) {
    .live-search-card__name {
        font-size:16px
    }
}

.live-search-card__price {
    font-size: 16px;
    line-height: 145%;
    white-space: nowrap
}

@media (min-width: 768px) {
    .live-search-card__price {
        font-size:18px
    }
}

.category-menu-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 400px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px
}

.category-menu-card:hover {
    text-decoration: none
}

.category-menu-card:hover .category-card__btn {
    background-color: #72c7fc
}

.category-menu-card:hover .category-card__btn i {
    left: 4px
}

.category-menu-card__title {
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 123%;
    padding: 0 40px;
    text-align: center;
    background-color: #fff;
    color: #071a33;
    margin-top: 40px;
    margin-bottom: 0;
    min-height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.category-menu-card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.category-menu-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.category-menu-card__btn {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #59aee4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (min-width: 768px) {
    .category-menu-card__btn {
        width:40px;
        height: 40px
    }
}

.category-menu-card__btn i {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #fff
}

@media (min-width: 768px) {
    .category-menu-card__btn i {
        font-size:22px
    }
}

.nespresso-banner {
    position: relative;
    background-color: #f8fcfd;
    height: calc(100vh - 60px)
}

.nespresso-banner .container,.nespresso-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .nespresso-banner .buttons-container {
    height: 100%
}

.nespresso-banner__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nespresso-banner__header {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

@media (min-width: 768px) {
    .nespresso-banner__header {
        margin-top:150px
    }
}

@media (min-width: 1024px) and (min-height:768px) {
    .nespresso-banner__header {
        margin-top:80px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__header {
        margin-top:60px
    }
}

.nespresso-banner__header .item-head {
    max-width: 140px
}

@media (min-width: 768px) {
    .nespresso-banner__header .item-head {
        max-width:280px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__header .item-head {
        max-width:360px
    }
}

.nespresso-banner__header .item-head h6 {
    font-family: 'NespressoLucasBold';
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .nespresso-banner__header .item-head h6 {
        font-size:30px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__header .item-head h6 {
        font-size:34px;
        line-height: 41px
    }
}

.nespresso-banner__header .item-head p {
    font-family: 'NespressoLucasRegular';
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    margin: 0
}

@media (min-width: 768px) {
    .nespresso-banner__header .item-head p {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__header .item-head p {
        font-size:24px;
        line-height: 34px
    }
}

.nespresso-banner__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 100px
}

@media (min-width: 768px) {
    .nespresso-banner__center {
        margin-top:150px
    }
}

@media (min-width: 1024px) and (min-height:768px) {
    .nespresso-banner__center {
        margin-top:60px
    }
}

@media (min-width: 1024px) and (min-height:1366px) {
    .nespresso-banner__center {
        margin-top:260px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center {
        margin-top:40px
    }
}

@media (min-width: 1200px) and (min-height:1024px) {
    .nespresso-banner__center {
        margin-top:180px
    }
}

.nespresso-banner__center .item-center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 210px;
    margin: 0 auto
}

.nespresso-banner__center .item-center:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 230px;
    height: 230px;
    border: 2px solid #dba14b;
    border-radius: 10px
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center:after {
        width:340px;
        height: 340px;
        border: 4px solid #dba14b
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center:after {
        width:400px;
        height: 400px;
        border: 6px solid #dba14b
    }
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center {
        width:320px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center {
        width:360px
    }
}

.nespresso-banner__center .item-center h6 {
    font-family: 'NespressoLucasBold';
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    margin: 0
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center h6 {
        font-size:20px;
        line-height: 24px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center h6 {
        font-size:24px;
        line-height: 29px
    }
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center h6 br {
        display:none
    }
}

.nespresso-banner__center .item-center .separator {
    width: 100%;
    margin: 15px 0;
    border: 2px solid #000
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center .separator {
        margin:24px 0
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center .separator {
        margin:28px 0;
        border: 3px solid #000
    }
}

.nespresso-banner__center .item-center .bonus-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nespresso-banner__center .item-center .bonus-block__item {
    font-family: 'NespressoLucasBold';
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    width: 84px
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center .bonus-block__item {
        font-size:20px;
        line-height: 30px;
        width: 130px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center .bonus-block__item {
        font-size:24px;
        line-height: 38px;
        width: 150px
    }
}

.nespresso-banner__center .item-center .bonus-block__item span {
    display: block;
    font-size: 24px;
    line-height: 30px
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center .bonus-block__item span {
        font-size:50px;
        line-height: 50px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center .bonus-block__item span {
        font-size:60px;
        line-height: 60px
    }
}

.nespresso-banner__center .item-center .bonus-block__plus {
    -ms-flex-item-align: center;
    align-self: center;
    font-family: 'NespressoLucasBold';
    font-size: 30px;
    line-height: 1
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center .bonus-block__plus {
        font-size:60px
    }
}

.nespresso-banner__center .btn-primary,.nespresso-banner__center .btn.btn-outline-primary,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn,.nespresso-banner__center #filtersModal .btn.reset-filters,#filtersModal .nespresso-banner__center .btn.reset-filters,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button,.nespresso-banner__center .active-filters__button {
    position: relative;
    z-index: 2;
    background-color: #dba14b;
    width: 180px;
    margin-top: 40px;
    font-family: 'NespressoLucasRegular'
}

.nespresso-banner__center .btn-primary:hover,.nespresso-banner__center .btn.btn-outline-primary:hover,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn:hover,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn:hover,.nespresso-banner__center #filtersModal .btn.reset-filters:hover,#filtersModal .nespresso-banner__center .btn.reset-filters:hover,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn:hover,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn:hover,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn:hover,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn:hover,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button:hover,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button:hover,.nespresso-banner__center .active-filters__button:hover {
    background-color: #f6b351!important;
    border-color: #f6b351!important
}

.nespresso-banner__center .btn-primary:focus,.nespresso-banner__center .btn.btn-outline-primary:focus,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn:focus,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn:focus,.nespresso-banner__center #filtersModal .btn.reset-filters:focus,#filtersModal .nespresso-banner__center .btn.reset-filters:focus,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn:focus,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn:focus,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn:focus,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn:focus,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button:focus,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button:focus,.nespresso-banner__center .active-filters__button:focus,.nespresso-banner__center .btn-primary:active,.nespresso-banner__center .btn.btn-outline-primary:active,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn:active,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn:active,.nespresso-banner__center #filtersModal .btn.reset-filters:active,#filtersModal .nespresso-banner__center .btn.reset-filters:active,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn:active,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn:active,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn:active,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn:active,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button:active,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button:active,.nespresso-banner__center .active-filters__button:active {
    background-color: #f6b351!important;
    border-color: #f6b351!important
}

@media (min-width: 768px) {
    .nespresso-banner__center .btn-primary,.nespresso-banner__center .btn.btn-outline-primary,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn,.nespresso-banner__center #filtersModal .btn.reset-filters,#filtersModal .nespresso-banner__center .btn.reset-filters,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button,.nespresso-banner__center .active-filters__button {
        width:210px;
        margin-top: 60px
    }
}

.nespresso-banner__images {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media (min-width: 1024px) and (min-height:768px) {
    .nespresso-banner__images {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__images {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.nespresso-banner__images img {
    height: 220px
}

@media (min-width: 768px) {
    .nespresso-banner__images img {
        height:280px
    }
}

@media (min-width: 1024px) and (min-height:768px) {
    .nespresso-banner__images img {
        height:300px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__images img {
        height:380px
    }
}

@media only screen and (min-width: 1200px) and (max-height:767px) {
    .nespresso-banner__images img {
        height:340px
    }
}

.nespresso-new-banner .first-screen__image:after {
    display: none!important
}

.nespresso-new-banner .container,.nespresso-new-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .nespresso-new-banner .buttons-container {
    height: 100%
}

.nespresso-new-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 43%
}

@media (min-width: 768px) {
    .nespresso-new-banner__inner {
        top:32%
    }
}

@media (min-width: 1200px) {
    .nespresso-new-banner__inner {
        top:61%
    }
}

.nespresso-new-banner__inner .btn-white {
    width: 182px
}

@media (min-width: 768px) {
    .nespresso-new-banner__inner .btn-white {
        width:360px
    }
}

@media (min-width: 1200px) {
    .nespresso-new-banner__inner .btn-white {
        width:240px
    }
}

.mobile.landscape .nespresso-banner {
    min-height: 500px
}

.mobile.landscape .nespresso-banner__header {
    margin-top: 40px
}

.mobile.landscape .nespresso-banner__center {
    margin-top: 40px
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e9
}

.breadcrumb a.breadcrumb-item {
    display: inline-block;
    color: #071a33;
    text-decoration: none
}

.breadcrumb a.breadcrumb-item.active {
    color: #8693a2;
    pointer-events: none
}

.breadcrumb a.breadcrumb-item:hover:not(.active) {
    color: #59aee4
}

.breadcrumb .icon-caret-right {
    font-size: 20px
}

.breadcrumb .first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb .first .icon-caret-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.pagination {
    margin-left: -16px
}

@media (max-width: 768px) {
    .pagination {
        margin-bottom:50px
    }
}

.pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    width: 100%
}

.pagination-wrapper .btn__next-page {
    width: 300px;
    height: 60px;
    padding: 0;
    line-height: 60px
}

@media (max-width: 768px) {
    .pagination-wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pagination .page-item {
    margin-left: 8px;
    margin-right: 8px
}

.pagination .page-item:focus {
    outline: 0
}

.pagination .page-item:first-child .page-link i {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.pagination .page-item:last-child .page-link,.pagination .page-item:first-child .page-link {
    border: 0
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #071a33;
    height: 32px;
    width: 32px;
    font-size: 20px
}

.pagination .page-item .page-link:focus {
    outline: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination .page-item .page-link i {
    font-size: 24px;
    color: #071a33
}

.pagination .page-item.active .page-link {
    color: #59aee4
}

.pagination .page-item.active .page-link i {
    color: #071a33
}

.pagination .page-item:hover .page-link {
    color: #59aee4
}

.custom-select~.ui-selectmenu-button {
    width: 100%;
    background-color: #071a33;
    border: 0;
    border-radius: 12px;
    color: #fff;
    padding: 18px 16px
}

.custom-select~.ui-selectmenu-button-open .ui-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-select~.ui-selectmenu-menu {
    z-index: 400
}

.custom-select~.ui-selectmenu-menu .ui-widget.ui-widget-content {
    position: relative;
    background-color: #071a33;
    color: #fff;
    border: 0
}

.custom-select~.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper {
    border: 0;
    padding: 16px
}

.custom-select~.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-state-active {
    background-color: #0b2340;
    border: 0;
    margin: 0
}

.ui-button .ui-icon.icon-caret {
    background-image: none;
    font-size: 20px;
    float: none;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    width: auto;
    height: auto;
    text-indent: 0
}

.custom-dropdown {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 12px;
    color: #071a33;
    padding: 18px 16px
}

.custom-dropdown:hover .custom-dropdown__caret {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.custom-dropdown:hover .custom-dropdown__list {
    height: auto
}

.custom-dropdown__value {
    display: inline-block;
    width: 100%;
    padding-right: 20px
}

.custom-dropdown__caret {
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px
}

.custom-dropdown__list {
    z-index: 400;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    color: #071a33;
    border: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden
}

.custom-dropdown__list-item.active {
    background-color: #e8e8e9
}

.custom-dropdown__list-item a {
    display: block;
    padding: 16px;
    width: 100%;
    color: #071a33
}

.select-wrap {
    width: 100%
}

.select-wrap label {
    position: absolute;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8693a2!important;
    font-size: 60%;
    display: block;
    margin-bottom: 0;
    padding-left: 1rem;
    top: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    transition: font-size .2s ease-in-out,top .2s ease-in-out
}

.select-wrap .select2-container {
    width: 100%!important
}

.select-wrap .select2-container .select2-selection {
    display: block;
    width: 100%;
    height: auto;
    padding: 18px 1rem;
    padding-right: 45px!important;
    border-radius: 3px;
    border: 1px solid #e8e8e9;
    resize: none;
    background-color: transparent;
    color: #000;
    outline: 0!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important
}

.select-wrap .select2-container .select2-selection__rendered {
    padding: 0!important;
    line-height: 1.5!important;
    color: #000!important;
    font-weight: 500
}

.select-wrap .select2-container .select2-selection__arrow {
    height: 100%!important;
    width: 45px!important
}

.select-wrap .select2-container .select2-selection__arrow .caret-wrap {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.select2-dropdown {
    overflow: hidden;
    border: 0!important;
    background-color: #ecf6fc!important
}

.select2-dropdown--above {
    border-top-left-radius: 3px!important;
    border-top-right-radius: 3px!important
}

.select2-dropdown--below {
    border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 3px!important
}

.select2-dropdown .select2-search--dropdown {
    display: none!important
}

.select2-dropdown .select2-results__option {
    display: block!important;
    padding: 8px 1rem;
    color: #000;
    cursor: pointer
}

.select2-dropdown .select2-results__option--highlighted {
    background: 0 0!important
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #efefef!important;
    color: #000!important
}

.select2-dropdown .select2-results__option[aria-selected=true] {
    background: #efefef!important;
    color: #000!important
}

.alert--fixed {
    padding: 1rem 0;
    position: fixed;
    font-size: 1.125rem;
    z-index: 850;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    color: #000
}

@media (max-width: 768px) {
    .alert--fixed .description {
        font-size:14px
    }
    #filtersModal .filters__header [data-dismiss=modal]{
        color: #071a33;
    }
}

.list-group {
    border: 0;
    border-radius: 0
}

.list-group .list-group-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: .25rem 0;
    color: #8693a2
}

.list-group .list-group-item.active {
    color: #fff
}

body {
    min-width: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.del-header .del-category__title--arrow .icon-arrow-left:before{
    display: none !important;
}


body::-webkit-scrollbar {
    width: 0
}

body[data-spy=scroll] {
    scroll-behavior: smooth
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

ul {
    margin: 0
}

button {
    outline: 0!important
}

.logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.logo img {
    width: 86px
}

@media (min-width: 768px) {
    .logo img {
        width:116px
    }
}

.logo .beta {
    font-weight: 700;
    font-size: 16px;
    padding-left: 3px
}

.logo:hover {
    text-decoration: none
}

.rotate-view.disabled {
    position: absolute;
    top: 0;
    opacity: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.container,.swiper-container.full-screen .buttons-container {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width: 768px) {
    .container,.swiper-container.full-screen .buttons-container {
        padding-left:60px;
        padding-right: 60px
    }
}

@media (min-width: 992px) {
    section.social-block .card {
        padding-top:155%
    }
}

.link-back {
    background: #314661;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.link-back:hover {
    text-decoration: none
}

.link-back .icon-caret-right {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff
}

.link-nav {
    color: #071a33
}

.link-nav:hover {
    color: #59aee4;
    text-decoration: none
}

.video .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    height: 71px;
    width: 71px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 200;
    padding: 0;
    font-size: 69px;
    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
}

.video .play-btn:hover {
    color: #59aee4
}

.video .card {
    border-radius: 0;
    padding-top: 48%
}

.videos-grid .video-card.play .play-btn {
    display: none
}

.videos-grid .video-card.play .video-card__img:after {
    display: none
}

.user-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.user-field i {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 34px;
    margin-right: 10px;
    width: 50px;
    text-align: center
}

.user-field .h5 {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .user-field {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.switch-container {
    position: absolute;
    top: 16px;
    right: 0
}

.filters .collapse-btn {
    position: relative
}

.widget-button {
    z-index: 99!important
}

.more-counts {
    visibility: hidden;
    opacity: 0
}

.product-thumb-sm,.product-thumb-sm--light {
    height: 68px;
    width: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-thumb-sm--light {
    background-color: #fff
}

.product-thumb-sm img,.product-thumb-sm--light img {
    -ms-flex-item-align: center;
    align-self: center
}

.product-thumb-sm[data-count]:after,.product-thumb-sm--light[data-count]:after {
    content: attr(data-count);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    width: 20px;
    height: 20px;
    background-color: #59aee4;
    color: #fff;
    border-radius: 12px;
    font-size: 12px;
    padding: 1px;
    position: absolute;
    right: -3px;
    top: -5px;
    text-align: center
}

@media (max-width: 576px) {
    .checkout__container {
        padding:0 15px
    }
}

.checkout .border-top {
    border-top: 1px solid #e8e8e9!important
}

.checkout .border-bottom,.checkout .product-showmore .product-info .info-list__item,.product-showmore .product-info .checkout .info-list__item {
    border-bottom: 1px solid #e8e8e9!important
}

.checkout .basket-card {
    border-radius: 12px 12px 0 0
}

.checkout form {
    border-radius: 0 0 12px 12px
}

.checkout form .payment-block {
    padding: 30px
}

@media (min-width: 768px) {
    .checkout .basket-card {
        border-radius:0 12px 12px 0
    }

    .checkout form {
        border-radius: 12px 0 0 12px
    }
}

.checkout .custom-control.custom-radio {
    color: rgba(20,20,20,.7)!important
}

@media (min-width: 1251px) and (max-width:1280px) {
    .collections .swiper-container.default .swiper-button-prev {
        left:-38px
    }
}

@media (min-width: 1200px) and (max-width:1250px) {
    .collections .swiper-container.default .swiper-button-prev {
        left:19px
    }
}

@media (min-width: 993px) and (max-width:1100px) {
    .collections .swiper-container.default .swiper-button-prev {
        left:19px
    }
}

@media (min-width: 992px) and (max-width:992px) {
    .collections .swiper-container.default .swiper-button-prev {
        left:5px
    }
}

@media (max-width: 991px) {
    .collections .swiper-container.default .swiper-button-prev {
        display:none!important
    }
}

.swiper-slide {
    background-size: cover;
    background-position: center
}

@media (min-width: 1251px) and (max-width:1280px) {
    .collections .swiper-container.default .swiper-button-next {
        right:-38px
    }
}

@media (min-width: 1200px) and (max-width:1250px) {
    .collections .swiper-container.default .swiper-button-next {
        right:19px
    }
}

@media (min-width: 993px) and (max-width:1100px) {
    .collections .swiper-container.default .swiper-button-next {
        right:19px
    }
}

@media (min-width: 992px) and (max-width:992px) {
    .collections .swiper-container.default .swiper-button-next {
        right:5px
    }
}

@media (max-width: 991px) {
    .collections .swiper-container.default .swiper-button-next {
        display:none!important
    }
}

.close-cookie {
    color: #000;
    position: absolute;
    font-size: 30px;
    z-index: 3;
    right: 0;
    top: 0
}

.close-cookie:hover {
    color: #000
}

.social-auth__item:hover {
    text-decoration: none
}

.round-tick {
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    border: 2px solid #000;
    border-radius: 50%
}

.border-bottom-light {
    border-bottom: 1px solid rgba(134,147,162,.8)
}

@media (min-width: 768px) {
    .order-summary {
        border-bottom:1px solid #8693a2
    }
}

.errormsg {
    color: #f63933
}

.promocode-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.promocode-result__icon i {
    display: block;
    font-size: 12px
}

.promocode-result__text {
    margin-left: 22px
}

.promocode-result__title {
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 8px
}

.promocode-result__action {
    font-size: 14px;
    text-decoration: underline
}

.promocode-result__action:hover {
    cursor: pointer;
    text-decoration: none
}

.promocode-result--error .promocode-result__icon i {
    color: #f63933
}

.promocode-result--error .promocode-result__title {
    color: #f63933
}

.promocode-result--error .promocode-result__action {
    color: #59aee4
}

.promocode-result--success .promocode-result__title {
    color: #fff
}

.promocode-result--success .promocode-result__action {
    color: #8693a2
}

.promocode-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promocode-loader .lds-dual-ring {
    display: block;
    width: 37px;
    height: 37px
}

.promocode-loader .lds-dual-ring:after {
    width: 37px;
    height: 37px;
    margin: 0
}

#gtx-trans {
    display: none!important
}

.label_71d,.wrap_6f6 {
    z-index: 100!important
}

._show_82ba.wrap_f8fe {
    z-index: 100!important;
    bottom: 70px
}

.label_519f {
    z-index: 100!important
}

.preloader {
    display: none!important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #071a33;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3)
}

@media (max-width: 768px) {
    .preloader {
        -webkit-transform:scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.preloader__container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 135px;
    height: 44px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.preloader__wrap {
    position: relative;
    width: 135px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.preloader__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    height: 44px;
    background: #255398;
    border-radius: 30px;
    z-index: -1;
    padding: 2px
}

.preloader__line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    -webkit-animation: dash 2s linear forwards;
    animation: dash 2s linear forwards
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

.preloader__d {
    position: absolute;
    left: 15px;
    top: 8px;
    opacity: 0
}

.preloader__e {
    position: absolute;
    left: 31px;
    top: 10px;
    opacity: 0
}

.preloader__l {
    position: absolute;
    left: 43px;
    top: 8px;
    opacity: 0
}

.preloader__o {
    position: absolute;
    left: 58px;
    top: 10px;
    opacity: 0
}

.preloader__n {
    position: absolute;
    left: 71px;
    top: 10px;
    opacity: 0
}

.preloader__g {
    position: absolute;
    left: 85px;
    top: 13px;
    opacity: 0
}

.preloader__h {
    position: absolute;
    left: 99px;
    top: 9px;
    opacity: 0
}

.preloader__i {
    position: absolute;
    left: 113px;
    top: 9px;
    opacity: 0
}

.validation-summary-errors ul {
    padding: 0;
    list-style: none
}

.widget-button {
    min-width: auto!important
}

.checkout .enter-checkout__content .input-group__phone .control-label,.checkout .enter-checkout__content .input-wrap label {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8693a2;
    font-size: 16px;
    line-height: 145%;
    display: block;
    margin-bottom: 0;
    padding-left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    transition: font-size .2s ease-in-out,top .2s ease-in-out
}

.checkout .enter-checkout__content .input-group__phone,.checkout .enter-checkout__content .input-wrap .input-control {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 16px;
    line-height: 145%;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8e8e9;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: 1rem;
    height: auto;
    border-radius: 3px;
    resize: none
}

.color-black {
    color: #000
}

@font-face {
    font-family: 'Futura New Book';
    src: url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewBook-Reg.eot);
    src: local("Futura New Book Reg"),local("FuturaNewBook-Reg"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewBook-Reg.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewBook-Reg.woff2) format("woff2"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewBook-Reg.woff) format("woff"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewBook-Reg.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Futura New';
    src: url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewLight-Reg.eot);
    src: local("Futura New Light Reg"),local("FuturaNewLight-Reg"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewLight-Reg.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewLight-Reg.woff2) format("woff2"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewLight-Reg.woff) format("woff"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewLight-Reg.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura New';
    src: url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewMedium-Reg.eot);
    src: local("Futura New Medium Reg"),local("FuturaNewMedium-Reg"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewMedium-Reg.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewMedium-Reg.woff2) format("woff2"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewMedium-Reg.woff) format("woff"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewMedium-Reg.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura New Demi';
    src: url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewDemi-Reg.eot);
    src: local("Futura New Demi Reg"),local("FuturaNewDemi-Reg"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewDemi-Reg.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewDemi-Reg.woff2) format("woff2"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewDemi-Reg.woff) format("woff"),
    url(/local/templates/.default/assets/dist/css/../fonts/FuturaNewDemi-Reg.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'NespressoLucasXtraBd';
    src: url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/XtraBd/NespressoLucas-XtraBd.eot);
    src: local("NespressoLucasXtraBd"),local("NespressoLucas-XtraBd"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/XtraBd/NespressoLucas-XtraBd.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/XtraBd/NespressoLucas-XtraBd.woff2) format("woff2"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/XtraBd/NespressoLucas-XtraBd.woff) format("woff"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/XtraBd/NespressoLucas-XtraBd.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'NespressoLucasBold';
    src: url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Bold/NespressoLucas-Bold.eot);
    src: local("NespressoLucasBold"),local("NespressoLucas-Bold"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Bold/NespressoLucas-Bold.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Bold/NespressoLucas-Bold.woff2) format("woff2"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Bold/NespressoLucas-Bold.woff) format("woff"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Bold/NespressoLucas-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'NespressoLucasRegular';
    src: url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Regular/NespressoLucas-Regular.eot);
    src: local("NespressoLucasRegular"),
    local("NespressoLucas-Regular"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Regular/NespressoLucas-Regular.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Regular/NespressoLucas-Regular.woff2) format("woff2"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Regular/NespressoLucas-Regular.woff) format("woff"),
    url(/local/templates/.default/assets/dist/css/../fonts/Nespresso_Lucas/Regular/NespressoLucas-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans';
    src: url(/local/templates/.default/assets/dist/css/../fonts/NotoSans/NotoSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans';
    src: url(/local/templates/.default/assets/dist/css/../fonts/NotoSans/NotoSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.page-header {
    height: 60px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e8e8e9;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

@media (min-width: 768px) {
    .page-header {
        height:60px
    }
}

.page-header .container,.page-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .page-header .buttons-container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-header .container,.page-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .page-header .buttons-container {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    .page-header .container,.page-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .page-header .buttons-container {
        padding-left:60px;
        padding-right: 60px
    }
}

.page-header__links {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-header__links [class^=icon] {
    font-size: 26px;
    width: auto;
    margin-top: 0;
    vertical-align: baseline;
    position: relative
}

@media (min-width: 768px) {
    .page-header__links [class^=icon] {
        font-size:30px
    }
}

.page-header__links .menu-wrap {
    white-space: nowrap;
    width: 100%
}

.page-header__links .link-nav,.page-header__links .logo,.page-header__links .cart,.page-header__links .search-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.25rem
}

@media (max-width: 1200px) {
    .page-header__links .link-nav,.page-header__links .logo,.page-header__links .cart,.page-header__links .search-header {
        margin-right:1rem
    }
}

@media (max-width: 768px) {
    .page-header__links .link-nav,.page-header__links .logo,.page-header__links .cart,.page-header__links .search-header {
        margin-right:.68rem
    }
}

.page-header .cart {
    position: relative
}

.page-header .cart .count {
    position: absolute;
    z-index: 2;
    top: -6px;
    right: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #c28005;
    color: #fff;
    font-size: 9px;
    line-height: 1
}

@media (min-width: 768px) {
    .page-header .cart .count {
        top:-4px;
        right: -2px
    }
}

@media (min-width: 768px) {
    .page-header .cart .count-compare {
        right:-10px;
        top: -2px
    }
}

.page-header .bucket-popup {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    font-size: 12px;
    margin-left: 0;
    min-width: 200px;
    color: #071a33;
    background-color: #fff
}

.page-header .bucket-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-header .bucket-popup__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #c28005;
    margin-right: 8px;
    color: #fff
}

.page-header .bucket-popup__icon i {
    font-size: 16px;
    top: 1px
}

.result-list {
    display: none;
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    top: 100%;
    background: #f7f7f7;
    border-radius: 0 0 12px 12px;
    padding: 0 10px
}

@media (min-width: 768px) {
    .result-list {
        left:0;
        right: auto;
        padding: 0 20px
    }
}

.highlight {
    font-weight: 700
}

@media (min-width: 768px) {
    .search-header {
        position:relative;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

.search-header__icon:hover {
    cursor: pointer;
    color: #59aee4
}

.search-header__form {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-header__form:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 61px;
    bottom: 17px;
    height: 1px;
    background-color: #071a33
}

@media (min-width: 768px) {
    .search-header__form {
        height:100%;
        width: 0;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-bottom: 1px solid #071a33
    }

    .search-header__form:after {
        display: none
    }
}

.search-header__form .icon-search {
    font-size: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #071a33
}

@media (min-width: 1200px) {
    .search-header__form .icon-search {
        font-size:32px
    }
}

.search-header__input {
    border: 0;
    background-color: transparent;
    outline: 0;
    padding: 0;
    padding-left: 12px;
    width: 100%
}

.search-header .icon-close {
    font-size: 26px;
    color: #071a33
}

@media (min-width: 768px) {
    .search-header .icon-close {
        display:none
    }
}

@media (min-width: 768px) {
    .search-header.open {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.search-header.open .search-header__form {
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
}

@media (min-width: 768px) {
    .search-header.open .search-header__form {
        width:100%;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
}

.search-header.open .result-list {
    display: block
}

.head-banner {
    background: #1a2741;
    padding: 10px 0 12px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000
}

@media (max-width: 576px) {
    .head-banner .container,.head-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .head-banner .buttons-container {
        padding:0 15px
    }
}

.head-banner .swiper-slide {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto
}

.head-banner .swiper-slide .info {
    font-weight: 700;
    font-size: 14px;
    line-height: 132%;
    color: #fff;
    text-align: center;
    display: block
}

.head-banner .swiper-slide .info em {
    color: #59aee4;
    font-style: normal
}

.head-banner .swiper-slide .info:not([href]):hover {
    text-decoration: none;
    cursor: default
}

.head-banner__prev {
    left: 0
}

.head-banner__next {
    right: 0
}

@media (min-width: 576px) {
    .head-banner .container,.head-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .head-banner .buttons-container {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    .head-banner .container,.head-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .head-banner .buttons-container {
        padding-left:60px;
        padding-right: 60px
    }
}

.footer {
    border-top: 1px solid #e8e8e9
}

@media (min-width: 768px) {
    .footer__top {
        padding-bottom:25px
    }
}

@media (min-width: 1200px) {
    .footer__top {
        padding-top:40px;
        padding-bottom: 60px
    }
}

.footer__bottom {
    border-top: 1px solid #e8e8e9
}

.footer__bottom .d2-link {
    color: #071a33;
    text-decoration: none
}

.footer__title {
    font-size: 18px;
    line-height: 145%
}

@media (min-width: 768px) {
    .footer__title {
        font-size:20px;
        line-height: 145%;
        margin-bottom: 20px
    }
}

.footer__menu {
    padding: 14px 30px;
    margin: 0 -30px;
    list-style-type: none;
    border-bottom: 1px solid #e8e8e9
}

@media (min-width: 768px) {
    .footer__menu {
        padding:0;
        margin: 0;
        border-bottom: none
    }
}

.footer__menu li:not(:last-child) {
    margin-bottom: 12px
}

.footer__menu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(7,26,51,.7);
    font-size: 16px;
    line-height: 145%
}

.footer__menu a i {
    font-size: 24px
}

.footer__menu-item_wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .footer__menu-item_wrap {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 40px
    }
}

@media (min-width: 1200px) {
    .footer__menu-item_wrap {
        -webkit-box-flex:0;
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
        padding-top: 0
    }
}

.footer__menu-item_wrap #collapse-2 li .link-nav {
    color: #000
}

.footer__menu-item_wrap #collapse-2 li:nth-child(2) .link-nav:hover {
    color: #59aee4
}

.footer .collapse-btn {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #e8e8e9
}

.footer .contacts {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .footer .contacts {
        padding-top:0;
        padding-bottom: 0
    }
}

.footer .contacts__menu {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footer .contacts__menu__work__call {
    margin-top: -17px
}

.footer .contacts__menu__work {
    margin-top: -17px
}

.footer .contacts__menu li:not(:last-child) {
    margin-bottom: 17px
}

.footer .contacts__menu li.phone-link span:not(.phone-caption) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
    color: #071a33
}

.footer .contacts__menu li.phone-link span:not(.phone-caption)>i {
    font-size: 20px;
    margin-right: 4px
}

.footer .contacts__menu li.phone-link>a {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.footer .contacts__menu li.phone-link .phone-caption {
    display: block;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    margin-top: 2px
}

.footer .contacts__menu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 145%
}

.footer .contacts__menu a i {
    font-size: 20px;
    margin-right: 4px
}

.footer .contacts__menu .social-links {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .contacts__menu .social-links .link-nav {
    opacity: .7
}

.footer .contacts__menu .social-links .link-nav:hover,.footer .contacts__menu .social-links .link-nav:active {
    opacity: 1
}

.footer .contacts-legal {
    padding-top: 40px
}

@media (min-width: 768px) {
    .footer .contacts-legal {
        padding-top:0
    }
}

.footer .other-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% + 30px);
    max-width: none;
    padding: 0;
    margin-left: -15px
}

@media (min-width: 768px) and (max-width:1199px) {
    .footer .other-links {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
        width: calc(100% + 90px);
        margin-left: -45px;
        max-width: none;
        overflow: hidden;
        padding: 0
    }

    .footer .other-links:after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background-color: #e8e8e9;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media (min-width: 1200px) {
    .footer .other-links {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0 15px;
        margin-left: auto
    }
}

.footer .other-links a {
    font-size: 18px;
    line-height: 145%;
    border-bottom: 1px solid #e8e8e9;
    padding: 14px 30px
}

@media (min-width: 768px) and (max-width:1199px) {
    .footer .other-links a {
        text-align:center;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        font-size: 18px;
        line-height: 145%;
        padding: 22px 0;
        border-bottom: none
    }
}

@media (min-width: 768px) and (max-width:1199px) and (min-width:576px) {
    .footer .other-links a:nth-child(2) {
        border-left:1px solid #e8e8e9;
        border-right: 1px solid #e8e8e9
    }
}

@media (min-width: 768px) and (max-width:1199px) and (max-width:576px) {
    .footer .other-links a:nth-child(2) {
        border-top:1px solid #e8e8e9;
        border-bottom: 1px solid #e8e8e9
    }
}

@media (min-width: 1200px) {
    .footer .other-links a {
        font-size:20px;
        line-height: 145%;
        padding: 0;
        border-bottom: none
    }

    .footer .other-links a:not(:last-child) {
        margin-bottom: 30px
    }
}

#menuModal .modal-content {
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#menuModal .menu-header {
    border-bottom: 1px solid #e8e8e9
}

#menuModal .menu-header .container,#menuModal .menu-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen #menuModal .menu-header .buttons-container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #menuModal .menu-header .container,#menuModal .menu-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen #menuModal .menu-header .buttons-container {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    #menuModal .menu-header .container,#menuModal .menu-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen #menuModal .menu-header .buttons-container {
        padding-left:60px;
        padding-right: 60px
    }
}

#menuModal .menu-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

@media (min-width: 768px) {
    #menuModal .menu-header__inner {
        height:60px
    }
}

#menuModal .menu-header [class^=icon] {
    font-size: 26px;
    width: auto;
    margin-top: 0;
    vertical-align: baseline;
    position: relative
}

@media (min-width: 768px) {
    #menuModal .menu-header [class^=icon] {
        font-size:30px
    }
}

#menuModal .menu-header .phone-link {
    color: #071a33
}

#menuModal .menu-header .close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #071a33;
    position: relative;
    float: none;
    right: 0;
    top: 0;
    margin-left: auto;
    padding: 0;
    border: 0;
    background-color: transparent
}

@media (min-width: 1200px) {
    #menuModal .menu-header .close-btn {
        position:fixed;
        top: 10px;
        right: 25px
    }
}

#menuModal .menu-header .close-btn:hover {
    color: #59aee4
}

@media (min-width: 1200px) {
    #menuModal .menu-header .close-btn .icon-close {
        font-size:40px
    }
}

#menuModal .menu-header .logo,#menuModal .menu-header .search-header,#menuModal .menu-header .phone-link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.25rem
}

@media (max-width: 1200px) {
    #menuModal .menu-header .logo,#menuModal .menu-header .search-header,#menuModal .menu-header .phone-link {
        margin-right:1rem
    }
}

@media (max-width: 768px) {
    #menuModal .menu-header .logo,#menuModal .menu-header .search-header,#menuModal .menu-header .phone-link {
        margin-right:.68rem
    }
}

#menuModal .menu-header .search-header {
    max-width: 420px
}

#menuModal .menu-body {
    padding: 30px 0
}

@media (min-width: 768px) {
    #menuModal .menu-body {
        padding:40px 0
    }
}

#menuModal .menu-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

#menuModal .menu-category:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    #menuModal .menu-category {
        margin-bottom:30px
    }
}

#menuModal .menu-category__title {
    font-size: 14px;
    line-height: 145%;
    color: #8693a2;
    margin-bottom: 10px
}

#menuModal .menu-category .menu-link {
    color: #071a33;
    text-decoration: none;
    font-size: 22px;
    line-height: 123%;
    margin-bottom: 15px
}

#menuModal .menu-category .menu-link:last-child {
    margin-bottom: 0
}

#menuModal .menu-category .menu-link:hover {
    color: #59aee4;
    cursor: pointer
}

@media (min-width: 768px) {
    #menuModal .menu-category .menu-link {
        font-size:26px
    }
}

#menuModal .menu-category .collapse {
    width: 100%
}

#menuModal .menu-category .subcategories {
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    #menuModal .menu-category .subcategories {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#menuModal .menu-category .subcategories .category-menu-card {
    width: 100%;
    max-width: 315px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    #menuModal .menu-category .subcategories .category-menu-card {
        width:calc((100% - 30px)/2);
        margin-bottom: 30px;
        margin-right: 30px
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    #menuModal .menu-category .subcategories .category-menu-card {
        width:calc((100% - 60px)/3)
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(2n) {
        margin-right: 30px
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    #menuModal .menu-category .subcategories .category-menu-card {
        width:calc((100% - 90px)/4)
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(3n) {
        margin-right: 30px
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(4n) {
        margin-right: 0
    }
}

.preorder-modal__title,.oneclick-form__title {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #141414;
    padding-top: 40px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .preorder-modal__title,.oneclick-form__title {
        font-size:24px
    }
}

.preorder-modal__fullname,.preorder-modal__phone,.oneclick-form__fullname,.oneclick-form__phone {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .preorder-modal__fullname,.preorder-modal__phone,.oneclick-form__fullname,.oneclick-form__phone {
        margin-bottom:40px
    }
}

.preorder-modal__email,.oneclick-form__email {
    margin-bottom: 24px
}

.preorder-modal__promocode,.oneclick-form__promocode {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #59aee4
}

.preorder-modal input,.oneclick-form input {
    -webkit-box-shadow: inset 0 63px 0 #fff!important;
    box-shadow: inset 0 63px 0 #fff!important
}

.preorder-modal .promocode,.oneclick-form .promocode {
    margin-top: 40px
}

.preorder-modal .promocode input,.oneclick-form .promocode input {
    -webkit-box-shadow: inset 0 63px 0 #f7f7f7!important;
    box-shadow: inset 0 63px 0 #f7f7f7!important
}

.preorder-modal .input-floating label.label-phone-split-field-boot,.oneclick-form .input-floating label.label-phone-split-field-boot {
    color: #8693a2
}

.preorder-modal__button,.oneclick-form__button {
    margin-top: 28px;
    font-size: 20px!important;
    line-height: 145%
}

.input-floating label {
    pointer-events: none
}

.thanks-message {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 30px 10px 30PX
}

.thanks-message__icon {
    margin-top: 40px;
    margin-bottom: 20px
}

.thanks-message__title {
    font-size: 24px;
    line-height: 123%;
    text-align: center;
    color: #141414;
    margin-bottom: 16px
}

.thanks-message__text {
    font-size: 16px;
    line-height: 148%;
    text-align: center;
    color: #071a33
}

.thanks-message__text-numOrder {
    color: #59aee4
}

.fortune .modal-dialog {
    margin-top: 0
}

.fortune [data-state=success] .modal-content .modal-title {
    display: none
}

.fortune [data-state=success] .modal-content .fortune__wrap {
    width: 100%;
    text-align: center
}

.fortune [data-state=success] .modal-content .fortune__img-wrap {
    position: relative;
    width: 100%;
    height: 342px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__img-wrap {
        height:550px
    }
}

@media (min-width: 1440px) {
    .fortune [data-state=success] .modal-content .fortune__img-wrap {
        height:610px
    }
}

.fortune [data-state=success] .modal-content .fortune__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 342px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__img {
        height:550px
    }
}

@media (min-width: 1440px) {
    .fortune [data-state=success] .modal-content .fortune__img {
        height:610px
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes slowSpin {
    0% {
        -webkit-transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes slowSpin {
    0% {
        -webkit-transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel {
    position: absolute;
    height: 342px;
    width: 342px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__img .img__wheel {
        height:610px;
        width: 610px
    }
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel .wheel-img.spin {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel .wheel-img.slowSpin {
    -webkit-animation: slowSpin 3600ms ease-in;
    animation: slowSpin 3600ms ease-in;
    animation-direction: reverse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel .wheel-img.stopSpin {
    -webkit-animation-name: stopSpin;
    animation-name: stopSpin;
    -webkit-animation-duration: 6000ms;
    animation-duration: 6000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.fortune [data-state=success] .modal-content .fortune__img .img__machine {
    position: relative;
    height: 132.16px;
    width: 132.16px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__img .img__machine {
        height:236px;
        width: 236px
    }
}

.fortune [data-state=success] .modal-content .fortune__img .img__machine img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.fortune [data-state=success] .modal-content .fortune__title {
    font-size: 20px;
    line-height: 123%;
    color: #fff;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__title {
        margin-bottom:22px;
        font-size: 24px
    }
}

.fortune [data-state=success] .modal-content .fortune__button {
    width: 275px;
    height: 50px;
    background: #59aee4;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    border: 0
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__button {
        width:336px;
        height: 60px
    }
}

.fortune [data-state=success] .modal-content .fortune__button.hidden {
    display: none
}

.fortune [data-state=success] .modal-content .fortune__wait,.fortune [data-state=success] .modal-content .fortune__ok {
    color: transparent
}

.fortune [data-state=success] .wheel {
    max-width: 100%;
    background-color: transparent;
    padding-top: 0
}

.fortune [data-state=success] .wheel .close-cookie {
    color: #fff;
    top: 20px
}

.modal .gift-wrap {
    max-width: 460px;
    background-color: #fff;
    margin-top: 1.75rem
}

.modal .gift-wrap .modal-title {
    display: none
}

.modal .gift__title {
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 123%;
    text-align: center;
    color: #141414
}

@media (min-width: 768px) {
    .modal .gift__title {
        padding-top:40px;
        margin-bottom: 40px;
        font-size: 24px
    }
}

.modal .gift__img {
    text-align: center;
    margin-bottom: 18px
}

@media (min-width: 768px) {
    .modal .gift__img {
        margin-bottom:26px
    }
}

.modal .gift__subtitle {
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #141414;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .modal .gift__subtitle {
        font-size:18px;
        margin-bottom: 28px
    }
}

.modal .gift__button {
    width: 275px;
    height: 50px;
    background: #59aee4;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    border: 0;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media (min-width: 768px) {
    .modal .gift__button {
        margin-bottom:16px;
        width: 336px;
        height: 60px
    }
}

.modal .gift__text {
    font-size: 10px;
    line-height: 145%;
    text-align: center;
    color: #141414
}

@media (min-width: 768px) {
    .modal .gift__text {
        font-size:12px;
        margin-bottom: 10px
    }
}

.modal .gift__text-code {
    font-size: 20px;
    line-height: 123%;
    text-align: center;
    color: #141414
}

@media (min-width: 768px) {
    .modal .gift__text-code {
        margin-bottom:10px;
        font-size: 24px
    }
}

.modal .gift__text-code span {
    color: #59aee4
}

.modal .gift__link-wrap {
    text-align: center
}

.modal .gift__link {
    font-size: 12px;
    line-height: 145%;
    color: #59aee4
}

@media (min-width: 768px) {
    .modal .gift__link {
        font-size:14px
    }
}

.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next {
    width: auto;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.swiper-container .swiper-button-prev:focus,.swiper-container .swiper-button-next:focus {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.swiper-container .swiper-button-prev:after,.swiper-container .swiper-button-next:after {
    display: none
}

.swiper-container .card:before {
    content: "";
    z-index: 10;
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    background: 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.swiper-container .card .swiper-slide-active h5 {
    color: pink
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active) .card {
    pointer-events: none
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active) .card:before {
    opacity: 1;
    background: #0d2645
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active) .card .card__content {
    opacity: 0
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active).swiper-slide-next .card:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(-50%,transparent),color-stop(30%,#0d2645));
    background: -o-linear-gradient(left,transparent -50%,#0d2645 30%);
    background: linear-gradient(90deg,transparent -50%,#0d2645 30%);
    opacity: 1
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .card:before {
    background: -webkit-gradient(linear,right top,left top,color-stop(-50%,transparent),color-stop(30%,#0d2645));
    background: -o-linear-gradient(right,transparent -50%,#0d2645 30%);
    background: linear-gradient(-90deg,transparent -50%,#0d2645 30%);
    opacity: 1
}

.swiper-container.default .swiper-slide.swiper-slide-active {
    z-index: 2
}

.swiper-container.default .card {
    padding-top: 46%
}

@media (max-width: 992px) {
    .swiper-container.default .card {
        min-height:460px
    }
}

.swiper-container.default .card .card__image:after {
    opacity: .6;
    background: -o-linear-gradient(184deg,#000 30%,transparent);
    background: linear-gradient(266deg,#000 30%,transparent)
}

.swiper-container.default .card .card__content {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 100;
    background-image: none;
    top: 0
}

.swiper-container.default .card:hover .card__content {
    background-image: none
}

.swiper-container.full-screen .first-screen__image:after {
    opacity: .6;
    background: -o-linear-gradient(184deg,#000 30%,transparent);
    background: linear-gradient(266deg,#000 30%,transparent)
}

.swiper-container.full-screen .first-screen__content {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.swiper-container.full-screen .swiper-slide:not(.swiper-slide-active) .first-screen {
    pointer-events: none
}

.swiper-container.full-screen .swiper-slide:not(.swiper-slide-active) .first-screen .first-screen__content {
    opacity: 0
}

.swiper-container.full-screen .swiper-slide.swiper-slide-active {
    z-index: 2
}

.swiper-container.full-screen .buttons-container {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.swiper-container.full-screen .swiper-button-prev,.swiper-container.full-screen .swiper-button-next {
    top: 50%;
    bottom: auto
}

.swiper-container.full-screen .swiper-button-prev i,.swiper-container.full-screen .swiper-button-next i {
    font-size: 32px
}

.swiper-container.full-screen .swiper-button-prev {
    left: 0
}

@media (min-width: 768px) {
    .swiper-container.full-screen .swiper-button-prev {
        left:18px
    }
}

@media (min-width: 1200px) {
    .swiper-container.full-screen .swiper-button-prev {
        left:0
    }
}

.swiper-container.full-screen .swiper-button-next {
    right: 0
}

@media (min-width: 768px) {
    .swiper-container.full-screen .swiper-button-next {
        right:18px
    }
}

@media (min-width: 1200px) {
    .swiper-container.full-screen .swiper-button-next {
        right:0
    }
}

.swiper-container.full-screen .swiper-pagination {
    position: absolute;
    bottom: 30px;
    height: 8px;
    line-height: 8px
}

.swiper-container.categories-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.categories-slider {
        width:calc(100% + 60px);
        margin-right: -60px
    }
}

@media (min-width: 1200px) {
    .swiper-container.categories-slider {
        margin-right:0;
        width: auto
    }
}

@media (max-width: 1199px) {
    .swiper-container.categories-slider .swiper-slide {
        width:240px!important
    }
}

@media (max-width: 767px) {
    .swiper-container.categories-slider .swiper-slide {
        width:190px!important
    }
}

.swiper-container.delonghi-world-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.delonghi-world-slider {
        width:auto;
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .swiper-container.delonghi-world-slider .swiper-wrapper {
        width:auto;
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .swiper-container.delonghi-world-slider .swiper-wrapper {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.swiper-container.delonghi-world-slider .swiper-slide {
    width: 314px
}

@media (min-width: 768px) {
    .swiper-container.delonghi-world-slider .swiper-slide {
        width:calc(100%/2 - 15px);
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .swiper-container.delonghi-world-slider .swiper-slide {
        width:calc(100%/3 - 20px)
    }

    .swiper-container.delonghi-world-slider .swiper-slide:not(:nth-child(3n)) {
        margin-right: 30px
    }
}

@media (min-width: 768px) {
    .swiper-container.delonghi-world-slider .swiper-scrollbar {
        display:none
    }
}

.swiper-container.collections .card .card__image:after {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background: -o-linear-gradient(transparent,#000);
    background: linear-gradient(transparent,#000)
}

.swiper-container.collections .card .collection-items a {
    border-radius: 12px;
    padding: 10px;
    color: #fff;
    background-color: rgba(13,38,69,.6);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.swiper-container.collections .card .collection-items a .thumb {
    overflow: hidden;
    border-radius: 12px
}

.swiper-container.collections .card .collection-items a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d2645
}

.swiper-container.social-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.social-slider {
        width:calc(100% + 60px);
        margin-right: -60px
    }
}

@media (min-width: 1200px) {
    .swiper-container.social-slider {
        margin-right:0;
        width: auto
    }
}

@media (max-width: 1199px) {
    .swiper-container.social-slider .swiper-slide {
        width:200px!important
    }
}

@media (max-width: 767px) {
    .swiper-container.social-slider .swiper-slide {
        width:150px!important
    }
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active) .card {
    pointer-events: none
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active) .card:before {
    opacity: 1;
    background: #fff
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active) .card .card__content {
    opacity: 0
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active).swiper-slide-next .card:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(-50%,transparent),color-stop(30%,#0d2645));
    background: -o-linear-gradient(left,transparent -50%,#0d2645 30%);
    background: linear-gradient(90deg,transparent -50%,#0d2645 30%);
    opacity: 1
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .card:before {
    background: -webkit-gradient(linear,right top,left top,color-stop(-50%,transparent),color-stop(30%,#0d2645));
    background: -o-linear-gradient(right,transparent -50%,#0d2645 30%);
    background: linear-gradient(-90deg,transparent -50%,#0d2645 30%);
    opacity: 1
}

.swiper-container.suggestions-slider .swiper-slide.swiper-slide-active {
    z-index: 2
}

.swiper-container.suggestions-slider .card {
    padding-top: 46%;
    background-color: #fff
}

@media (max-width: 992px) {
    .swiper-container.suggestions-slider .card {
        min-height:460px
    }
}

.swiper-container.suggestions-slider .card .card__image:after {
    opacity: .6;
    background: -o-linear-gradient(184deg,#000 30%,transparent);
    background: linear-gradient(266deg,#000 30%,transparent)
}

.swiper-container.suggestions-slider .card .card__content {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 100;
    background-image: none;
    top: 0
}

.swiper-container.suggestions-slider .card:hover .card__content {
    background-image: none
}

.swiper-container.related-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.related-slider {
        width:calc(100% + 60px);
        margin-right: -60px
    }
}

@media (min-width: 1200px) {
    .swiper-container.related-slider {
        margin-right:0;
        width: auto
    }
}

@media (max-width: 1199px) {
    .swiper-container.related-slider .swiper-slide {
        width:200px!important
    }
}

@media (max-width: 767px) {
    .swiper-container.related-slider .swiper-slide {
        width:300px!important
    }
}

.swiper-container.products-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.products-slider {
        width:calc(100% + 60px);
        margin-right: -60px
    }
}

@media (min-width: 1200px) {
    .swiper-container.products-slider {
        margin-right:0;
        width: auto
    }
}

@media (max-width: 1199px) {
    .swiper-container.products-slider .swiper-slide {
        width:200px!important
    }
}

@media (max-width: 767px) {
    .swiper-container.products-slider .swiper-slide {
        width:160px!important
    }
}

.swiper-container .swiper-scrollbar {
    width: 315px;
    height: 4px;
    background-color: #e8e8e9;
    border-radius: 20px;
    left: auto;
    bottom: 0;
    position: relative;
    margin: 30px auto 0
}

@media (min-width: 1200px) {
    .swiper-container .swiper-scrollbar {
        margin-top:40px
    }
}

.swiper-container .swiper-scrollbar-drag {
    background-color: #59aee4;
    border-radius: 20px
}

.gallery-wrapper {
    width: 100%;
    padding-top: 52%;
    position: relative
}

.gallery-wrapper .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.gallery-wrapper .swiper-container .card,.gallery-wrapper .swiper-container .video-card {
    height: 100%;
    padding-top: 0
}

@media (max-width: 1199px) {
    .gallery-wrapper.thumbs {
        padding-top:0
    }

    .gallery-wrapper.thumbs .swiper-container {
        position: static
    }
}

@media (min-width: 1200px) {
    .gallery-wrapper.thumbs {
        -ms-flex-preferred-size:20%;
        flex-basis: 20%
    }
}

@media (min-width: 992px) {
    .gallery-wrapper.thumbs .swiper-slide {
        height:auto
    }
}

.gallery-wrapper.thumbs .product-thumb img {
    width: 100%;
    height: 83px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

@media (min-width: 768px) {
    .gallery-wrapper.thumbs .product-thumb img {
        height:108px
    }
}

@media (max-width: 992px) {
    .gallery-wrapper.thumbs .product-thumb__title {
        font-size:12px
    }
}

.gallery-wrapper.thumbs .product-thumb:hover {
    cursor: pointer
}

.gallery-wrapper.thumbs .product-thumb:hover .product-thumb__title {
    color: #59aee4
}

.gallery-wrapper.thumbs .swiper-slide-thumb-active .product-thumb__title {
    color: #59aee4
}

.gallery-wrapper.thumbs .swiper-container .swiper-button-prev:after {
    content: url(/local/templates/.default/assets/dist/css/../images/arrow-left.svg);
    display: block;
    position: absolute;
    z-index: 99
}

.gallery-wrapper.thumbs .swiper-container .swiper-button-next:after {
    content: url(/local/templates/.default/assets/dist/css/../images/arrow-left.svg);
    display: block;
    position: absolute;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1200px) {
    .gallery-wrapper.videos {
        padding-top:52%;
        min-height: 230px
    }
}

.gallery-wrapper.videos .video-card__img:after {
    background: -o-radial-gradient(48.6% 52.17%,29.47% 38.4%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%),-o-linear-gradient(85.48deg,#1c2126 1.13%,rgba(255,255,255,0) 46.77%,rgba(28,33,38,0) 46.77%);
    background: radial-gradient(29.47% 38.4% at 48.6% 52.17%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%),linear-gradient(4.52deg,#1c2126 1.13%,rgba(255,255,255,0) 46.77%,rgba(28,33,38,0) 46.77%)
}

.gallery-wrapper.videos .video-card.play::before {
    display: none
}

.gallery-wrapper.videos .video-card.play:hover .video-card__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.gallery-wrapper.videos .video-card.play .video-card__img:after {
    display: none
}

.gallery-wrapper.videos .video-card.play .video-card__img .video_card {
    width: 100%
}

.gallery-wrapper.videos .video-card.play .play-btn {
    display: none
}

.gallery-wrapper.videos .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    z-index: 200;
    padding: 0;
    font-size: 30px;
    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;
    color: #fff;
    border: 0
}

.gallery-wrapper.videos .play-btn:hover {
    color: #59aee4
}

@media (min-width: 768px) {
    .gallery-wrapper.videos .play-btn {
        height:92px;
        width: 92px;
        font-size: 69px
    }
}

.swiper-pagination {
    position: static
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    border: 1px solid #fff
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #59aee4;
    background-color: #59aee4
}

.swiper-scrollbar-wrap {
    width: calc(100% - 30px)
}

@media (min-width: 768px) {
    .swiper-scrollbar-wrap {
        width:calc(100% - 60px)
    }
}

@media (min-width: 1200px) {
    .swiper-scrollbar-wrap {
        width:100%
    }
}

.swiper-scrollbar-gallery-thumbs {
    position: absolute;
    right: -17px;
    top: 1%;
    width: 5px;
    height: 98%;
    z-index: 3;
    background-color: #e8e8e9;
    border-radius: 20px
}

@media (max-width: 1200px) {
    .swiper-scrollbar-gallery-thumbs {
        display:none
    }
}

.swiper-scrollbar-gallery-thumbs .swiper-scrollbar-drag-gallery-thumbs {
    height: 98%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
    background-color: #59aee4;
    border-radius: 20px
}

swiper-scrollbar-video {
    position: relative;
    top: -44px
}

#CartBlock .cart-item__additional-info {
    font-weight: 700;
    font-size: 16px;
    line-height: 145%;
    padding: 0!important;
    margin: 0 auto
}

@media (min-width: 768px) {
    .CartBlock__wrap {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width: 992px) {
    .CartBlock__wrap {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .CartBlock__wrap {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.CartBlock .manager-actions {
    margin-top: 40px
}

.CartBlock .manager-actions .input-floating {
    margin-bottom: 20px
}

.CartBlock-empty {
    margin: 20px auto 30px
}

@media (min-width: 768px) {
    .CartBlock-empty {
        margin:30px auto 40px
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty {
        margin:20px auto 70px
    }
}

.CartBlock-empty__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 123%;
    text-align: center;
    color: #071a33;
    margin: 0
}

@media (min-width: 768px) {
    .CartBlock-empty__title {
        font-size:28px
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty__title {
        font-size:36px
    }
}

.CartBlock-empty__caption {
    margin: 20px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #071a33
}

@media (min-width: 768px) {
    .CartBlock-empty__caption {
        margin:16px 0 0
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty__caption {
        margin:20px 0 0
    }
}

.CartBlock-empty .btn,.CartBlock-empty .active-filters__link .close-btn,.active-filters__link .CartBlock-empty .close-btn,.CartBlock-empty .active-filters__button {
    max-width: 320px;
    width: 100%;
    height: 60px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 0
}

@media (min-width: 768px) {
    .CartBlock-empty .btn,.CartBlock-empty .active-filters__link .close-btn,.active-filters__link .CartBlock-empty .close-btn,.CartBlock-empty .active-filters__button {
        margin:16px auto 0
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty .btn,.CartBlock-empty .active-filters__link .close-btn,.active-filters__link .CartBlock-empty .close-btn,.CartBlock-empty .active-filters__button {
        margin:20px auto 0
    }
}

.CartBlock-empty .recentlyViewed {
    margin-top: 40px
}

@media (min-width: 768px) {
    .CartBlock-empty .recentlyViewed {
        margin-top:60px
    }
}

.CartBlock-empty .recentlyViewed__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #071a33;
    margin: 0
}

@media (min-width: 768px) {
    .CartBlock-empty .recentlyViewed__title {
        font-size:24px
    }
}

.CartBlock-empty .recentlyViewed__slider {
    margin-top: 20px
}

@media (min-width: 1200px) {
    .CartBlock-empty .recentlyViewed__slider {
        margin-top:30px
    }
}

.CartBlock-empty .recentlyViewed__action {
    margin-top: 30px
}

@media (min-width: 768px) {
    .CartBlock-empty .recentlyViewed__action {
        margin-top:20px
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty .recentlyViewed__action {
        margin-top:30px
    }
}

.CartBlock-empty .recentlyViewed .swiper-scrollbar {
    height: 4px;
    background: #e8e8e9;
    border-radius: 20px
}

.CartBlock-empty .recentlyViewed .swiper-scrollbar-drag {
    background: #59aee4;
    border-radius: 20px
}

.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .cart-item {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cart-item__product-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .cart-item__product-info {
        padding:0 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cart-item__product-info .title-block {
    margin-bottom: 0;
    width: 25%
}

@media (max-width: 991px) {
    .cart-item__product-info .title-block {
        width:100%;
        padding: 0!important;
        margin-bottom: 12px
    }
}

.cart-item__product-info .title-block a {
    display: inline-block;
    color: #071a33;
    font-size: 14px;
    line-height: 145%
}

.cart-item__product-info .price-block {
    margin-bottom: 0;
    width: 20%
}

@media (max-width: 991px) {
    .cart-item__product-info .price-block {
        padding:0!important
    }
}

.cart-item__product-info .item-counter {
    text-align: center;
    width: 69px
}

@media (max-width: 991px) {
    .cart-item__product-info .item-counter {
        padding:0!important;
        margin: 12px 0
    }
}

.cart-item__product-info .sum-price-block {
    margin-bottom: 0;
    width: 20%
}

@media (max-width: 991px) {
    .cart-item__product-info .sum-price-block {
        padding:0!important
    }
}

.cart-item__product-info .h5 {
    font-size: 18px;
    line-height: 145%;
    margin: 0
}

.cart-item__product-info .gift {
    color: #c28005
}

.cart-item__product-info .prev-price {
    font-size: 12px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2
}

.cart-item__thumb {
    position: relative;
    width: 69px;
    height: 69px;
    background-color: #fff;
    margin-right: 30px;
    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
}

.cart-item__thumb img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto
}

.cart-item__thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cart-item .remove-product {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    border: 0;
    width: 20px;
    height: 20px
}

.cart-item .remove-product button {
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 20px
}

.cart-item .remove-product i {
    display: block
}

.cart-item.item-small .title {
    font-size: 14px
}

.cart-item.item-small .price {
    font-size: 12px
}

.cart-item.item-small .cart-item__product-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-item__noAvailable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-item__additional-info {
    color: #c28005;
    width: 15%
}

@media (max-width: 991px) {
    .cart-item__additional-info {
        width:auto
    }
}

.noAvailable {
    margin-top: 60px
}

.noAvailable__title {
    font-size: 24px;
    line-height: 123%;
    color: #071a33
}

.noAvailable__text {
    font-size: 16px;
    line-height: 145%;
    color: #071a33;
    margin: 0
}

.noAvailable .cart-item__additional-info {
    color: #f63933
}

.basket-card {
    font-size: 14px;
    border-radius: 12px;
    background-color: #0d2645
}

.basket-card__reciept {
    border-bottom: 1px solid #0d2645;
    padding-bottom: 0!important
}

.basket-card .title {
    color: #8693a2;
    font-size: 18px;
    line-height: 145%
}

.basket-card__text {
    font-size: 18px;
    line-height: 145%;
    color: #fff
}

.basket-card__text.basket--has--gift--text {
    font-size: 14px;
    color: #8693a2;
}

.basket-card .savings {
    color: #59aee4;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 12px
}

.basket-card__bonus {
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(134,147,162,.2);
    border-top: 1px solid rgba(134,147,162,.2)
}

.basket-card__bonus .bonus__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.basket-card__bonus .bonus__amount-check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.basket-card__bonus .bonus__amount-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.basket-card__bonus .bonus__amount-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1.3px solid #8693a2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

.basket-card__bonus .bonus__amount-check input:checked~.checkmark {
    background-color: #59aee4
}

.basket-card__bonus .bonus__amount-check .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.basket-card__bonus .bonus__amount-check input:checked~.checkmark:after {
    display: block
}

.basket-card__bonus .bonus__amount-check .checkmark:after {
    left: 5px;
    top: 0;
    width: 9px;
    height: 15px;
    border: solid #0d2645;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.basket-card__bonus .bonus__amount-checktext {
    font-size: 14px;
    line-height: 145%;
    color: #fff
}

.basket-card__bonus .bonus__amount-text {
    font-size: 14px;
    line-height: 145%;
    color: #8693a2
}

.basket-card__bonus .bonus__text p {
    font-size: 14px;
    line-height: 145%;
    color: #8693a2;
    margin: 0
}

.basket-card__total-amount {
    font-size: 24px;
    line-height: 123%;
    color: #fff
}

.basket-card__discount {
    padding: 0 1.5rem 1.5rem 1.5rem
}

.basket-card__discount .discount__text {
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #59aee4;
    text-align: center;
    cursor: pointer;
    display: block
}

.basket-card__discount .discount__input {
    padding-bottom: 10px
}

.basket-card__discount .discount__input input {
    border-radius: 14px
}

.basket-card__discount .discount__input .link-presents {
    text-decoration: underline;
    padding-left: 60px;
    color: #8693a2
}

.basket-card__discount .discount__input .link-presents:hover {
    text-decoration: none
}

.basket-card__discount .order-presents {
    border: 1px solid rgba(134,147,162,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px;
    margin-top: 10px
}

.basket-card__discount .order-presents__msg {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.basket-card__discount .order-presents__msg-caption,.basket-card__discount .order-presents__msg-quantity {
    color: #8693a2;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%
}

.basket-card__discount .order-presents__msg-quantity {
    color: #fff
}

.basket-card__discount .order-presents__btn-open {
    display: block;
    padding: 8px 0;
    background: #0d2645;
    border-radius: 40px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #59aee4;
    border: 1px solid #59aee4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.basket-card__discount .order-presents__btn-open:hover {
    text-decoration: none;
    cursor: pointer;
    border-color: #59aee4;
    background-color: #59aee4;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.order-block .personal-data__content .order__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-block .personal-data__content .checkbox__checkmark {
    background: #fff
}

.order-block .personal-data__content .checkbox__checkmark:hover {
    cursor: pointer
}

.order-block .personal-data__content .checkbox__text {
    color: #fff
}

.order-block .delivery-info .icon {
    fill: #fff
}

.cart-popup .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-popup .cart-item__product-info {
    width: 100%;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-popup .cart-item__product-info>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px
}

.cart-popup .cart-item__product-info>div .title {
    padding: 0!important;
    -webkit-box-flex: 1.5;
    -ms-flex-positive: 1.5;
    flex-grow: 1.5
}

.cart-popup .cart-item__product-info>div .title a {
    display: inline-block;
    color: #071a33;
    font-size: 14px;
    line-height: 145%
}

.cart-popup .cart-item__product-info .h5 {
    font-size: 18px;
    line-height: 145%
}

.cart-popup .cart-item__product-info .prev-price {
    font-size: 12px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2
}

.cart-popup .cart-item__thumb {
    position: relative;
    width: 68px;
    height: 68px;
    background-color: #fff
}

.cart-popup .cart-item__thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cart-popup .cart-item .remove-product {
    padding: 0;
    border: 0;
    width: 20px;
    height: 24px;
    font-size: 20px
}

.cart-popup .cart-item .remove-product i {
    display: inline-block;
    margin-top: -1px
}

.cart-popup .cart-item.item-small .title {
    font-size: 14px
}

.cart-popup .cart-item.item-small .price {
    font-size: 12px
}

.cart-popup .cart-item.item-small .cart-item__product-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-popup .cart-item__noAvailable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-popup .cart-item__additional-info {
    color: #c28005
}

.cart__addinfo {
    background-color: #fff;
    border-radius: 12px;
    border-left: 6px solid #59aee4;
    padding: 30px 20px 1px 14px;
    margin-bottom: 40px;
    margin-top: 40px
}

@media (min-width: 768px) {
    .cart__addinfo {
        padding:30px 20px 1px 14px
    }
}

@media (min-width: 1440px) {
    .cart__addinfo {
        padding:40px 40px 10px 34px
    }
}

.cart__addinfo .addinfo__title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 123%;
    color: #071a33;
    margin-bottom: 21px
}

@media (min-width: 768px) {
    .cart__addinfo .addinfo__title {
        font-size:24px
    }
}

.cart__addinfo .addinfo__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .cart__addinfo .addinfo__text {
        font-size:16px
    }
}

.cart__addinfo .addinfo__text b {
    font-weight: 700;
    color: #59aee4
}

.cart__addinfo .addinfo__text a {
    color: #59aee4
}

.cart__addinfo .addinfo__text .text__chat {
    text-decoration: underline
}

.advantages {
    padding: 45px 0
}

@media (min-width: 768px) {
    .advantages {
        padding:60px 0 40px
    }
}

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.advantages-item:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .advantages-item {
        margin-bottom:0
    }
}

.advantages-item__icon {
    height: 68px;
    min-width: 68px;
    margin-right: 15px;
    background-color: #fff;
    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;
    font-size: 36px;
    color: #071a33;
    border-radius: 20px
}

@media (min-width: 768px) {
    .advantages-item__icon {
        height:80px;
        min-width: 80px
    }
}

.advantages-item p {
    font-size: 12px;
    margin: 0
}

.advantages-item .name {
    font-size: 14px;
    margin: 0
}

@media (min-width: 992px) {
    #filtersModal {
        opacity:1;
        display: block!important;
        position: static;
        overflow: visible;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s
    }

    #filtersModal .modal-dialog {
        position: relative;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        -webkit-transform: translate(0,0) scale(1);
        -ms-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }

    #filtersModal .modal-dialog .modal-content {
        position: relative
    }
}

@media (max-width: 991px) {
    #filtersModal.fade {
        opacity:1
    }

    #filtersModal.fade .modal-dialog {
        -webkit-transform: translate(-100%,0) scale(1);
        -ms-transform: translate(-100%,0) scale(1);
        transform: translate(-100%,0) scale(1)
    }

    #filtersModal.fade .modal-dialog .modal-content {
        max-width: 350px;
        padding: 20px
    }

    #filtersModal.fade.show {
        opacity: 1;
        z-index: 10000;
    }

    #filtersModal.fade.show .modal-dialog {
        -webkit-transform: translate(0,0) scale(1);
        -ms-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }
}

span.del-icon.icon-arrow-left.js-del-category-backButton:before{
    display: none !important;
}

#filtersModal .modal-content {
    background-color: white;
}

#filtersModal .btn.reset-filters,#filtersModal .active-filters__link .reset-filters.close-btn,.active-filters__link #filtersModal .reset-filters.close-btn,#filtersModal .reset-filters.active-filters__button {
    width: 100%;
    padding: 8px 16px;
    font-size: 14px
}

#filtersModal .filters__header [data-dismiss=modal] {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#filtersModal .filters__header [data-dismiss=modal] i {
    display: inline-block;
    margin-right: 5px;
    font-size: 30px
}

@media (min-width: 992px) {
    #filtersModal .filters__header [data-dismiss=modal] {
        display:none
    }
}

#filtersModal .filters__section {
    margin-bottom: 30px
}

#filtersModal .filters__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    #filtersModal .filters__title {
        font-size:24px;
        margin-bottom: 16px
    }
}

#filtersModal .filters .collapse-btn {
    padding: 15px 0;
    color: #071a33
}

#filtersModal .filters .collapse-btn:hover {
    color: #59aee4
}

#filtersModal .filters .collapse-btn.collapse-yes-no {
    padding: 15px 30px 15px 0;
    cursor: default
}

#filtersModal .filters .collapse-btn.collapse-yes-no:hover {
    color: #071a33
}

#filtersModal .filters .switcher {
    position: absolute;
    right: 0;
    display: block;
    width: 24px;
    height: 15px
}

#filtersModal .filters .switcher input[type=radio] {
    position: absolute;
    width: 24px;
    height: 15px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer
}

#filtersModal .filters .switcher input[type=radio]:first-child {
    z-index: 10
}

#filtersModal .filters .switcher input[type=radio]:first-child:checked {
    z-index: 0
}

#filtersModal .filters .switcher input[type=radio]:checked+i {
    background-color: #59aee4
}

#filtersModal .filters .switcher input[type=radio]:checked+i:before {
    left: 10px;
    background-color: #fff
}

#filtersModal .filters .switcher input[type=radio]:checked+input[type=radio] {
    z-index: 10
}

#filtersModal .filters .switcher input[type=radio]:checked+input[type=radio]+i {
    background-color: #8693a2
}

#filtersModal .filters .switcher input[type=radio]:checked+input[type=radio]+i:before {
    background-color: #fff;
    left: 1px
}

#filtersModal .filters .switcher i {
    position: relative;
    display: block;
    width: 24px;
    height: 15px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 8px
}

#filtersModal .filters .switcher i:before {
    content: ' ';
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5)
}

#filtersModal .filters .filter-stylized {
    border-bottom: 1px solid #e8e8e9
}

#filtersModal .filters .filter-stylized--range .range-picker {
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

#filtersModal .filters .filter-stylized--range .range-picker .form-control {
    padding: 8px;
    width: 96px
}

#filtersModal .filters .filter-stylized--switch .custom-control.custom-switch {
    color: #fff;
    font-size: 18px
}

#filtersModal .filters .filter-stylized--switch .custom-control.custom-switch .custom-control-label {
    width: 100%
}

#filtersModal .filters .filter-stylized--switch .custom-control.custom-switch .custom-control-label:before {
    right: 0;
    left: auto
}

#filtersModal .filters .filter-stylized--switch .custom-control.custom-switch .custom-control-label:after {
    left: auto;
    right: calc(.75rem + 2px)
}

#filtersModal .filters .filter-default .collapse-btn {
    font-size: 18px;
    padding: 8px 0;
    color: #071a33
}

#filtersModal .filters .filter-default .collapse-btn:hover {
    color: #59aee4
}

#filtersModal .filters .filter-default .collapse-content a.link-nav {
    display: block;
    padding: 6px 24px;
    color: #8693a2
}

#filtersModal .filters .filter-default .collapse-content a.link-nav:hover {
    color: #59aee4
}

#filtersModal .filters .filter-default .collapse-content a.active {
    color: #59aee4;
    background-color: #fff
}

#filtersModal .filters .filter-default .collapse-content a.active:hover {
    color: #59aee4
}

#filtersModal .filters .filter-default .collapse-content .sub-groups .sub-links {
    padding: 0 24px
}

.sorting__link {
    color: #8693a2;
    margin-left: 1rem
}

.sorting__link:hover,.sorting__link.active {
    color: #071a33;
    text-decoration: none
}

.active-filters__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 6px;
    border: 1px solid #071a33;
    color: #071a33;
    border-radius: 40px;
    margin-right: 8px;
    margin-bottom: 8px
}

.active-filters__link .close-btn {
    margin-left: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.active-filters__link .close-btn:active {
    outline: 0
}

.active-filters__link:hover {
    text-decoration: none
}

.active-filters__button {
    background-color: #59aee4;
    padding: 8px 16px;
    font-size: 14px
}

@media (max-width: 767px) {
    .product-card-wrap {
        padding-right:7.5px
    }

    .product-card-wrap:nth-child(2n) {
        padding-right: 15px;
        padding-left: 7.5px
    }
}

.product-card-rent {
    height: 100%;
    background-color: #59aee4;
    border-radius: 12px
}

.product-card-rent .product-card__thumb {
    background-color: inherit
}

.product-card-rent .product-card__thumb .product-card__img {
    height: auto;
    max-height: 100%
}

.product-card-rent .product-card__bottom {
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .product-card-rent .product-card__bottom {
        padding-bottom:55px
    }
}

@media (min-width: 1200px) {
    .product-card-rent .product-card__bottom {
        padding-bottom:35px
    }
}

.product-card-rent .product-card__buttons {
    margin: 0 auto
}

.product-card-rent .product-card__buttons .btn,.product-card-rent .product-card__buttons .active-filters__link .close-btn,.active-filters__link .product-card-rent .product-card__buttons .close-btn,.product-card-rent .product-card__buttons .active-filters__button {
    background-color: #fff;
    color: #59aee4
}

.product-card-rent .product-card__buttons .btn:hover,.product-card-rent .product-card__buttons .active-filters__link .close-btn:hover,.active-filters__link .product-card-rent .product-card__buttons .close-btn:hover,.product-card-rent .product-card__buttons .active-filters__button:hover {
    background-color: #fff!important;
    color: #72c7fc!important
}

.product-card-rent .product-card__buttons .btn:active,.product-card-rent .product-card__buttons .active-filters__link .close-btn:active,.active-filters__link .product-card-rent .product-card__buttons .close-btn:active,.product-card-rent .product-card__buttons .active-filters__button:active {
    background-color: #fff!important;
    color: #3693cf!important
}

.product-card-banner {
    height: 100%;
    border-radius: 12px
}

.product-card-banner.product {
    padding: 50px 0
}

.product-card-banner.product .product-card__thumb {
    background-color: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

.product-card-banner.product .product-card__thumb .product-card__img {
    height: auto;
    max-height: 100%;
    max-width: 100px
}

@media (min-width: 576px) {
    .product-card-banner.product .product-card__thumb .product-card__img {
        max-width:140px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.product .product-card__thumb .product-card__img {
        max-width:180px
    }
}

.product-card-banner.product .product-card__thumb .product-card__text {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 15px auto 40px;
    color: #fff;
    max-width: 110px
}

@media (min-width: 576px) {
    .product-card-banner.product .product-card__thumb .product-card__text {
        margin:20px auto 40px;
        max-width: 155px;
        font-size: 17px;
        line-height: 22px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.product .product-card__thumb .product-card__text {
        margin:20px auto 35px;
        max-width: 195px
    }
}

.product-card-banner.promo {
    padding: 55px 0 0
}

@media (min-width: 768px) {
    .product-card-banner.promo {
        padding:70px 0 0
    }
}

.product-card-banner.promo .product-card__thumb {
    background-color: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-card-banner.promo .product-card__thumb .product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.product-card-banner.promo .product-card__thumb .product-card__content .product-card__img {
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100px;
    margin: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.product-card-banner.promo .product-card__thumb .product-card__content .product-card__text {
    text-align: center;
    margin: 12px auto 48px;
    color: #fff;
    max-width: 110px;
    font-size: 12px;
    line-height: 16px
}

@media (min-width: 576px) {
    .product-card-banner.promo .product-card__thumb .product-card__content .product-card__text {
        margin:16px auto 60px;
        max-width: 155px;
        font-size: 17px;
        line-height: 22px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.promo .product-card__thumb .product-card__content .product-card__text {
        max-width:195px
    }
}

.product-card-banner.promo .product-card__thumb picture {
    width: 100%;
    max-height: 150px
}

@media (min-width: 576px) {
    .product-card-banner.promo .product-card__thumb picture {
        max-height:195px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.promo .product-card__thumb picture {
        max-height:268px
    }
}

.product-card-banner.promo .product-card__thumb .product-card__img {
    height: 100%;
    max-height: 210px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 100%
}

.product-card-banner.promo.reverse {
    padding: 0 0 65px
}

.product-card-banner.promo.reverse .product-card__thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
}

.product-card-banner.promo.reverse .product-card__thumb .product-card__content .product-card__img {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.product-card-banner.promo.reverse .product-card__thumb .product-card__text {
    margin-bottom: 0
}

.product-card-banner.promo.reverse .product-card__thumb .product-card__img {
    height: auto;
    max-height: 210px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.product-card-banner.only-img {
    padding: 0;
    position: relative
}

.product-card-banner.only-img .product-card__img {
    width: 100%;
    height: 100%;
    max-height: 308px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

@media (min-width: 768px) {
    .product-card-banner.only-img .product-card__img {
        max-height:418px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.only-img .product-card__img {
        max-height:428px
    }
}

.product-card-banner.only-img .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.product-card-banner__line {
    padding: 40px!important;
    border-radius: 12px
}

@media (min-width: 576px) {
    .product-card-banner__line {
        padding:40px 60px 40px 80px!important
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line {
        padding:40px 60px!important
    }
}

.product-card-banner__line .product-card__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: inherit;
    height: auto;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.product-card-banner__line .product-card__thumb .product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width: 576px) {
    .product-card-banner__line .product-card__thumb .product-card__content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-card-banner__line .product-card__thumb .product-card__text {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px
}

@media (min-width: 576px) {
    .product-card-banner__line .product-card__thumb .product-card__text {
        font-size:17px;
        line-height: 22px
    }
}

.product-card-banner__line .product-card__thumb .product-card__img {
    max-height: 120px;
    max-width: 220px
}

.product-card-banner__line .product-card__thumb .product-card__img.logo {
    margin: 0 0 12px 0;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 576px) {
    .product-card-banner__line .product-card__thumb .product-card__img.logo {
        margin:0 60px 0 0
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line .product-card__thumb .product-card__img.logo {
        margin:0 60px 0 20px
    }
}

.product-card-banner__line.product {
    padding: 35px 35px 35px 30px!important
}

@media (min-width: 576px) {
    .product-card-banner__line.product {
        padding:20px 30px 20px 40px!important
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line.product {
        padding:20px 60px!important
    }
}

.product-card-banner__line.product .product-card__content {
    margin-left: 30px
}

@media (min-width: 576px) {
    .product-card-banner__line.product .product-card__content {
        margin-left:0
    }
}

.product-card-banner__line.product .product-card__img.logo {
    margin: 0 0 12px 0
}

@media (min-width: 576px) {
    .product-card-banner__line.product .product-card__img.logo {
        margin:0 30px
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line.product .product-card__img.logo {
        margin:0 40px 0 60px
    }
}

.product-card-banner__line.promo {
    padding: 0!important
}

@media (min-width: 576px) {
    .product-card-banner__line.promo {
        padding:0 35px 0 0!important
    }
}

.product-card-banner__line.promo .product-card__text {
    width: 156px
}

@media (min-width: 576px) {
    .product-card-banner__line.promo .product-card__text {
        width:auto
    }
}

.product-card-banner__line.promo .product-card__content {
    margin: auto
}

.product-card-banner__line.promo .product-card__img.banner {
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

@media (max-width: 576px) {
    .product-card-banner__line.promo .product-card__img.banner {
        max-height:160px
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line.promo .product-card__img.banner {
        max-width:305px
    }
}

.product-card-banner__line.promo .product-card__img.logo {
    margin: 0 0 12px 0
}

@media (min-width: 576px) {
    .product-card-banner__line.promo .product-card__img.logo {
        margin:0 30px
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line.promo .product-card__img.logo {
        margin:0 40px
    }
}

.form-control[disabled]{
    background: white !important;
}

.product-card {
    position: relative;
    background: rgba(0,0,0,.05);
    padding: 10px;
    border-radius: 10px;
}

.ui-accordion{
    width: 100%;
}

.product-card.only-preorder img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.product-card__thumb {
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    position: relative;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .product-card__thumb {
        height:300px
    }
}

.product-card__thumb .link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-card__thumb:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.product-card .product-card-kit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 73px;
    height: 74px;
    z-index: 1
}

.product-card .product-card-kit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-card__action-icons {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .product-card__action-icons {
        left:8px;
        top: 5px
    }
}

.product-card__action-icons .compare,.product-card__action-icons .like {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    height: 32px;
    width: 32px;
    border-radius: 20px
}

.product-card__action-icons .compare.hidden,.product-card__action-icons .like.hidden {
    display: none
}

@media (min-width: 1200px) {
    .product-card__action-icons .compare,.product-card__action-icons .like {
        height:32px;
        width: 32px;
        border-radius: 20px
    }

    .product-card__action-icons .compare:hover,.product-card__action-icons .like:hover {
        background-color: #c28005;
        color: #fff
    }

    .product-card__action-icons .compare:hover i,.product-card__action-icons .like:hover i {
        color: #fff
    }

    .product-card__action-icons .compare:hover path,.product-card__action-icons .like:hover path {
        fill: #fff
    }

    .product-card__action-icons .compare:hover .complete,.product-card__action-icons .like:hover .complete {
        opacity: 0
    }
}

@media (max-width: 768px) {
    .product-card__action-icons .compare,.product-card__action-icons .like {
        height:24px;
        width: 24px;
        margin-right: 11px
    }
}

.product-card__action-icons .compare i,.product-card__action-icons .like i {
    position: relative;
    font-size: 24px;
    color: #071a33
}

.product-card__action-icons .compare .complete,.product-card__action-icons .like .complete {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #c28005;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.product-card__action-icons .compare .complete:after,.product-card__action-icons .like .complete:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 3px;
    display: block;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px
}

@media (max-width: 768px) {
    .product-card__action-icons .compare .complete,.product-card__action-icons .like .complete {
        top:0;
        right: 0
    }
}

.product-card__privileges-icons {
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 1200px) {
    .product-card__privileges-icons {
        top:12px;
        right: 12px
    }
}

.product-card__express-icon {
    position: absolute;
    display: none;
    bottom: 0;
    right: 12px;
    z-index: 10;
    color: #c28005
}

.product-card__privileges-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px
}

@media (min-width: 992px) {
    .product-card__privileges-item:hover .notice {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-card__privileges-item .promo-code {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    background: #c28005;
    color: #fff;
    padding: 0 6px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif
}

@media (max-width: 576px) {
    .product-card__privileges-item .promo-code {
        line-height:19px;
        padding: 0 4px;
        font-size: 9px;
        margin: -2px 3px 3px 0
    }
}

.product-card__privileges-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card__privileges-item .icon .text-icon {
    font-size: 10px;
    line-height: 100%;
    font-weight: 700;
    color: #c28005;
    margin-bottom: -4px
}

.product-card__privileges-item .icon svg {
    width: 32px;
    height: 32px
}

@media (max-width: 768px) {
    .product-card__privileges-item .icon svg {
        width:24px;
        height: 24px
    }
}

.product-card__privileges-item.gift svg {
    width: 20px;
    height: 20px;
    margin: 6px
}

@media (max-width: 768px) {
    .product-card__privileges-item.gift svg {
        width:16px;
        height: 16px;
        margin: 0 4px
    }
}

.product-card__privileges-item .notice {
    display: none
}

@media (min-width: 992px) {
    .product-card__privileges-item .notice {
        position:absolute;
        right: calc(100% + 10px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        font-size: 12px;
        line-height: 145%;
        padding: 10px 18px;
        border-radius: 4px;
        white-space: nowrap;
        -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.1));
        filter: drop-shadow(0 2px 10px rgba(0,0,0,.1))
    }

    .product-card__privileges-item .notice:before {
        position: absolute;
        right: -10px;
        content: '';
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 13px solid #fff
    }
}

.product-card__img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.product-card__name {
    display: inline-block;
    color: #071a33;
    font-size: 12px;
    line-height: 145%;
    min-height: 60px;
    padding-bottom: 4px
}

.product-card__name .short-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
    max-width: 267px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 19px
}

@media (max-width: 768px) {
    .product-card__name .short-title {
        margin-bottom:4px;
        max-width: 150px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: pre;
        font-size: 14px
    }
}

.product-card__name .full-title {
    max-width: 267px;
    overflow: hidden;
    min-height: 41px;
    max-height: 41px;
    font-size: 14px;
    line-height: 145%
}

@media (max-width: 768px) {
    .product-card__name .full-title {
        font-size:12px;
        min-height: 32px;
        max-height: 32px
    }
}

.product-card__name:hover {
    color: #071a33;
    text-decoration: none
}

@media (min-width: 768px) {
    .product-card__name {
        min-height:37px
    }
}

.product-card__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-card__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-card__price-block .prev-price {
    left: 0;
    top: 7px;
    font-size: 12px;
    line-height: 145%;
    text-decoration: line-through;
    color: #8693a2;
    height: 17px
}

.product-card__price-block .prev-price p {
    margin-bottom: 0
}

.product-card__price-block .current-price {
    font-size: 16px;
    line-height: 130%
}

@media (min-width: 768px) {
    .product-card__price-block .current-price {
        font-size:20px;
        line-height: 145%
    }
}

.product-card__price-block .bonus {
    font-size: 10px;
    line-height: 145%;
    font-weight: 700;
    color: #c28005;
    height: 17px
}

.product-card__price-block .bonus p {
    margin-bottom: 0
}

.product-card__price-block .not-available {
    font-size: 10px;
    line-height: 145%;
    font-weight: 700;
    color: #f63933
}

@media (min-width: 768px) {
    .product-card__price-block .not-available {
        font-size:12px
    }
}

.product-card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-card__buttons .btn,.product-card__buttons .active-filters__link .close-btn,.active-filters__link .product-card__buttons .close-btn,.product-card__buttons .active-filters__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background-color: #59aee4;
    overflow: hidden;
    z-index: 100;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-card__buttons .btn:hover,.product-card__buttons .active-filters__link .close-btn:hover,.active-filters__link .product-card__buttons .close-btn:hover,.product-card__buttons .active-filters__button:hover {
    background-color: #72c7fc
}

.product-card__buttons .btn.btn-cart,.product-card__buttons .active-filters__link .btn-cart.close-btn,.active-filters__link .product-card__buttons .btn-cart.close-btn,.product-card__buttons .btn-cart.active-filters__button {
    height: 40px;
    width: 40px
}

@media (min-width: 768px) {
    .product-card__buttons .btn.btn-cart,.product-card__buttons .active-filters__link .btn-cart.close-btn,.active-filters__link .product-card__buttons .btn-cart.close-btn,.product-card__buttons .btn-cart.active-filters__button {
        width:50px;
        height: 50px
    }
}

.product-card__buttons .btn.btn-cart i,.product-card__buttons .active-filters__link .btn-cart.close-btn i,.active-filters__link .product-card__buttons .btn-cart.close-btn i,.product-card__buttons .btn-cart.active-filters__button i {
    font-size: 24px
}

@media (min-width: 768px) {
    .product-card__buttons .btn.btn-cart i,.product-card__buttons .active-filters__link .btn-cart.close-btn i,.active-filters__link .product-card__buttons .btn-cart.close-btn i,.product-card__buttons .btn-cart.active-filters__button i {
        font-size:30px
    }
}

.product-card__buttons .btn.btn-preorder,.product-card__buttons .active-filters__link .btn-preorder.close-btn,.active-filters__link .product-card__buttons .btn-preorder.close-btn,.product-card__buttons .btn-preorder.active-filters__button {
    font-size: 12px;
    line-height: 145%;
    height: 40px;
    padding: 0 8px
}

@media (min-width: 768px) {
    .product-card__buttons .btn.btn-preorder,.product-card__buttons .active-filters__link .btn-preorder.close-btn,.active-filters__link .product-card__buttons .btn-preorder.close-btn,.product-card__buttons .btn-preorder.active-filters__button {
        font-size:14px;
        padding: 0 14px
    }
}

.product-card__buttons .btn-ordered {
    font-size: 12px;
    line-height: 145%;
    color: #59aee4
}

@media (min-width: 768px) {
    .product-card__buttons .btn-ordered {
        font-size:14px
    }
}

.location-picker {
    position: relative
}

.location-picker .pills-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    background-color: #071a33
}

@media (min-width: 0) {
    .location-picker .pills-wrapper {
        height:255px
    }
}

@media (min-width: 768px) {
    .location-picker .pills-wrapper {
        height:384px
    }
}

@media (min-width: 992px) {
    .location-picker .pills-wrapper {
        border-radius:0 0 0 12px
    }
}

.location-picker .map-responsive {
    top: 0;
    bottom: 0;
    right: 0
}

@media (min-width: 0) {
    .location-picker .map-responsive {
        height:189px
    }
}

@media (min-width: 768px) {
    .location-picker .map-responsive {
        height:264px
    }
}

@media (min-width: 992px) {
    .location-picker .map-responsive {
        height:auto
    }
}

.location-picker .map-responsive #map {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.location-picker .map-responsive #map [data-map] {
    border-radius: 0 12px 12px 0
}

@media (min-width: 0) {
    .location-picker .map-responsive #map [data-map] {
        border-radius:0 0 12px 12px
    }
}

@media (min-width: 992px) {
    .location-picker .map-responsive #map [data-map] {
        border-radius:0 12px 12px 0
    }
}

.location-picker .select-point-btn {
    position: absolute;
    bottom: -80px;
    left: 0
}

.location-picker .nav.nav-pills .nav-link {
    color: #fff;
    background-color: #071a33;
    padding: 20px;
    width: 100%;
    border-radius: 0
}

@media (max-width: 991px) {
    .location-picker .nav.nav-pills .nav-link {
        border-radius:0
    }
}

.location-picker .nav.nav-pills .nav-link:hover {
    cursor: pointer
}

.location-picker .nav.nav-pills .nav-link.selected,.location-picker .nav.nav-pills .nav-link.active {
    background-color: #0d2645
}

.location-picker--new {
    padding: 0
}

.location-picker__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden
}

@media (min-width: 1200px) {
    .location-picker__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.location-picker .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #071a33;
    height: 346px
}

@media (min-width: 768px) {
    .location-picker .location {
        height:423px
    }
}

@media (min-width: 1200px) {
    .location-picker .location {
        width:40%;
        height: 560px
    }
}

.location-picker .location__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px
}

.location-picker .location__header input {
    background-color: #fff
}

.location-picker .location__list {
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto
}

.location-picker .location__list-item {
    padding: 20px;
    color: #fff;
    font-size: 16px
}

@media (min-width: 768px) {
    .location-picker .location__list-item {
        font-size:14px
    }
}

.location-picker .location__list-item:hover {
    cursor: pointer;
    background-color: #0d2645
}

.location-picker .location__list-item.active {
    background-color: #0d2645
}

.location-picker .location__list-item.active:hover {
    cursor: default
}

.location-picker .location__list-item .address {
    color: #8693a2;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .location-picker .location__list-item .address {
        margin-bottom:4px
    }
}

.location-picker .location__list-item .time {
    margin: 0
}

.location-picker .location__list-item .phone {
    margin-top: 8px
}

.location-picker .map {
    position: relative;
    height: 190px
}

@media (min-width: 768px) {
    .location-picker .map {
        height:265px
    }
}

@media (min-width: 1200px) {
    .location-picker .map {
        width:60%;
        height: 560px
    }
}

.location-picker .map #map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%
}

label.checkbox {
    top: auto;
    left: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #000
}

.checkbox__control {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0
}

.checkbox__control:checked+.checkbox__checkmark:after {
    display: block
}

.checkbox__checkmark {
    position: relative;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #0d2645;
    border-radius: 4px
}

.checkbox__checkmark:after {
    content: '';
    position: absolute;
    display: none;
    width: 6px;
    height: 12px;
    bottom: 4px;
    left: 6px;
    border: solid #0d2645;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox__text {
    margin-left: 14px
}

.search-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .search-form {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.search-form__input-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .search-form__input-wrap {
        margin-bottom:0
    }
}

.search-form .icon-search {
    position: absolute;
    font-size: 26px;
    top: 12px;
    left: 16px;
    color: #071a33
}

@media (min-width: 768px) {
    .search-form .icon-search {
        top:17px
    }
}

.search-form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 40px;
    padding-left: 48px;
    padding-right: 16px
}

@media (min-width: 768px) {
    .search-form .form-control {
        height:60px;
        padding-left: 58px;
        padding-right: 33%
    }
}

.search-form .btn,.search-form .active-filters__link .close-btn,.active-filters__link .search-form .close-btn,.search-form .active-filters__button {
    width: 100%;
    height: 50px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .search-form .btn,.search-form .active-filters__link .close-btn,.active-filters__link .search-form .close-btn,.search-form .active-filters__button {
        position:absolute;
        top: 0;
        right: 0;
        width: 30%;
        height: 60px;
        margin-top: 0
    }
}

.btn-live {
    background-color: #fff;
    color: #59aee4;
    border-radius: 40px;
    padding: .75rem 1rem;
    font-size: 18px;
    border: 0
}

@media (min-width: 576px) {
    .btn-live {
        padding:15px 3rem;
        font-size: 20px
    }
}

.btn-live:hover {
    background-color: #72c7fc;
    color: #fff
}

.btn-live:hover .btn-live__icon {
    border-color: #fff
}

.btn-live:hover .btn-live__icon:after {
    width: 16px;
    height: 16px;
    border-color: #fff;
    -webkit-animation: live-hover 1s linear 0s infinite;
    animation: live-hover 1s linear 0s infinite
}

.btn-live:hover .btn-live__icon:before {
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-animation: live-hover 1s linear 0s infinite;
    animation: live-hover 1s linear 0s infinite
}

.btn-live:focus,.btn-live:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #3693cf!important
}

.btn-live__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 6px
}

.btn-live__icon:after {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #59aee4;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.btn-live__icon:before {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #59aee4;
    -webkit-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.btn-live--white {
    background-color: #f7f7f7
}

.btn-live--white:hover {
    background-color: #fff;
    color: #59aee4
}

.btn-live--white:hover .btn-live__icon:after {
    border: 1px solid #59aee4
}

.btn-live--white:hover .btn-live__icon:before {
    background-color: #59aee4
}

.btn-live--white:focus,.btn-live--white:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f1f1f1!important
}

.btn-live--white-dark {
    background-color: #fff;
    color: #0d2a4e;
    border: 1px solid #0d2a4e
}

.btn-live--white-dark .btn-live__icon:after {
    border: 1px solid #0d2a4e
}

.btn-live--white-dark .btn-live__icon:before {
    background-color: #0d2a4e
}

.btn-live--white-dark:hover {
    background-color: #0d2a4e;
    color: #fff
}

@-webkit-keyframes live-hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes live-hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.iti {
    position: relative
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,.iti input[type=text],.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space:normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0,0,0,.05)
}

.iti__flag-box,.iti__country-name,.iti__dial-code {
    vertical-align: middle
}

.iti__flag-box,.iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
    .iti__flag {
        background-size:5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(/local/templates/.default/assets/dist/css/../images/flags/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
    .iti__flag {
        background-image:url(/local/templates/.default/assets/dist/css/../images/flags/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 20px
}

@media (min-width: 768px) {
    .section-title {
        padding:60px 0 30px
    }
}

@media (min-width: 1200px) {
    .section-title {
        padding:60px 0 40px
    }
}

.section-title .title {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 123%
}

@media (min-width: 768px) {
    .section-title .title {
        font-size:28px;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .section-title .title {
        font-size:36px
    }
}

.section-title .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 145%;
    color: #59aee4;
    font-weight: 700
}

.section-title .link:hover,.section-title .link:active {
    text-decoration: none;
    color: #72c7fc
}

.section-title .link i {
    margin-left: 16px;
    font-size: 24px
}

.seo-text p {
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .seo-text p {
        font-size:16px;
        margin-bottom: 30px
    }
}

.seo-text ul {
    font-size: 14px;
    line-height: 145%;
    padding-left: 16px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .seo-text ul {
        font-size:16px;
        margin-bottom: 30px
    }
}

.seo-text ul li {
    margin-bottom: 10px
}

.seo-text ul li:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .seo-text ul li {
        margin-bottom:20px
    }
}

.accordion-card {
    border-bottom: 1px solid #8693a2
}

.accordion-card:first-child {
    border-top: 1px solid #8693a2
}

.accordion-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

.accordion-card__header:hover {
    cursor: pointer
}

.accordion-card__header:not(.collapsed) .icon-caret-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width: 768px) {
    .accordion-card__header {
        padding:25px 0
    }
}

@media (min-width: 1200px) {
    .accordion-card__header {
        padding:30px 0
    }
}

.accordion-card__header .icon-caret-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 24px;
    margin-right: 4px
}

.accordion-card__title {
    display: inline-block;
    font-size: 20px;
    line-height: 123%;
    margin-right: 20px;
    margin-bottom: 0!important
}

@media (min-width: 1200px) {
    .accordion-card__title {
        font-size:24px
    }
}

.accordion-card__body {
    font-size: 14px;
    line-height: 145%;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .accordion-card__body {
        padding-bottom:25px
    }
}

@media (min-width: 1200px) {
    .accordion-card__body {
        font-size:18px;
        padding-bottom: 30px
    }
}

.lds-dual-ring {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #59aee4;
    border-color: #59aee4 transparent #59aee4 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.forbid-action {
    margin: 150px 0 100px
}

.forbid-action .text-danger {
    text-align: center
}

.categories {
    margin-top: 10px
}

@media (min-width: 768px) {
    .categories {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .categories {
        margin-top:40px
    }
}

.categories .swiper-button-prev {
    width: auto;
    color: #071a33;
    left: 0;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.categories .swiper-button-prev:focus {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.categories .swiper-button-prev:after {
    display: none
}

@media (min-width: 768px) {
    .categories .swiper-button-prev {
        left:18px
    }
}

@media (min-width: 1200px) {
    .categories .swiper-button-prev {
        left:0
    }
}

.categories .swiper-button-prev i {
    font-size: 32px
}

.categories .swiper-button-next {
    width: auto;
    color: #071a33;
    right: 0;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.categories .swiper-button-next:focus {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.categories .swiper-button-next:after {
    display: none
}

@media (min-width: 768px) {
    .categories .swiper-button-next {
        right:18px
    }
}

@media (min-width: 1200px) {
    .categories .swiper-button-next {
        right:0
    }
}

.categories .swiper-button-next i {
    font-size: 32px
}

.delonghi-world {
    margin-top: 10px
}

@media (min-width: 768px) {
    .delonghi-world {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .delonghi-world {
        margin-top:40px
    }
}

.home-rental {
    position: relative;
    height: 352px;
    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;
    margin-top: 40px
}

@media (min-width: 768px) {
    .home-rental {
        margin-top:30px
    }
}

@media (min-width: 1200px) {
    .home-rental {
        margin-top:70px
    }
}

.home-rental__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-rental__img picture {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.home-rental__img picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 992px) {
    .home-rental__img picture img {
        -o-object-position:left;
        object-position: left
    }
}

.home-rental__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 266px;
    margin-right: 5%
}

@media (min-width: 768px) {
    .home-rental__content {
        max-width:286px
    }
}

@media (min-width: 1200px) {
    .home-rental__content {
        max-width:360px;
        margin-right: 11%
    }
}

.home-rental__content .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 20px;
    color: #fff
}

@media (min-width: 768px) {
    .home-rental__content .title {
        font-size:22px
    }
}

@media (min-width: 1200px) {
    .home-rental__content .title {
        font-size:26px
    }
}

.videogallery {
    margin-top: 10px
}

@media (min-width: 768px) {
    .videogallery {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .videogallery {
        margin-top:10px
    }
}

.videogallery .thumbs .swiper-wrapper {
    height: auto
}

@media (max-width: 1200px) {
    .videogallery .thumbs .swiper-scrollbar-wrap {
        display:block
    }
}

.social-block {
    margin-top: 10px
}

@media (min-width: 768px) {
    .social-block {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .social-block {
        margin-top:40px
    }
}

.social-block .cabinet-enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

@media (min-width: 768px) {
    .social-block .cabinet-enter {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 60px
    }
}

.social-block .cabinet-enter__img {
    border-radius: 12px;
    overflow: hidden;
    height: 164px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .social-block .cabinet-enter__img {
        width:calc(100%/12*8);
        margin-right: 30px;
        height: 210px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .social-block .cabinet-enter__img {
        width:calc(100%/12*9);
        margin-right: 30px;
        height: 400px
    }
}

.social-block .cabinet-enter__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.social-block .cabinet-enter__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media (min-width: 768px) {
    .social-block .cabinet-enter__text {
        width:calc(100%/12*4 - 30px)
    }
}

@media (min-width: 1200px) {
    .social-block .cabinet-enter__text {
        width:calc(100%/12*3 - 30px)
    }
}

.social-block .cabinet-enter__text .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .social-block .cabinet-enter__text .title {
        font-size:28px
    }
}

@media (min-width: 1200px) {
    .social-block .cabinet-enter__text .title {
        font-size:36px
    }
}

.social-block .cabinet-enter__text .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 145%;
    color: #59aee4;
    font-weight: 700;
    margin-top: 10px
}

.social-block .cabinet-enter__text .link:hover,.social-block .cabinet-enter__text .link:active {
    text-decoration: none;
    color: #72c7fc
}

@media (min-width: 768px) {
    .social-block .cabinet-enter__text .link {
        margin-top:20px
    }
}

.social-block .cabinet-enter__text .link i {
    margin-left: 20px
}

@media (min-width: 0) {
    .checkout-wrap {
        padding-left:15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) {
    .checkout-wrap {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (max-width: 0) {
    .checkout__container {
        padding:0
    }
}

.checkout__row {
    margin-bottom: 60px
}

.checkout__order {
    background-color: #fff;
    padding: 40px 0 0 0;
    border-radius: 12px 0 0 12px
}

.checkout__order-summary {
    padding: 0
}

.checkout-section {
    padding: 0 30px
}

.checkout .order-summary {
    background-color: #0d2645;
    padding: 40px 30px 0 30px;
    height: 100%
}

@media (min-width: 0) {
    .checkout .order-summary {
        border-radius:12px 12px 0 0
    }
}

@media (min-width: 1200px) {
    .checkout .order-summary {
        border-radius:0 12px 12px 0
    }
}

.checkout .order-summary__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout .order-summary__row .title {
    font-size: 14px;
    line-height: 145%;
    color: #8693a2
}

.checkout .order-summary__text {
    font-size: 14px;
    line-height: 145%;
    color: #fff
}

.checkout .order-summary__discount {
    margin-top: 33px;
    font-size: 12px;
    line-height: 145%;
    color: #59aee4
}

.checkout .order-summary__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout .order-summary__result-text {
    font-size: 18px;
    line-height: 145%;
    color: #fff
}

.checkout .order-summary__bonuses {
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    text-align: right;
    color: #c28005;
    width: 100%;
    margin-bottom: 25px
}

.checkout .order-summary__header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(134,147,162,.2);
    padding: 0 40px 0 30px
}

@media (min-width: 0) {
    .checkout .order-summary__header-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 1200px) {
    .checkout .order-summary__header-wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.checkout .order-summary__header {
    margin-right: 30px
}

.checkout .order-summary__header .title {
    color: #141414
}

@media (min-width: 0) {
    .checkout .order-summary__header .title {
        font-size:20px;
        line-height: 123%;
        margin-bottom: 0;
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .checkout .order-summary__header .title {
        font-size:24px;
        line-height: 123%;
        margin-top: 0
    }
}

.checkout .order-summary__header .edit {
    font-size: 16px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #8693a2
}

.checkout .order-summary__header .edit-order-cancel button {
    background-color: transparent;
    border: 0;
    padding: 0
}

@media (min-width: 0) {
    .checkout .order-summary__header {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .checkout .order-summary__header {
        margin-bottom:0
    }
}

.checkout .order-summary__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.checkout .order-item-small {
    position: relative;
    margin-right: 18px;
    margin-bottom: 10px
}

.checkout .order-item-small__img {
    width: 68px;
    height: 68px;
    border-radius: 4px;
    overflow: hidden
}

.checkout .order-item-small__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.checkout .order-item-small__amount {
    position: absolute;
    z-index: 2;
    top: -11px;
    right: -11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #fff;
    background-color: #0d2645;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px
}

.checkout .personal-info {
    padding-bottom: 25px
}

.checkout .personal-info .tab-customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .personal-info .tab-customer .tab__item {
    border: 1.5px solid #59aee4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    line-height: 130%;
    text-align: center;
    color: #59aee4;
    padding: 22px 0;
    cursor: pointer
}

@media (min-width: 0) {
    .checkout .personal-info .tab-customer .tab__item {
        font-size:14px;
        line-height: 130%
    }
}

@media (min-width: 768px) {
    .checkout .personal-info .tab-customer .tab__item {
        font-size:16px
    }
}

.checkout .personal-info .tab-customer .tab__item.left {
    border-radius: 3px 0 0 3px
}

.checkout .personal-info .tab-customer .tab__item.right {
    border-radius: 0 3px 3px 0
}

.checkout .personal-info .tab-customer .tab__item.active {
    background: #59aee4;
    color: #fff
}

@media (min-width: 1200px) {
    .checkout .personal-info .tab-customer__mob {
        display:none
    }
}

@media (max-width: 1199px) {
    .checkout .personal-info .tab-customer__desktop {
        display:none
    }
}

.checkout .personal-info .enter-checkout {
    margin-top: 25px
}

.checkout .personal-info__inner .filled-info {
    margin-bottom: 20px
}

.checkout .personal-info__inner .filled-info__label {
    display: block;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2
}

.checkout .personal-info__inner .filled-info__value {
    font-size: 18px;
    line-height: 145%;
    color: #141414
}

.checkout .personal-info__inner .filled-info .iti__selected-flag {
    height: 62px
}

.checkout .personal-info__inner .validation-summary-errors {
    margin-bottom: 25px;
    color: #f63933
}

.checkout .delivery {
    width: 100%
}

.checkout .delivery .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .delivery .tab__item {
    border: 1.5px solid #59aee4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
    width: 50%;
    line-height: 130%;
    text-align: center;
    color: #59aee4;
    padding: 22px 0;
    cursor: pointer
}

@media (min-width: 0) {
    .checkout .delivery .tab__item {
        font-size:14px;
        line-height: 130%
    }
}

@media (min-width: 768px) {
    .checkout .delivery .tab__item {
        font-size:16px
    }
}

.checkout .delivery .tab__item.current {
    background: #59aee4;
    color: #fff
}

.checkout .delivery-tabcontent {
    display: none;
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .checkout .delivery-tabcontent {
        margin-bottom:20px
    }
}

.checkout .delivery-tabcontent .action-title {
    font-size: 20px;
    line-height: 145%;
    color: #071a33;
    margin-top: 30px;
    margin-bottom: 20px
}

.checkout .delivery-tabcontent.current {
    display: block
}

.checkout .delivery .courier-delivery-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__fulladress,.checkout .delivery .courier-delivery-form__street,.checkout .delivery .courier-delivery-form__reg-city {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .checkout .delivery .courier-delivery-form__fulladress,.checkout .delivery .courier-delivery-form__street,.checkout .delivery .courier-delivery-form__reg-city {
        margin-bottom:45px
    }
}

.checkout .delivery .courier-delivery-form__reg-city,.checkout .delivery .courier-delivery-form__street-hause,.checkout .delivery .courier-delivery-form .house-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .delivery .courier-delivery-form__reg-city .input-floating:first-child,.checkout .delivery .courier-delivery-form__street-hause .input-floating:first-child,.checkout .delivery .courier-delivery-form .house-group .input-floating:first-child {
    margin-right: 20px
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__street-hause {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .checkout .delivery .courier-delivery-form__street-hause {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        margin-bottom: 0
    }
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__street-hause .house-group {
        margin-right:0
    }
}

.checkout .delivery .courier-delivery-form__street-hause .house-group__item {
    margin-right: 10px;
    width: 100%
}

@media (min-width: 1200px) {
    .checkout .delivery .courier-delivery-form__street-hause .house-group__item {
        margin-right:10px
    }
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__street-hause .house-group__item:last-child {
        margin-right:0
    }
}

.checkout .delivery .courier-delivery-form__street {
    display: none
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__street {
        margin-right:0!important
    }
}

@media (min-width: 1200px) {
    .checkout .delivery .courier-delivery-form__street {
        margin-right:20px!important
    }
}

.checkout .delivery .courier-delivery-form .delivery-service-wrap {
    width: 100%
}

.checkout .delivery .courier-delivery-form .delivery-service__title {
    font-size: 12px;
    line-height: 145%;
    color: #000
}

.checkout .delivery .courier-delivery-form .delivery-service__input-wrap {
    position: relative;
    width: 100%;
    padding-left: 0
}

.checkout .delivery .courier-delivery-form .delivery-service__input-wrap .caret-wrap {
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 24px;
    border: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.checkout .delivery .courier-delivery-form .date-group {
    width: 100%
}

.checkout .delivery .courier-delivery-form .date-group__title {
    font-size: 20px;
    line-height: 145%;
    color: #071a33;
    margin-top: 40px;
    margin-bottom: 20px
}

.checkout .delivery .courier-delivery-form .date-group__item {
    margin-top: 10px
}

.checkout .delivery .courier-delivery-form .date-group__item [data-js-unit='acp/model-fields/TimeUnit'] {
    height: 100%;
    width: 47%;
    margin-top: 30px
}

.checkout .delivery .courier-delivery-form .date-group__item [data-js-unit='acp/model-fields/TimeUnit'] input.timepicker {
    padding: 18px 1rem;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e8e8e9
}

.checkout .delivery .courier-delivery-form .date-group__item label[for=DeliveryTime] {
    top: 10px;
    color: #8693a2;
    font-size: 10px;
    line-height: 145%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item {
    width: 51%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item:first-child {
    margin-right: 3%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item:last-child {
    margin-left: 3%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item .input-floating {
    height: 100%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item .input-floating .select-wrap {
    height: 100%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item .input-floating .select-wrap .select2.select2-container.select2-container--default {
    height: 100%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item .input-floating .select-wrap .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
    height: 100%
}

.checkout .section-title {
    font-size: 24px;
    line-height: 123%;
    color: #141414;
    padding: 30px 0;
    margin: 0
}

.checkout .enter-checkout__header {
    font-size: 20px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group {
        margin-bottom:21px
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group {
        margin-bottom:40px
    }
}

.checkout .enter-checkout__content .input-group .limit-caption .callout-danger ul {
    padding: 0;
    margin-top: -15px
}

.checkout .enter-checkout__content .input-group__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .enter-checkout__content .input-group__phone .code-open {
    display: none
}

.checkout .enter-checkout__content .input-group__phone .input-control {
    padding-left: 1rem;
    padding-right: 1rem
}

.checkout .enter-checkout__content .input-group__phone .phone__code-active {
    padding-top: 4px;
    font-size: 16px;
    line-height: 145%;
    color: #495057;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e4e4e4;
    position: relative;
    cursor: pointer
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group__phone .phone__code-active {
        width:43%
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group__phone .phone__code-active {
        width:28%
    }
}

.checkout .enter-checkout__content .input-group__phone .phone__code-active:after {
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 10px
}

.checkout .enter-checkout__content .input-group__phone .phone__select:after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 14px
}

.checkout .enter-checkout__content .input-group__phone .phone__code {
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    background-color: #fff;
    top: 55px;
    left: 0;
    scrollbar-color: #fff #b3b3b3;
    scrollbar-width: thin;
    border: 1px solid #b3b3b3;
    border-radius: 1px;
    color: #495057
}

.checkout .enter-checkout__content .input-group__phone .phone__code::-webkit-scrollbar {
    width: 12px
}

.checkout .enter-checkout__content .input-group__phone .phone__code::-webkit-scrollbar-track {
    background: #8693a2
}

.checkout .enter-checkout__content .input-group__phone .phone__code::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #8693a2
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item {
    cursor: pointer
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item:before {
    top: 0;
    content: "";
    background-image: url(/local/templates/.default/assets/dist/css/../images/flags/flags.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ac:before {
    height: 10px;
    background-position: 0 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ad:before {
    height: 14px;
    background-position: -22px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ae:before {
    height: 10px;
    background-position: -44px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.af:before {
    height: 14px;
    background-position: -66px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ag:before {
    height: 14px;
    background-position: -88px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ai:before {
    height: 10px;
    background-position: -110px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.al:before {
    height: 15px;
    background-position: -132px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.am:before {
    height: 10px;
    background-position: -154px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ao:before {
    height: 14px;
    background-position: -176px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.aq:before {
    height: 14px;
    background-position: -198px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ar:before {
    height: 13px;
    background-position: -220px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.as:before {
    height: 10px;
    background-position: -242px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.at:before {
    height: 14px;
    background-position: -264px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.au:before {
    height: 10px;
    background-position: -286px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.aw:before {
    height: 14px;
    background-position: -308px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ax:before {
    height: 13px;
    background-position: -330px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.az:before {
    height: 10px;
    background-position: -352px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ba:before {
    height: 10px;
    background-position: -374px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bb:before {
    height: 14px;
    background-position: -396px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bd:before {
    height: 12px;
    background-position: -418px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.be:before {
    height: 15px;
    background-position: -440px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bf:before {
    height: 14px;
    background-position: -460px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bg:before {
    height: 12px;
    background-position: -482px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bh:before {
    height: 12px;
    background-position: -504px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bi:before {
    height: 12px;
    background-position: -526px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bj:before {
    height: 14px;
    background-position: -548px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bl:before {
    height: 14px;
    background-position: -570px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bm:before {
    height: 10px;
    background-position: -592px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bn:before {
    height: 10px;
    background-position: -614px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bo:before {
    height: 14px;
    background-position: -636px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bq:before {
    height: 14px;
    background-position: -658px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.br:before {
    height: 14px;
    background-position: -680px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bs:before {
    height: 10px;
    background-position: -702px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bt:before {
    height: 14px;
    background-position: -724px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bv:before {
    height: 15px;
    background-position: -746px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bw:before {
    height: 14px;
    background-position: -768px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.by:before {
    height: 10px;
    background-position: -790px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bz:before {
    height: 14px;
    background-position: -812px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ca:before {
    height: 10px;
    background-position: -834px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cc:before {
    height: 10px;
    background-position: -856px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cd:before {
    height: 15px;
    background-position: -878px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cf:before {
    height: 14px;
    background-position: -900px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cg:before {
    height: 14px;
    background-position: -922px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ch:before {
    height: 15px;
    background-position: -944px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ci:before {
    height: 14px;
    background-position: -961px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ck:before {
    height: 10px;
    background-position: -983px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cl:before {
    height: 14px;
    background-position: -1005px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cm:before {
    height: 14px;
    background-position: -1027px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cn:before {
    height: 14px;
    background-position: -1049px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.co:before {
    height: 14px;
    background-position: -1071px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cp:before {
    height: 14px;
    background-position: -1093px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cr:before {
    height: 12px;
    background-position: -1115px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cu:before {
    height: 10px;
    background-position: -1137px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cv:before {
    height: 12px;
    background-position: -1159px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cw:before {
    height: 14px;
    background-position: -1181px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cx:before {
    height: 10px;
    background-position: -1203px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cy:before {
    height: 14px;
    background-position: -1225px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cz:before {
    height: 14px;
    background-position: -1247px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.de:before {
    height: 12px;
    background-position: -1269px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dg:before {
    height: 10px;
    background-position: -1291px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dj:before {
    height: 14px;
    background-position: -1313px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dk:before {
    height: 15px;
    background-position: -1335px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dm:before {
    height: 10px;
    background-position: -1357px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.do:before {
    height: 13px;
    background-position: -1379px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dz:before {
    height: 14px;
    background-position: -1401px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ea:before {
    height: 14px;
    background-position: -1423px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ec:before {
    height: 14px;
    background-position: -1445px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ee:before {
    height: 13px;
    background-position: -1467px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.eg:before {
    height: 14px;
    background-position: -1489px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.eh:before {
    height: 10px;
    background-position: -1511px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.er:before {
    height: 10px;
    background-position: -1533px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.es:before {
    height: 14px;
    background-position: -1555px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.et:before {
    height: 10px;
    background-position: -1577px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.eu:before {
    height: 14px;
    background-position: -1599px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fi:before {
    height: 12px;
    background-position: -1621px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fj:before {
    height: 10px;
    background-position: -1643px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fk:before {
    height: 10px;
    background-position: -1665px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fm:before {
    height: 11px;
    background-position: -1687px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fo:before {
    height: 15px;
    background-position: -1709px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fr:before {
    height: 14px;
    background-position: -1731px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ga:before {
    height: 15px;
    background-position: -1753px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gb:before {
    height: 10px;
    background-position: -1775px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gd:before {
    height: 12px;
    background-position: -1797px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ge:before {
    height: 14px;
    background-position: -1819px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gf:before {
    height: 14px;
    background-position: -1841px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gg:before {
    height: 14px;
    background-position: -1863px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gh:before {
    height: 14px;
    background-position: -1885px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gi:before {
    height: 10px;
    background-position: -1907px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gl:before {
    height: 14px;
    background-position: -1929px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gm:before {
    height: 14px;
    background-position: -1951px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gn:before {
    height: 14px;
    background-position: -1973px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gp:before {
    height: 14px;
    background-position: -1995px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gq:before {
    height: 14px;
    background-position: -2017px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gr:before {
    height: 14px;
    background-position: -2039px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gs:before {
    height: 10px;
    background-position: -2061px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gt:before {
    height: 13px;
    background-position: -2083px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gu:before {
    height: 11px;
    background-position: -2105px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gw:before {
    height: 10px;
    background-position: -2127px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gy:before {
    height: 12px;
    background-position: -2149px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hk:before {
    height: 14px;
    background-position: -2171px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hm:before {
    height: 10px;
    background-position: -2193px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hn:before {
    height: 10px;
    background-position: -2215px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hr:before {
    height: 10px;
    background-position: -2237px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ht:before {
    height: 12px;
    background-position: -2259px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hu:before {
    height: 10px;
    background-position: -2281px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ic:before {
    height: 14px;
    background-position: -2303px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.id:before {
    height: 14px;
    background-position: -2325px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ie:before {
    height: 10px;
    background-position: -2347px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.il:before {
    height: 15px;
    background-position: -2369px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.im:before {
    height: 10px;
    background-position: -2391px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.in:before {
    height: 14px;
    background-position: -2413px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.io:before {
    height: 10px;
    background-position: -2435px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.iq:before {
    height: 14px;
    background-position: -2457px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ir:before {
    height: 12px;
    background-position: -2479px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.is:before {
    height: 15px;
    background-position: -2501px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.it:before {
    height: 14px;
    background-position: -2523px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.je:before {
    height: 12px;
    background-position: -2545px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.jm:before {
    height: 10px;
    background-position: -2567px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.jo:before {
    height: 10px;
    background-position: -2589px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.jp:before {
    height: 14px;
    background-position: -2611px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ke:before {
    height: 14px;
    background-position: -2633px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kg:before {
    height: 12px;
    background-position: -2655px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kh:before {
    height: 13px;
    background-position: -2677px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ki:before {
    height: 10px;
    background-position: -2699px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.km:before {
    height: 12px;
    background-position: -2721px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kn:before {
    height: 14px;
    background-position: -2743px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kp:before {
    height: 10px;
    background-position: -2765px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kr:before {
    height: 14px;
    background-position: -2787px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kw:before {
    height: 10px;
    background-position: -2809px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ky:before {
    height: 10px;
    background-position: -2831px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kz:before {
    height: 10px;
    background-position: -2853px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.la:before {
    height: 14px;
    background-position: -2875px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lb:before {
    height: 14px;
    background-position: -2897px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lc:before {
    height: 10px;
    background-position: -2919px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.li:before {
    height: 12px;
    background-position: -2941px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lk:before {
    height: 10px;
    background-position: -2963px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lr:before {
    height: 11px;
    background-position: -2985px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ls:before {
    height: 14px;
    background-position: -3007px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lt:before {
    height: 12px;
    background-position: -3029px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lu:before {
    height: 12px;
    background-position: -3051px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lv:before {
    height: 10px;
    background-position: -3073px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ly:before {
    height: 10px;
    background-position: -3095px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ma:before {
    height: 14px;
    background-position: -3117px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mc:before {
    height: 15px;
    background-position: -3139px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.md:before {
    height: 10px;
    background-position: -3160px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.me:before {
    height: 10px;
    background-position: -3182px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mf:before {
    height: 14px;
    background-position: -3204px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mg:before {
    height: 14px;
    background-position: -3226px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mh:before {
    height: 11px;
    background-position: -3248px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mk:before {
    height: 10px;
    background-position: -3270px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ml:before {
    height: 14px;
    background-position: -3292px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mm:before {
    height: 14px;
    background-position: -3314px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mn:before {
    height: 10px;
    background-position: -3336px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mo:before {
    height: 14px;
    background-position: -3358px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mp:before {
    height: 10px;
    background-position: -3380px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mq:before {
    height: 14px;
    background-position: -3402px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mr:before {
    height: 14px;
    background-position: -3424px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ms:before {
    height: 10px;
    background-position: -3446px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mt:before {
    height: 14px;
    background-position: -3468px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mu:before {
    height: 14px;
    background-position: -3490px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mv:before {
    height: 14px;
    background-position: -3512px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mw:before {
    height: 14px;
    background-position: -3534px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mx:before {
    height: 12px;
    background-position: -3556px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.my:before {
    height: 10px;
    background-position: -3578px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mz:before {
    height: 14px;
    background-position: -3600px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.na:before {
    height: 14px;
    background-position: -3622px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nc:before {
    height: 10px;
    background-position: -3644px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ne:before {
    height: 15px;
    background-position: -3666px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nf:before {
    height: 10px;
    background-position: -3686px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ng:before {
    height: 10px;
    background-position: -3708px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ni:before {
    height: 12px;
    background-position: -3730px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nl:before {
    height: 14px;
    background-position: -3752px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.no:before {
    height: 15px;
    background-position: -3774px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.np:before {
    height: 15px;
    background-position: -3796px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nr:before {
    height: 10px;
    background-position: -3811px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nu:before {
    height: 10px;
    background-position: -3833px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nz:before {
    height: 10px;
    background-position: -3855px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.om:before {
    height: 10px;
    background-position: -3877px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pa:before {
    height: 14px;
    background-position: -3899px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pe:before {
    height: 14px;
    background-position: -3921px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pf:before {
    height: 14px;
    background-position: -3943px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pg:before {
    height: 15px;
    background-position: -3965px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ph:before {
    height: 10px;
    background-position: -3987px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pk:before {
    height: 14px;
    background-position: -4009px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pl:before {
    height: 13px;
    background-position: -4031px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pm:before {
    height: 14px;
    background-position: -4053px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pn:before {
    height: 10px;
    background-position: -4075px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pr:before {
    height: 14px;
    background-position: -4097px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ps:before {
    height: 10px;
    background-position: -4119px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pt:before {
    height: 14px;
    background-position: -4141px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pw:before {
    height: 13px;
    background-position: -4163px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.py:before {
    height: 11px;
    background-position: -4185px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.qa:before {
    height: 8px;
    background-position: -4207px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.re:before {
    height: 14px;
    background-position: -4229px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ro:before {
    height: 14px;
    background-position: -4251px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.rs:before {
    height: 14px;
    background-position: -4273px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ru:before {
    height: 14px;
    background-position: -4295px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.rw:before {
    height: 14px;
    background-position: -4317px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sa:before {
    height: 14px;
    background-position: -4339px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sb:before {
    height: 10px;
    background-position: -4361px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sc:before {
    height: 10px;
    background-position: -4383px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sd:before {
    height: 10px;
    background-position: -4405px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.se:before {
    height: 13px;
    background-position: -4427px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sg:before {
    height: 14px;
    background-position: -4449px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sh:before {
    height: 10px;
    background-position: -4471px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.si:before {
    height: 10px;
    background-position: -4493px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sj:before {
    height: 15px;
    background-position: -4515px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sk:before {
    height: 14px;
    background-position: -4537px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sl:before {
    height: 14px;
    background-position: -4559px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sm:before {
    height: 15px;
    background-position: -4581px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sn:before {
    height: 14px;
    background-position: -4603px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.so:before {
    height: 14px;
    background-position: -4625px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sr:before {
    height: 14px;
    background-position: -4647px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ss:before {
    height: 10px;
    background-position: -4669px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.st:before {
    height: 10px;
    background-position: -4691px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sv:before {
    height: 12px;
    background-position: -4713px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sx:before {
    height: 14px;
    background-position: -4735px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sy:before {
    height: 14px;
    background-position: -4757px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sz:before {
    height: 14px;
    background-position: -4779px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ta:before {
    height: 10px;
    background-position: -4801px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tc:before {
    height: 10px;
    background-position: -4823px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.td:before {
    height: 14px;
    background-position: -4845px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tf:before {
    height: 14px;
    background-position: -4867px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tg:before {
    height: 13px;
    background-position: -4889px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.th:before {
    height: 14px;
    background-position: -4911px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tj:before {
    height: 10px;
    background-position: -4933px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tk:before {
    height: 10px;
    background-position: -4955px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tl:before {
    height: 10px;
    background-position: -4977px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tm:before {
    height: 14px;
    background-position: -4999px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tn:before {
    height: 14px;
    background-position: -5021px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.to:before {
    height: 10px;
    background-position: -5043px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tr:before {
    height: 14px;
    background-position: -5065px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tt:before {
    height: 12px;
    background-position: -5087px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tv:before {
    height: 10px;
    background-position: -5109px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tw:before {
    height: 14px;
    background-position: -5131px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tz:before {
    height: 14px;
    background-position: -5153px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ua:before {
    height: 14px;
    background-position: -5175px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ug:before {
    height: 14px;
    background-position: -5197px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.um:before {
    height: 11px;
    background-position: -5219px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.us:before {
    height: 11px;
    background-position: -5241px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.uy:before {
    height: 14px;
    background-position: -5263px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.uz:before {
    height: 10px;
    background-position: -5285px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.va:before {
    height: 15px;
    background-position: -5307px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vc:before {
    height: 14px;
    background-position: -5324px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ve:before {
    height: 14px;
    background-position: -5346px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vg:before {
    height: 10px;
    background-position: -5368px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vi:before {
    height: 14px;
    background-position: -5390px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vn:before {
    height: 14px;
    background-position: -5412px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vu:before {
    height: 12px;
    background-position: -5434px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.wf:before {
    height: 14px;
    background-position: -5456px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ws:before {
    height: 10px;
    background-position: -5478px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.xk:before {
    height: 15px;
    background-position: -5500px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ye:before {
    height: 14px;
    background-position: -5522px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.yt:before {
    height: 14px;
    background-position: -5544px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.za:before {
    height: 14px;
    background-position: -5566px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.zm:before {
    height: 14px;
    background-position: -5588px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.zw:before {
    height: 10px;
    background-position: -5610px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-itemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 5px;
    padding-bottom: 3px
}

.checkout .enter-checkout__content .input-group__phone .phone__codeCountry {
    margin-right: 10px
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group__phone .control-label {
        left:30%
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group__phone .control-label {
        left:24%
    }
}

.checkout .enter-checkout__content .input-group__phone .input-control {
    border: 0;
    width: 100%
}

.checkout .enter-checkout__content .input-group__accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group__accept {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group__accept {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group__accept .btn,.checkout .enter-checkout__content .input-group__accept .active-filters__link .close-btn,.active-filters__link .checkout .enter-checkout__content .input-group__accept .close-btn,.checkout .enter-checkout__content .input-group__accept .active-filters__button {
        margin-right:0;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group__accept .btn,.checkout .enter-checkout__content .input-group__accept .active-filters__link .close-btn,.active-filters__link .checkout .enter-checkout__content .input-group__accept .close-btn,.checkout .enter-checkout__content .input-group__accept .active-filters__button {
        margin-right:30px
    }
}

.checkout .enter-checkout__content .input-group__accept .caption {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2
}

.checkout .enter-checkout__content .input-group.focused .control-label,.checkout .enter-checkout__content .input-group.filled .control-label {
    color: #8693a2;
    font-size: 60%;
    top: 10px;
    left: 0
}

.checkout .enter-checkout__content .input-group.focused .input-control,.checkout .enter-checkout__content .input-group.filled .input-control {
    outline: 0
}

.checkout .enter-checkout__content .input-group.focused .input-control:focus,.checkout .enter-checkout__content .input-group.filled .input-control:focus {
    border: 1px solid #59aee4
}

.checkout .enter-checkout__content .input-group.focused .input-group__phone .input-control:focus,.checkout .enter-checkout__content .input-group.filled .input-group__phone .input-control:focus {
    border: 0
}

.checkout .enter-checkout__content .input-group.focused label.label-phone-split-field,.checkout .enter-checkout__content .input-group.filled label.label-phone-split-field {
    color: #8693a2;
    font-size: 10px;
    line-height: 145%;
    top: 10px;
    padding-left: 1rem
}

.checkout .enter-checkout__content .input-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkout .enter-checkout__content .input-wrap .label-phone-split-field {
    padding-left: 107px;
    -webkit-transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out;
    transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out
}

.checkout .enter-checkout__content .input-wrap .input-control {
    display: block
}

.checkout .auth-wrap {
    width: 100%
}

.checkout .enter-checkout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 0) {
    .checkout .enter-checkout__content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.checkout .enter-checkout__content form {
    margin: 0;
    padding: 0
}

.checkout .enter-checkout__content form .btn,.checkout .enter-checkout__content form .active-filters__link .close-btn,.active-filters__link .checkout .enter-checkout__content form .close-btn,.checkout .enter-checkout__content form .active-filters__button {
    width: 100%;
    background: #8693a2;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    padding: 15px 0;
    color: #fff;
    margin-right: 30px
}

.checkout .enter-checkout__content .code-confirmation {
    margin-bottom: 20px
}

.checkout .enter-checkout__separator {
    font-size: 20px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 0) {
    .checkout .enter-checkout__separator {
        margin-top:0;
        margin: 25px 0
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__separator {
        margin:0 25px;
        margin-top: -65px
    }
}

.checkout .enter-checkout .auth-wrap {
    max-width: 433px
}

.checkout .enter-checkout__content-btnSendAgain {
    margin-top: 40px;
    font-size: 20px;
    line-height: 123%;
    color: #59aee4;
    border: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    outline: 0
}

@media (min-width: 0) {
    .checkout .enter-socials {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .checkout .enter-socials {
        margin-top:-75px
    }
}

.checkout .enter-socials .caption {
    font-size: 16px;
    line-height: 145%;
    color: #141414
}

.checkout .enter-socials .register-socials-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.checkout .custom-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 5px
}

.checkout .custom-icon .icon {
    width: 32px;
    height: 32px;
    fill: #fff
}

.checkout ul,.checkout ol {
    list-style-type: none
}

.checkout .custom-icon.facebook {
    margin-right: 26px
}

.checkout .custom-icon.facebook svg {
    width: 40px;
    height: 35px
}

.checkout .custom-icon.facebook svg path {
    fill: #3b5998
}

.checkout .custom-icon.vk {
    background-color: #4d76a1
}

.checkout .custom-icon.vk svg {
    -webkit-transform: rotate3d(1,0,0,180deg);
    transform: rotate3d(1,0,0,180deg);
    width: 20px;
    height: 20px
}

.checkout .custom-icon.vk svg path {
    fill: #fff
}

.checkout .index-tab {
    display: none
}

.checkout .index-tab.active {
    display: block
}

.checkout__change {
    font-size: 16px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #8693a2
}

.checkout .user-info__static-field {
    margin-bottom: 20px
}

.checkout .user-info .input-floating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkout .user-info .input-floating .help-block-wrap {
    width: 100%
}

.checkout .user-info .input-floating .input-phone-wrap {
    width: 100%
}

.checkout .user-info .warning {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout .user-info .warning .icon {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
}

.checkout .user-info .warning p {
    margin-bottom: 0
}

.checkout .payment-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout .payment-methods .payment-method-tab {
    display: none
}

.checkout .payment-methods .payment-method-tab.active {
    display: block
}

.checkout .payment-method {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px
}

@media (min-width: 375px) {
    .checkout .payment-method:nth-child(2n) {
        margin-right:0
    }
}

.checkout .payment-method__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0
}

.checkout .payment-method__input:checked+.payment-method__label {
    border-color: #59aee4
}

.checkout .payment-method__input:checked+.payment-method__label i {
    color: #59aee4
}

.checkout .payment-method__input:checked+.payment-method__label .svg-background {
    fill: #59aee4
}

.checkout .payment-method__input:checked+.payment-method__label .payment-method__check {
    border-color: #59aee4
}

.checkout .payment-method__input:checked+.payment-method__label .payment-method__check:after {
    opacity: 1
}

.checkout .payment-method__input:checked+.payment-method__label .payment-method__title {
    color: #59aee4;
    font-weight: 400
}

@media (min-width: 768px) {
    .checkout .payment-method__input:checked+.payment-method__label .payment-method__title {
        font-size:16px
    }
}

@media (min-width: 992px) {
    .checkout .payment-method__input:checked+.payment-method__label .payment-method__title {
        font-size:20px
    }
}

.checkout .payment-method__label {
    border: 2px solid #0d2645;
    border-radius: 3px;
    padding: 18px 18px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    position: relative;
    min-height: 120px
}

@media (max-width: 1200px) {
    .checkout .payment-method__label {
        min-height:130px
    }
}

.checkout .payment-method__label:hover {
    cursor: pointer
}

.checkout .payment-method__label .payment-method__icon.online-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: auto
}

@media (max-width: 768px) {
    .checkout .payment-method__label .payment-method__icon.online-pay {
        height:36px
    }
}

.checkout .payment-method__label .payment-method__icon.online-pay img {
    display: inline-block;
    height: 100%;
    width: auto;
    margin-right: 12px
}

@media (max-width: 768px) {
    .checkout .payment-method__label .payment-method__icon.online-pay img {
        margin-right:8px
    }
}

.checkout .payment-method__label .payment-method__icon.online-pay img:last-child {
    margin-right: 0
}

.checkout .payment-method__check {
    position: absolute;
    right: 10px;
    top: 10px;
    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: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid #0d2645
}

.checkout .payment-method__check:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #59aee4;
    border-radius: 50%;
    opacity: 0
}

.checkout .payment-method i {
    color: #0d2645;
    font-size: 50px;
    margin-bottom: 14px
}

.checkout .payment-method__icon {
    margin-bottom: 14px
}

.checkout .payment-method__icon.yookassa {
    width: 80px;
    height: 50px
}

.checkout .payment-method__title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .checkout .payment-method__title {
        font-size:16px
    }
}

@media (max-width: 576px) {
    .checkout .payment-method__title {
        font-size:14px
    }
}

.checkout .payment-method__title .dopInfo {
    position: relative;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .checkout .payment-method__title .dopInfo {
        margin-top:4px
    }
}

.checkout .payment-method__title .dopInfo:hover svg path {
    fill: #59aee4
}

.checkout .payment-method__title .dopInfo:hover .info-block {
    display: block
}

.checkout .payment-method__title .dopInfo .info-block {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    position: absolute;
    top: 26px;
    right: 0;
    padding: 16px;
    width: 260px
}

@media (min-width: 768px) {
    .checkout .payment-method__title .dopInfo .info-block {
        width:312px;
        top: 26px
    }
}

@media (min-width: 1200px) {
    .checkout .payment-method__title .dopInfo .info-block {
        left:26px;
        top: 0;
        width: 384px;
        padding: 20px
    }
}

.checkout .payment-method__title .dopInfo .info-block p {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #0d2645;
    margin-bottom: 10px
}

.checkout .payment-method__title .dopInfo .info-block p:last-child {
    margin-bottom: 0
}

.checkout .payment-method .icon-always-yes {
    font-size: 24px
}

@media (min-width: 768px) and (max-width:1200px) {
    .checkout .payment-method .icon-always-yes {
        font-size:16px
    }
}

@media (max-width: 576px) and (max-width:768px) {
    .checkout .payment-method .icon-always-yes {
        font-size:18px
    }
}

.checkout .payment-method .method-credit {
    border: 2px solid #0d2645;
    border-radius: 3px;
    padding: 18px 18px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    position: relative;
    min-height: 120px
}

@media (max-width: 1200px) {
    .checkout .payment-method .method-credit {
        min-height:130px
    }
}

.checkout .payment-method .method-credit:hover {
    cursor: pointer
}

.checkout .payment-method.active .method-credit {
    border-color: #59aee4
}

.checkout .payment-method.active .method-credit .payment-method__title {
    color: #59aee4
}

.checkout .payment-method.active .method-credit .payment-method__check {
    border-color: #59aee4
}

.checkout .payment-method.active .method-credit .payment-method__check:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #59aee4;
    border-radius: 50%;
    opacity: 1
}

.checkout .payment-method.active .method-credit svg path {
    fill: #59aee4
}

.checkout .delivery-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout .delivery-methods .payment-method-tab {
    display: none
}

.checkout .delivery-methods .payment-method-tab.active {
    display: block
}

.checkout .delivery-method {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1
}

@media (min-width: 375px) {
    .checkout .delivery-method:nth-child(2n) {
        margin-right:0
    }
}

.checkout .delivery-method__infotable {
    width: 100%
}

.checkout .delivery-method__fasticon {
    font-size: 34px!important;
    padding-top: 5px
}

.checkout .delivery-method__expressiconcontainer {
    width: 50px;
    font-size: 0;
    padding-left: 5px;
    padding-top: 6px
}

.checkout .delivery-method__iconcontainer {
    width: 47px;
    font-size: 0;
    padding-left: 5px;
    padding-top: 3px
}

.checkout .delivery-method__expressname {
    font-size: 13px;
    display: inherit
}

@media (min-width: 375px) {
    .checkout .delivery-method__expressname {
        font-size:18px
    }
}

.checkout .delivery-method__expressdescription {
    font-size: 9px;
    white-space: nowrap
}

@media (min-width: 375px) {
    .checkout .delivery-method__expressdescription {
        font-size:13px
    }
}

.checkout .delivery-method__condition {
    font-size: 11px;
    padding-right: 7px;
    text-align: right
}

@media (min-width: 375px) {
    .checkout .delivery-method__condition {
        font-size:14px
    }
}

.checkout .delivery-method__checkcontainer {
    width: 30px
}

.checkout .delivery-method__standartname {
    font-size: 13px;
    text-align: left
}

@media (min-width: 375px) {
    .checkout .delivery-method__standartname {
        font-size:18px
    }
}

.checkout .delivery-method__input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0
}

.checkout .delivery-method__input:checked+.delivery-method__label {
    border-color: #59aee4;
    color: #59aee4
}

.checkout .delivery-method__input:checked+.delivery-method__label i {
    color: #59aee4
}

.checkout .delivery-method__input:checked+.delivery-method__label .svg-background {
    fill: #59aee4
}

.checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__check {
    border-color: #59aee4
}

.checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__check:after {
    opacity: 1
}

.checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__title {
    color: #59aee4;
    font-weight: 400
}

@media (min-width: 768px) {
    .checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__title {
        font-size:16px
    }
}

@media (min-width: 992px) {
    .checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__title {
        font-size:20px
    }
}

.checkout .delivery-method__label {
    border: 2px solid #0d2645;
    border-radius: 3px;
    padding: 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: relative;
    min-height: 60px
}

@media (max-width: 768px) {
    .checkout .delivery-method__label {
        min-height:28px
    }
}

@media screen and (max-width: 576px) {
    .checkout .delivery-method__label {
        min-height:27px
    }
}

.checkout .delivery-method__label:hover {
    cursor: pointer
}

.checkout .delivery-method__check {
    right: 10px;
    top: 10px;
    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: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid #0d2645
}

.checkout .delivery-method__check:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #59aee4;
    border-radius: 50%;
    opacity: 0
}

.checkout .delivery-method i {
    color: #0d2645;
    font-size: 38px;
    margin-bottom: 0
}

.checkout .delivery-method__icon {
    margin-bottom: 0
}

.checkout .delivery-method__title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .checkout .delivery-method__title {
        font-size:16px
    }
}

@media (max-width: 576px) {
    .checkout .delivery-method__title {
        font-size:14px
    }
}

.checkout .delivery-method__title .dopInfo {
    position: relative;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .checkout .delivery-method__title .dopInfo {
        margin-top:4px
    }
}

.checkout .delivery-method__title .dopInfo:hover svg path {
    fill: #59aee4
}

.checkout .delivery-method__title .dopInfo:hover .info-block {
    display: block
}

.checkout .delivery-method__title .dopInfo .info-block {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    position: absolute;
    top: 26px;
    right: 0;
    padding: 16px;
    width: 260px
}

@media (min-width: 768px) {
    .checkout .delivery-method__title .dopInfo .info-block {
        width:312px;
        top: 26px
    }
}

@media (min-width: 1200px) {
    .checkout .delivery-method__title .dopInfo .info-block {
        left:26px;
        top: 0;
        width: 384px;
        padding: 20px
    }
}

.checkout .delivery-method__title .dopInfo .info-block p {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #0d2645;
    margin-bottom: 10px
}

.checkout .delivery-method__title .dopInfo .info-block p:last-child {
    margin-bottom: 0
}

.checkout .delivery-method .icon-always-yes {
    font-size: 24px
}

@media (min-width: 768px) and (max-width:1200px) {
    .checkout .delivery-method .icon-always-yes {
        font-size:16px
    }
}

@media (max-width: 576px) and (max-width:768px) {
    .checkout .delivery-method .icon-always-yes {
        font-size:18px
    }
}

.checkout .expressdelivery-section .action-title {
    font-size: 20px;
    line-height: 145%;
    color: #071a33;
    margin: 0
}

.checkout .credit-variants .credit-item .payment-method__label {
    border: 0;
    min-height: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout .credit-variants .credit-item .payment-method__check {
    position: unset;
    margin-right: 8px
}

.checkout .credit-variants .credit-item .payment-method__title {
    color: #071a33!important;
    font-size: 16px!important;
    line-height: 24px!important;
    max-width: calc(100% - 33px)
}

@media (min-width: 1200px) {
    .checkout .credit-variants .credit-item .payment-method__title {
        font-size:18px!important
    }
}

.checkout .credit-variants .credit-item .payment-method__subtitle {
    font-size: 14px;
    line-height: 24px;
    color: #8693a2;
    width: 100%;
    max-width: calc(100% - 33px);
    margin-left: 32px
}

.checkout .credit-variants__head {
    margin-left: 20px;
    font-size: 16px;
    line-height: 130%
}

@media (min-width: 1200px) {
    .checkout .credit-variants__head {
        font-size:20px;
        line-height: 145%
    }
}

.checkout .selected-department {
    margin-bottom: 18px;
    margin-top: 10px
}

.checkout .selected-department__name,.checkout .selected-department__address {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 4px
}

.checkout .selected-department__info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px
}

.checkout .courier-edit-address {
    color: #59aee4;
    text-decoration: underline;
    background: #fff
}

.checkout .checkout-result {
    margin-top: 60px;
    margin-bottom: 50px
}

@media (min-width: 0) {
    .checkout .checkout-result {
        width:100%
    }
}

@media (min-width: 1200px) {
    .checkout .checkout-result {
        width:70%
    }
}

.checkout .checkout-result__text {
    font-size: 20px;
    line-height: 145%;
    color: #071a33
}

.checkout .checkout-result .order-comment-block {
    margin-bottom: 40px
}

.checkout .checkout-result .order__test {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: -30px 0 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkout .checkout-result .order__test input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkout .checkout-result .order__test input:checked~.checkmark {
    background-color: #59aee4
}

.checkout .checkout-result .order__test .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkout .checkout-result .order__test input:checked~.checkmark:after {
    display: block
}

.checkout .checkout-result .order__test .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1.3px solid #8693a2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

.checkout .checkout-result .order__test .checkmark:after {
    left: 5px;
    top: 0;
    width: 9px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none
}

.checkout .checkout-result .order__test__checktext {
    font-size: 14px;
    line-height: 145%
}

.checkout .checkout-result .textarea-control {
    border: 1px solid #e8e8e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    line-height: 145%;
    color: #8693a2;
    padding: 19px 16px;
    resize: none
}

.checkout .checkout-result .order-comment-block:nth-child(3) .textarea-control {
    height: 140px
}

.checkout .checkout-result .btn,.checkout .checkout-result .active-filters__link .close-btn,.active-filters__link .checkout .checkout-result .close-btn,.checkout .checkout-result .active-filters__button {
    width: 100%;
    background: #8693a2;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    padding: 15px 0
}

.checkout .input-control[name=FullName] {
    color: #000!important
}

.checkout .input-control[type=text].input-validation-error~label,.checkout .input-control[type=email].input-validation-error~label,.checkout .input-control[type=search].input-validation-error~label,.checkout .input-control[type=password].input-validation-error~label,.checkout textarea.input-control.input-validation-error {
    color: #f63933;
    top: 35%
}

.checkout .input-control[type=text].input-validation-error,.checkout .input-control[type=email].input-validation-error,.checkout .input-control[type=search].input-validation-error,.checkout .input-control[type=password].input-validation-error,.checkout textarea.input-control.input-validation-error {
    color: #f63933;
    border: 1px solid #f63933
}

.section-checkout .hero__img img {
    width: 100%
}

.section-checkout iframe {
    min-height: 560px
}

.order-success {
    border-bottom: 1px solid #e8e8e9
}

@media (min-width: 0) {
    .order-success__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 992px) {
    .order-success__wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 0) {
    .order-success .success-message {
        margin-top:42px
    }
}

@media (min-width: 992px) {
    .order-success .success-message {
        margin-top:72px
    }
}

@media (min-width: 0) {
    .order-success .success-message__wrap {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .order-success .success-message__wrap {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .order-success .success-message h1 {
        margin-bottom:20px
    }
}

@media (min-width: 992px) {
    .order-success .success-message p {
        margin-top:0!important;
        margin-bottom: 40px!important
    }
}

.order-success .round-tick {
    position: relative
}

.order-success .round-tick .tick-icon {
    position: absolute;
    left: 23px;
    top: 12px;
    width: 13px;
    height: 28px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.order-success__button,.order-success__button:hover {
    background: #59aee4;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    padding: 12px 80px;
    text-decoration: none
}

@media (min-width: 0) {
    .order-success__button,.order-success__button:hover {
        margin-top:30px;
        margin-bottom: 19px
    }
}

@media (min-width: 992px) {
    .order-success__button,.order-success__button:hover {
        margin-top:0;
        margin-bottom: 112px
    }
}

.order-success .order-summary {
    border-bottom: none;
    border-left: 1px solid #e8e8e9
}

@media (min-width: 0) {
    .order-success .order-summary {
        border:0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0!important
    }
}

@media (min-width: 992px) {
    .order-success .order-summary {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 60px!important
    }
}

.order-success .order-summary__title {
    font-size: 24px;
    line-height: 123%;
    color: #071a33
}

.order-success .order-summary .cart-item__product-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.form-control[type=text].input-validation-error,.form-control[type=email].input-validation-error,.form-control[type=search].input-validation-error,.form-control[type=password].input-validation-error,textarea.form-control.input-validation-error {
    color: #f63933;
    border: 1px solid #f63933
}

#phoneSplitInput.form-control[type=text].input-validation-error {
    padding-left: 65px
}

.form-control[type=text].input-validation-error~label,.form-control[type=email].input-validation-error~label,.form-control[type=search].input-validation-error~label,.form-control[type=password].input-validation-error~label,textarea.form-control.input-validation-error {
    color: #f63933
}

.form-control[type=text].input-validation-error::-webkit-input-placeholder,.form-control[type=email].input-validation-error::-webkit-input-placeholder,.form-control[type=search].input-validation-error::-webkit-input-placeholder,.form-control[type=password].input-validation-error::-webkit-input-placeholder,textarea.form-control.input-validation-error::-webkit-input-placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error::-moz-placeholder,.form-control[type=email].input-validation-error::-moz-placeholder,.form-control[type=search].input-validation-error::-moz-placeholder,.form-control[type=password].input-validation-error::-moz-placeholder,textarea.form-control.input-validation-error::-moz-placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error:-ms-input-placeholder,.form-control[type=email].input-validation-error:-ms-input-placeholder,.form-control[type=search].input-validation-error:-ms-input-placeholder,.form-control[type=password].input-validation-error:-ms-input-placeholder,textarea.form-control.input-validation-error:-ms-input-placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error::-ms-input-placeholder,.form-control[type=email].input-validation-error::-ms-input-placeholder,.form-control[type=search].input-validation-error::-ms-input-placeholder,.form-control[type=password].input-validation-error::-ms-input-placeholder,textarea.form-control.input-validation-error::-ms-input-placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error::placeholder,.form-control[type=email].input-validation-error::placeholder,.form-control[type=search].input-validation-error::placeholder,.form-control[type=password].input-validation-error::placeholder,textarea.form-control.input-validation-error::placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error::-webkit-input-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error::-moz-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error:-ms-input-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error::-ms-input-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error::placeholder {
    color: gray
}

.form-control[type=text].input-validation-error:-ms-input-placeholder,.form-control[type=email].input-validation-error:-ms-input-placeholder,.form-control[type=search].input-validation-error:-ms-input-placeholder,.form-control[type=password].input-validation-error:-ms-input-placeholder,textarea.form-control.input-validation-error:-ms-input-placeholder {
    color: #f63933
}

.form-control[type=text].input-validation-error:-ms-input-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error::-ms-input-placeholder,.form-control[type=email].input-validation-error::-ms-input-placeholder,.form-control[type=search].input-validation-error::-ms-input-placeholder,.form-control[type=password].input-validation-error::-ms-input-placeholder,textarea.form-control.input-validation-error::-ms-input-placeholder {
    color: #f63933
}

.form-control[type=text].input-validation-error::-ms-input-placeholder {
    color: gray
}

.code-counter-wrap {
    margin-top: 20px!important
}

#inline-delivery-point-select {
    margin-top: 20px
}

.location__search-branch {
    background-color: #071a33;
    padding: 20px
}

@media (min-width: 0) {
    .location__search-branch {
        border-radius:12px 12px 0 0
    }
}

@media (min-width: 992px) {
    .location__search-branch {
        border-radius:12px 0 0 0
    }
}

.location__search-branch input {
    width: 100%;
    font-size: 16px;
    line-height: 145%;
    color: #8693a2;
    padding: 17px 16px 16px;
    outline: 0;
    border: 0
}

.location__btn {
    margin-top: 32px
}

.bootstrap-timepicker-widget [data-action=incrementHour] span:before,.bootstrap-timepicker-widget [data-action=incrementMinute] span:before {
    content: "\21E7"
}

.bootstrap-timepicker-widget [data-action=decrementHour] span:before,.bootstrap-timepicker-widget [data-action=decrementMinute] span:before {
    content: "\21E9"
}

@media (min-width: 992px) and (max-width:1199px) {
    .container-products .col-lg-9 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .container-products .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
}

.container-products .modal-dialog {
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
}

.product-page .suggestions {
    margin: 40px 0
}

@media (min-width: 992px) {
    .product-page .suggestions {
        margin:60px 0
    }
}

.product {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .product {
        padding-bottom:60px
    }
}

.product .available {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 10px
}

.product .available.green {
    color: #219653
}

.product .available.red {
    color: #f63933
}

.product .name {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 8px
}

.product .full-name {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 10px
}

.product .articul {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    margin-bottom: 10px
}

.product .color-picker__controls a {
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: red
}

@media (max-width: 576px) {
    .product .color-picker__controls a {
        height:40px;
        width: 40px
    }
}

.product .color-picker__controls a.active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.product .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-right: 25px
}

.product .price-block .prev-price {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.product .price {
    font-size: 24px;
    line-height: 123%
}

.product .bonus-count {
    font-size: 12px;
    line-height: 145%;
    color: #fff;
    font-weight: 700;
    height: 40px;
    padding-right: 12px;
    border-radius: 8px;
    background-color: #c28005
}

.product .bonus-count svg {
    margin: 8px 4px 8px 12px
}

.product .compareBtn__btn {
    width: 100%;
    font-size: 18px;
    line-height: 145%;
    color: #071a33;
    padding: 0;
    border: 0;
    text-align: left;
    position: relative;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.product .compareBtn__btn svg {
    margin-right: 12px
}

.product .compareBtn__btn .btn__exclamation {
    display: none
}

.product .compareBtn__btn:hover {
    color: #c28005
}

.product .compareBtn__btn:hover svg path {
    fill: #c28005
}

.product .compareBtn__btn.added {
    cursor: pointer
}

.product .compareBtn__btn.added .btn__svg-wrap:after,.product .compareBtn__btn.added .btn__svg-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 33px;
    top: 2px
}

.product .compareBtn__btn.added .btn__svg-wrap:after {
    left: 41px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product .compareBtn__btn.added .btn__svg-wrap:before {
    background-color: #c28005;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.product .compareBtn__btn.added .btn__text {
    display: none
}

.product .compareBtn__btn.added .btn__exclamation {
    display: inline-block
}

.product__price-bonus {
    margin-bottom: 20px
}

.product-promocode {
    width: 315px;
    height: 90px;
    position: relative;
    margin-bottom: 25px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .product-promocode {
        margin-bottom:0
    }
}

.product-promocode img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-promocode__info {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0
}

.product-promocode__info .left {
    max-width: 108px
}

.product-promocode__info .left .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 123%;
    color: #071a33;
    margin-bottom: 0
}

.product-promocode__info .left .date {
    font-size: 12px;
    line-height: 120%;
    color: #071a33;
    margin-top: 4px;
    margin-bottom: 0
}

.product-promocode__info .right {
    max-width: 82px;
    margin-right: 10px
}

.product-promocode__info .right .code {
    font-size: 12px;
    line-height: 120%;
    color: #071a33;
    margin-bottom: 0;
    text-align: center
}

.product-promocode__info .right .code span {
    font-weight: 700
}

.product-promocode__info .right .confirm {
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #c28005;
    margin-top: 6px;
    background: 0 0;
    border: 0
}

.product-promocode__info .right svg {
    margin: 0 auto 8px;
    display: block
}

.product__gift {
    background-color: #fff;
    border-radius: 18px;
    padding: 12px 16px 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    background: #F7F7F7;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none!important
}

@media (min-width: 1200px) {
    .product__gift {
        padding:12px 20px 12px 12px
    }
}

.product__gift:not(:last-child) {
    margin-bottom: 10px
}

.product__gift .gift__img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.product__gift .gift__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.product__gift .gift__title {
    font-size: 12px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 0;
    margin-right: 12px
}

@media (min-width: 1200px) {
    .product__gift .gift__title {
        margin-right:20px
    }
}

.product__gift .gift__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 116px
}

@media (min-width: 992px) {
    .product__gift .gift__price-wrap {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 90px
    }
}

@media (min-width: 1200px) {
    .product__gift .gift__price-wrap {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 116px
    }
}

@media (min-width: 0) {
    .product__gift .gift__price-wrap .price-wrap__icon {
        margin-right:13px
    }
}

@media (min-width: 992px) {
    .product__gift .gift__price-wrap .price-wrap__icon {
        margin-right:0
    }
}

@media (min-width: 1200px) {
    .product__gift .gift__price-wrap .price-wrap__icon {
        margin-right:8px
    }
}

.product__gift .gift__price .price__amount {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2
}

.product__gift .gift__price .price__text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 145%;
    color: #c28005
}

.product .favorite,.product .compareBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 145%;
    margin-top: 20px;
    color: #071a33;
    text-decoration: none
}

.product .favorite:hover,.product .compareBtn:hover {
    cursor: pointer;
    color: #c28005
}

.product .favorite i,.product .compareBtn i {
    font-size: 42px;
    margin-right: 20px
}

.product .favorite.added:hover,.product .compareBtn.added:hover {
    color: #c28005;
    cursor: pointer
}

@media (min-width: 768px) {
    .product .favorite,.product .compareBtn {
        margin-top:0
    }
}

@media (min-width: 992px) {
    .product .favorite,.product .compareBtn {
        margin-top:20px
    }
}

.product .favorite .complete,.product .compareBtn .complete {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #c28005;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.product .favorite .complete:after,.product .compareBtn .complete:after {
    content: '';
    position: absolute;
    right: 6px;
    display: block;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px
}

.product .product-actions {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .product .product-actions {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.product .product-actions .btn,.product .product-actions .active-filters__link .close-btn,.active-filters__link .product .product-actions .close-btn,.product .product-actions .active-filters__button {
    width: 100%
}

.product .buy-block {
    width: 100%;
    position: relative;
    overflow: hidden
}

.product .buy-block:hover .btn-primary,.product .buy-block:hover .btn.btn-outline-primary,.product .buy-block:hover .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .product .buy-block:hover .btn-outline-primary.close-btn,.product .buy-block:hover #filtersModal .btn.reset-filters,#filtersModal .product .buy-block:hover .btn.reset-filters,.product .buy-block:hover #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .product .buy-block:hover .reset-filters.close-btn,.product .buy-block:hover .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .product .buy-block:hover .reset-filters.close-btn,.product .buy-block:hover #filtersModal .reset-filters.active-filters__button,#filtersModal .product .buy-block:hover .reset-filters.active-filters__button,.product .buy-block:hover .active-filters__button {
    width: 35%
}

.product .buy-block .btn-primary,.product .buy-block .btn.btn-outline-primary,.product .buy-block .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .product .buy-block .btn-outline-primary.close-btn,.product .buy-block #filtersModal .btn.reset-filters,#filtersModal .product .buy-block .btn.reset-filters,.product .buy-block #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .product .buy-block .reset-filters.close-btn,.product .buy-block .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .product .buy-block .reset-filters.close-btn,.product .buy-block #filtersModal .reset-filters.active-filters__button,#filtersModal .product .buy-block .reset-filters.active-filters__button,.product .buy-block .active-filters__button {
    width: 35%;
    position: relative;
    z-index: 3;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

@media (min-width: 1200px) {
    .product .buy-block .btn-primary,.product .buy-block .btn.btn-outline-primary,.product .buy-block .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .product .buy-block .btn-outline-primary.close-btn,.product .buy-block #filtersModal .btn.reset-filters,#filtersModal .product .buy-block .btn.reset-filters,.product .buy-block #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .product .buy-block .reset-filters.close-btn,.product .buy-block .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .product .buy-block .reset-filters.close-btn,.product .buy-block #filtersModal .reset-filters.active-filters__button,#filtersModal .product .buy-block .reset-filters.active-filters__button,.product .buy-block .active-filters__button {
        width:100%
    }
}

.product .buy-block .hide-elem {
    display: block;
    height: 100%;
    width: 35%;
    background-color: #f7f7f7;
    border: 1px solid #59aee4;
    border-radius: 40px;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 0
}

.product .buy-block .hide-elem:after {
    content: '';
    width: 20px;
    height: calc(100% + 2px);
    background-color: #f7f7f7;
    right: 23px;
    top: -1px;
    position: absolute
}

.product .buy-block .btn-oneclick {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: transparent;
    color: #59aee4;
    border: 1px solid #59aee4;
    width: 70%;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 20px;
    font-size: 20px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.product .buy-block .btn-oneclick:hover {
    border-color: #59aee4!important;
    background-color: #59aee4;
    color: #fff
}

.product .buy-block .btn-oneclick:focus,.product .buy-block .btn-oneclick:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #59aee4!important;
    background-color: #59aee4;
    color: #fff
}

@media (max-width: 767px) {
    .product .buy-block .btn-oneclick {
        padding:11px 16px;
        font-size: 16px
    }
}

.product .ordered-btn {
    background-color: transparent;
    color: #59aee4;
    cursor: default!important
}

.product .btn-live-wrap .btn-live {
    width: 100%
}

.product .advantages {
    padding: 40px 0
}

@media (min-width: 992px) {
    .product .advantages {
        padding:60px 0
    }
}

.product .coffemachine-demo {
    margin-top: 30px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo {
        margin-top:40px
    }
}

.product .coffemachine-demo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo__wrapper {
        padding:32px
    }
}

.product .coffemachine-demo__wrapper .coffemachine-demo__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    color: #000;
    margin-bottom: 12px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo__wrapper .coffemachine-demo__title {
        font-size:20px
    }
}

.product .coffemachine-demo__wrapper .coffemachine-demo__text {
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 12px
}

.product .coffemachine-demo__wrapper .coffemachine-demo__remark {
    font-size: 12px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 12px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo__wrapper .coffemachine-demo__remark {
        width:48.9727%
    }
}

.product .coffemachine-demo__wrapper .coffemachine-demo__button {
    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: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 145%;
    border: 0;
    border-radius: 40px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo__wrapper .coffemachine-demo__button {
        width:48.9727%;
        height: 53px;
        font-size: 20px
    }
}

.product-view {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .product-view {
        margin-bottom:0
    }
}

.product-view__main-card.card {
    border-radius: 12px;
    background-color: #fff
}

.product-view__main-card.card .video-slide .video_card {
    border-radius: 12px;
    max-height: 330px
}

@media (min-width: 768px) {
    .product-view__main-card.card .video-slide .video_card {
        max-height:450px
    }
}

@media (min-width: 992px) {
    .product-view__main-card.card .video-slide .video_card {
        max-height:500px
    }
}

.product-view__main-card.card .video-slide .video_card .thumb_rel {
    height: 100%
}

.product-view .promo-code {
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #c28005;
    color: #fff;
    padding: 0 12px;
    border-radius: 4px;
    z-index: 3;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif
}

@media (max-width: 576px) {
    .product-view .promo-code {
        top:16px;
        left: 16px;
        padding: 0 6px;
        font-size: 12px;
        line-height: 25px
    }
}

.product-view .privileges-icons {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .product-view .privileges-icons {
        top:20px;
        right: 20px
    }
}

.product-view .privileges-icons__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px
}

@media (min-width: 992px) {
    .product-view .privileges-icons__item:hover .notice {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-view .privileges-icons__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-view .privileges-icons__item .icon .text-icon {
    font-size: 10px;
    line-height: 100%;
    font-weight: 700;
    color: #c28005;
    margin-bottom: -4px
}

@media screen and (min-width: 992px) {
    .product-view .privileges-icons__item .icon .text-icon {
        font-size:16px;
        line-height: 100%;
        margin-bottom: -6px
    }
}

.product-view .privileges-icons__item .icon svg {
    width: 32px;
    height: 32px
}

@media (min-width: 992px) {
    .product-view .privileges-icons__item .icon svg {
        width:50px;
        height: 50px
    }
}

.product-view .privileges-icons__item .notice {
    display: none
}

@media (min-width: 992px) {
    .product-view .privileges-icons__item .notice {
        position:absolute;
        right: calc(100% + 10px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        font-size: 12px;
        line-height: 145%;
        padding: 10px 18px;
        border-radius: 4px;
        white-space: nowrap;
        -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.1));
        filter: drop-shadow(0 2px 10px rgba(0,0,0,.1));
        color: #071a33
    }

    .product-view .privileges-icons__item .notice:before {
        position: absolute;
        right: -10px;
        content: '';
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 13px solid #fff
    }
}

.product-view .zoom-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 565px
}

.product-view .zoom-image:after {
    display: none
}

.product-view .zoom-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 80%;
    height: auto
}

.product-view .card {
    padding-top: 0
}

.product-view .card .swiper-slide:not(.swiper-slide-active) {
    opacity: 0!important
}

@media (max-width: 767px) {
    .product-view .hidden-768 {
        display:none
    }
}

.product-view__thumbs {
    position: relative;
    padding-top: 565px
}

@media (max-width: 767px) {
    .product-view__thumbs {
        padding-top:0
    }
}

.product-view__thumbs .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .product-view__thumbs .swiper-container {
        position:static
    }
}

.product-view__thumbs .swiper-slide {
    max-width: 80px;
    max-height: 80px
}

.product-view__thumbs .thumb {
    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;
    height: 100%;
    border-radius: 12px
}

.product-view__thumbs .thumb img {
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    border-radius: 12px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-view__thumbs .thumb.video-icon {
    position: relative
}

.product-view__thumbs .thumb.video-icon:after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2222%22%20viewBox%3D%220%200%2021%2022%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M3.16667%200.607875L19.4447%209.07788C19.7963%209.26087%2020.091%209.53684%2020.2967%209.87573C20.5024%2010.2146%2020.6112%2010.6035%2020.6112%2010.9999C20.6112%2011.3963%2020.5024%2011.7851%2020.2967%2012.124C20.091%2012.4629%2019.7963%2012.7389%2019.4447%2012.9219L3.16667%2021.3919C2.83642%2021.5637%202.46748%2021.6475%202.09541%2021.6353C1.72335%2021.623%201.36071%2021.5151%201.04248%2021.322C0.724243%2021.1288%200.461141%2020.8569%200.278544%2020.5325C0.0959475%2020.2081%201.61102e-05%2019.8421%200%2019.4699V2.52987C1.22226e-05%202.17018%200.0895731%201.81615%200.260603%201.49972C0.431633%201.18329%200.678751%200.914421%200.979661%200.717364C1.28057%200.520307%201.62581%200.401265%201.98422%200.370977C2.34264%200.340689%202.70295%200.400108%203.03267%200.543875L3.16667%200.607875Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px;
    width: 30px;
    height: 30px;
    pointer-events: none
}

.product-view__thumbs .swiper-slide {
    -ms-flex-negative: unset;
    flex-shrink: unset
}

.product-view__thumbs .swiper-thumbs .swiper-slide {
    width: 100%;
    opacity: .4;
    height: auto!important
}

@media (min-width: 992px) and (max-width:1199px) {
    .product-view__thumbs .swiper-thumbs .swiper-slide {
        height:auto!important
    }
}

.product-view__thumbs .swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.product-view .swiper-pagination {
    margin: 5px 0 10px;
    display: block;
    position: absolute
}

.product-view .swiper-pagination-bullet {
    width: 10px;
    height: 10px
}

.product-view .swiper-pagination .swiper-pagination-bullet {
    border-color: #59aee4
}

.product-view .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #59aee4
}

.product-view .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px
}

.product-view .swiper-container-fade .swiper-slide-active {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-view .swiper-container {
    margin-left: inherit;
    margin-right: inherit
}

.product-view .swiper-pagination-bullet {
    margin: 0 8px
}

.product-view .swiper-container .swiper-button-next:after {
    content: url(/local/templates/.default/assets/dist/css/../images/arrow-left-new.svg);
    display: block;
    position: absolute;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-view .swiper-button-next {
    right: 10px;
    width: 32px;
    height: 32px
}

@media (min-width: 992px) {
    .product-view .swiper-button-next {
        right:20px
    }
}

.product-view .swiper-button-prev {
    left: 10px;
    width: 32px;
    height: 32px
}

@media (min-width: 992px) {
    .product-view .swiper-button-prev {
        right:20px
    }
}

.product-view .swiper-button-disabled {
    display: none
}

.product-view .swiper-container .swiper-button-prev:after {
    content: url(/local/templates/.default/assets/dist/css/../images/arrow-left-new.svg);
    display: block;
    position: absolute;
    z-index: 99
}

.product-view #toggle_view {
    opacity: .5;
    font-size: 25px
}

.product-view #toggle_view.active {
    opacity: 1
}

.product-showmore {
    overflow-anchor: none
}

.product-showmore .product-info {
    overflow-y: hidden;
    max-height: 200px
}

@media (min-width: 992px) {
    .product-showmore .product-info {
        max-height:210px
    }
}

.product-showmore .product-info .info-list {
    margin-bottom: 25px
}

.product-showmore .product-info .info-list__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-showmore .product-info .info-list__instruction {
    background: #c28005;
    border: 1px solid #c28005;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 8px 22px;
    text-decoration: none;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #fff
}

.product-showmore .product-info .info-list__heading {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px solid #c28005
}

.product-showmore .product-info .info-list__item {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-showmore .product-info .info-list__item div:first-child {
    padding-right: 15px
}

.product-showmore .product-info .info-list__item div:last-child {
    text-align: right
}

.product-showmore .product-info+.showmore {
    position: relative;
    height: 46px;
    margin-top: 20px;
    margin-bottom: 40px
}

.product-showmore .product-info+.showmore:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    background-color: #8693a2
}

@media (min-width: 992px) {
    .product-showmore .product-info+.showmore {
        margin-bottom:60px
    }
}

.product-showmore .product-info+.showmore .showmore-btn {
    height: 46px;
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #8693a2;
    width: 220px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto
}

.product-showmore .product-info+.showmore .showmore-btn i {
    display: inline-block;
    position: relative;
    top: 3px
}

.product-showmore .product-info:not(.collapsed)+.showmore .showmore-btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-video .video_card {
    max-height: 600px
}

.product-description {
    margin: 40px 0
}

@media (min-width: 768px) {
    .product-description {
        margin:60px 0
    }
}

.product-description__title {
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 20px
}

.product-description__title span {
    position: relative;
    display: inline-block
}

.product-description__title span:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c28005;
    position: absolute;
    left: 0;
    bottom: 0
}

.product-description__text #more {
    display: none
}

.product-description__text #readMore {
    background: #c28005;
    border: 1px solid #c28005;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 8px 22px;
    text-decoration: none;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #fff
}

.product-review {
    margin: 40px 0
}

@media (min-width: 768px) {
    .product-review {
        margin:60px 0
    }
}

.app-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 75px 20px;
    overflow: hidden
}

@media (min-width: 768px) {
    .app-banner {
        min-height:460px;
        padding: 75px 40px
    }
}

@media (min-width: 992px) {
    .app-banner {
        padding:75px 10%
    }
}

@media (min-width: 1200px) {
    .app-banner {
        min-height:600px;
        padding: 75px 15%
    }
}

.app-banner__img {
    position: absolute;
    bottom: -95px;
    right: -35px;
    width: 160px
}

@media (min-width: 768px) {
    .app-banner__img {
        right:-27px;
        bottom: -60px;
        width: 220px
    }
}

@media (min-width: 992px) {
    .app-banner__img {
        width:270px
    }
}

@media (min-width: 1200px) {
    .app-banner__img {
        width:270px;
        bottom: 0;
        right: 15%
    }
}

.app-banner__img img {
    width: 100%
}

@media (min-width: 768px) {
    .app-banner__content {
        max-width:60%
    }
}

@media (min-width: 1200px) {
    .app-banner__content {
        max-width:370px
    }
}

.app-banner__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .app-banner__title {
        font-size:24px;
        margin-bottom: 20px
    }
}

.app-banner__description {
    color: #8693a2;
    margin-bottom: 20px
}

.app-banner__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .app-banner__links {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.app-banner__links a {
    display: inline-block;
    margin: 5px 0
}

@media (min-width: 768px) {
    .app-banner__links a {
        margin:0
    }
}

.related-products {
    margin: 40px 0
}

@media (min-width: 768px) {
    .related-products {
        margin:60px 0
    }
}

.related-products__title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .related-products__title {
        font-size:28px;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .related-products__title {
        font-size:36px;
        margin-bottom: 40px
    }
}

.fixed-block {
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #f7f7f7;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear
}

.fixed-block.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width: 768px) {
    .fixed-block .container,.fixed-block .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .fixed-block .buttons-container {
        padding:0 30px
    }
}

@media (min-width: 992px) {
    .fixed-block .container,.fixed-block .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .fixed-block .buttons-container {
        padding:0 60px
    }
}

.fixed-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 68px
}

@media (min-width: 768px) {
    .fixed-block__inner {
        height:80px
    }
}

.fixed-block__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed-block__left .image {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    border-radius: 12px;
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .fixed-block__left .image {
        width:60px;
        height: 60px;
        margin-right: 20px
    }
}

.fixed-block__left .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fixed-block__left .full-name {
    display: none
}

@media (min-width: 768px) {
    .fixed-block__left .full-name {
        display:block;
        max-width: 210px;
        font-size: 18px;
        line-height: 145%;
        margin: 0
    }
}

@media (min-width: 992px) {
    .fixed-block__left .full-name {
        max-width:none
    }
}

.fixed-block__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed-block__right .price {
    font-size: 16px;
    line-height: 130%;
    margin-right: 15px
}

@media (min-width: 768px) {
    .fixed-block__right .price {
        font-size:24px;
        line-height: 123%;
        margin-right: 30px
    }
}

.fixed-block__right .ordered-btn {
    width: 120px;
    background-color: transparent;
    color: #59aee4;
    cursor: default!important
}

@media (min-width: 768px) {
    .fixed-block__right .ordered-btn {
        width:auto
    }
}

.fixed-block__right .btn-primary,.fixed-block__right .btn.btn-outline-primary,.fixed-block__right .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .fixed-block__right .btn-outline-primary.close-btn,.fixed-block__right #filtersModal .btn.reset-filters,#filtersModal .fixed-block__right .btn.reset-filters,.fixed-block__right #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .fixed-block__right .reset-filters.close-btn,.fixed-block__right .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .fixed-block__right .reset-filters.close-btn,.fixed-block__right #filtersModal .reset-filters.active-filters__button,#filtersModal .fixed-block__right .reset-filters.active-filters__button,.fixed-block__right .active-filters__button {
    padding-top: 10px;
    padding-bottom: 10px
}

.together__title {
    font-size: 24px;
    line-height: 123%;
    color: #071a33;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .together__title {
        font-size:28px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .together__title {
        font-size:36px;
        line-height: 123%;
        margin-bottom: 40px
    }
}

.together__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .together__item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.together__item .item__good {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 50px 12px 12px;
    border-bottom: 1px solid #e8e8e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    background-color: #fff;
    position: relative
}

@media (min-width: 768px) {
    .together__item .item__good {
        background-color:transparent;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        border-bottom: none
    }
}

.together__item .item__good .good__img {
    width: 61px;
    height: 60px;
    padding: 0;
    border: 0;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

@media (min-width: 768px) {
    .together__item .item__good .good__img {
        width:100%;
        height: 300px;
        padding: 50px 19px 50px 17px;
        margin-bottom: 10px;
        background-color: #fff
    }
}

@media (min-width: 1200px) {
    .together__item .item__good .good__img {
        padding:50px 55px 50px 53px
    }
}

.together__item .item__good .good__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 768px) {
    .together__item .item__good .good__img img {
        -o-object-position:center;
        object-position: center
    }
}

.together__item .item__good .good__title {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 145%
}

@media (min-width: 768px) {
    .together__item .item__good .good__title {
        font-size:14px;
        line-height: 145%;
        margin-bottom: 21px
    }
}

.together__item .item__good .good__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (min-width: 768px) {
    .together__item .item__good .good__prices {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.together__item .item__good .good__oldprice {
    font-size: 14px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2;
    margin-right: 8px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .together__item .item__good .good__oldprice {
        font-size:12px;
        line-height: 145%
    }
}

.together__item .item__good .good__newprice {
    font-size: 16px;
    line-height: 145%;
    color: #141414;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .together__item .item__good .good__newprice {
        font-size:20px;
        line-height: 145%;
        margin-bottom: 38px
    }
}

.together__item .item__good:first-child {
    border-radius: 4px 4px 0 0
}

.together__item .item__good:before {
    content: '+';
    top: -29%;
    left: 45%;
    background-color: #fff;
    color: #c28005;
    font-size: 30px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width: 768px) {
    .together__item .item__good:before {
        left:-11.31%;
        top: 25%;
        background-color: transparent;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media (min-width: 1200px) {
    .together__item .item__good:before {
        left:-9%
    }
}

.together__item .item__good:first-child:before {
    content: ''
}

.together__item .item__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px 24px 30px 24px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    position: relative
}

@media (min-width: 768px) {
    .together__item .item__total {
        padding:60px 20px 66px 20px;
        height: 300px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total {
        padding:58px 30px 59px 30px;
        height: 300px
    }
}

.together__item .item__total .total__discount {
    font-size: 18px;
    line-height: 132%;
    color: #141414;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .together__item .item__total .total__discount {
        font-size:20px;
        line-height: 145%;
        margin-bottom: 16px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total .total__discount {
        margin-left:15px;
        font-size: 24px;
        line-height: 123%;
        margin-right: 0
    }
}

.together__item .item__total .total__prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (min-width: 768px) {
    .together__item .item__total .total__prices {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 1200px) {
    .together__item .item__total .total__prices {
        margin-left:15px
    }
}

.together__item .item__total .total__oldprice {
    font-size: 16px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2;
    margin-right: 12px
}

@media (min-width: 768px) {
    .together__item .item__total .total__oldprice {
        margin-bottom:0
    }
}

.together__item .item__total .total__newprice {
    margin-right: 16px;
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .together__item .item__total .total__newprice {
        font-size:24px;
        line-height: 123%;
        margin-bottom: 16px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total .total__newprice {
        margin-bottom:24px
    }
}

.together__item .item__total .total__button {
    background: #59aee4;
    border-radius: 53px;
    border: 0;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 10px 12px 11px 12px
}

@media (min-width: 768px) {
    .together__item .item__total .total__button {
        font-size:16px;
        line-height: 145%;
        padding: 18px 12px 19px 12px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total .total__button {
        padding:15px 12px 16px 12px;
        font-size: 20px;
        line-height: 145%
    }
}

@media (min-width: 768px) {
    .together__item .item__total:before {
        content:' \003D';
        position: absolute;
        top: 38%;
        left: -11.31%;
        color: #c28005;
        font-size: 30px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total:before {
        left:-9%
    }
}

@media (min-width: 768px) {
    .together__item .item__width {
        width:30.25333%
    }

    .together__item .item__width:nth-child(n) {
        margin-right: 4.62%
    }

    .together__item .item__width:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .together__item .item__width {
        width:23.065%
    }

    .together__item .item__width:nth-child(n) {
        margin-right: 2.58%
    }

    .together__item .item__width:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .together__item.good3 {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .together__item.good3 {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

.together__item.good3 .item__good {
    margin-bottom: 0
}

.together__item.good3 .item__total {
    padding: 24px 28px
}

@media (min-width: 768px) {
    .together__item.good3 .item__total {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        width: 100%;
        padding: 40px 30px;
        height: auto;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 300px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total {
        padding:58px 30px 59px 30px
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__prices {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total .total__prices {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__discount,.together__item.good3 .item__total .total__oldprice,.together__item.good3 .item__total .total__newprice {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__discount {
        margin-right:24px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total .total__discount {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__oldprice {
        margin-right:12px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total .total__oldprice {
        margin-right:0
    }
}

.together__item.good3 .item__total .total__newprice {
    margin-right: 0
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__newprice {
        margin-right:40px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total .total__newprice {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total:before {
        left:50%;
        top: -43px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total:before {
        left:-9%;
        top: 36%
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__width {
        width:21.535%
    }

    .together__item.good3 .item__width:nth-child(n) {
        margin-right: 4.62%
    }

    .together__item.good3 .item__width:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__width {
        width:23.065%
    }

    .together__item.good3 .item__width:nth-child(n) {
        margin-right: 2.58%
    }

    .together__item.good3 .item__width:nth-child(4n) {
        margin-right: 0
    }
}

.together__arrow-prev::after,.together__arrow-next::after {
    content: ""
}

.together__arrow-prev,.together__arrow-next {
    font-size: 32px;
    top: 35%;
    outline: 0;
    display: none
}

@media (min-width: 1200px) {
    .together__arrow-prev,.together__arrow-next {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.together__arrow-prev {
    color: #071a33
}

.together__arrow-next {
    color: #071a33
}

.mobile .buy-block .btn-primary,.mobile .buy-block .btn.btn-outline-primary,.mobile .buy-block .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .mobile .buy-block .btn-outline-primary.close-btn,.mobile .buy-block #filtersModal .btn.reset-filters,#filtersModal .mobile .buy-block .btn.reset-filters,.mobile .buy-block #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .mobile .buy-block .reset-filters.close-btn,.mobile .buy-block .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .mobile .buy-block .reset-filters.close-btn,.mobile .buy-block #filtersModal .reset-filters.active-filters__button,#filtersModal .mobile .buy-block .reset-filters.active-filters__button,.mobile .buy-block .active-filters__button,.tablet .buy-block .btn-primary,.tablet .buy-block .btn.btn-outline-primary,.tablet .buy-block .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .tablet .buy-block .btn-outline-primary.close-btn,.tablet .buy-block #filtersModal .btn.reset-filters,#filtersModal .tablet .buy-block .btn.reset-filters,.tablet .buy-block #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .tablet .buy-block .reset-filters.close-btn,.tablet .buy-block .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .tablet .buy-block .reset-filters.close-btn,.tablet .buy-block #filtersModal .reset-filters.active-filters__button,#filtersModal .tablet .buy-block .reset-filters.active-filters__button,.tablet .buy-block .active-filters__button {
    width: 35%
}

.payment__content {
    max-width: 100%;
    margin: 0 auto
}

.payment__frame {
    display: block;
    min-height: 600px;
    border: 0
}

.section__custom .container,.section__custom .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .section__custom .buttons-container {
    padding: 0
}

@media (min-width: 768px) {
    .section__custom .container,.section__custom .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .section__custom .buttons-container {
        padding-left:0!important;
        padding-right: 0!important
    }
}

.section__custom .container .no-gutters .thanks-container .custom-row,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

@media (max-width: 760px) {
    .section__custom .container .no-gutters .thanks-container .custom-row,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.section__custom .container .no-gutters .thanks-container .custom-row .img-block,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-block,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-block {
    width: 60%
}

@media (max-width: 760px) {
    .section__custom .container .no-gutters .thanks-container .custom-row .img-block,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-block,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-block {
        width:100%
    }
}

.section__custom .container .no-gutters .thanks-container .custom-row .img-block img,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-block img,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section__custom .container .no-gutters .thanks-container .custom-row .img-text,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text {
    width: 35%
}

@media (max-width: 760px) {
    .section__custom .container .no-gutters .thanks-container .custom-row .img-text,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text {
        width:100%;
        padding: 0 20px
    }
}

@media (max-width: 760px) {
    .section__custom .container .no-gutters .thanks-container .custom-row .img-text .thanks-content p,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content p,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content p {
        margin-bottom:0
    }
}

@media (max-width: 480px) {
    .section__custom .container .no-gutters .thanks-container .custom-row .img-text .thanks-content p,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content p,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content p {
        margin-bottom:10px
    }
}

.section__custom .container .no-gutters .thanks-container .custom-row .img-text .thanks-content .action__block,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content .action__block,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content .action__block {
    margin: 20px 0 30px 0
}

.payment-fault {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.payment-fault__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.payment-fault__actions .btn,.payment-fault__actions .active-filters__link .close-btn,.active-filters__link .payment-fault__actions .close-btn,.payment-fault__actions .active-filters__button {
    margin: 10px
}

.payment-fault__actions .btn:first-child,.payment-fault__actions .active-filters__link .close-btn:first-child,.active-filters__link .payment-fault__actions .close-btn:first-child,.payment-fault__actions .active-filters__button:first-child {
    margin-right: 10px
}

.auth-wrap {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px
}

@media (min-width: 768px) {
    .auth-wrap {
        max-width:650px;
        padding: 40px 50px
    }
}

@media (min-width: 1200px) {
    .auth-wrap {
        max-width:890px;
        padding: 40px 30px
    }
}

.auth-wrap__title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .auth-wrap__title {
        margin-bottom:40px
    }
}

@media (min-width: 1200px) {
    .auth-wrap .auth-action {
        max-width:500px
    }
}

.auth-wrap .button-wrap {
    margin-top: 20px;
    margin-bottom: 30px
}

.auth-wrap .button-wrap .btn,.auth-wrap .button-wrap .active-filters__link .close-btn,.active-filters__link .auth-wrap .button-wrap .close-btn,.auth-wrap .button-wrap .active-filters__button {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .auth-wrap .button-wrap .btn,.auth-wrap .button-wrap .active-filters__link .close-btn,.active-filters__link .auth-wrap .button-wrap .close-btn,.auth-wrap .button-wrap .active-filters__button {
        margin-bottom:0
    }
}

.auth-wrap .button-wrap .privacy-policy {
    font-size: 12px;
    line-height: 145%;
    margin: 0
}

.auth-wrap .separator {
    display: inline-block;
    font-size: 20px;
    line-height: 145%;
    padding: 30px 0
}

@media (min-width: 1200px) {
    .auth-wrap .separator {
        padding:0 20px;
        margin-top: 50px
    }
}

@media (min-width: 1200px) {
    .auth-wrap .social-auth-wrap {
        -ms-flex-negative:1;
        flex-shrink: 1;
        margin-top: 20px
    }
}

.auth-wrap .social-auth-wrap__title {
    margin-bottom: 10px
}

.auth-wrap.in-modal {
    padding: 20px 0
}

.auth-wrap.in-modal .separator {
    margin: 0
}

@media (min-width: 1200px) {
    .auth-wrap.in-modal .separator {
        padding:20px 0
    }
}

.auth-wrap.in-modal .social-auth-wrap {
    margin-top: 0
}

.register-form__input {
    margin-bottom: 20px
}

.register-form__input:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .register-form__input {
        margin-bottom:40px
    }
}

.register-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px
}

@media (min-width: 768px) {
    .register-result {
        max-width:650px;
        padding: 40px 50px
    }
}

@media (min-width: 1200px) {
    .register-result {
        max-width:890px;
        padding: 40px 30px
    }
}

.register-result__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    text-align: center
}

.register-result__title {
    font-size: 24px;
    line-height: 123%
}

.register-result .btn,.register-result .active-filters__link .close-btn,.active-filters__link .register-result .close-btn,.register-result .active-filters__button {
    margin: 25px 0
}

@media (min-width: 1200px) {
    .register-result .btn,.register-result .active-filters__link .close-btn,.active-filters__link .register-result .close-btn,.register-result .active-filters__button {
        margin:20px 0
    }
}

.send-code {
    font-size: 20px
}

.send-code .resend-code {
    display: none
}

.send-code .resend-link {
    border: 0;
    background-color: transparent;
    font-family: "PT Sans",sans-serif;
    color: #59aee4
}

.send-code .resend-link:hover {
    text-decoration: underline
}

.oneclick-form {
    padding-top: 40px
}

.oneclick-form__field {
    margin-bottom: 20px
}

.cabinet-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .cabinet-menu {
        margin-bottom:40px
    }
}

@media (min-width: 992px) {
    .cabinet-menu {
        margin-bottom:0
    }
}

.cabinet-menu__item {
    width: calc(50% - 7.5px);
    margin-bottom: 10px;
    margin-right: 15px
}

.cabinet-menu__item:nth-child(2n) {
    margin-right: 0
}

@media (min-width: 768px) {
    .cabinet-menu__item {
        width:calc((100% - 30px)/4);
        margin-right: 10px
    }

    .cabinet-menu__item:nth-child(2n) {
        margin-right: 10px
    }

    .cabinet-menu__item:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .cabinet-menu__item {
        width:100%;
        min-width: auto;
        margin: 0
    }
}

.cabinet-menu__item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px;
    color: #8693a2;
    border: 1px solid #8693a2;
    font-size: 14px;
    border-radius: 40px;
    background-color: transparent;
    height: 100%;
    max-height: 50px
}

@media (min-width: 768px) {
    .cabinet-menu__item .nav-link {
        padding:12px 10px
    }
}

@media (min-width: 992px) {
    .cabinet-menu__item .nav-link {
        -webkit-box-pack:left;
        -ms-flex-pack: left;
        justify-content: left;
        border: 0;
        color: #071a33;
        font-size: 16px;
        border-radius: 0;
        max-height: none
    }
}

.cabinet-menu__item .nav-link svg {
    margin-right: 8px
}

.cabinet-menu__item .nav-link i,.cabinet-menu__item .nav-link svg {
    display: none
}

@media (min-width: 992px) {
    .cabinet-menu__item .nav-link i,.cabinet-menu__item .nav-link svg {
        display:inline-block;
        font-size: 24px;
        min-width: 24px
    }
}

.cabinet-menu__item .nav-link.active {
    background-color: #59aee4;
    color: #fff;
    border-color: #59aee4
}

@media (min-width: 992px) {
    .cabinet-menu__item .nav-link.active {
        background:#ecf6fc;
        color: #59aee4
    }

    .cabinet-menu__item .nav-link.active i {
        color: #071a33
    }
}

.cabinet-menu__item .nav-link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1200px) {
    .cabinet-menu__item .nav-link span {
        color:#59aee4;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.cabinet-menu__item .nav-link .ref-count {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 1200px) {
    .cabinet-menu__item .nav-link .ref-count {
        color:#59aee4
    }
}

.change-phone-variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.change-phone-variant__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.change-phone-variant__contact {
    font-size: 24px
}

.change-phone-variant__caption {
    font-size: 14px
}

.change-phone-variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.change-phone-variant__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.change-phone-variant__contact {
    font-size: 24px
}

.change-phone-variant__caption {
    font-size: 14px
}

.bonus-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 30px 40px
}

@media (max-width: 768px) {
    .bonus-card {
        padding:30px 20px 30px 30px
    }
}

@media (max-width: 576px) {
    .bonus-card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 16px
    }
}

.bonus-card .bonus-card__item.total {
    white-space: nowrap
}

.bonus-card .bonus-card__item.links {
    text-align: right;
    line-height: 145%
}

@media (max-width: 576px) {
    .bonus-card .bonus-card__item.links {
        text-align:left;
        margin-top: 24px
    }
}

.bonus-card .bonus-card__item.links a {
    display: block;
    white-space: nowrap;
    text-decoration: underline;
    line-height: 145%
}

.bonus-card .bonus-card__item.links a:hover {
    text-decoration: none
}

.bonus-card .bonus-card__item .bonus-count {
    min-width: 287px
}

.bonus-card .bonus-card__item .orange {
    color: #c28005
}

.bonus-card .bonus-card__item .big-text {
    font-size: 36px
}

.bonus-card .bonus-card__item .md-text {
    font-size: 20px
}

.user-field-wrapper {
    max-width: 664px
}

.bonus-history .bonus-list__header {
    display: none
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__header {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
        margin-bottom: 12px
    }
}

.bonus-history .bonus-list__header .col-bonus {
    width: 110px
}

.bonus-history .bonus-list__header .col-date {
    width: 120px
}

.bonus-history .bonus-list__header .col-site {
    width: 140px
}

.bonus-history .bonus-list__header .col-action {
    width: 260px
}

.bonus-history .bonus-list__header .caption {
    color: #8693a2
}

.bonus-history .bonus-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 16px 20px
}

@media (min-width: 768px) {
    .bonus-history .bonus-list__row {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row {
        padding:22px 20px
    }
}

.bonus-history .bonus-list__row .col-bonus {
    padding: 8px 0;
    width: 140px
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row .col-bonus {
        width:110px
    }
}

.bonus-history .bonus-list__row .col-bonus .plain {
    font-weight: 700;
    margin-bottom: 5px
}

.bonus-history .bonus-list__row .col-bonus .plain.red {
    color: #f63933
}

.bonus-history .bonus-list__row .col-bonus .plain.green {
    color: #219653
}

.bonus-history .bonus-list__row .col-bonus .available {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2
}

.bonus-history .bonus-list__row .col-date {
    padding: 8px 0;
    width: 140px
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row .col-date {
        width:120px
    }
}

.bonus-history .bonus-list__row .col-site {
    padding: 8px 0;
    width: 140px
}

.bonus-history .bonus-list__row .col-action {
    padding: 8px 0;
    width: 280px
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row .col-action {
        width:260px
    }
}

.bonus-history .bonus-list__row .caption {
    display: block;
    color: #8693a2
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row .caption {
        display:none
    }
}

.no-placeholder>label {
    display: none
}

.premium-service__title {
    line-height: 123%;
    font-size: 20px;
    color: #071a33;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .premium-service__title {
        font-size:24px;
        margin-bottom: 22px
    }
}

.premium-service__section {
    background: #fff;
    border-radius: 12px;
    padding: 35px 30px 40px;
    margin-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px
}

.premium-service__section--last {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .premium-service__section {
        margin-right:0;
        margin-left: 0;
        margin-bottom: 40px
    }

    .premium-service__section--last {
        margin-bottom: 20px
    }
}

.premium-service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.premium-service .filled-info {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 21px
}

@media (min-width: 768px) {
    .premium-service .filled-info {
        padding-right:0;
        padding-left: 5px
    }
}

.premium-service .filled-info .input-floating .label-phone-split-field-boot {
    color: #8693a2;
    font-size: 10px;
    line-height: 145%;
    top: 6px;
    padding-left: 1rem;
    z-index: 1
}

.premium-service .filled-info .input-floating .n-ui-autocomplete input.input-validation-error+input.form-control {
    color: #f63933;
    border: 1px solid #f63933
}

.premium-service .filled-info.hidden {
    display: none
}

.premium-service__box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 0
}

.premium-service__img {
    margin-right: 16px;
    width: 64px;
    height: 64px;
    border-radius: 4px
}

.premium-service__info-img {
    font-size: 14px;
    line-height: 145%;
    color: #39485b
}

.premium-service__btn-add {
    display: table;
    margin-top: 8px;
    padding: 0 26px;
    height: 36px;
    line-height: 36px;
    background: #59aee4;
    border-radius: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff
}

.premium-service__btn-add .input-floating {
    display: none
}

.premium-service__btn-add .change-photo {
    display: none
}

.loaded .premium-service__btn-add .upload-photo {
    display: none
}

.loaded .premium-service__btn-add .change-photo {
    display: block
}

.premium-service__btn-add .hidden {
    display: none
}

.premium-service__house-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

.premium-service__textarea {
    height: 140px!important;
    border: 1px solid #e8e8e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    line-height: 145%;
    color: #8693a2;
    padding: 14px 16px;
    resize: none
}

.premium-service__textarea+label {
    top: 14px
}

.premium-service__btn {
    width: 100%
}

.premium-service__btn[disabled] {
    background: #8693a2
}

.premium-service__btn[disabled]:hover {
    background-color: #8693a2!important
}

.premium-service .input-floating>.checkbox {
    pointer-events: auto
}

.premium-service .input-floating>.checkbox .checkbox__checkmark:hover {
    cursor: pointer
}

.premium-service .hint-icon {
    position: relative
}

.premium-service .hint-icon .service-btn-info {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 24px;
    right: 22px;
    width: 16px;
    height: 16px
}

.premium-service .hint-icon .service-btn-info svg {
    width: 100%;
    height: 100%
}

.premium-service .hint-icon .service-btn-info:hover {
    cursor: pointer
}

.premium-service .hint-icon .service-btn-info:hover+.photo-example {
    display: block
}

.premium-service .hint-icon .photo-example {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 4px;
    top: 70px;
    right: 0;
    z-index: 2;
    padding: 12px
}

.premium-service .hint-icon .photo-example__title {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px
}

.premium-service .hint-icon .photo-example__image {
    width: 200px
}

.premium-service .hint-icon .photo-example__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.world-delonghi .delonghi-world-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1200px) {
    .world-delonghi .delonghi-world-grid {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.world-delonghi .delonghi-world-card {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-delonghi .delonghi-world-card {
        width:calc(100%/2 - 15px);
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-delonghi .delonghi-world-card {
        width:calc(100%/3 - 20px)
    }

    .world-delonghi .delonghi-world-card:not(:nth-child(3n)) {
        margin-right: 30px
    }
}

.world-delonghi .seo-text {
    margin-top: -20px
}

@media (min-width: 768px) {
    .world-delonghi .seo-text {
        margin-top:-30px
    }
}

.videos-page .videos-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

@media (min-width: 768px) {
    .videos-page .videos-grid {
        margin-top:40px
    }
}

@media (min-width: 1200px) {
    .videos-page .videos-grid {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.videos-page .video-card {
    width: 100%;
    margin-bottom: 20px;
    height: 220px
}

@media (min-width: 768px) {
    .videos-page .video-card {
        width:calc(100%/2 - 15px);
        margin-bottom: 30px;
        height: 220px
    }

    .videos-page .video-card:not(:nth-child(2n)) {
        margin-right: 30px
    }
}

@media (min-width: 1200px) {
    .videos-page .video-card {
        height:352px
    }
}

.videos-page .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    z-index: 200;
    padding: 0;
    font-size: 38px;
    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;
    color: #fff
}

.videos-page .play-btn:hover {
    color: #59aee4
}

@media (min-width: 768px) {
    .videos-page .play-btn {
        height:62px;
        width: 62px;
        font-size: 60px
    }
}

.videos-page .seo-text {
    margin-top: -20px
}

@media (min-width: 768px) {
    .videos-page .seo-text {
        margin-top:-30px
    }
}

.bonus-page .first-screen__title {
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .bonus-page .first-screen__title {
        margin-bottom:10px
    }
}

.bonus-page .first-screen__subtitle {
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .bonus-page .first-screen__subtitle {
        margin-bottom:20px
    }
}

.bonus-page .first-screen__notice {
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 30px
}

.bonus-page .bonus-anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px
}

@media (min-width: 768px) {
    .bonus-page .bonus-anchors {
        padding-top:40px
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-anchors {
        padding-top:72px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.bonus-page .bonus-anchors__item {
    font-size: 14px;
    line-height: 145%;
    padding: 8px 12px;
    border: 1px solid #8693a2;
    color: #8693a2;
    border-radius: 40px;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px
}

.bonus-page .bonus-anchors__item:hover {
    background-color: #59aee4;
    color: #fff;
    border-color: #59aee4
}

.bonus-page .bonus-anchors__item.active {
    background-color: #59aee4;
    color: #fff;
    border-color: #59aee4
}

@media (min-width: 1200px) {
    .bonus-page .bonus-anchors__item.active {
        background-color:transparent;
        color: #59aee4;
        font-weight: 700
    }
}

@media (min-width: 768px) {
    .bonus-page .bonus-anchors__item {
        padding:15px 32px;
        margin-right: 10px
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-anchors__item {
        padding:0;
        border: 0;
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .bonus-page .bonus-anchors__item:hover {
        background-color: transparent;
        color: #59aee4
    }
}

.bonus-page .bonus-content__section p {
    margin-bottom: 20px
}

.bonus-page .bonus-content__section p:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .bonus-page .bonus-content__section p {
        font-size:18px
    }
}

.bonus-page .bonus-content__section ul {
    font-size: 16px;
    line-height: 130%;
    padding-left: 16px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .bonus-page .bonus-content__section ul {
        font-size:18px
    }
}

.bonus-page .bonus-content__section ul li {
    margin-bottom: 20px
}

.bonus-page .bonus-content__section ul li:last-child {
    margin-bottom: 0
}

.bonus-page .bonus-content .bonus-count {
    font-weight: 700;
    font-size: 26px;
    line-height: 123%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    height: 90px;
    border-radius: 12px;
    background-color: #c28005;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .bonus-page .bonus-content .bonus-count {
        font-size:36px
    }
}

@media (min-width: 768px) {
    .bonus-page .bonus-content .cart-img-wrap {
        margin-bottom:30px
    }
}

.bonus-page .bonus-content .cart-img {
    margin-bottom: 30px;
    max-width: 100%
}

@media (min-width: 768px) {
    .bonus-page .bonus-content .cart-img {
        max-width:308px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-content .cart-img {
        max-width:338px
    }
}

.bonus-page .bonus-more-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    margin-top: 40px;
    padding: 70px 0
}

@media (min-width: 768px) {
    .bonus-page .bonus-more-block {
        margin-top:60px;
        padding: 75px 0
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-more-block {
        padding:60px 0
    }
}

.bonus-page .bonus-more-block__title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .bonus-page .bonus-more-block__title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-more-block__title {
        font-size:36px;
        margin-bottom: 40px
    }
}

.support-page .support-anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .support-page .support-anchors {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .support-page .support-anchors {
        margin-bottom:0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.support-page .support-anchors__item {
    font-size: 14px;
    line-height: 145%;
    padding: 8px 12px;
    border: 1px solid #8693a2;
    color: #8693a2;
    border-radius: 40px;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px
}

.support-page .support-anchors__item:hover {
    background-color: #59aee4;
    color: #fff;
    border-color: #59aee4
}

.support-page .support-anchors__item.active {
    background-color: #59aee4;
    color: #fff;
    border-color: #59aee4
}

@media (min-width: 1200px) {
    .support-page .support-anchors__item.active {
        background-color:transparent;
        color: #59aee4;
        font-weight: 700
    }
}

@media (min-width: 768px) {
    .support-page .support-anchors__item {
        padding:15px 32px;
        margin-right: 10px
    }
}

@media (min-width: 1200px) {
    .support-page .support-anchors__item {
        padding:0;
        border: 0;
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .support-page .support-anchors__item:hover {
        background-color: transparent;
        color: #59aee4
    }
}

.support-page .support-content__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 20px
}
.support-content__section img{
    max-width:100%;
    height:auto;
    vertical-align:top;
}

@media (min-width: 768px) {
    .support-page .support-content__title {
        font-size:24px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .support-page .support-content__title {
        margin-bottom:20px
    }
}

.support-page .support-content__section p {
    margin-bottom: 20px
}

.support-page .support-content__section p:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .support-page .support-content__section p {
        font-size:18px
    }
}

.support-page .support-content__section ul {
    font-size: 16px;
    line-height: 130%;
    padding-left: 16px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .support-page .support-content__section ul {
        font-size:18px
    }
}

.support-page .support-content__section ul li {
    margin-bottom: 20px
}

.support-page .support-content__section ul li:last-child {
    margin-bottom: 0
}

.services-page .link-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 123%;
    font-weight: 700;
    color: #071a33;
    text-decoration: none
}

.services-page .link-phone:hover {
    color: #59aee4
}

.services-page .link-phone i {
    font-size: 32px;
    margin-right: 16px
}

@media (min-width: 768px) {
    .services-page .link-phone {
        font-size:24px
    }
}

.services-page .location-wrap {
    margin-top: 20px
}

@media (min-width: 768px) {
    .services-page .location-wrap {
        margin-top:40px
    }
}

.services-page .location-picker {
    margin-top: 20px
}

.not-found {
    border-radius: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1200px) {
    .not-found {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.not-found__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 300px
}

@media (min-width: 768px) {
    .not-found__image {
        height:495px
    }
}

@media (min-width: 1200px) {
    .not-found__image {
        width:60%;
        height: 696px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.not-found__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.not-found__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: #fff;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .not-found__content {
        padding:52px 30px
    }
}

@media (min-width: 1200px) {
    .not-found__content {
        width:40%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 52px 36px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.not-found__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 400px;
    margin: 0 auto
}

@media (min-width: 1200px) {
    .not-found__content-inner {
        text-align:left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.not-found__content-inner h2 {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .not-found__content-inner h2 {
        font-size:36px;
        margin-bottom: 20px
    }
}

.not-found__content-inner p {
    margin: 0
}

@media (min-width: 768px) {
    .not-found__content-inner p {
        font-size:20px
    }
}

.not-found__content-inner .btn,.not-found__content-inner .active-filters__link .close-btn,.active-filters__link .not-found__content-inner .close-btn,.not-found__content-inner .active-filters__button {
    margin: 30px 0
}

@media (min-width: 768px) {
    .shop .section-title {
        padding:30px 0 20px
    }
}

@media (min-width: 1200px) {
    .shop .section-title {
        padding:20px 0 20px
    }
}

.shop .category .category-item {
    height: 178px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .shop .category .category-item {
        height:230px;
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    .shop .category .category-item {
        height:315px
    }
}

.shop .category .category-item__title {
    font-size: 14px;
    line-height: 145%;
    padding: 15px 15px 0
}

@media (min-width: 768px) {
    .shop .category .category-item__title {
        font-size:16px;
        padding: 20px 20px 0
    }
}

@media (min-width: 992px) {
    .shop .category .category-item__title {
        font-size:20px;
        padding: 30px 30px 0
    }
}

.shop .category .category-item__img img {
    height: 90%
}

.shop .categories-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .shop .categories-top {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .shop .categories-top {
        margin-bottom:30px
    }
}

.shop .categories-top__left {
    margin-bottom: 15px;
    height: 370px
}

@media (min-width: 768px) {
    .shop .categories-top__left {
        width:calc(100%/2 - 10px);
        margin-bottom: 0;
        height: auto
    }
}

@media (min-width: 1200px) {
    .shop .categories-top__left {
        width:calc(100%/2 - 15px)
    }
}

.shop .categories-top__left .category-item {
    height: 100%
}

.shop .categories-top__left .category-item__img {
    margin: auto
}

@media (min-width: 1200px) {
    .shop .categories-top__left .category-item__img {
        width:70%;
        height: 80%
    }
}

.shop .categories-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .shop .categories-top__right {
        width:calc(100%/2 - 10px)
    }
}

@media (min-width: 1200px) {
    .shop .categories-top__right {
        width:calc(100%/2 - 15px)
    }
}

.shop .categories-top__right .category-item {
    width: calc(100%/2 - 7.5px);
    height: 190px;
    margin-bottom: 15px
}

.shop .categories-top__right .category-item:last-child {
    width: 100%;
    height: 150px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .shop .categories-top__right .category-item {
        width:calc(100%/2 - 10px);
        margin-bottom: 20px
    }

    .shop .categories-top__right .category-item:last-child .category-item__img img {
        width: 175px
    }
}

@media (min-width: 1200px) {
    .shop .categories-top__right .category-item {
        width:calc(100%/2 - 15px);
        height: 320px;
        margin-bottom: 30px
    }

    .shop .categories-top__right .category-item:last-child {
        height: 210px
    }

    .shop .categories-top__right .category-item:last-child .category-item__img img {
        width: 230px
    }
}

.shop .categories-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop .categories-bottom .category-item {
    width: calc(100%/3 - 10px);
    height: 178px;
    margin-right: 15px;
    margin-bottom: 15px
}

.shop .categories-bottom .category-item:nth-child(3n) {
    margin-right: 0
}

@media (min-width: 768px) {
    .shop .categories-bottom .category-item {
        width:calc(100%/4 - 15px);
        height: 240px;
        margin-right: 20px;
        margin-bottom: 20px
    }

    .shop .categories-bottom .category-item:nth-child(3n) {
        margin-right: 20px
    }

    .shop .categories-bottom .category-item:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .shop .categories-bottom .category-item {
        width:calc(100%/7 - 26px);
        margin-right: 30px;
        margin-bottom: 30px
    }

    .shop .categories-bottom .category-item:nth-child(3n) {
        margin-right: 30px
    }

    .shop .categories-bottom .category-item:nth-child(4n) {
        margin-right: 30px
    }

    .shop .categories-bottom .category-item:nth-child(7n) {
        margin-right: 0
    }
}

.shop .categories-bottom .category-item__title {
    font-size: 12px;
    line-height: 145%;
    padding: 15px 5px 0;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .shop .categories-bottom .category-item__title {
        font-size:16px;
        padding: 20px 10px 0
    }
}

.shop .category-item {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #071a33;
    text-decoration: none;
    background-color: rgba(0,0,0,.05);
}

.shop .category-item__title {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 123%;
    padding: 20px 26px 0;
}

@media (min-width: 768px) {
    .shop .category-item__title {
        padding:24px 22px 0
    }
}

@media (min-width: 1200px) {
    .shop .category-item__title {
        font-size:24px;
        padding-top: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.shop .category-item__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.shop .category-item__img img {
    position: absolute;
    margin: auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.container-products .products-list {
    position: relative
}

.container-products .products-list .load-more-btn-wrap {
    position: absolute;
    z-index: 0;
    bottom: 16px;
    right: 0;
    width: 100%;
    visibility: hidden
}

.container-products .products-list .load-more-btn {
    display: block;
    height: 330px
}

@media (min-width: 1200px) {
    .container-products .products-list .load-more-btn {
        height:420px
    }
}

@media (min-width: 1200px) {
    .contact .container,.contact .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .contact .buttons-container {
        max-width:100%;
        padding-left: 15px;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .contact .contact-data .container,.contact .contact-data .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .contact .contact-data .buttons-container {
        max-width:100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.contact__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1200px) {
    .contact__wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.contact__data {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1200px) {
    .contact__data {
        width:37.3%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.contact__data-title {
    margin: 30px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 123%;
    color: #071a33
}

@media (min-width: 768px) {
    .contact__data-title {
        margin:40px 0 30px 0
    }
}

.contact__map {
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    .contact__map {
        width:62.7%
    }
}

.contact__map iframe {
    width: 100%;
    height: 380.58px
}

@media (min-width: 768px) {
    .contact__map iframe {
        height:455.68px
    }
}

@media (min-width: 1200px) {
    .contact__map iframe {
        height:100%
    }
}

@media (min-width: 768px) {
    .contact__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .contact__items {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact__item {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .contact__item {
        width:50%
    }
}

@media (min-width: 1200px) {
    .contact__item {
        width:100%
    }
}

.contact__item:last-child {
    margin-bottom: 40px
}

.contact__title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #071a33
}

.contact__text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    color: #071a33
}

.contact__text p {
    margin-bottom: 5px
}

.contact__text p a {
    color: #071a33;
    text-decoration: none
}

.contact-page {
    padding: 30px 0
}

@media (min-width: 768px) {
    .contact-page {
        padding:40px 0
    }
}

@media (min-width: 1200px) {
    .contact-page {
        padding:60px 0
    }
}

.contact-page .row {
    margin: 0
}

@media (min-width: 1200px) {
    .contact-page .row {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

.contact-info {
    width: 100%
}

@media (min-width: 1200px) {
    .contact-info {
        max-width:328px
    }
}

.contact-info__title {
    font-size: 24px;
    line-height: 123%;
    color: #071a33;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .contact-info__title {
        font-size:32px
    }
}

@media (min-width: 1200px) {
    .contact-info__title {
        font-size:36px
    }
}

.contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (min-width: 1200px) {
    .contact-items {
        display:block
    }
}

.contact-items .item {
    margin-top: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .contact-items .item {
        max-width:309px;
        margin-top: 30px
    }

    .contact-items .item:nth-child(2n) {
        margin-left: 30px
    }
}

@media (min-width: 1200px) {
    .contact-items .item {
        width:auto;
        max-width: none
    }

    .contact-items .item:nth-child(2n) {
        margin-left: 0
    }
}

.contact-items .item-title {
    font-size: 14px;
    line-height: 145%;
    color: #071a33
}

.contact-items .item-text {
    font-size: 20px;
    line-height: 145%;
    display: block;
    margin: 0;
    color: #071a33
}

@media (min-width: 1200px) {
    .contact-items .item-text {
        font-size:24px
    }
}

.contact-items .item-text:hover {
    text-decoration: none
}

.contact-map {
    width: 100%;
    margin-top: 30px
}

@media (min-width: 768px) {
    .contact-map {
        margin-top:40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1200px) {
    .contact-map {
        margin-top:0;
        margin-left: 68px
    }
}

.contact-map__items {
    width: 100%;
    background-color: #071a33;
    border-radius: 12px 12px 0 0;
    max-height: 400px;
    overflow-y: scroll
}

@media (min-width: 768px) {
    .contact-map__items {
        width:304px;
        min-width: 304px;
        max-height: 470px;
        border-radius: 12px 0 0 12px
    }
}

@media (min-width: 1200px) {
    .contact-map__items {
        max-height:516px
    }
}

.contact-map__items .item {
    padding: 20px 20px 16px
}

.contact-map__items .item:first-child {
    background-color: #0d2645;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid rgba(134,147,162,.2);
    padding: 20px
}

@media (min-width: 768px) {
    .contact-map__items .item:first-child {
        border-radius:12px 0 0 0
    }
}

.contact-map__items .item-title {
    color: #8693a2;
    font-size: 18px;
    line-height: 145%
}

.contact-map__items .item-text {
    font-size: 18px;
    line-height: 145%;
    color: #fff;
    display: block;
    margin: 0
}

.contact-map__items .item-text:first-child {
    margin-top: 16px
}

.contact-map__items .item .accordion {
    padding: 16px 0;
    border-bottom: 1px solid rgba(134,147,162,.2)
}

.contact-map__items .item .accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.contact-map__items .item .accordion-button .title {
    margin: 0;
    font-size: 14px;
    line-height: 145%;
    color: #fff
}

.contact-map__items .item .accordion-button svg {
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact-map__items .item .accordion-button.active svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.contact-map__items .item .accordion-text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 145%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    -o-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

.contact-map__items .item .accordion-text .subtitle {
    margin-bottom: 4px;
    color: #8693a2
}

.contact-map__items .item .accordion-text .text {
    color: #fff;
    margin: 0
}

.contact-map .map {
    width: 100%
}

.contact-map .map iframe {
    min-height: 190px;
    border-radius: 0 0 12px 12px
}

@media (min-width: 768px) {
    .contact-map .map iframe {
        border-radius:0 12px 12px 0;
        min-height: 470px
    }
}

@media (min-width: 1200px) {
    .contact-map .map iframe {
        max-height:516px
    }
}

.rental .first-screen {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-clip: border-box;
    height: calc(100vh - 110px)
}

@media (min-width: 768px) {
    .rental .first-screen {
        height:calc(100vh - 110px)
    }
}

.rental .first-screen__image {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.rental .first-screen__image:after {
    display: none
}

.rental .first-screen__image picture {
    width: 100%;
    height: 100%
}

.rental .first-screen__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.rental .first-screen__content {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.rental .first-screen__inner {
    margin-left: auto;
    width: 85%;
    max-width: 367px
}

@media (min-width: 1200px) {
    .rental .first-screen__inner {
        margin-right:120px
    }
}

.rental .first-screen__title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 15px;
    text-align: left
}

@media (min-width: 768px) {
    .rental .first-screen__title {
        font-size:28px;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .rental .first-screen__title {
        font-size:36px
    }
}

.rental .first-screen__price {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .rental .first-screen__price {
        font-size:24px
    }
}

.rental .first-screen__notice {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 0
}

.rental .first-screen .btn,.rental .first-screen .active-filters__link .close-btn,.active-filters__link .rental .first-screen .close-btn,.rental .first-screen .active-filters__button {
    margin: 20px 0
}

.rental .advantage {
    overflow: hidden;
    margin-top: 30px
}

@media (min-width: 768px) {
    .rental .advantage {
        margin-top:50px
    }
}

@media (min-width: 1200px) {
    .rental .advantage {
        margin-top:60px
    }
}

.rental .advantage .swiper-container {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .rental .advantage .swiper-container {
        width:100%;
        margin-right: 0
    }
}

.rental .advantage__item {
    width: calc((100%/4)*3)
}

@media (min-width: 768px) {
    .rental .advantage__item {
        min-width:auto
    }
}

.rental .advantage__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    height: 150px
}

@media (min-width: 768px) {
    .rental .advantage__item img {
        height:127px
    }
}

@media (min-width: 1200px) {
    .rental .advantage__item img {
        height:238px;
        margin-bottom: 30px
    }
}

.rental .advantage__item p {
    font-size: 16px;
    line-height: 130%;
    padding: 0 10px
}

@media (min-width: 1200px) {
    .rental .advantage__item p {
        font-size:24px;
        line-height: 123%;
        padding: 0 20px
    }
}

.rental .section-title {
    font-size: 24px;
    line-height: 123%;
    margin-top: 40px;
    text-align: center
}

@media (min-width: 768px) {
    .rental .section-title {
        font-size:28px;
        margin-top: 60px
    }
}

@media (min-width: 1200px) {
    .rental .section-title {
        font-size:36px;
        margin-top: 100px
    }
}

.rental .section-subtitle {
    font-size: 14px;
    line-height: 145%;
    margin-top: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .rental .section-subtitle {
        font-size:16px;
        line-height: 130%
    }
}

@media (min-width: 1200px) {
    .rental .section-subtitle {
        font-size:20px;
        line-height: 145%;
        margin-top: 30px
    }
}

.rental .rental-list {
    margin-top: 30px
}

@media (min-width: 768px) {
    .rental .rental-list {
        margin-top:40px
    }
}

@media (min-width: 1200px) {
    .rental .rental-list {
        margin-top:60px
    }
}

.rental .rental-machine {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .rental .rental-machine {
        margin-bottom:40px
    }
}

@media (min-width: 1200px) {
    .rental .rental-machine {
        margin-bottom:100px
    }
}

.rental .rental-machine:last-child {
    margin-bottom: 0
}

.rental .rental-machine__img {
    height: 178px;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

@media (min-width: 768px) {
    .rental .rental-machine__img {
        height:235px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .rental .rental-machine__img {
        height:320px
    }
}

.rental .rental-machine__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .rental .rental-machine__title {
        font-size:24px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

.rental .rental-machine__description {
    font-size: 14px;
    line-height: 145%
}

@media (min-width: 1200px) {
    .rental .rental-machine__description {
        font-size:16px;
        line-height: 150%
    }
}

.rental .steps {
    padding: 0;
    list-style: none;
    margin: 30px 0
}

@media (min-width: 768px) {
    .rental .steps {
        margin:40px 0
    }
}

@media (min-width: 1200px) {
    .rental .steps {
        margin:60px 0
    }
}

.rental .steps-item {
    position: relative
}

.rental .steps-item:nth-child(-n+2) {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rental .steps-item:nth-child(-n+2) {
        margin-bottom:40px
    }
}

@media (min-width: 1200px) {
    .rental .steps-item:nth-child(-n+2) {
        margin-bottom:0
    }
}

.rental .steps-item__icon {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    width: 86px;
    height: 86px;
    opacity: .05
}

@media (min-width: 768px) {
    .rental .steps-item__icon {
        top:10px;
        width: 120px;
        height: 120px
    }
}

@media (min-width: 768px) {
    .rental .steps-item__inner {
        padding-left:40px
    }
}

.rental .steps-item__count {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #59aee4;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .rental .steps-item__count {
        margin-bottom:20px
    }
}

.rental .steps-item__title {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .rental .steps-item__title {
        font-size:18px;
        margin-bottom: 10px
    }
}

.rental .steps-item__description {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .rental .steps-item__description {
        font-size:16px
    }
}

.rental .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 30px
}

@media (min-width: 768px) {
    .rental .form-wrap {
        margin-top:40px
    }
}

@media (min-width: 1200px) {
    .rental .form-wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 60px
    }
}

.rental .form-wrap__img {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden
}

@media (min-width: 768px) {
    .rental .form-wrap__img {
        height:400px
    }
}

@media (min-width: 1200px) {
    .rental .form-wrap__img {
        height:auto;
        max-width: calc(100%/12*4)
    }
}

.rental .form-wrap__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 22%;
    object-position: center 22%;
    border-radius: 0 0 12px 12px
}

@media (min-width: 1200px) {
    .rental .form-wrap__img img {
        border-radius:12px 0 0 12px;
        -o-object-position: center;
        object-position: center
    }
}

.rental .form-wrap__img picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.rental .form {
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 20px 20px 30px
}

@media (min-width: 768px) {
    .rental .form {
        padding:30px 40px
    }
}

@media (min-width: 1200px) {
    .rental .form {
        padding:40px 30px;
        border-radius: 0 12px 12px 0
    }
}

.rental .form__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rental .form__title {
        margin-bottom:36px
    }
}

@media (min-width: 1200px) {
    .rental .form__title {
        font-size:24px;
        margin-bottom: 20px
    }
}

.rental .form__row {
    margin-bottom: 20px
}

.rental .form__row .input-floating.name {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rental .form__row .input-floating.name {
        margin-bottom:0
    }
}

.rental .form__row .input-floating.region {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rental .form__row .input-floating.region {
        margin-bottom:0
    }
}

.rental .form .address-wrap__title {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 10px
}

.rental .form .address-wrap__subtitle {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 20px
}

.rental .form .address-wrap__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1200px) {
    .rental .form .address-wrap__address {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.rental .form .address-wrap__address .input-floating {
    width: 32%
}

.rental .form .address-wrap__address .input-floating:first-child {
    width: 100%
}

@media (min-width: 768px) {
    .rental .form .address-wrap__address .input-floating {
        width:calc(50% - 15px)
    }

    .rental .form .address-wrap__address .input-floating:first-child {
        width: calc(50% - 15px)
    }
}

@media (min-width: 1200px) {
    .rental .form .address-wrap__address .input-floating {
        width:100%;
        margin-right: 30px
    }

    .rental .form .address-wrap__address .input-floating:first-child {
        width: calc(50% - 15px);
        margin-right: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .rental .form .address-wrap__address .input-floating:last-child {
        margin-right: 0
    }
}

.rental .form .address-wrap__address .input-floating.street {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .rental .form .address-wrap__address .input-floating.street {
        margin-bottom:0
    }
}

@media (min-width: 768px) {
    .rental .form .address-wrap__address .input-floating.house {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .rental .form .address-wrap__address .input-floating.house {
        margin-bottom:0
    }
}

.rental .form .terms {
    margin: 20px 0
}

.rental .form .terms__link {
    cursor: pointer
}

.rental .form .btn,.rental .form .active-filters__link .close-btn,.active-filters__link .rental .form .close-btn,.rental .form .active-filters__button {
    padding: 15px 50px;
    line-height: 145%
}

@media (max-width: 576px) {
    .rental .form .btn,.rental .form .active-filters__link .close-btn,.active-filters__link .rental .form .close-btn,.rental .form .active-filters__button {
        width:100%;
        font-size: 16px;
        padding: 15px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 130%
    }
}

.rental .form-loader {
    width: 100%;
    height: 400px;
    background: #fff;
    border-radius: 12px 12px 0 0
}

.rental .form-loader .loader-page .lds-dual-ring {
    margin-top: 25%
}

@media (min-width: 768px) {
    .rental .form-loader {
        height:600px
    }
}

@media (min-width: 1200px) {
    .rental .form-loader {
        border-radius:0 12px 12px 0
    }
}

.rental .form-loader .cs-loader {
    width: 100%;
    position: relative;
    height: 100%
}

.rental .form-loader .cs-loader-inner {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    color: #59aee4;
    padding: 0 100px;
    text-align: center
}

.rental .form-loader .cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block
}

@keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px)
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px)
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(300px)
    }
}

.rental .form-loader .cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out
}

.rental .rental-success {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px 12px 0 0
}

@media (min-width: 768px) {
    .rental .rental-success {
        height:600px
    }
}

@media (min-width: 1200px) {
    .rental .rental-success {
        border-radius:0 12px 12px 0
    }
}

.rental .rental-success .icon-check-circle {
    font-size: 60px;
    margin-bottom: 10px
}

.rental .rental-success__title {
    margin-bottom: 30px;
    color: #071a33;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    max-width: 372px;
    line-height: 46px
}

@media (max-width: 576px) {
    .rental .rental-success__title {
        font-size:30px;
        line-height: 36px;
        max-width: 260px
    }
}

.rental .rental-success .rental-success__description {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.rental .rental-success__text {
    color: #071a33;
    font-size: 16px;
    max-width: 400px;
    text-align: left
}

@media (max-width: 576px) {
    .rental .rental-success__text {
        max-width:280px
    }
}

.rental .rental-success__text_top {
    margin-bottom: 15px
}

.rental .rental-success ul {
    margin-bottom: 15px;
    -webkit-padding-start: 0;
    padding-inline-start:0}

.rental .rental-success ul li {
    list-style: none
}

.rental .accordion {
    margin-top: 30px
}

@media (min-width: 768px) {
    .rental .accordion {
        margin-top:40px
    }
}

@media (min-width: 1200px) {
    .rental .accordion {
        margin-top:60px
    }
}

.rental-contract {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    padding: 60px 20px 40px
}

@media (min-width: 768px) {
    .rental-contract {
        padding:80px 40px 40px
    }
}

@media (min-width: 1200px) {
    .rental-contract {
        padding:100px 80px 60px
    }
}

.rental-contract .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #071a33;
    padding: 0;
    background-color: transparent;
    border: 0
}

.rental-contract .close-modal i {
    font-size: 32px
}

@media (min-width: 768px) {
    .rental-contract .close-modal i {
        font-size:50px
    }
}

.rental-contract .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 123%;
    text-align: center;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .rental-contract .title {
        font-size:28px;
        margin-bottom: 50px
    }
}

@media (min-width: 1200px) {
    .rental-contract .title {
        font-size:28px
    }
}

.rental-contract .subtitle {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .rental-contract .subtitle {
        margin-top:50px
    }
}

.rental-contract p {
    margin-bottom: 20px
}

.rental-contract .download {
    margin: 80px auto 0
}

.world-landing .first-screen__inner {
    width: 70%;
    max-width: 367px
}

@media (min-width: 1200px) {
    .world-landing .first-screen__inner {
        max-width:330px
    }
}

.world-landing .products .swiper-button-prev {
    width: auto;
    color: #071a33;
    left: 0;
    outline: 0!important
}

.world-landing .products .swiper-button-prev:focus {
    outline: 0!important
}

.world-landing .products .swiper-button-prev:after {
    display: none
}

@media (min-width: 768px) {
    .world-landing .products .swiper-button-prev {
        left:18px
    }
}

@media (min-width: 1200px) {
    .world-landing .products .swiper-button-prev {
        left:0
    }
}

.world-landing .products .swiper-button-prev i {
    font-size: 32px
}

.world-landing .products .swiper-button-next {
    width: auto;
    color: #071a33;
    right: 0;
    outline: 0!important
}

.world-landing .products .swiper-button-next:focus {
    outline: 0!important
}

.world-landing .products .swiper-button-next:after {
    display: none
}

@media (min-width: 768px) {
    .world-landing .products .swiper-button-next {
        right:18px
    }
}

@media (min-width: 1200px) {
    .world-landing .products .swiper-button-next {
        right:0
    }
}

.world-landing .products .swiper-button-next i {
    font-size: 32px
}

.world-landing .text-section {
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .text-section {
        margin-top:100px
    }
}

.world-landing .text-section .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-landing .text-section .title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-landing .text-section .title {
        font-size:36px
    }
}

@media (min-width: 768px) {
    .world-landing .text-section__inner p {
        font-size:20px;
        line-height: 145%
    }
}

.world-landing .steps {
    overflow: hidden;
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .steps {
        margin-top:100px
    }
}

.world-landing .steps .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-landing .steps .title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .title {
        font-size:36px
    }
}

.world-landing .steps .steps-item {
    position: relative;
    margin-bottom: 40px
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item {
        margin-bottom:60px
    }
}

.world-landing .steps .steps-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.world-landing .steps .steps-item.blue-center:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 160px;
    right: -30px;
    width: 85%;
    height: 164px;
    background-color: #ecf6fc;
    border-radius: 12px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item.blue-center:after {
        top:-25px;
        width: 45%
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item.blue-center:after {
        top:-25px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 40%;
        height: 226px
    }
}

.world-landing .steps .steps-item.blue-left:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 130px;
    left: -30px;
    width: 85%;
    height: 210px;
    background-color: #ecf6fc;
    border-radius: 12px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item.blue-left:after {
        top:auto;
        bottom: 16px;
        left: -60px;
        width: 66%
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item.blue-left:after {
        bottom:0;
        left: auto;
        right: 35%;
        width: 400%;
        height: 244px
    }
}

.world-landing .steps .steps-item.blue-right:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 130px;
    right: -30px;
    width: 85%;
    height: 210px;
    background-color: #ecf6fc;
    border-radius: 12px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item.blue-right:after {
        top:140px;
        bottom: 16px;
        right: -60px;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item.blue-right:after {
        left:62%;
        right: auto;
        width: 400%;
        height: 244px
    }
}

.world-landing .steps .steps-item__img {
    position: relative;
    z-index: 2;
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item__img {
        margin-bottom:0
    }
}

.world-landing .steps .steps-item__img img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item__img img {
        height:350px
    }
}

.world-landing .steps .steps-item__content {
    position: relative;
    z-index: 2;
    padding-left: 64px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item__content {
        -ms-flex-item-align:center;
        align-self: center
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item__content {
        padding-left:110px
    }
}

.world-landing .steps .steps-item .num {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 60px;
    line-height: 1;
    color: #59aee4
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .num {
        font-size:100px;
        left: 30px
    }
}

.world-landing .steps .steps-item .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.world-landing .steps .steps-item .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .notice {
        font-size:16px
    }
}

.world-landing .steps .steps-item .notice ul {
    padding: 0;
    list-style: none
}

.world-landing .steps .steps-item .notice ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.world-landing .steps .steps-item .notice ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #59aee4
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .notice ul li {
        padding-left:26px
    }

    .world-landing .steps .steps-item .notice ul li:before {
        width: 10px;
        height: 10px
    }
}

.world-landing .steps .steps-item .images {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item .images {
        margin:30px -7px 0;
        padding-left: 31px
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .images {
        padding-left:0;
        margin: 30px -5px 0
    }
}

.world-landing .steps .steps-item .images img {
    width: 127px;
    height: 96px;
    margin: 0 5px 10px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item .images img {
        width:190px;
        height: 143px;
        margin: 0 7px 14px
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .images img {
        width:136px;
        height: 110px;
        margin: 0 5px 10px
    }
}

.world-landing .full-width-steps .step-full-width {
    position: relative
}

.world-landing .full-width-steps .step-full-width__content {
    position: relative;
    z-index: 2;
    padding-left: 64px
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width__content {
        padding-left:110px
    }
}

.world-landing .full-width-steps .step-full-width .num {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 60px;
    line-height: 1;
    color: #59aee4
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width .num {
        font-size:100px;
        left: 30px
    }
}

.world-landing .full-width-steps .step-full-width .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .world-landing .full-width-steps .step-full-width .title {
        max-width:300px
    }
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width .title {
        font-size:24px;
        margin-bottom: 15px;
        max-width: 780px
    }
}

.world-landing .full-width-steps .step-full-width .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 768px) {
    .world-landing .full-width-steps .step-full-width .notice {
        max-width:300px
    }
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width .notice {
        font-size:16px;
        max-width: 780px
    }
}

.world-landing .full-width-steps .step-full-width .notice ul {
    padding: 0;
    list-style: none
}

.world-landing .full-width-steps .step-full-width .notice ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.world-landing .full-width-steps .step-full-width .notice ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #59aee4
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width .notice ul li {
        padding-left:26px
    }

    .world-landing .full-width-steps .step-full-width .notice ul li:before {
        width: 10px;
        height: 10px
    }
}

.world-landing .full-width-steps .step-full-width__slider {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .world-landing .full-width-steps .step-full-width__slider {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width__slider {
        margin-top:40px
    }
}

@media (max-width: 767px) {
    .world-landing .full-width-steps .step-full-width__slider .swiper-slide {
        width:205px
    }
}

.world-landing .full-width-steps .step-full-width__slider .swiper-slide img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width__slider .swiper-slide img {
        height:250px
    }
}

.world-landing .tiles {
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .tiles {
        margin-top:100px
    }
}

.world-landing .tiles .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-landing .tiles .title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-landing .tiles .title {
        font-size:36px
    }
}

.world-landing .tiles .tiles-item {
    position: relative;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .world-landing .tiles .tiles-item {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item {
        margin-bottom:60px
    }
}

.world-landing .tiles .tiles-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.world-landing .tiles .tiles-item__img {
    position: relative;
    z-index: 2;
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .world-landing .tiles .tiles-item__img {
        margin-bottom:0
    }
}

.world-landing .tiles .tiles-item__img img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item__img img {
        height:350px
    }
}

.world-landing .tiles .tiles-item__content {
    position: relative;
    z-index: 2
}

.world-landing .tiles .tiles-item .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.world-landing .tiles .tiles-item .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item .notice {
        font-size:16px
    }
}

.world-landing .tiles .tiles-item .notice ul {
    padding: 0;
    list-style: none
}

.world-landing .tiles .tiles-item .notice ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.world-landing .tiles .tiles-item .notice ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #59aee4
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item .notice ul li {
        padding-left:26px
    }

    .world-landing .tiles .tiles-item .notice ul li:before {
        width: 10px;
        height: 10px
    }
}

.world-landing .app-banner-wrap {
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap {
        margin-top:100px
    }
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap .app-block {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

.world-landing .app-banner-wrap .app-block__img {
    position: relative;
    z-index: 2;
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .world-landing .app-banner-wrap .app-block__img {
        margin-bottom:0
    }
}

.world-landing .app-banner-wrap .app-block__img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap .app-block__img img {
        height:420px
    }
}

.world-landing .app-banner-wrap .app-block__content {
    position: relative;
    z-index: 2
}

.world-landing .app-banner-wrap .app-block .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .world-landing .app-banner-wrap .app-block .title {
        font-size:28px;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap .app-block .title {
        font-size:36px
    }
}

.world-landing .app-banner-wrap .app-block .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap .app-block .notice {
        font-size:16px
    }
}

.world-landing .app-banner-wrap .app-block .notice p:last-child {
    margin-bottom: 0
}

.world-landing .app-banner-wrap .app-block .links {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.world-landing .app-banner-wrap .app-block .links a {
    width: 140px;
    height: 46px;
    border-radius: 4px;
    background-size: cover
}

.world-landing .app-banner-wrap .app-block .links a:first-child {
    margin-right: 20px
}

.world-landing .app-banner-wrap .app-block .links a.appstore-gray {
    background-image: url(/local/templates/.default/assets/dist/css/../images/appstore-gray.jpg)
}

.world-landing .app-banner-wrap .app-block .links a.googleplay-gray {
    background-image: url(/local/templates/.default/assets/dist/css/../images/googleplay-gray.jpg)
}

.world-landing .grid3 {
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .grid3 {
        margin-top:100px
    }
}

.world-landing .grid3 .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-landing .grid3 .title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-landing .grid3 .title {
        font-size:36px
    }
}

.world-landing .grid3 .grid3-item {
    position: relative;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item {
        margin-bottom:40px
    }
}

.world-landing .grid3 .grid3-item__img {
    position: relative;
    z-index: 2;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item__img {
        margin-bottom:25px
    }
}

.world-landing .grid3 .grid3-item__img img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item__img img {
        height:300px
    }
}

.world-landing .grid3 .grid3-item__content {
    position: relative;
    z-index: 2
}

.world-landing .grid3 .grid3-item .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.world-landing .grid3 .grid3-item .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item .notice {
        font-size:16px
    }
}

.world-landing .grid3 .grid3-item .notice ul {
    padding: 0;
    list-style: none
}

.world-landing .grid3 .grid3-item .notice ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.world-landing .grid3 .grid3-item .notice ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #59aee4
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item .notice ul li {
        padding-left:26px
    }

    .world-landing .grid3 .grid3-item .notice ul li:before {
        width: 10px;
        height: 10px
    }
}

.compare {
    position: relative
}

.compare__product-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.compare__product-title {
    display: block;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #8693a2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    outline: 0;
    padding: 8px 22px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    border: 1px solid #8693a2
}

@media (min-width: 768px) {
    .compare__product-title {
        padding:14px 30px
    }
}

@media (min-width: 1200px) {
    .compare__product-title {
        border:0;
        padding: 0;
        font-size: 20px;
        line-height: 145%;
        margin-right: 60px;
        margin-bottom: 0
    }
}

.compare__product-title.active {
    background-color: #59aee4;
    color: #fff;
    border: 1px solid #59aee4
}

@media (min-width: 1200px) {
    .compare__product-title.active {
        background:0 0;
        color: #59aee4;
        border: 0
    }
}

.compare__image,.compare__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.compare__image .image__block-wrap {
    width: 100%;
    max-width: 396px;
    border-right: 1px solid rgba(134,147,162,.2);
    border-bottom: 1px solid rgba(134,147,162,.2)
}

.compare__image .image__block-wrap:nth-last-child(-n+1) {
    border-right: none
}

.compare__image .image__block {
    position: relative
}

@media (min-width: 0) {
    .compare__image .image__block {
        margin:0 7px
    }
}

@media (min-width: 768px) {
    .compare__image .image__block {
        margin:0 30px
    }
}

.compare__image .image__block-bg {
    height: 270px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 20px
}

.compare__image .image__block-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.compare__image .image__title-wrap {
    margin-bottom: 10px
}

@media (min-width: 0) {
    .compare__image .image__title-wrap {
        height:100px
    }
}

@media (min-width: 1200px) {
    .compare__image .image__title-wrap {
        height:60px
    }
}

.compare__image .image__title {
    line-height: 123%;
    color: #071a33
}

@media (min-width: 0) {
    .compare__image .image__title {
        font-size:20px;
        line-height: 123%
    }
}

@media (min-width: 1200px) {
    .compare__image .image__title {
        font-size:24px
    }
}

.compare__image .image__price {
    font-size: 24px;
    line-height: 123%;
    color: #071a33
}

@media (min-width: 0) {
    .compare__image .image__price {
        font-size:20px;
        line-height: 123%
    }
}

@media (min-width: 768px) {
    .compare__image .image__price {
        font-size:24px
    }
}

.compare__image .image__bonus {
    font-size: 14px;
    line-height: 145%;
    color: #c28005;
    margin-top: 4px;
    height: 20px
}

.compare__image .image__btn-buy {
    margin-top: 33px;
    margin-bottom: 20px
}

.compare__image .image__btn-buy a {
    width: 100%
}

.compare__product-close {
    position: absolute;
    padding: 0
}

@media (min-width: 0) {
    .compare__product-close {
        right:18.67px;
        top: 18.67px;
        height: 18.67px;
        width: 18.67px
    }
}

@media (min-width: 768px) {
    .compare__product-close {
        right:30.42px;
        top: 30.42px;
        height: 29px;
        width: 29px
    }
}

.compare__product-close span {
    position: absolute;
    left: 0
}

@media (min-width: 0) {
    .compare__product-close span {
        font-size:22px;
        top: -9px
    }
}

@media (min-width: 768px) {
    .compare__product-close span {
        font-size:34px;
        position: absolute;
        top: -12px
    }
}

.compare__differences {
    padding: 35px 0;
    border-bottom: 1px solid rgba(134,147,162,.2)
}

.compare__differences .differences__container {
    display: block;
    position: relative;
    padding-left: 43px;
    margin-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 145%;
    color: #8693a2
}

.compare__differences .differences__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.compare__differences .differences__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 24px;
    width: 24px;
    border: 3px solid #8693a2;
    border-radius: 5px
}

.compare__differences .differences__container:hover input~.differences__checkmark {
    background-color: #ccc
}

.compare__differences .differences__container input:checked~.differences__checkmark {
    background-color: #59aee4;
    border: 3px solid #59aee4
}

.compare__differences .differences__checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.compare__differences .differences__container input:checked~.differences__checkmark:after {
    display: block
}

.compare__differences .differences__container .differences__checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.compare__subtitle {
    padding: 20px 0;
    border-bottom: 1px solid rgba(134,147,162,.2)
}

.compare__subtitle p {
    font-size: 24px;
    line-height: 123%;
    padding-left: 30px;
    margin: 0
}

@media (min-width: 0) {
    .compare__subtitle p {
        font-size:20px;
        line-height: 123%;
        color: #071a33
    }
}

@media (min-width: 768px) {
    .compare__subtitle p {
        font-size:24px;
        color: #071a33
    }
}

@media (min-width: 1200px) {
    .compare__subtitle p {
        color:#8693a2
    }
}

.compare__characteristics .characteristics__block {
    width: 396px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(134,147,162,.2);
    border-right: 1px solid rgba(134,147,162,.2);
    border-left: none;
    padding-left: 30px;
    padding-right: 30px
}

.compare__characteristics .characteristics__block:nth-last-child(-n+1) {
    border-right: none
}

.compare__characteristics .characteristics__title {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2
}

.compare__characteristics .characteristics__text {
    line-height: 145%;
    color: #071a33
}

@media (min-width: 0) {
    .compare__characteristics .characteristics__text {
        font-size:14px
    }
}

@media (min-width: 768px) {
    .compare__characteristics .characteristics__text {
        font-size:18px
    }
}

.compare__image-last .image__block-wrap {
    padding-top: 20px
}

.compare__image-last .image__block-wrap:nth-last-child(-n+2) {
    border-right: 1px solid rgba(134,147,162,.2)
}

.compare__image-last .image__block-wrap:last-child {
    border-right: none
}

.compare__add a span {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.compare__arrow-left,.compare__arrow-right {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: auto;
    bottom: 25%;
    cursor: pointer;
    position: fixed;
    z-index: 1
}

.compare__arrow-left i,.compare__arrow-right i {
    color: #071a33
}

.compare__arrow-left {
    left: 0
}

@media (min-width: 768px) {
    .compare__arrow-left {
        left:15px
    }
}

@media (min-width: 1200px) {
    .compare__arrow-left {
        left:1%
    }
}

.compare__arrow-right {
    right: 0
}

@media (min-width: 768px) {
    .compare__arrow-right {
        right:15px
    }
}

@media (min-width: 1200px) {
    .compare__arrow-right {
        right:1%
    }
}

.compare .compare-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.compare .compare-empty .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .compare .compare-empty .title {
        font-size:24px;
        margin-bottom: 30px
    }
}

.compare .compare-empty .btn,.compare .compare-empty .active-filters__link .close-btn,.active-filters__link .compare .compare-empty .close-btn,.compare .compare-empty .active-filters__button {
    width: 100%;
    max-width: 315px
}

@media (min-width: 768px) {
    .compare .compare-empty .btn,.compare .compare-empty .active-filters__link .close-btn,.active-filters__link .compare .compare-empty .close-btn,.compare .compare-empty .active-filters__button {
        max-width:336px
    }
}

.compare .swiper-slide,.compare .swiper-wrapper {
    height: auto
}

.loader-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0
}

.loader-page__message {
    color: #8693a2;
    text-align: center;
    max-width: 380px;
    font-size: 16px;
    line-height: 145%;
    margin-top: 30px
}

.about-page .subtitle {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .about-page .subtitle {
        font-size:28px;
        line-height: 123%
    }
}

@media (min-width: 992px) {
    .about-page .subtitle {
        font-size:30px;
        line-height: 123%;
        margin-bottom: 40px
    }
}

.about-page .about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.about-page .about-row:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .about-page .about-row {
        margin-bottom:40px
    }
}

@media (min-width: 992px) {
    .about-page .about-row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px
    }
}

.about-page .about-row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .about-page .about-row--reverse {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 992px) {
    .about-page .about-row .text {
        font-size:18px
    }
}

.about-page .about-row .image {
    margin-top: 15px
}

@media (min-width: 768px) {
    .about-page .about-row .image {
        margin-top:25px
    }
}

@media (min-width: 992px) {
    .about-page .about-row .image {
        margin-top:0
    }
}

.about-page .about-row .image img {
    width: 100%
}

.rich-video {
    width: 100%;
    position: relative;
    top: 0;
    height: 676px
}

@media (min-width: 768px) {
    .rich-video {
        height:1024px
    }
}

@media (min-width: 1200px) {
    .rich-video {
        height:660px;
        max-width: 1200px;
        margin: 0 auto 3px
    }
}

.rich-video-image {
    position: relative;
    height: 100%
}

.rich-video-wrapper {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 676px
}

@media (min-width: 768px) {
    .rich-video-wrapper {
        height:1024px
    }
}

@media (min-width: 1200px) {
    .rich-video-wrapper {
        height:660px
    }
}

.rich-video-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.rich-video-wrapper .video_card {
    height: 100%
}

.rich-video .video-card {
    z-index: 200;
    padding: 0;
    position: absolute;
    width: 100%;
    border-radius: 0;
    height: 676px
}

.rich-video .video-card:hover .video-card__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (min-width: 768px) {
    .rich-video .video-card {
        height:1024px
    }
}

@media (min-width: 1200px) {
    .rich-video .video-card {
        height:660px
    }
}

.rich-video .video-card picture {
    display: block;
    width: 100%;
    height: 100%
}

.rich-video .video-card picture img {
    width: 100%;
    height: 676px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) {
    .rich-video .video-card picture img {
        height:1024px
    }
}

@media (min-width: 1200px) {
    .rich-video .video-card picture img {
        height:660px
    }
}

.rich-video .video-card.play {
    display: none
}

.rich-video .play-btn {
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    width: 120px;
    height: 120px;
    font-size: 34px
}

@media (min-width: 768px) {
    .rich-video .play-btn {
        width:210px;
        height: 210px;
        font-size: 56px
    }
}

@media (min-width: 1200px) {
    .rich-video .play-btn {
        width:105px;
        height: 105px;
        font-size: 28px
    }
}

.rich-video .play-btn .icon-play-rich {
    font-size: 34px;
    padding-left: 5px
}

@media (min-width: 768px) {
    .rich-video .play-btn .icon-play-rich {
        font-size:56px
    }
}

@media (min-width: 1200px) {
    .rich-video .play-btn .icon-play-rich {
        font-size:28px
    }
}

.rich-banner {
    width: 100%;
    position: relative
}

@media (min-width: 1200px) {
    .rich-banner {
        max-width:1200px;
        margin: 0 auto 3px
    }
}

.rich-banner__image {
    display: block;
    width: 100%;
    height: 420px
}

@media (min-width: 768px) {
    .rich-banner__image {
        height:700px
    }
}

@media (min-width: 1200px) {
    .rich-banner__image {
        height:601px
    }
}

.rich-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) {
    .rich-banner img {
        -o-object-position:center;
        object-position: center
    }
}

.rich-banner-info {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: static;
    width: 100%;
    padding: 28px 16px 81px 16px
}

@media (min-width: 768px) {
    .rich-banner-info {
        padding:32px 60px 80px 60px;
        position: static;
        border-radius: 0
    }
}

@media (min-width: 1200px) {
    .rich-banner-info {
        position:absolute;
        border-radius: 8px;
        bottom: 81px;
        left: 20px;
        max-width: 453px;
        padding: 28px;
        opacity: .85
    }
}

.rich-banner-info__title {
    font-family: 'Futura New Demi';
    font-weight: 600;
    color: #132643;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .rich-banner-info__title {
        font-size:48px;
        font-weight: 600;
        margin-bottom: 24px
    }
}

@media (min-width: 1200px) {
    .rich-banner-info__title {
        font-weight:600;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px
    }
}

.rich-banner-info__text {
    font-family: 'Futura New Book';
    color: #132643;
    font-size: 18px;
    line-height: 140%
}

@media (min-width: 768px) {
    .rich-banner-info__text {
        font-size:36px;
        line-height: 130%
    }
}

@media (min-width: 1200px) {
    .rich-banner-info__text {
        font-size:18px;
        line-height: 22px
    }
}

.interactive-banner .rich-banner-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    opacity: .8;
    cursor: pointer;
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute
}

@media (min-width: 768px) {
    .interactive-banner .rich-banner-button {
        width:72px;
        height: 72px
    }
}

@media (min-width: 1200px) {
    .interactive-banner .rich-banner-button {
        width:50px;
        height: 50px
    }
}

.interactive-banner button.rich-banner-button:before {
    content: "";
    display: block;
    background-color: #6eacdf;
    position: absolute;
    width: 24px;
    height: 2px
}

@media (min-width: 768px) {
    .interactive-banner button.rich-banner-button:before {
        width:29px;
        height: 3px
    }
}

@media (min-width: 1200px) {
    .interactive-banner button.rich-banner-button:before {
        width:17px;
        height: 2px
    }
}

.interactive-banner button.rich-banner-button:after {
    content: "";
    display: block;
    background-color: #6eacdf;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 24px;
    height: 2px
}

@media (min-width: 768px) {
    .interactive-banner button.rich-banner-button:after {
        width:29px;
        height: 3px
    }
}

@media (min-width: 1200px) {
    .interactive-banner button.rich-banner-button:after {
        width:17px;
        height: 2px
    }
}

.interactive-banner .banner-checkbox {
    display: block;
    z-index: 20;
    position: absolute;
    opacity: 0
}

.interactive-banner .rich-banner-info {
    background: rgba(255,255,255,.85);
    display: none;
    position: static;
    width: 100%;
    height: auto;
    padding: 28px 16px 81px 16px
}

@media (min-width: 768px) {
    .interactive-banner .rich-banner-info {
        padding:32px 60px 80px 60px;
        border-radius: 0;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .interactive-banner .rich-banner-info {
        position:absolute;
        padding: 28px;
        max-width: 420px;
        border-radius: 8px
    }
}

.ecam-250-31 .interactive-banner__1 .rich-banner-button {
    top: 54px;
    left: calc(50% + 12px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__1 .rich-banner-button {
        top:115px;
        left: calc(50% + 15px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__1 .rich-banner-button {
        top:89px;
        left: 50.53%
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__1 .rich-banner-info {
        top:85px;
        left: 63.65%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__1 .rich-banner-info {
        top:125px;
        left: 66.65%
    }
}

.ecam-250-31 .interactive-banner__2 .rich-banner-button {
    top: 40px;
    left: calc(50% - 120px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-button {
        top:67px;
        left: calc(50% - 201px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-button {
        top:71px;
        left: 39.53%
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-button {
        top:190px;
        left: 44.53%
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-info {
        left:1.44%;
        top: 0;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-info {
        left:4.44%;
        top: 90px
    }
}

.ecam-250-31 .interactive-banner__3 .rich-banner-button {
    top: 160px;
    left: calc(50% - 54px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-button {
        top:255px;
        left: calc(50% - 92px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-button {
        top:227px;
        left: 44%
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-button {
        left:49.09%;
        top: 507px
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 63.91%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-info {
        left:66.84%;
        top: 485px
    }
}

.ecam-250-31 .interactive-banner__4 .rich-banner-button {
    top: 130px;
    left: calc(50% - 154px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-button {
        top:249px;
        left: calc(50% - 263px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-button {
        top:220px;
        left: 31.7%
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-button {
        left:39.45%;
        top: 418px
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-info {
        top:285px;
        left: 1%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-info {
        left:3.47%;
        top: 461px
    }
}

.ecam-250-31 .interactive-banner__5 .rich-banner-button {
    top: 260px;
    left: calc(50% - 60px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-button {
        top:420px;
        left: calc(50% - 96px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-button {
        top:375px;
        left: 43%
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-button {
        top:820px;
        left: 46%
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-info {
        top:379px;
        left: 61%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-info {
        top:830px;
        left: 66%
    }
}

.ecam-370-95-t .rich-banner__image img {
    -o-object-position: 60%;
    object-position: 60%
}

@media (min-width: 768px) {
    .ecam-370-95-t .rich-banner__image img {
        -o-object-position:60%;
        object-position: 60%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .rich-banner__image img {
        -o-object-position:71%;
        object-position: 71%
    }
}

.ecam-370-95-t .interactive-banner__1 .rich-banner-button {
    top: 47px;
    left: calc(50% - 60px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__1 .rich-banner-button {
        top:70px;
        left: calc(50% - 75px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__1 .rich-banner-button {
        top:75px;
        left: 47.22%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__1 .rich-banner-info {
        top:60px;
        left: 1.65%;
        bottom: auto
    }
}

.ecam-370-95-t .interactive-banner__2 .rich-banner-button {
    top: 38px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__2 .rich-banner-button {
        top:140px;
        left: calc(50% + 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__2 .rich-banner-button {
        top:100px;
        left: 56.52%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__2 .rich-banner-info {
        left:63.44%;
        top: 90px;
        bottom: auto
    }
}

.ecam-370-95-t .interactive-banner__3 .rich-banner-button {
    top: 150px;
    left: calc(50% - 100px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__3 .rich-banner-button {
        top:270px;
        left: calc(50% - 150px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__3 .rich-banner-button {
        top:183px;
        left: 42.01%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__3 .rich-banner-info {
        top:175px;
        left: 2%;
        bottom: auto
    }
}

.ecam-370-95-t .interactive-banner__4 .rich-banner-button {
    top: 230px;
    left: calc(50% - 135px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__4 .rich-banner-button {
        top:410px;
        left: calc(50% - 180px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__4 .rich-banner-button {
        top:330px;
        left: 38.82%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__4 .rich-banner-info {
        top:310px;
        left: 1%;
        bottom: auto
    }
}

.ecam-370-95-t .interactive-banner__5 .rich-banner-button {
    top: 275px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__5 .rich-banner-button {
        top:489px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__5 .rich-banner-button {
        top:405px;
        left: 51.04%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__5 .rich-banner-info {
        top:355px;
        left: 63%;
        bottom: auto
    }
}

.ecam-22-360-b .interactive-banner__1 .rich-banner-button {
    top: 75px;
    left: calc(50% - 63px)
}

@media (min-width: 768px) {
    .ecam-22-360-b .interactive-banner__1 .rich-banner-button {
        top:130px;
        left: calc(50% - 100px)
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__1 .rich-banner-button {
        top:112px;
        left: 46.11%
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__1 .rich-banner-info {
        top:85px;
        left: 63.65%;
        bottom: auto
    }
}

.ecam-22-360-b .interactive-banner__2 .rich-banner-button {
    top: 160px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-22-360-b .interactive-banner__2 .rich-banner-button {
        top:265px;
        left: calc(50% + 45px)
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__2 .rich-banner-button {
        top:244px;
        left: 53.68%
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__2 .rich-banner-info {
        left:65%;
        top: 150px;
        bottom: auto
    }
}

.ecam-22-360-b .interactive-banner__3 .rich-banner-button {
    top: 270px;
    left: calc(50% - 45px)
}

@media (min-width: 768px) {
    .ecam-22-360-b .interactive-banner__3 .rich-banner-button {
        top:450px;
        left: calc(50% - 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__3 .rich-banner-button {
        top:415px;
        left: 46.8%
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__3 .rich-banner-info {
        top:310px;
        left: .5%;
        bottom: auto
    }
}

.ecam-22-360-b .interactive-banner__4 .rich-banner-button {
    top: 278px;
    left: calc(50% + 105px)
}

@media (min-width: 768px) {
    .ecam-22-360-b .interactive-banner__4 .rich-banner-button {
        top:475px;
        left: calc(50% + 185px)
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__4 .rich-banner-button {
        top:395px;
        left: 61.87%
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__4 .rich-banner-info {
        top:315px;
        left: .5%;
        bottom: auto
    }
}

.cgh1012d .rich-banner__image img,.cgh1030d .rich-banner__image img {
    -o-object-position: 39%;
    object-position: 39%
}

@media (min-width: 768px) {
    .cgh1012d .rich-banner__image img,.cgh1030d .rich-banner__image img {
        -o-object-position:39%;
        object-position: 39%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .rich-banner__image img,.cgh1030d .rich-banner__image img {
        -o-object-position:center;
        object-position: center
    }
}

.cgh1012d .interactive-banner__1 .rich-banner-button,.cgh1030d .interactive-banner__1 .rich-banner-button {
    top: 209px;
    left: calc(50% - 54px)
}

@media (min-width: 768px) {
    .cgh1012d .interactive-banner__1 .rich-banner-button,.cgh1030d .interactive-banner__1 .rich-banner-button {
        top:346px;
        left: calc(50% - 75px)
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__1 .rich-banner-button,.cgh1030d .interactive-banner__1 .rich-banner-button {
        top:298px;
        left: 38%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__1 .rich-banner-info,.cgh1030d .interactive-banner__1 .rich-banner-info {
        top:140px;
        left: 63.65%;
        bottom: auto
    }
}

.cgh1012d .interactive-banner__2 .rich-banner-button,.cgh1030d .interactive-banner__2 .rich-banner-button {
    top: 260px;
    left: calc(50% + 57px)
}

@media (min-width: 768px) {
    .cgh1012d .interactive-banner__2 .rich-banner-button,.cgh1030d .interactive-banner__2 .rich-banner-button {
        top:452px;
        left: calc(50% + 110px)
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__2 .rich-banner-button,.cgh1030d .interactive-banner__2 .rich-banner-button {
        top:407px;
        left: 49.43%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__2 .rich-banner-info,.cgh1030d .interactive-banner__2 .rich-banner-info {
        left:auto;
        right: 1%;
        top: 220px;
        bottom: auto
    }
}

.cgh1012d .interactive-banner__3 .rich-banner-button,.cgh1030d .interactive-banner__3 .rich-banner-button {
    top: 287px;
    left: calc(50% - 125px)
}

@media (min-width: 768px) {
    .cgh1012d .interactive-banner__3 .rich-banner-button,.cgh1030d .interactive-banner__3 .rich-banner-button {
        top:475px;
        left: calc(50% - 210px)
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__3 .rich-banner-button,.cgh1030d .interactive-banner__3 .rich-banner-button {
        top:430px;
        left: 32.43%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__3 .rich-banner-info,.cgh1030d .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 63.91%;
        bottom: auto
    }
}

.cgh1012d .interactive-banner__4 .rich-banner-button,.cgh1030d .interactive-banner__4 .rich-banner-button {
    top: 327px;
    left: calc(50% + 46px)
}

@media (min-width: 768px) {
    .cgh1012d .interactive-banner__4 .rich-banner-button,.cgh1030d .interactive-banner__4 .rich-banner-button {
        top:547px;
        left: calc(50% + 75px)
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__4 .rich-banner-button,.cgh1030d .interactive-banner__4 .rich-banner-button {
        top:479px;
        left: 49.2%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__4 .rich-banner-info,.cgh1030d .interactive-banner__4 .rich-banner-info {
        top:370px;
        left: auto;
        right: 1%;
        bottom: auto
    }
}

.ecam-29-660-sb .interactive-banner__1 .rich-banner-button {
    top: 70px;
    left: calc(50% - 55px)
}

@media (min-width: 768px) {
    .ecam-29-660-sb .interactive-banner__1 .rich-banner-button {
        top:120px;
        left: calc(50% - 75px)
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__1 .rich-banner-button {
        top:112px;
        left: 46.11%
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__1 .rich-banner-info {
        top:85px;
        left: 3%;
        bottom: auto
    }
}

.ecam-29-660-sb .interactive-banner__2 .rich-banner-button {
    top: 180px;
    left: calc(50% + 15px)
}

@media (min-width: 768px) {
    .ecam-29-660-sb .interactive-banner__2 .rich-banner-button {
        top:300px;
        left: calc(50% + 35px)
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__2 .rich-banner-button {
        top:244px;
        left: 53.68%
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__2 .rich-banner-info {
        left:3%;
        top: 200px;
        bottom: auto
    }
}

.ecam-29-660-sb .interactive-banner__3 .rich-banner-button {
    top: 275px;
    left: calc(50% + 25px)
}

@media (min-width: 768px) {
    .ecam-29-660-sb .interactive-banner__3 .rich-banner-button {
        top:450px;
        left: calc(50% + 45px)
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__3 .rich-banner-button {
        top:400px;
        left: 53%
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__3 .rich-banner-info {
        top:340px;
        left: 63.91%;
        bottom: auto
    }
}

.ecam-29-660-sb .interactive-banner__4 .rich-banner-button {
    top: 130px;
    left: calc(50% + 80px)
}

@media (min-width: 768px) {
    .ecam-29-660-sb .interactive-banner__4 .rich-banner-button {
        top:205px;
        left: calc(50% + 140px)
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__4 .rich-banner-button {
        top:182px;
        left: 60.87%
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__4 .rich-banner-info {
        top:228px;
        left: 64%;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__1 .rich-banner-button {
    top: 30px;
    left: calc(50% - 90px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__1 .rich-banner-button {
        top:60px;
        left: calc(50% - 140px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__1 .rich-banner-button {
        top:60px;
        left: 40%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__1 .rich-banner-info {
        top:60px;
        left: 1%;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__2 .rich-banner-button {
    top: 55px;
    left: calc(50% + 10px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__2 .rich-banner-button {
        top:80px;
        left: calc(50% + 10px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__2 .rich-banner-button {
        top:80px;
        left: 52%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__2 .rich-banner-info {
        left:64%;
        top: 80px;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__3 .rich-banner-button {
    top: 245px;
    left: calc(50% - 15px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__3 .rich-banner-button {
        top:420px;
        left: calc(50% - 20px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__3 .rich-banner-button {
        top:370px;
        left: 49%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 63.91%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-650-85-ms .interactive-banner__3 .rich-banner-info {
        top:757px;
        left: 40.21%
    }
}

.ecam-650-85-ms .interactive-banner__4 .rich-banner-button {
    top: 130px;
    left: calc(50% + 45px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__4 .rich-banner-button {
        top:185px;
        left: calc(50% + 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__4 .rich-banner-button {
        top:180px;
        left: 56%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__4 .rich-banner-info {
        top:180px;
        left: 64%;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__5 .rich-banner-button {
    top: 175px;
    left: calc(50% - 35px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__5 .rich-banner-button {
        top:310px;
        left: calc(50% - 45px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__5 .rich-banner-button {
        top:260px;
        left: 46%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__5 .rich-banner-info {
        left:64%;
        top: 260px;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__6 .rich-banner-button {
    top: 245px;
    left: calc(50% - 130px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__6 .rich-banner-button {
        top:380px;
        left: calc(50% - 200px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__6 .rich-banner-button {
        top:350px;
        left: 35%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__6 .rich-banner-info {
        top:350px;
        left: 64%;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__7 .rich-banner-button {
    top: 284px;
    left: 48%
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-button {
        top:505px;
        left: 50%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-button {
        top:393px;
        left: 53%
    }
}

@media (min-width: 2880px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-button {
        top:755px;
        left: 49.44%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-info {
        top:228px;
        left: 1%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-info {
        left:3.47%;
        top: 461px
    }
}

.ecam-650-75-ms .interactive-banner__1 .rich-banner-button {
    top: 50px;
    left: calc(50% - 110px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__1 .rich-banner-button {
        top:85px;
        left: calc(50% - 175px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__1 .rich-banner-button {
        top:80px;
        left: 37.55%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__1 .rich-banner-info {
        top:85px;
        left: 63.65%;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__2 .rich-banner-button {
    top: 60px;
    left: calc(50% - 20px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__2 .rich-banner-button {
        top:115px;
        left: calc(50% - 30px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__2 .rich-banner-button {
        top:105px;
        left: 47.96%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__2 .rich-banner-info {
        left:62.44%;
        top: 105px;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__3 .rich-banner-button {
    top: 115px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__3 .rich-banner-button {
        top:230px;
        left: calc(50% + 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__3 .rich-banner-button {
        top:170px;
        left: 55.7%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__3 .rich-banner-info {
        top:175px;
        left: 63.91%;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__4 .rich-banner-button {
    top: 140px;
    left: calc(50% - 150px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__4 .rich-banner-button {
        top:235px;
        left: calc(50% - 235px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__4 .rich-banner-button {
        top:215px;
        left: 33%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__4 .rich-banner-info {
        top:280px;
        left: 1%;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__5 .rich-banner-button {
    top: 185px;
    left: calc(50% - 70px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__5 .rich-banner-button {
        top:320px;
        left: calc(50% - 105px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__5 .rich-banner-button {
        top:300px;
        left: 42%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__5 .rich-banner-info {
        left:62.44%;
        top: 275px;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__6 .rich-banner-button {
    top: 245px;
    left: calc(50% - 160px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__6 .rich-banner-button {
        top:415px;
        left: calc(50% - 260px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__6 .rich-banner-button {
        top:350px;
        left: 31%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__6 .rich-banner-info {
        top:230px;
        left: 63.91%;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__7 .rich-banner-button {
    top: 275px;
    left: calc(50% - 60px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__7 .rich-banner-button {
        top:435px;
        left: calc(50% - 85px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__7 .rich-banner-button {
        top:385px;
        left: 44%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__7 .rich-banner-info {
        top:370px;
        left: 63%;
        bottom: auto
    }
}

.ecam-350-75-b .rich-banner__image img {
    -o-object-position: 23%;
    object-position: 23%
}

@media (min-width: 768px) {
    .ecam-350-75-b .rich-banner__image img {
        -o-object-position:23%;
        object-position: 23%
    }
}

@media (min-width: 1024px) {
    .ecam-350-75-b .rich-banner__image img {
        -o-object-position:12%;
        object-position: 12%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .rich-banner__image img {
        -o-object-position:center;
        object-position: center
    }
}

.ecam-350-75-b .interactive-banner__1 .rich-banner-button {
    top: 40px;
    left: calc(50% + 40px)
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__1 .rich-banner-button {
        top:75px;
        left: calc(50% + 65px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__1 .rich-banner-button {
        top:70px;
        left: 37.99%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__1 .rich-banner-info {
        top:75px;
        left: 52.65%;
        bottom: auto
    }
}

.ecam-350-75-b .interactive-banner__2 .rich-banner-button {
    top: 50px;
    left: calc(50% - 30px)
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__2 .rich-banner-button {
        top:110px;
        left: calc(50% - 80px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__2 .rich-banner-button {
        top:113px;
        left: 26%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__2 .rich-banner-info {
        left:47.44%;
        top: 105px;
        bottom: auto
    }
}

.ecam-350-75-b .interactive-banner__3 .rich-banner-button {
    top: 105px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__3 .rich-banner-button {
        top:180px;
        left: calc(50% + 15px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__3 .rich-banner-button {
        top:165px;
        left: 34%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__3 .rich-banner-info {
        top:175px;
        left: 52%;
        bottom: auto
    }
}

.ecam-350-75-b .interactive-banner__4 .rich-banner-button {
    top: 150px;
    left: calc(50% - 25px)
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__4 .rich-banner-button {
        top:240px;
        left: calc(50% - 65px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__4 .rich-banner-button {
        top:210px;
        left: 27%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__4 .rich-banner-info {
        top:200px;
        left: 48%;
        bottom: auto
    }
}

.ecam-350-75-b .interactive-banner__5 .rich-banner-button {
    top: 272px;
    left: 28%
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-button {
        top:500px;
        left: 28.29%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-button {
        top:377px;
        left: 17%
    }
}

@media (min-width: 2880px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-button {
        top:747px;
        left: 25.07%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-info {
        left:1.44%;
        top: 60px;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-info {
        left:4.44%;
        top: 90px
    }
}

.ecam-350-55-b .rich-banner__image img {
    -o-object-position: 62%;
    object-position: 62%
}

@media (min-width: 768px) {
    .ecam-350-55-b .rich-banner__image img {
        -o-object-position:62%;
        object-position: 62%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .rich-banner__image img {
        -o-object-position:center;
        object-position: center
    }
}

.ecam-350-55-b .interactive-banner__1 .rich-banner-button {
    top: 65px;
    left: calc(50% - 50px)
}

@media (min-width: 768px) {
    .ecam-350-55-b .interactive-banner__1 .rich-banner-button {
        top:100px;
        left: calc(50% - 50px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__1 .rich-banner-button {
        top:102px;
        left: 53.5%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__1 .rich-banner-info {
        top:95px;
        left: 8.65%;
        bottom: auto
    }
}

.ecam-350-55-b .interactive-banner__2 .rich-banner-button {
    top: 110px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-350-55-b .interactive-banner__2 .rich-banner-button {
        top:165px;
        left: calc(50% + 65px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__2 .rich-banner-button {
        top:160px;
        left: 62.2%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__2 .rich-banner-info {
        left:5.44%;
        top: 135px;
        bottom: auto
    }
}

.ecam-350-55-b .interactive-banner__3 .rich-banner-button {
    top: 125px;
    left: calc(50% - 95px)
}

@media (min-width: 768px) {
    .ecam-350-55-b .interactive-banner__3 .rich-banner-button {
        top:215px;
        left: calc(50% - 130px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__3 .rich-banner-button {
        top:185px;
        left: 48.2%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__3 .rich-banner-info {
        top:190px;
        left: 7.91%;
        bottom: auto
    }
}

.ecam-350-55-b .interactive-banner__4 .rich-banner-button {
    top: 195px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-350-55-b .interactive-banner__4 .rich-banner-button {
        top:300px;
        left: calc(50% + 30px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__4 .rich-banner-button {
        top:285px;
        left: 59%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__4 .rich-banner-info {
        top:250px;
        left: 4%;
        bottom: auto
    }
}

.ecam-350-15-b .rich-banner__image img {
    -o-object-position: 61%;
    object-position: 61%
}

@media (min-width: 768px) {
    .ecam-350-15-b .rich-banner__image img {
        -o-object-position:61%;
        object-position: 61%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .rich-banner__image img {
        -o-object-position:center;
        object-position: center
    }
}

.ecam-350-15-b .interactive-banner__1 .rich-banner-button {
    top: 30px;
    left: calc(50% - 50px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__1 .rich-banner-button {
        top:60px;
        left: calc(50% - 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__1 .rich-banner-button {
        top:50px;
        left: 51.7%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__1 .rich-banner-info {
        top:40px;
        left: 5%;
        bottom: auto
    }
}

.ecam-350-15-b .interactive-banner__2 .rich-banner-button {
    top: 84px;
    left: calc(50% + 40px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__2 .rich-banner-button {
        top:150px;
        left: calc(50% + 65px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__2 .rich-banner-button {
        top:115px;
        left: 63.2%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__2 .rich-banner-info {
        left:5%;
        top: 95px;
        bottom: auto
    }
}

.ecam-350-15-b .interactive-banner__3 .rich-banner-button {
    top: 145px;
    left: calc(50% - 100px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__3 .rich-banner-button {
        top:245px;
        left: calc(50% - 155px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__3 .rich-banner-button {
        top:220px;
        left: 45.2%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 5%;
        bottom: auto
    }
}

.ecam-350-15-b .interactive-banner__4 .rich-banner-button {
    top: 185px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__4 .rich-banner-button {
        top:329px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__4 .rich-banner-button {
        top:285px;
        left: 59.7%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__4 .rich-banner-info {
        top:280px;
        left: 5%;
        bottom: auto
    }
}

.ecam-350-15-b .interactive-banner__5 .rich-banner-button {
    top: 297px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__5 .rich-banner-button {
        top:485px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__5 .rich-banner-button {
        top:420px;
        left: 57.6%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__5 .rich-banner-info {
        top:330px;
        left: 5%;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__1 .rich-banner-button {
    top: 25px;
    left: calc(50% + 23px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__1 .rich-banner-button {
        top:50px;
        left: calc(50% + 35px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__1 .rich-banner-button {
        top:55px;
        left: 52.74%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__1 .rich-banner-info {
        top:90px;
        left: 63.65%;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__2 .rich-banner-button {
    top: 50px;
    left: calc(50% - 60px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__2 .rich-banner-button {
        top:100px;
        left: calc(50% - 90px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__2 .rich-banner-button {
        top:90px;
        left: 43.5%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__2 .rich-banner-info {
        left:1.44%;
        top: 60px;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__3 .rich-banner-button {
    top: 115px;
    left: calc(50% - 110px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__3 .rich-banner-button {
        top:195px;
        left: calc(50% - 180px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__3 .rich-banner-button {
        top:180px;
        left: 37.38%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__3 .rich-banner-info {
        top:180px;
        left: 1%;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__4 .rich-banner-button {
    top: 162px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__4 .rich-banner-button {
        top:275px;
        left: calc(50% + 15px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__4 .rich-banner-button {
        top:229px;
        left: 51.7%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__4 .rich-banner-info {
        top:210px;
        left: 64%;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__5 .rich-banner-button {
    top: 238px;
    left: calc(50% - 0px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__5 .rich-banner-button {
        top:415px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__5 .rich-banner-button {
        top:360px;
        left: 48.26%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__5 .rich-banner-info {
        top:330px;
        left: 64%;
        bottom: auto
    }
}

.ecam-250-33 .interactive-banner__1 .rich-banner-button {
    top: 75px;
    left: calc(50% - 65px)
}

@media (min-width: 768px) {
    .ecam-250-33 .interactive-banner__1 .rich-banner-button {
        top:140px;
        left: calc(50% - 105px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__1 .rich-banner-button {
        top:120px;
        left: 42.5%
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__1 .rich-banner-info {
        top:105px;
        left: 63.65%;
        bottom: auto
    }
}

.ecam-250-33 .interactive-banner__2 .rich-banner-button {
    top: 165px;
    left: calc(50% - 40px)
}

@media (min-width: 768px) {
    .ecam-250-33 .interactive-banner__2 .rich-banner-button {
        top:290px;
        left: calc(50% - 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__2 .rich-banner-button {
        top:235px;
        left: 45.3%
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__2 .rich-banner-info {
        left:62.44%;
        top: 190px;
        bottom: auto
    }
}

.ecam-250-33 .interactive-banner__3 .rich-banner-button {
    top: 150px;
    left: calc(50% - 145px)
}

@media (min-width: 768px) {
    .ecam-250-33 .interactive-banner__3 .rich-banner-button {
        top:270px;
        left: calc(50% - 230px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__3 .rich-banner-button {
        top:285px;
        left: 33.38%
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 62.38%;
        bottom: auto
    }
}

.ecam-250-33 .interactive-banner__4 .rich-banner-button {
    top: 270px;
    left: calc(50% - 64px)
}

@media (min-width: 768px) {
    .ecam-250-33 .interactive-banner__4 .rich-banner-button {
        top:450px;
        left: calc(50% - 100px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__4 .rich-banner-button {
        top:370px;
        left: 43%
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__4 .rich-banner-info {
        top:330px;
        left: 62%;
        bottom: auto
    }
}

.ecam-23-460-b-ex4 .rich-banner__image img {
    -o-object-position: 65%;
    object-position: 65%
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .rich-banner__image img {
        -o-object-position:70%;
        object-position: 70%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .rich-banner__image img {
        -o-object-position:80%;
        object-position: 80%
    }
}

.ecam-23-460-b-ex4 .interactive-banner__1 .rich-banner-button {
    top: 5px;
    left: calc(50% - 110px)
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .interactive-banner__1 .rich-banner-button {
        top:14px;
        left: calc(50% - 180px)
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__1 .rich-banner-button {
        top:10px;
        left: 44%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__1 .rich-banner-info {
        top:80px;
        left: 4%;
        bottom: auto
    }
}

.ecam-23-460-b-ex4 .interactive-banner__2 .rich-banner-button {
    top: 84px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .interactive-banner__2 .rich-banner-button {
        top:160px;
        left: calc(50% + 10px)
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__2 .rich-banner-button {
        top:115px;
        left: 60%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__2 .rich-banner-info {
        left:5%;
        top: 170px;
        bottom: auto
    }
}

.ecam-23-460-b-ex4 .interactive-banner__3 .rich-banner-button {
    top: 105px;
    left: calc(50% - 125px)
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .interactive-banner__3 .rich-banner-button {
        top:195px;
        left: calc(50% - 220px)
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__3 .rich-banner-button {
        top:150px;
        left: 42%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__3 .rich-banner-info {
        top:205px;
        left: 5%;
        bottom: auto
    }
}

.ecam-23-460-b-ex4 .interactive-banner__4 .rich-banner-button {
    top: 335px;
    left: calc(50% + 70px)
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .interactive-banner__4 .rich-banner-button {
        top:535px;
        left: calc(50% + 100px)
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__4 .rich-banner-button {
        top:490px;
        left: 62%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__4 .rich-banner-info {
        top:285px;
        left: 63%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__1 .rich-banner-button {
    top: 45px;
    left: calc(50% - 80px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__1 .rich-banner-button {
        top:95px;
        left: calc(50% - 130px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__1 .rich-banner-button {
        top:100px;
        left: 40%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__1 .rich-banner-info {
        top:100px;
        left: 1%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__2 .rich-banner-button {
    top: 84px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__2 .rich-banner-button {
        top:132px;
        left: calc(50% + 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__2 .rich-banner-button {
        top:120px;
        left: 55%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__2 .rich-banner-info {
        left:64%;
        top: 120px;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__3 .rich-banner-button {
    top: 30px;
    left: calc(50% + 75px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__3 .rich-banner-button {
        top:60px;
        left: calc(50% + 130px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__3 .rich-banner-button {
        top:60px;
        left: 60%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__3 .rich-banner-info {
        top:120px;
        left: 64%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__4 .rich-banner-button {
    top: 200px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__4 .rich-banner-button {
        top:345px;
        left: calc(50% + 10px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__4 .rich-banner-button {
        top:300px;
        left: 50%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__4 .rich-banner-info {
        top:300px;
        left: 64%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__5 .rich-banner-button {
    top: 260px;
    left: calc(50% - 110px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__5 .rich-banner-button {
        top:410px;
        left: calc(50% - 175px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__5 .rich-banner-button {
        top:350px;
        left: 37%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__5 .rich-banner-info {
        top:350px;
        left: 1%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__6 .rich-banner-button {
    top: 330px;
    left: calc(50% + 60px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__6 .rich-banner-button {
        top:570px;
        left: calc(50% + 100px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__6 .rich-banner-button {
        top:490px;
        left: 57%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__6 .rich-banner-info {
        top:345px;
        left: 64%;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__1 .rich-banner-button {
    top: 35px;
    left: calc(50% - 80px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__1 .rich-banner-button {
        top:65px;
        left: calc(50% - 130px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__1 .rich-banner-button {
        top:65px;
        left: 40%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__1 .rich-banner-info {
        top:65px;
        left: 1%;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__2 .rich-banner-button {
    top: 50px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__2 .rich-banner-button {
        top:85px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__2 .rich-banner-button {
        top:80px;
        left: 51%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__2 .rich-banner-info {
        left:1%;
        top: 120px;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__3 .rich-banner-button {
    top: 70px;
    left: calc(50% + 75px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__3 .rich-banner-button {
        top:125px;
        left: calc(50% + 130px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__3 .rich-banner-button {
        top:105px;
        left: 60%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__3 .rich-banner-info {
        top:140px;
        left: 1%;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__4 .rich-banner-button {
    top: 160px;
    left: calc(50% + 110px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__4 .rich-banner-button {
        top:275px;
        left: calc(50% + 180px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__4 .rich-banner-button {
        top:225px;
        left: 64%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__4 .rich-banner-info {
        top:300px;
        left: 64%;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__5 .rich-banner-button {
    top: 270px;
    left: calc(50% + 15px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__5 .rich-banner-button {
        top:445px;
        left: calc(50% + 15px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__5 .rich-banner-button {
        top:380px;
        left: 52%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__5 .rich-banner-info {
        top:350px;
        left: 1%;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__1 .rich-banner-button {
    top: 65px;
    left: calc(50% - 100px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__1 .rich-banner-button {
        top:95px;
        left: calc(50% - 160px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__1 .rich-banner-button {
        top:100px;
        left: 38%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__1 .rich-banner-info {
        top:100px;
        left: 1%;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__2 .rich-banner-button {
    top: 55px;
    left: calc(50% - 10px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__2 .rich-banner-button {
        top:95px;
        left: calc(50% - 10px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__2 .rich-banner-button {
        top:85px;
        left: 50%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__2 .rich-banner-info {
        left:1%;
        top: 150px;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__3 .rich-banner-button {
    top: 45px;
    left: calc(50% + 100px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__3 .rich-banner-button {
        top:80px;
        left: calc(50% + 160px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__3 .rich-banner-button {
        top:75px;
        left: 62%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__3 .rich-banner-info {
        top:140px;
        left: 64%;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__4 .rich-banner-button {
    top: 120px;
    left: calc(50% + 45px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__4 .rich-banner-button {
        top:190px;
        left: calc(50% + 85px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__4 .rich-banner-button {
        top:170px;
        left: 57%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__4 .rich-banner-info {
        top:200px;
        left: 1%;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__5 .rich-banner-button {
    top: 280px;
    left: calc(50% + 20px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__5 .rich-banner-button {
        top:440px;
        left: calc(50% + 45px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__5 .rich-banner-button {
        top:385px;
        left: 54%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__5 .rich-banner-info {
        top:350px;
        left: 1%;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__1 .rich-banner-button {
    top: 45px;
    left: calc(50% - 80px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__1 .rich-banner-button {
        top:85px;
        left: calc(50% - 130px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__1 .rich-banner-button {
        top:80px;
        left: 42%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__1 .rich-banner-info {
        top:80px;
        left: 1%;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__2 .rich-banner-button {
    top: 85px;
    left: calc(50% + 40px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__2 .rich-banner-button {
        top:140px;
        left: calc(50% + 70px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__2 .rich-banner-button {
        top:125px;
        left: 55%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__2 .rich-banner-info {
        left:1%;
        top: 150px;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__3 .rich-banner-button {
    top: 150px;
    left: calc(50% + 120px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__3 .rich-banner-button {
        top:255px;
        left: calc(50% + 240px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__3 .rich-banner-button {
        top:230px;
        left: 67%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__3 .rich-banner-info {
        top:320px;
        left: 1%;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__4 .rich-banner-button {
    top: 230px;
    left: calc(50% - 30px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__4 .rich-banner-button {
        top:380px;
        left: calc(50% - 40px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__4 .rich-banner-button {
        top:330px;
        left: 47%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__4 .rich-banner-info {
        top:330px;
        left: 1%;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__5 .rich-banner-button {
    top: 280px;
    left: calc(50% + 135px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__5 .rich-banner-button {
        top:465px;
        left: calc(50% + 230px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__5 .rich-banner-button {
        top:390px;
        left: 68%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__5 .rich-banner-info {
        top:390px;
        left: 1%;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__1 .rich-banner-button {
    top: 285px;
    left: calc(50% - 50px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__1 .rich-banner-button {
        top:475px;
        left: calc(50% - 80px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__1 .rich-banner-button {
        top:410px;
        left: 45%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__1 .rich-banner-info {
        top:330px;
        left: 1%;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__2 .rich-banner-button {
    top: 255px;
    left: calc(50% + 25px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__2 .rich-banner-button {
        top:430px;
        left: calc(50% + 35px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__2 .rich-banner-button {
        top:377px;
        left: 53%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__2 .rich-banner-info {
        left:64%;
        top: 375px;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__3 .rich-banner-button {
    top: 60px;
    left: calc(50% - 15px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__3 .rich-banner-button {
        top:115px;
        left: calc(50% - 20px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__3 .rich-banner-button {
        top:100px;
        left: 49%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__3 .rich-banner-info {
        top:95px;
        left: 1%;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__4 .rich-banner-button {
    top: 40px;
    left: calc(50% - 90px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__4 .rich-banner-button {
        top:75px;
        left: calc(50% - 150px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__4 .rich-banner-button {
        top:70px;
        left: 40%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__4 .rich-banner-info {
        top:55px;
        left: 1%;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__5 .rich-banner-button {
    top: 191px;
    left: calc(50% - 31px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__5 .rich-banner-button {
        top:355px;
        left: calc(50% - 20px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__5 .rich-banner-button {
        top:300px;
        left: 49%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__5 .rich-banner-info {
        top:305px;
        left: 64%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__1 .rich-banner-button {
    top: 42px;
    left: calc(50% - 73px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__1 .rich-banner-button {
        top:65px;
        left: calc(50% - 135px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__1 .rich-banner-button {
        top:60px;
        left: 41%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__1 .rich-banner-info {
        top:60px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__2 .rich-banner-button {
    top: 18px;
    left: calc(49% + 15px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__2 .rich-banner-button {
        top:70px;
        left: calc(50% + 20px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__2 .rich-banner-button {
        top:60px;
        left: 53%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__2 .rich-banner-info {
        top:60px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__3 .rich-banner-button {
    top: 181px;
    left: calc(50% + 113px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__3 .rich-banner-button {
        top:370px;
        left: calc(50% - -172px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__3 .rich-banner-button {
        top:325px;
        left: 63%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__3 .rich-banner-info {
        top:235px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__4 .rich-banner-button {
    top: 65px;
    left: calc(50% + 95px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__4 .rich-banner-button {
        top:107px;
        left: calc(50% + 160px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__4 .rich-banner-button {
        top:100px;
        left: 62%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__4 .rich-banner-info {
        top:125px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__5 .rich-banner-button {
    top: 233px;
    left: calc(50% + 25px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__5 .rich-banner-button {
        top:375px;
        left: calc(50% + 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__5 .rich-banner-button {
        top:355px;
        left: 54%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__5 .rich-banner-info {
        top:280px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__6 .rich-banner-button {
    top: 200px;
    left: calc(50% - 66px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__6 .rich-banner-button {
        top:347px;
        left: calc(50% - 115px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__6 .rich-banner-button {
        top:296px;
        left: 43%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__6 .rich-banner-info {
        top:280px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__1 .rich-banner-button {
    top: 79px;
    left: calc(50% - 115px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__1 .rich-banner-button {
        top:121px;
        left: calc(50% - 191px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__1 .rich-banner-button {
        top:125px;
        left: 37%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__1 .rich-banner-info {
        top:126px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__2 .rich-banner-button {
    top: 70px;
    left: calc(50% - 26px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__2 .rich-banner-button {
        top:123px;
        left: calc(50% - 37px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__2 .rich-banner-button {
        top:107px;
        left: 48%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__2 .rich-banner-info {
        top:97px;
        left: 63%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__3 .rich-banner-button {
    top: 101px;
    left: calc(50% + 62px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__3 .rich-banner-button {
        top:160px;
        left: calc(50% + 114px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__3 .rich-banner-button {
        top:160px;
        left: 56%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__3 .rich-banner-info {
        top:166px;
        left: 64%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__4 .rich-banner-button {
    top: 246px;
    left: calc(50% - 104px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__4 .rich-banner-button {
        top:460px;
        left: calc(50% - 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__4 .rich-banner-button {
        top:400px;
        left: calc(50% - 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__4 .rich-banner-info {
        top:383px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__5 .rich-banner-button {
    top: 233px;
    left: calc(50% + 75px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__5 .rich-banner-button {
        top:350px;
        left: calc(50% + 128px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__5 .rich-banner-button {
        top:325px;
        left: 59%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__5 .rich-banner-info {
        top:328px;
        left: 64%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__6 .rich-banner-button {
    top: 281px;
    left: calc(50% - 7px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__6 .rich-banner-button {
        top:369px;
        left: calc(50% - 41px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__6 .rich-banner-button {
        top:324px;
        left: 48%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__6 .rich-banner-info {
        top:318px;
        left: 1%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__1 .rich-banner-button {
    top: 60px;
    left: calc(50% + 85px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__1 .rich-banner-button {
        top:114px;
        left: calc(50% + 148px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__1 .rich-banner-button {
        top:100px;
        left: 60%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__1 .rich-banner-info {
        top:102px;
        left: 64.5%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__2 .rich-banner-button {
    top: 220px;
    left: calc(50% + 17px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__2 .rich-banner-button {
        top:374px;
        left: calc(50% + 32px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__2 .rich-banner-button {
        top:325px;
        left: 51%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__2 .rich-banner-info {
        top:330px;
        left: 1%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__3 .rich-banner-button {
    top: 118px;
    left: calc(50% + 35px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__3 .rich-banner-button {
        top:186px;
        left: calc(50% + 49px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__3 .rich-banner-button {
        top:171px;
        left: 54%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__3 .rich-banner-info {
        top:177px;
        left: 64%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__4 .rich-banner-button {
    top: 80px;
    left: calc(50% - 45px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__4 .rich-banner-button {
        top:142px;
        left: calc(50% - 67px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__4 .rich-banner-button {
        top:123px;
        left: calc(50% - 45px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__4 .rich-banner-info {
        top:121px;
        left: 1%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__5 .rich-banner-button {
    top: 291px;
    left: calc(50% + 67px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__5 .rich-banner-button {
        top:481px;
        left: calc(50% + 115px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__5 .rich-banner-button {
        top:415px;
        left: 59%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__5 .rich-banner-info {
        top:415px;
        left: 64%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__6 .rich-banner-button {
    top: 109px;
    left: calc(50% - 100px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__6 .rich-banner-button {
        top:181px;
        left: calc(50% - 163px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__6 .rich-banner-button {
        top:160px;
        left: 39%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__6 .rich-banner-info {
        top:167px;
        left: 1%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__7 .rich-banner-button {
    top: 255px;
    left: calc(50% - 85px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__7 .rich-banner-button {
        top:424px;
        left: calc(50% - 138px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__7 .rich-banner-button {
        top:366px;
        left: 38%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__7 .rich-banner-info {
        top:361px;
        left: 1%;
        bottom: auto
    }
}

#banner_1:checked~.rich-banner-button,#banner_2:checked~.rich-banner-button,#banner_3:checked~.rich-banner-button,#banner_4:checked~.rich-banner-button,#banner_5:checked~.rich-banner-button,#banner_6:checked~.rich-banner-button,#banner_7:checked~.rich-banner-button {
    background: #6eacdf
}

#banner_1:checked~.rich-banner-button:before,#banner_1:checked~.rich-banner-button:after,#banner_2:checked~.rich-banner-button:before,#banner_2:checked~.rich-banner-button:after,#banner_3:checked~.rich-banner-button:before,#banner_3:checked~.rich-banner-button:after,#banner_4:checked~.rich-banner-button:before,#banner_4:checked~.rich-banner-button:after,#banner_5:checked~.rich-banner-button:before,#banner_5:checked~.rich-banner-button:after,#banner_6:checked~.rich-banner-button:before,#banner_6:checked~.rich-banner-button:after,#banner_7:checked~.rich-banner-button:before,#banner_7:checked~.rich-banner-button:after {
    background-color: #fff
}

#banner_1:checked~.rich-banner-button .line,#banner_2:checked~.rich-banner-button .line,#banner_3:checked~.rich-banner-button .line,#banner_4:checked~.rich-banner-button .line,#banner_5:checked~.rich-banner-button .line,#banner_6:checked~.rich-banner-button .line,#banner_7:checked~.rich-banner-button .line {
    background-color: #fff
}

#banner_1:checked~.rich-banner-info,#banner_2:checked~.rich-banner-info,#banner_3:checked~.rich-banner-info,#banner_4:checked~.rich-banner-info,#banner_5:checked~.rich-banner-info,#banner_6:checked~.rich-banner-info,#banner_7:checked~.rich-banner-info {
    display: block
}

.rich-slider {
    height: auto
}

@media (min-width: 1200px) {
    .rich-slider {
        height:600px;
        max-width: 1200px;
        margin: 0 auto 3px
    }
}

@media (min-width: 2880px) {
    .rich-slider {
        height:1200px
    }
}

.rich-slider .swiper-container {
    height: 100%
}

.rich-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.rich-slider .swiper-slide {
    height: auto
}

.rich-slider .card {
    overflow: visible;
    position: relative;
    padding: 0;
    height: 100%
}

.rich-slider .card:hover .card__image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width: 1199px) {
    .rich-slider .card__image {
        position:relative;
        padding: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.rich-slider .card__image:after {
    display: none
}

.rich-slider .card__image img {
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.rich-slider .card__image .rich-banner__image {
    height: 380px
}

@media (min-width: 768px) {
    .rich-slider .card__image .rich-banner__image {
        height:700px
    }
}

@media (min-width: 1200px) {
    .rich-slider .card__image .rich-banner__image {
        height:601px
    }
}

.rich-slider .card__image-mob-title {
    background: #6eacdf;
    border-radius: 50px;
    color: #fff;
    font-style: normal;
    position: absolute;
    margin: auto;
    text-align: center;
    z-index: 10;
    padding: 14px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    top: 24px
}

@media (min-width: 768px) {
    .rich-slider .card__image-mob-title {
        padding:21px 46px;
        font-size: 28px;
        line-height: 35px;
        font-weight: 600;
        top: 573px
    }
}

@media (min-width: 1200px) {
    .rich-slider .card__image-mob-title {
        display:none
    }
}

.rich-slider .card__tabs {
    position: absolute;
    top: 111px;
    z-index: 90;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100%
}

@media (min-width: 1200px) {
    .rich-slider .swiper-button-prev {
        left:20px
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-button-prev {
        left:32px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-button-next {
        right:20px
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-button-next {
        right:32px
    }
}

.rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 190px;
    border: 1px solid #fff;
    border-radius: 50%
}

@media (min-width: 768px) {
    .rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
        width:45px;
        height: 45px;
        top: 325px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
        width:51px;
        height: 51px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
        width:51px;
        height: 51px
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
        width:102px;
        height: 102px
    }
}

.rich-slider .swiper-button-prev i,.rich-slider .swiper-button-next i {
    font-size: 26px
}

@media (min-width: 2880px) {
    .rich-slider .swiper-button-prev i,.rich-slider .swiper-button-next i {
        font-size:60px
    }
}

.rich-slider .rich-banner-info {
    max-width: 100%;
    height: 100%;
    padding: 47px 16px 72px 16px
}

@media (min-width: 768px) {
    .rich-slider .rich-banner-info {
        padding:84px 60px 80px 60px
    }
}

@media (min-width: 1200px) {
    .rich-slider .rich-banner-info {
        height:auto;
        padding: 28px;
        max-width: 464px;
        left: 18px;
        bottom: 74px
    }
}

@media (min-width: 2880px) {
    .rich-slider .rich-banner-info {
        max-width:916px;
        padding: 46px 49px;
        left: 30px;
        bottom: 160px
    }
}

.rich-slider .swiper-pagination-bullet {
    display: inline-block;
    font-family: 'Futura New Demi';
    font-weight: 500;
    width: 8px;
    height: 8px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #132643;
    opacity: .2
}

.rich-slider .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.rich-slider .swiper-pagination-bullet:focus {
    outline: 0
}

@media (min-width: 768px) {
    .rich-slider .swiper-pagination-bullet {
        width:16px;
        height: 16px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-pagination-bullet {
        width:auto;
        height: auto;
        padding: 10px 40px;
        border-radius: 50px;
        font-size: 15px;
        line-height: 19px;
        margin-right: 24px;
        color: #132643;
        background-color: #fff;
        opacity: 1
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-pagination-bullet {
        padding:22px 85px;
        font-size: 28px;
        line-height: 35px
    }
}

.rich-slider .swiper-pagination-bullet-active {
    background-color: #6eacdf;
    color: #fff;
    opacity: 1;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

@media (min-width: 1200px) {
    .rich-slider .swiper-pagination-bullet-active {
        -webkit-transform:none;
        -ms-transform: none;
        transform: none
    }
}

.rich-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 90;
    top: 400px;
    left: 0;
    right: 0;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 20px
}

@media (min-width: 768px) {
    .rich-slider .swiper-pagination {
        top:734px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-pagination {
        top:50px;
        height: 100px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-pagination {
        top:111px
    }
}

.rich-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px 0 0
}

@media (min-width: 768px) {
    .rich-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin:0 32px 0 0
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin:0 24px 24px 0
    }
}

.rich-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.pd-soul {
    font-family: futura New;
    background: #000d27
}

.pd-soul .coffee {
    margin-top: -60px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-clip: border-box;
    height: 100vh;
    z-index: 1
}

@media (max-width: 1119px) {
    .pd-soul .coffee {
        height:430px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee {
        height:600px
    }
}

.pd-soul .coffee__image {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.pd-soul .coffee__image:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.39)),color-stop(59.02%,rgba(0,0,0,.41)),to(rgba(0,0,0,.06)));
    background: -o-linear-gradient(right,rgba(0,0,0,.39) 0%,rgba(0,0,0,.41) 59.02%,rgba(0,0,0,.06) 100%);
    background: linear-gradient(270deg,rgba(0,0,0,.39) 0%,rgba(0,0,0,.41) 59.02%,rgba(0,0,0,.06) 100%)
}

.pd-soul .coffee__image picture {
    width: 100%;
    height: 100%
}

.pd-soul .coffee__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.pd-soul .coffee__content {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.pd-soul .coffee__inner {
    text-align: center;
    margin-top: 80px
}

@media (max-width: 1119px) {
    .pd-soul .coffee__inner {
        margin-top:40px
    }
}

.pd-soul .coffee__name {
    font-size: 35px;
    line-height: 42px
}

@media (max-width: 1119px) {
    .pd-soul .coffee__name {
        font-size:13px;
        line-height: 16px
    }
}

@media (max-width: 1919px) {
    .pd-soul .coffee__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee__name {
        font-size:12px;
        line-height: 14px;
        margin-bottom: 5px
    }
}

.pd-soul .coffee__title {
    font-weight: 600;
    font-size: 85px;
    line-height: 107px;
    margin-bottom: 15px
}

@media (max-width: 1919px) {
    .pd-soul .coffee__title {
        font-size:65px;
        line-height: 82px
    }
}

@media (max-width: 1119px) {
    .pd-soul .coffee__title {
        font-size:45px;
        line-height: 57px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee__title {
        font-size:30px;
        line-height: 38px
    }
}

.pd-soul .about__img {
    -webkit-animation: bomba 1s linear infinite;
    animation: bomba 1s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-delay: calc(var(--scroll)*-10s);
    animation-delay: calc(var(--scroll)*-10s);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bomba {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bomba {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pd-soul .scroll-block {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 2
}

@media (max-width: 1919px) {
    .pd-soul .scroll-block {
        top:20vh
    }
}

@media (max-width: 1439px) {
    .pd-soul .scroll-block {
        top:60%;
        margin-right: 60px
    }

    .pd-soul .scroll-block .container,.pd-soul .scroll-block .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .pd-soul .scroll-block .buttons-container {
        padding: 0;
        margin: auto
    }
}

@media (max-width: 1119px) {
    .pd-soul .scroll-block {
        top:145px;
        margin-right: 40px
    }
}

@media (max-width: 767px) {
    .pd-soul .scroll-block {
        top:140px;
        text-align: center;
        right: 0;
        left: 0;
        margin-right: 0;
        bottom: 0
    }
}

@media (max-width: 767px) {
    .pd-soul .scroll-block__image {
        margin-bottom:20px
    }
}

.pd-soul .scroll-block .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

@media (max-width: 767px) {
    .pd-soul .scroll-block .container,.pd-soul .scroll-block .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .pd-soul .scroll-block .buttons-container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.pd-soul .scroll-block__buttons {
    margin-top: auto;
    margin-bottom: 41px;
    max-width: 350px
}

@media (max-width: 1919px) {
    .pd-soul .scroll-block__buttons {
        max-width:260px
    }
}

@media (max-width: 1119px) {
    .pd-soul .scroll-block__buttons {
        max-width:145px
    }
}

@media (max-width: 767px) {
    .pd-soul .scroll-block__buttons {
        margin:30px auto 0
    }
}

.pd-soul .scroll-block__buttons a {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    cursor: pointer
}

@media (max-width: 1919px) {
    .pd-soul .scroll-block__buttons a {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 1119px) {
    .pd-soul .scroll-block__buttons a {
        padding:12px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px
    }
}

.pd-soul .scroll-block__buttons .btn-video {
    background-color: inherit;
    border: 1px solid #fff
}

.pd-soul .scroll-block__buttons .btn-video:hover {
    background-color: inherit!important;
    border: 1px solid #fff!important
}

.pd-soul .scroll-block__buttons .btn-buy {
    color: #152253;
    background-color: #fff
}

.pd-soul .scroll-block__buttons .btn-buy:hover {
    background-color: #fff!important
}

.pd-soul .about {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27;
    height: calc(100vh - 60px)
}

.pd-soul .about__img {
    position: relative
}

@media (max-width: 1919px) {
    .pd-soul .about__img {
        width:50%
    }
}

@media (max-width: 1700px) {
    .pd-soul .about__img img {
        margin-left:-7rem
    }
}

@media (max-width: 1439px) {
    .pd-soul .about__img {
        margin:auto
    }

    .pd-soul .about__img img {
        margin-left: 0
    }
}

@media (max-width: 1119px) {
    .pd-soul .about__img img {
        margin-left:0
    }
}

@media (max-width: 999px) {
    .pd-soul .about__img img {
        margin-left:-6rem
    }
}

@media (max-width: 767px) {
    .pd-soul .about__img {
        width:100%
    }

    .pd-soul .about__img img {
        margin-left: -4rem
    }
}

@media (max-width: 1119px) {
    .pd-soul .about {
        height:auto
    }
}

.pd-soul .about__container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 10vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1439px) {
    .pd-soul .about__container {
        height:100%
    }
}

@media (max-width: 767px) {
    .pd-soul .about__container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        margin-bottom: 100px
    }
}

.pd-soul .about__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    margin-top: 300px;
    max-width: 600px
}

@media (max-width: 1919px) {
    .pd-soul .about__text {
        font-size:46px;
        line-height: 58px;
        width: 50%;
        margin: auto
    }
}

@media (max-width: 1119px) {
    .pd-soul .about__text {
        width:250px;
        margin: auto 0
    }
}

@media (max-width: 1119px) {
    .pd-soul .about__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .about__text {
        font-size:20px;
        line-height: 130%;
        margin: 50px auto
    }
}

.pd-soul .bean-adapt {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27
}

.pd-soul .bean-adapt__container {
    max-width: 1620px;
    margin: 5vh auto
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__container {
        padding:0 5vw
    }
}

.pd-soul .bean-adapt__description {
    text-align: center
}

.pd-soul .bean-adapt__description__name {
    font-size: 35px;
    line-height: 42px
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__description__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .bean-adapt__description__name {
        font-size:12px;
        line-height: 14px
    }
}

.pd-soul .bean-adapt__description__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    margin: 30px auto 100px
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__description__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .bean-adapt__description__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .bean-adapt__description__text {
        font-size:20px;
        line-height: 130%
    }
}

.pd-soul .bean-adapt__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .pd-soul .bean-adapt__gallery {
        display:block
    }
}

.pd-soul .bean-adapt__gallery img {
    border-radius: 30px
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__gallery img {
        width:100%;
        padding: 10px
    }
}

.pd-soul .bean-adapt__gallery__text {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px;
    text-align: center
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__gallery__text {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 1119px) {
    .pd-soul .bean-adapt__gallery__text {
        font-size:15px;
        line-height: 19px
    }
}

@media (max-width: 767px) {
    .pd-soul .bean-adapt__gallery__text {
        font-size:17px;
        line-height: 21px;
        margin: 30px
    }
}

.pd-soul .recipes {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27
}

.pd-soul .recipes__container {
    max-width: 1620px;
    margin: 10vh auto 0
}

@media (max-width: 1919px) {
    .pd-soul .recipes__container {
        padding:0 5vw
    }
}

.pd-soul .recipes__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .pd-soul .recipes__about {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

.pd-soul .recipes__about img {
    max-width: 45%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 500px
}

@media (max-width: 767px) {
    .pd-soul .recipes__about img {
        max-width:100%
    }
}

.pd-soul .recipes__about__description {
    margin: auto
}

@media (max-width: 767px) {
    .pd-soul .recipes__about__description {
        text-align:center
    }
}

.pd-soul .recipes__about__description__name {
    font-size: 35px;
    line-height: 42px
}

@media (max-width: 1919px) {
    .pd-soul .recipes__about__description__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .recipes__about__description__name {
        font-size:12px;
        line-height: 140%
    }
}

.pd-soul .recipes__about__description__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px
}

@media (max-width: 1919px) {
    .pd-soul .recipes__about__description__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .recipes__about__description__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .recipes__about__description__text {
        font-size:20px;
        line-height: 25px
    }
}

.pd-soul .recipes__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .pd-soul .recipes__steps {
        display:block
    }
}

.pd-soul .recipes__steps img {
    max-width: 45%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767px) {
    .pd-soul .recipes__steps img {
        max-width:100%
    }
}

.pd-soul .recipes__steps__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    margin: auto
}

@media (max-width: 767px) {
    .pd-soul .recipes__steps__text {
        text-align:center;
        margin-top: 2vh
    }
}

@media (max-width: 1919px) {
    .pd-soul .recipes__steps__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .recipes__steps__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .recipes__steps__text {
        font-size:20px;
        line-height: 130%
    }
}

.pd-soul .coffee-steps {
    position: relative;
    overflow: hidden;
    color: #fff
}

.pd-soul .coffee-steps-card__description {
    position: absolute;
    text-align: center;
    margin-top: 50px;
    padding: 0 10vw
}

.pd-soul .coffee-steps-card__name {
    font-size: 35px;
    line-height: 42px
}

@media (max-width: 1919px) {
    .pd-soul .coffee-steps-card__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee-steps-card__name {
        font-size:12px;
        line-height: 14px
    }
}

.pd-soul .coffee-steps-card__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px
}

@media (max-width: 1919px) {
    .pd-soul .coffee-steps-card__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .coffee-steps-card__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee-steps-card__text {
        font-size:20px;
        line-height: 130%
    }
}

.pd-soul .coffee-steps-card__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767px) {
    .pd-soul .coffee-steps-card__image img {
        min-height:360px
    }
}

.pd-soul .coffee-steps .navigation {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 0 5vw;
    margin-bottom: 50px
}

@media (max-width: 1119px) {
    .pd-soul .coffee-steps .navigation {
        margin-bottom:0
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee-steps .navigation {
        display:none
    }
}

.pd-soul .coffee-steps .navigation .pagination span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-radius: 0;
    margin-right: 45px;
    height: 0;
    opacity: .2
}

.pd-soul .coffee-steps .navigation .pagination span.swiper-pagination-bullet-active {
    border-color: #fff;
    background-color: #fff;
    opacity: 1
}

.pd-soul .coffee-steps .navigation .pagination span i {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px
}

@media (max-width: 1919px) {
    .pd-soul .coffee-steps .navigation .pagination span i {
        font-size:13px
    }
}

@media (max-width: 1119px) {
    .pd-soul .coffee-steps .navigation .pagination span i {
        font-size:7px;
        line-height: 15px;
        margin-bottom: 1vh
    }
}

.pd-soul .coffee-steps .swiper-button-prev svg:hover circle,.pd-soul .coffee-steps .swiper-button-next svg:hover circle {
    opacity: 1;
    stroke-width: 4px
}

.pd-soul .coffee-steps .swiper-button-prev svg:hover path,.pd-soul .coffee-steps .swiper-button-next svg:hover path {
    stroke-width: 4px
}

@media (max-width: 1119px) {
    .pd-soul .coffee-steps .swiper-button-prev svg,.pd-soul .coffee-steps .swiper-button-next svg {
        width:35px
    }
}

.pd-soul .lattecrema {
    position: relative;
    overflow: hidden;
    color: #152253;
    background-color: #fff
}

.pd-soul .lattecrema__content .btn-video {
    background: #ffb932;
    color: #152253;
    margin: 100px auto;
    font-weight: 600
}

@media (max-width: 767px) {
    .pd-soul .lattecrema__content .btn-video {
        margin:20px auto
    }
}

.pd-soul .lattecrema__content .btn-video:hover {
    background-color: #ffb932!important;
    border: 0!important;
    color: #152253!important
}

.pd-soul .lattecrema__name {
    font-size: 35px;
    line-height: 42px;
    width: 100%;
    text-align: center
}

@media (max-width: 1919px) {
    .pd-soul .lattecrema__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .lattecrema__name {
        font-size:12px;
        line-height: 14px
    }
}

.pd-soul .lattecrema__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    text-align: center;
    padding: 0 15vw;
    margin-bottom: 50px
}

@media (max-width: 1919px) {
    .pd-soul .lattecrema__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .lattecrema__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .lattecrema__text {
        font-size:20px;
        line-height: 130%
    }
}

.pd-soul .lattecrema-card__text {
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 40px;
    min-height: 105px;
    font-weight: 600
}

@media (max-width: 1919px) {
    .pd-soul .lattecrema-card__text {
        font-size:32px;
        line-height: 40px
    }
}

@media (max-width: 1119px) {
    .pd-soul .lattecrema-card__text {
        font-size:18px;
        line-height: 23px;
        min-height: 55px
    }
}

@media (max-width: 767px) {
    .pd-soul .lattecrema-card__text {
        font-size:14px;
        line-height: 18px
    }
}

.pd-soul .lattecrema-card__image img {
    width: 100%;
    max-height: 800px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pd-soul .lattecrema .swiper-button-prev svg:hover circle,.pd-soul .lattecrema .swiper-button-next svg:hover circle {
    opacity: 1;
    stroke-width: 4px
}

.pd-soul .lattecrema .swiper-button-prev svg:hover path,.pd-soul .lattecrema .swiper-button-next svg:hover path {
    stroke-width: 4px
}

@media (max-width: 1119px) {
    .pd-soul .lattecrema .swiper-button-prev svg,.pd-soul .lattecrema .swiper-button-next svg {
        width:35px
    }
}

.pd-soul .control {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27
}

.pd-soul .control__experiment {
    padding: 200px 150px;
    background-color: #fff
}

@media (max-width: 1919px) {
    .pd-soul .control__experiment {
        padding:150px 40px 440px
    }
}

@media (max-width: 1119px) {
    .pd-soul .control__experiment {
        padding:70px 60px 20px
    }
}

@media (max-width: 767px) {
    .pd-soul .control__experiment {
        padding:70px 20px 20px
    }
}

.pd-soul .control__experiment .mob__sm {
    display: none;
    color: #152253
}

@media (max-width: 767px) {
    .pd-soul .control__experiment .mob__sm {
        display:block;
        max-width: 50%
    }
}

.pd-soul .control__experiment__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    color: #152253;
    max-width: 40%
}

@media (max-width: 1919px) {
    .pd-soul .control__experiment__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .control__experiment__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .control__experiment__text {
        font-size:20px;
        line-height: 25px;
        max-width: 100%;
        text-align: center
    }
}

.pd-soul .control__container {
    max-width: 1620px;
    margin: 135px 150px
}

@media (max-width: 1919px) {
    .pd-soul .control__container {
        margin:10vh 0;
        padding: 0 60px
    }
}

@media (max-width: 767px) {
    .pd-soul .control__container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        margin: 300px 0 60px;
        padding: 0 20px
    }
}

.pd-soul .control__item {
    max-width: 400px
}

@media (max-width: 1119px) {
    .pd-soul .control__item {
        max-width:270px
    }
}

@media (max-width: 767px) {
    .pd-soul .control__item {
        max-width:50%;
        margin-right: 20px
    }

    .pd-soul .control__item.pk {
        display: none
    }
}

.pd-soul .control__name {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px
}

@media (max-width: 1919px) {
    .pd-soul .control__name {
        font-size:32px;
        line-height: 120%
    }
}

@media (max-width: 1119px) {
    .pd-soul .control__name {
        font-size:18px;
        line-height: 120%
    }
}

@media (max-width: 767px) {
    .pd-soul .control__name {
        font-size:14px;
        line-height: 130%
    }
}

.pd-soul .control__text {
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 60px
}

@media (max-width: 1919px) {
    .pd-soul .control__text {
        font-size:20px;
        line-height: 130%
    }
}

@media (max-width: 1119px) {
    .pd-soul .control__text {
        font-size:12px;
        line-height: 130%;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .pd-soul .control__text {
        font-size:15px;
        line-height: 130%
    }
}

.pd-soul .control img {
    position: absolute;
    top: 15vh;
    right: 0
}

@media (max-width: 1119px) {
    .pd-soul .control img {
        top:7vh
    }
}

@media (max-width: 767px) {
    .pd-soul .control img {
        top:20%
    }
}

.pd-soul .control .btn-video {
    background: #ffb932;
    color: #152253;
    margin: 100px auto 50px;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 350px
}

@media (max-width: 1119px) {
    .pd-soul .control .btn-video {
        font-size:14px;
        line-height: 18px;
        margin: 4vh auto;
        width: 150px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .pd-soul .control .btn-video {
        display:none
    }
}

.pd-soul .control .btn-video:hover {
    background-color: #ffb932!important;
    border: 0!important;
    color: #152253!important
}

.pd-soul .rich {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-clip: border-box;
    height: 960px
}

@media (max-width: 1919px) {
    .pd-soul .rich {
        height:720px
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich {
        height:380px
    }
}

@media (max-width: 767px) {
    .pd-soul .rich {
        height:445px
    }
}

.pd-soul .rich__image {
    width: 100%
}

.pd-soul .rich__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.pd-soul .rich__content {
    position: absolute
}

.pd-soul .rich__text {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    top: 10vh;
    left: 5vw;
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 400px
}

@media (max-width: 1919px) {
    .pd-soul .rich__text {
        font-size:32px;
        line-height: 40px;
        max-width: 300px
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__text {
        font-size:20px;
        line-height: 25px;
        max-width: 175px
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__text {
        font-size:20px;
        line-height: 130%;
        top: 3vh;
        max-width: 250px
    }
}

.pd-soul .rich__text.active {
    display: block
}

.pd-soul .rich__button {
    position: absolute;
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    opacity: .8
}

@media (max-width: 1119px) {
    .pd-soul .rich__button {
        padding:5px 10px
    }

    .pd-soul .rich__button svg {
        width: 14px;
        height: 13px;
        margin-top: -3px
    }
}

.pd-soul .rich__button[data-name='1'] {
    top: 13rem;
    left: calc(50vw - 250px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='1'] {
        top:9rem;
        left: calc(50vw - 200px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='1'] {
        top:4rem;
        left: calc(50vw - 100px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='1'] {
        top:6rem;
        left: calc(50vw - 115px)
    }
}

.pd-soul .rich__button[data-name='2'] {
    top: 21rem;
    left: calc(50vw - -40px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='2'] {
        top:15rem;
        left: calc(50vw - -20px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='2'] {
        top:8rem;
        left: calc(50vw - -20px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='2'] {
        top:10rem;
        left: calc(50vw - -20px)
    }
}

.pd-soul .rich__button[data-name='3'] {
    top: 24rem;
    left: calc(50vw - 160px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='3'] {
        top:18rem;
        left: calc(50vw - 130px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='3'] {
        top:9rem;
        left: calc(50vw - 60px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='3'] {
        top:11rem;
        left: calc(50vw - 69px)
    }
}

.pd-soul .rich__button[data-name='4'] {
    top: 30rem;
    left: calc(50vw - -90px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='4'] {
        top:23rem;
        left: calc(50vw - -60px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='4'] {
        top:12rem;
        left: calc(50vw - -30px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='4'] {
        top:14rem;
        left: calc(50vw - -45px)
    }
}

.pd-soul .rich__button[data-name='5'] {
    top: 37rem;
    left: calc(50vw - 250px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='5'] {
        top:26rem;
        left: calc(50vw - 210px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='5'] {
        top:14rem;
        left: calc(50vw - 110px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='5'] {
        top:17rem;
        left: calc(50vw - 120px)
    }
}

.pd-soul .rich__button[data-name='6'] {
    top: 45rem;
    left: calc(50vw - -60px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='6'] {
        top:33rem;
        left: calc(50vw - -30px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='6'] {
        top:18rem;
        left: calc(50vw - -10px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='6'] {
        top:20rem;
        left: calc(50vw - -30px)
    }
}

.pd-soul .rich__button.active {
    background: #000d27
}

.pd-soul .rich__button.active path {
    fill: #c4c4c4
}

.pd-soul .video {
    position: relative;
    height: 950px
}

.pd-soul .video img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover
}

.pd-soul .video:after {
    content: "";
    position: absolute;
    display: block;
    background: url(/local/templates/.default/assets/dist/css/../images/primadonna/play-button.svg) no-repeat 0 0;
    top: 45%;
    left: 50%;
    width: 70px;
    height: 70px;
    z-index: 30;
    cursor: pointer
}

@media (max-width: 1119px) {
    .pd-soul .video:after {
        top:40%;
        left: 45%
    }
}

.pd-soul .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pd-soul .video.player img {
    display: none
}

.pd-soul .video.player:after {
    display: none
}

@media (max-width: 1919px) {
    .pd-soul .video {
        height:715px
    }
}

@media (max-width: 1119px) {
    .pd-soul .video {
        height:380px
    }
}

@media (max-width: 767px) {
    .pd-soul .video {
        height:250px
    }
}

.pd-soul .video video {
    width: 100%;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 300px
}

.pd-soul .video .video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none
}

.pd-soul .video .video-overlay-play-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: .95;
    cursor: pointer;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background-image: -o-linear-gradient(transparent,#000);
    background-image: linear-gradient(transparent,#000);
    -webkit-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms
}

@media (max-width: 767px) {
    .pd-soul .video .video-overlay-play-button {
        padding:125px calc(50% - 50px)
    }
}

.pd-soul .video .video-overlay-play-button:hover {
    opacity: 1
}

.pd-soul .video .video-overlay-play-button.is-hidden {
    display: none
}

.pd-soul .compare {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27
}

.pd-soul .compare__container {
    max-width: 1620px;
    margin: 10vh auto
}

@media (max-width: 1919px) {
    .pd-soul .compare__container {
        margin:10vh 0;
        padding: 0 5vw
    }
}

.pd-soul .compare__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 1919px) {
    .pd-soul .compare__title {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .compare__title {
        font-size:27px;
        line-height: 34px
    }
}

.pd-soul .compare__images {
    text-align: center;
    margin-bottom: 15px
}

@media (max-width: 1119px) {
    .pd-soul .compare__images {
        margin-bottom:2vh
    }
}

.pd-soul .compare__images .col-4 {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .pd-soul .compare__images .col-4 {
        max-width:50%;
        margin: auto
    }

    .pd-soul .compare__images .col-4:first-child {
        display: none
    }
}

.pd-soul .compare__images img {
    width: 137px;
    height: 217px
}

.pd-soul .compare__images span {
    margin-bottom: 10px
}

@media (max-width: 1119px) {
    .pd-soul .compare__images span {
        font-size:15px;
        line-height: 18px
    }
}

.pd-soul .compare__images .btn-buy {
    background: #ffb932;
    color: #152253;
    margin: 0 auto;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    bottom: 0;
    right: 0;
    left: 0
}

@media (max-width: 1680px) {
    .pd-soul .compare__images .btn-buy {
        padding:5px 2rem
    }
}

@media (max-width: 1119px) {
    .pd-soul .compare__images .btn-buy {
        font-size:14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .pd-soul .compare__images .btn-buy {
        font-size:14px;
        line-height: 18px
    }
}

.pd-soul .compare__images .btn-buy:hover {
    background-color: #ffb932!important;
    border: 0!important;
    color: #152253!important
}

.pd-soul .compare__items {
    margin-bottom: 10px
}

.pd-soul .compare__items.mb {
    display: none
}

@media (max-width: 767px) {
    .pd-soul .compare__items.mb {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.pd-soul .compare__items.pk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .pd-soul .compare__items.pk {
        display:none
    }
}

.pd-soul .compare__items__one p {
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 10px
}

@media (max-width: 1440px) {
    .pd-soul .compare__items__one p {
        font-size:22px
    }
}

@media (max-width: 1280px) {
    .pd-soul .compare__items__one p {
        font-size:20px
    }
}

@media (max-width: 1119px) {
    .pd-soul .compare__items__one p {
        font-size:12px;
        line-height: 130%;
        min-height: auto
    }
}

@media (max-width: 767px) {
    .pd-soul .compare__items__one p {
        min-height:35px
    }
}

.pd-soul .compare__items__one.machine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center
}

.pd-soul .compare__items__one.machine p {
    font-weight: 600;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .pd-soul .compare__items__one.machine p {
        font-size:12px;
        line-height: 130%;
        text-align: center;
        min-height: 30px
    }
}

.pd-soul .compare__allmachines-button {
    background: #ffb932;
    color: #152253;
    margin: 0 auto;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 420px
}

@media (max-width: 1680px) {
    .pd-soul .compare__allmachines-button {
        padding:7px 2rem
    }
}

@media (max-width: 1119px) {
    .pd-soul .compare__allmachines-button {
        font-size:14px;
        line-height: 18px;
        width: 225px
    }
}

@media (max-width: 767px) {
    .pd-soul .compare__allmachines-button {
        font-size:14px;
        line-height: 18px
    }
}

.pd-soul .compare__allmachines-button:hover {
    background-color: #ffb932!important;
    border: 0!important;
    color: #152253!important
}

.primadonna {
    background-color: #0d2a4e;
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    min-width: 320px;
    margin: 0;
    padding: 0;
    -webkit-transition: background-color 3s ease;
    -o-transition: background-color 3s ease;
    transition: background-color 3s ease
}

@media (min-width: 1280px) {
    .primadonna {
        -webkit-transition:background-color 2s ease;
        -o-transition: background-color 2s ease;
        transition: background-color 2s ease
    }
}

.primadonna__container {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .primadonna__container {
        padding-left:60px;
        padding-right: 60px
    }
}

@media (min-width: 1440px) {
    .primadonna__container {
        max-width:1090px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1920px) {
    .primadonna__container {
        max-width:1620px
    }
}

.primadonna__container.swiper {
    padding-left: 0;
    padding-right: 0
}

.primadonna__package {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff
}

@media (min-width: 768px) {
    .primadonna__package {
        padding-bottom:66px
    }
}

@media (min-width: 1440px) {
    .primadonna__package {
        padding-bottom:108px
    }
}

@media (min-width: 1920px) {
    .primadonna__package {
        padding-bottom:190px
    }
}

.primadonna__package .package__background {
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 150px
}

@media (min-width: 768px) {
    .primadonna__package .package__background {
        bottom:300px
    }
}

@media (min-width: 929px) and (max-width:1023px) {
    .primadonna__package .package__background {
        bottom:265px
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package__background {
        bottom:60px
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__background {
        bottom:80px
    }
}

.primadonna__package .package__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.primadonna__package .package-swiper__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 50px 0
}

.primadonna__package .package-swiper__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    height: 70px;
    background-color: #ffb932;
    border-radius: 50px;
    font-size: 30px;
    line-height: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #01244e
}

@media (max-width: 767px) {
    .primadonna__package .package-swiper__button a {
        width:130px;
        height: 38px;
        font-size: 13px;
        line-height: 16px
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package-swiper__button {
        display:none
    }
}

@media (max-width: 767px) {
    .primadonna__package .package-swiper__button {
        margin:20px 0 30px 0
    }
}

.primadonna__package .package-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #0d2a4e;
    opacity: .5;
    width: 10px;
    height: 10px;
    outline: 0;
    margin-right: 30px
}

.primadonna__package .package-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffb932;
    border: 0
}

.primadonna__package .package__content {
    position: relative;
    z-index: 1
}

.primadonna__package .package__content .content__subtitle {
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #0d2a4e;
    padding-top: 12px;
    margin-bottom: 7px;
    width: 62%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__subtitle {
        font-size:30px;
        padding-top: 58px;
        margin-bottom: 28px
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__subtitle {
        font-size:20px;
        line-height: 24px;
        padding-top: 37px;
        margin-bottom: 14px;
        width: 100%
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__subtitle {
        font-size:30px;
        line-height: 36px;
        margin-bottom: 18px
    }
}

.primadonna__package .package__content .content__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 56px
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__title {
        font-size:48px;
        margin-bottom: 72px
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__title {
        font-size:56px;
        line-height: 130%;
        margin-bottom: 56px
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__title {
        font-size:70px;
        line-height: 130%;
        margin-bottom: 34px
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package__content .content__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__items {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.primadonna__package .package__content .content__item {
    text-align: center;
    height: auto
}

@media (min-width: 1024px) {
    .primadonna__package .package__content .content__item:hover {
        cursor:pointer;
        opacity: .95
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package__content .content__item {
        width:20%
    }

    .primadonna__package .package__content .content__item:nth-child(n) {
        margin-right: 0
    }

    .primadonna__package .package__content .content__item:nth-child(5n) {
        margin-right: 0
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__item {
        width:200px;
        margin: 0
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item {
        width:280px
    }
}

.primadonna__package .package__content .content__item .item__img {
    width: 100%;
    height: 221px;
    margin-bottom: 8px
}

@media (min-width: 375px) {
    .primadonna__package .package__content .content__item .item__img {
        height:300px
    }
}

@media (min-width: 480px) {
    .primadonna__package .package__content .content__item .item__img {
        height:380px
    }
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__item .item__img {
        height:auto
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__item .item__img {
        height:342px;
        margin-bottom: 20px
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item .item__img {
        height:426px;
        margin-bottom: 14px
    }
}

.primadonna__package .package__content .content__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 600px) and (max-width:767px) {
    .primadonna__package .package__content .content__item .item__img img {
        -o-object-fit:contain;
        object-fit: contain
    }
}

.primadonna__package .package__content .content__item .item__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__item .item__title {
        font-size:28px;
        line-height: 34px
    }
}

@media (min-width: 769px) {
    .primadonna__package .package__content .content__item .item__title {
        text-shadow:0 -3px 6px rgba(255,255,255,.3),0 -3px 6px rgba(255,255,255,.3),0 3px 6px rgba(255,255,255,.3),0 3px 6px rgba(255,255,255,.3),-3px 0 6px rgba(255,255,255,.3),3px 0 6px rgba(255,255,255,.3),-3px 0 6px rgba(255,255,255,.3),3px 0 6px rgba(255,255,255,.3),-1px -3px 6px rgba(255,255,255,.3),1px -3px 6px rgba(255,255,255,.3),-1px 3px 6px rgba(255,255,255,.3),1px 3px 6px rgba(255,255,255,.3),-3px -1px 6px rgba(255,255,255,.3),3px -1px 6px rgba(255,255,255,.3),-3px 1px 6px rgba(255,255,255,.3),3px 1px 6px rgba(255,255,255,.3),-2px -3px 6px rgba(255,255,255,.3),2px -3px 6px rgba(255,255,255,.3),-2px 3px 6px rgba(255,255,255,.3),2px 3px 6px rgba(255,255,255,.3),-3px -2px 6px rgba(255,255,255,.3),3px -2px 6px rgba(255,255,255,.3),-3px 2px 6px rgba(255,255,255,.3),3px 2px 6px rgba(255,255,255,.3),-3px -3px 6px rgba(255,255,255,.3),3px -3px 6px rgba(255,255,255,.3),-3px 3px 6px rgba(255,255,255,.3),3px 3px 6px rgba(255,255,255,.3),-3px -3px 6px rgba(255,255,255,.3),3px -3px 6px rgba(255,255,255,.3),-3px 3px 6px rgba(255,255,255,.3),3px 3px 6px rgba(255,255,255,.3)
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__item .item__title {
        font-size:22px;
        line-height: 26px;
        margin-bottom: 28px
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item .item__title {
        font-size:25px;
        line-height: 30px;
        margin-bottom: 40px
    }
}

.primadonna__package .package__content .content__item .item__button {
    background: #ffb932;
    border-radius: 50px;
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #01244e;
    width: 100%;
    display: block;
    padding: 11px 0;
    margin-bottom: 16px
}

@media (min-width: 480px) {
    .primadonna__package .package__content .content__item .item__button {
        width:154px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__item .item__button {
        width:308px;
        font-size: 30px;
        line-height: 38px
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package__content .content__item .item__button {
        width:100%
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__item .item__button {
        padding:16px 0
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item .item__button {
        font-size:25px;
        line-height: 30px
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item .item__button {
        width:318px;
        font-size: 30px;
        line-height: 38px
    }
}

.primadonna__features {
    margin-top: -1px;
    margin-bottom: -1px;
    background-color: #fff;
    padding-bottom: 46px
}

@media (min-width: 768px) {
    .primadonna__features {
        padding-bottom:48px
    }
}

@media (min-width: 1440px) {
    .primadonna__features {
        padding-bottom:110px
    }
}

.primadonna__features .features__subtitle {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .primadonna__features .features__subtitle {
        font-size:28px;
        line-height: 1.2
    }
}

@media (min-width: 1440px) {
    .primadonna__features .features__subtitle {
        font-size:20px;
        line-height: 24px;
        margin-bottom: 18px
    }
}

@media (min-width: 1920px) {
    .primadonna__features .features__subtitle {
        font-size:30px;
        line-height: 36px
    }
}

.primadonna__features .features__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 34px
}

@media (min-width: 768px) {
    .primadonna__features .features__title {
        font-size:48px;
        line-height: 60px;
        margin-bottom: 76px
    }
}

@media (min-width: 1440px) {
    .primadonna__features .features__title {
        font-size:46px;
        line-height: 58px;
        margin-bottom: 66px
    }
}

@media (min-width: 1920px) {
    .primadonna__features .features__title {
        font-size:60px;
        line-height: 75px
    }
}

@media (min-width: 1024px) {
    .primadonna__features .features__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.primadonna__features .features__item {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .primadonna__features .features__item {
        margin-bottom:100px
    }
}

@media (min-width: 1024px) {
    .primadonna__features .features__item {
        width:31.498%
    }

    .primadonna__features .features__item:nth-child(n) {
        margin-right: 2.753%
    }

    .primadonna__features .features__item:nth-child(3n) {
        margin-right: 0
    }
}

.primadonna__features .features__item .item__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .primadonna__features .features__item .item__title {
        font-size:40px;
        line-height: 50px;
        margin-bottom: 46px
    }
}

@media (min-width: 1024px) {
    .primadonna__features .features__item .item__title {
        font-size:24px
    }
}

@media (min-width: 1440px) {
    .primadonna__features .features__item .item__title {
        font-size:28px;
        line-height: 35px
    }
}

@media (min-width: 1920px) {
    .primadonna__features .features__item .item__title {
        font-size:38px;
        line-height: 48px
    }
}

.primadonna__features .features__item .item__img {
    width: 100%
}

.primadonna__features .features__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.primadonna__features .features__item:last-child {
    margin-bottom: 0
}

.primadonna__secret {
    background-color: #fff
}

.primadonna__secret .secret__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 34px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__title {
        font-size:48px;
        line-height: 60px;
        margin-bottom: 60px
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__title {
        font-size:56px;
        line-height: 70px;
        width: 709px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__title {
        font-size:80px;
        line-height: 100px;
        width: 1014px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 76px
    }
}

.primadonna__secret .secret__swiper .swiper__arrow {
    width: 32px;
    height: 32px;
    border: .5px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper__arrow {
        width:76px;
        height: 76px;
        border: 1px solid #fff;
        font-size: 30px
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__swiper .swiper__arrow {
        width:102px;
        height: 102px
    }
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon] {
    position: relative;
    display: table;
    vertical-align: middle;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon]:after,.primadonna__secret .secret__swiper .swiper__arrow [class*=icon]:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow] {
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 10px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow] {
        width:15px;
        height: 15px;
        border-width: 2px 2px 0 0
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow] {
        width:20px;
        height: 20px;
        border-width: 3px 3px 0 0
    }
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow]:before {
    right: 0;
    top: -1px;
    position: absolute;
    height: 1px;
    -webkit-box-shadow: inset 0 0 0 32px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow]:before {
        height:2px;
        top: -2px;
        width: 20px
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow]:before {
        height:3px;
        top: -3px;
        width: 25px
    }
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-left] {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-left][class*=-up] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-left][class*=-down] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-right] {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-right][class*=-up] {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-right][class*=-down] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-up] {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-down] {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.primadonna__secret .secret__swiper .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1439px) {
    .primadonna__secret .secret__swiper .swiper-pagination {
        padding:0 5%
    }
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    width: 25%;
    border: 0;
    border-bottom: 1px solid #fff;
    background: 0 0;
    border-radius: 0;
    height: auto;
    width: 23%;
    padding-bottom: 15px;
    text-align: left
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet:nth-child(n) {
    margin-right: 0
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4n) {
    margin-right: 0
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet i {
    font-style: normal
}

@media (max-width: 1023px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
        display:none;
        width: 44%
    }
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
        font-size:20px;
        line-height: 24px
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
        font-size:20px;
        line-height: 24px
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
        font-size:25px;
        line-height: 31px
    }
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet:focus {
    border-bottom: 4px solid #fff;
    outline: 0;
    padding-bottom: 1px
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet:active {
    border-bottom: 4px solid #fff;
    outline: 0;
    padding-bottom: 1px
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet-active {
    font-weight: 600;
    border-bottom: 4px solid #fff;
    outline: 0;
    padding-bottom: 1px
}

@media (max-width: 1023px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet-active-main {
        display:block
    }
}

.primadonna__secret .secret__swiper .secret__pagination-container {
    position: relative
}

.primadonna__secret .secret__swiper .swiper-button-prev {
    left: 10px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper-button-prev {
        left:25px
    }
}

.primadonna__secret .secret__swiper .swiper-button-next {
    right: 10px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper-button-next {
        right:25px
    }
}

.primadonna__secret .secret__item {
    position: relative
}

.primadonna__secret .secret__item .item__img {
    width: 100%
}

.primadonna__secret .secret__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.primadonna__secret .secret__item .item__img:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(1,36,78,.2)),color-stop(90%,rgba(1,36,78,.9)));
    background: -o-linear-gradient(top,rgba(1,36,78,.2) 0%,rgba(1,36,78,.9) 90%);
    background: linear-gradient(180deg,rgba(1,36,78,.2) 0%,rgba(1,36,78,.9) 90%)
}

.primadonna__secret .secret__item .item__content {
    position: absolute;
    top: 0;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__item .item__content {
        padding-left:144px;
        padding-right: 144px
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__item .item__content {
        padding-left:315px;
        padding-right: 315px;
        margin-top: 70px
    }
}

.primadonna__secret .secret__item .item__content .content__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    padding-top: 46px;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .primadonna__secret .secret__item .item__content .content__title {
        padding-top:55%
    }
}

@media (min-width: 768px) {
    .primadonna__secret .secret__item .item__content .content__title {
        font-size:32px;
        line-height: 38px;
        margin-bottom: 28px;
        padding-top: 65%
    }
}

@media (min-width: 1024px) {
    .primadonna__secret .secret__item .item__content .content__title {
        font-size:20px;
        line-height: 24px;
        padding-top: 60px;
        margin-bottom: 20px
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__item .item__content .content__title {
        padding-top:0
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__item .item__content .content__title {
        font-size:35px;
        line-height: 42px;
        margin-bottom: 26px
    }
}

.primadonna__secret .secret__item .item__content .content__text {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff
}

@media (min-width: 768px) {
    .primadonna__secret .secret__item .item__content .content__text {
        font-size:36px;
        line-height: 130%
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__item .item__content .content__text {
        font-size:46px;
        line-height: 130%
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__item .item__content .content__text {
        font-size:60px
    }
}

.primadonna__coffeecolor-wrap {
    background-color: #83303f
}

.primadonna__coffeecolor {
    padding-bottom: 62px
}

@media (min-width: 768px) {
    .primadonna__coffeecolor {
        padding-bottom:106px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor {
        padding-top:56px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor {
        padding-top:76px
    }
}

@media (max-width: 767px) {
    .primadonna__coffeecolor.africana .coffeecolor__title-break.mob-off,.primadonna__coffeecolor.premium .coffeecolor__title-break.mob-off {
        display:none
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.africana .coffeecolor__title-break,.primadonna__coffeecolor.premium .coffeecolor__title-break {
        display:none
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.africana .coffeecolor__subtitle,.primadonna__coffeecolor.premium .coffeecolor__subtitle {
        padding-top:0
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.africana .coffeecolor__img.item__part,.primadonna__coffeecolor.premium .coffeecolor__img.item__part {
        padding-top:10px
    }
}

.primadonna__coffeecolor .coffeecolor__wrap {
    display: grid;
    grid-template-columns: 50% 50%
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__wrap {
        grid-template-columns:40% 60%
    }
}

.primadonna__coffeecolor .coffeecolor__subtitle {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding-top: 36px;
    margin-bottom: 8px;
    grid-area: 1/1/2/3
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__subtitle {
        font-size:32px;
        line-height: 38px;
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__subtitle {
        grid-area:1/2/2/3;
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__subtitle {
        padding-left:68px;
        margin-bottom: 28px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__subtitle {
        font-size:30px;
        line-height: 36px
    }
}

.primadonna__coffeecolor .coffeecolor__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 40px;
    grid-area: 2/1/3/3
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__title {
        font-size:48px;
        line-height: 60px;
        margin-bottom: 64px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__title {
        grid-area:2/2/3/3;
        font-size: 46px;
        line-height: 58px;
        margin-bottom: 24px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__title {
        padding-left:68px;
        width: 722px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__title {
        font-size:60px;
        line-height: 75px;
        margin-bottom: 0
    }
}

.primadonna__coffeecolor .coffeecolor__img {
    grid-area: 3/1/4/2
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__img {
        grid-area:1/1/5/2
    }
}

@media (max-width: 1023px) {
    .primadonna__coffeecolor .coffeecolor__img {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__img {
        height:706px;
        width: 486px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__img {
        width:648px;
        height: 947px
    }
}

.primadonna__coffeecolor .coffeecolor__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__img img {
        -o-object-fit:cover;
        object-fit: cover
    }
}

.primadonna__coffeecolor .coffeecolor__content {
    margin-bottom: 6px;
    grid-area: 3/2/4/3
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__content {
        margin-bottom:68px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__content {
        margin-bottom:48px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__content {
        padding-left:68px;
        width: 722px
    }
}

.primadonna__coffeecolor .coffeecolor__content p {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #fff
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__content p {
        font-size:32px;
        line-height: 130%
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__content p {
        font-size:25px;
        line-height: 30px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__content p {
        font-size:34px;
        line-height: 41px
    }
}

.primadonna__coffeecolor .coffeecolor__content img {
    width: 76px
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__content img {
        width:154px
    }
}

.primadonna__coffeecolor .coffeecolor__content .content__grains-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__content .content__grains-wrap {
        height:60px
    }
}

.primadonna__coffeecolor .coffeecolor__content .content__grains-wrap p {
    margin: 0
}

.primadonna__coffeecolor .coffeecolor__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-area: 4/1/5/3
}

@media (min-width: 375px) {
    .primadonna__coffeecolor .coffeecolor__button {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__button {
        grid-area:4/2/5/3
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__button {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 68px
    }
}

.primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #01244e;
    background-color: #fff;
    border-radius: 50px;
    width: 130px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
        font-size:30px;
        line-height: 38px;
        width: 312px;
        height: 76px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
        width:235px;
        height: 60px;
        font-size: 28px;
        line-height: 35px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
        width:261px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
        font-size:30px;
        line-height: 38px;
        width: 348px;
        height: 85px
    }
}

.primadonna__coffeecolor .coffeecolor__button .button__details_disabled,.primadonna__coffeecolor .coffeecolor__button .button__buy_disabled {
    cursor: default;
    opacity: .5
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details {
        margin-right:26px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details {
        margin-right:35px
    }
}

.primadonna__coffeecolor .coffeecolor__button .button__buy {
    background: #ffb932
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__wrap {
        grid-template-columns:60% 40%
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__subtitle {
        grid-area:1/1/2/2
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor.left .coffeecolor__subtitle {
        padding-left:0;
        padding-right: 68px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__title {
        grid-area:2/1/3/2
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor.left .coffeecolor__title {
        padding-left:0;
        padding-right: 68px
    }
}

.primadonna__coffeecolor.left .coffeecolor__img {
    grid-area: 3/2/4/3
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__img {
        grid-area:1/2/5/3
    }
}

.primadonna__coffeecolor.left .coffeecolor__content {
    grid-area: 3/1/4/2
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor.left .coffeecolor__content {
        padding-left:0;
        padding-right: 68px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__button {
        grid-area:4/1/5/2
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor.left .coffeecolor__button {
        padding-left:0;
        padding-right: 68px
    }
}

.primadonna__coffeecolor.last {
    padding-bottom: 105px
}

@media (min-width: 768px) {
    .primadonna__coffeecolor.last {
        padding-bottom:231px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.last {
        padding-bottom:90px
    }
}

.primadonna__aftertaste {
    position: relative
}

.primadonna__aftertaste .aftertaste__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    width: 51%;
    padding-top: 92px;
    margin-bottom: 80px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__title {
        font-size:48px;
        line-height: 60px;
        margin-bottom: 182px;
        padding-top: 136px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__title {
        padding-top:0;
        font-size: 46px;
        line-height: 58px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__title {
        font-size:60px;
        line-height: 75px
    }
}

@-webkit-keyframes cup {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cup {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.primadonna__aftertaste .aftertaste__cup {
    position: absolute;
    top: -90px;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (min-width: 568px) {
    .primadonna__aftertaste .aftertaste__cup {
        top:-147px
    }
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__cup {
        top:-230px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__cup {
        top:-90px
    }
}

.primadonna__aftertaste .aftertaste__cup img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.primadonna__aftertaste .aftertaste__cup.animationCup {
    -webkit-animation: cup 3s linear infinite;
    animation: cup 3s linear infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.primadonna__aftertaste .aftertaste__items {
    padding-bottom: 74px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__items {
        padding-bottom:178px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 653px;
        padding-bottom: 63px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__items {
        width:935px
    }
}

.primadonna__aftertaste .aftertaste__item {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__item {
        margin-bottom:90px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item {
        width:47.5%;
        margin-bottom: 77px
    }

    .primadonna__aftertaste .aftertaste__item:nth-child(n) {
        margin-right: 5%
    }

    .primadonna__aftertaste .aftertaste__item:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item {
        margin-bottom:97px
    }
}

.primadonna__aftertaste .aftertaste__item .item__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__item .item__title {
        font-size:48px;
        line-height: 130%;
        margin-bottom: 18px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item .item__title {
        font-size:32px;
        text-align: left
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item .item__title {
        font-size:40px;
        margin-bottom: 24px
    }
}

.primadonna__aftertaste .aftertaste__item .item__text {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 18px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__item .item__text {
        font-size:32px;
        line-height: 130%;
        margin-bottom: 56px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item .item__text {
        font-size:20px;
        text-align: left;
        margin-bottom: 30px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item .item__text {
        font-size:25px
    }
}

.primadonna__aftertaste .aftertaste__item .item__img {
    width: 100%
}

.primadonna__aftertaste .aftertaste__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 20px
}

@media (min-width: 375px) {
    .primadonna__aftertaste .aftertaste__item .item__img img {
        border-radius:27px
    }
}

@media (min-width: 414px) {
    .primadonna__aftertaste .aftertaste__item .item__img img {
        border-radius:32px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item:nth-child(2) .item__text {
        margin-bottom:83px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item:nth-child(2) .item__text {
        margin-bottom:61px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item:nth-child(3) .item__text {
        margin-bottom:46px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item:nth-child(3) .item__text {
        margin-bottom:85px
    }
}

.primadonna__ideal {
    padding-bottom: 52px;
    background-color: #fff
}

.primadonna__ideal .ideal__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #0d2a4e;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__title {
        font-size:48px;
        line-height: 60px;
        padding-top: 70px;
        margin-bottom: 50px;
        width: 515px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__title {
        font-size:56px;
        line-height: 70px;
        padding-top: 96px;
        margin-bottom: 95px;
        width: 100%
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__title {
        font-size:75px;
        line-height: 94px;
        padding-top: 166px;
        margin-bottom: 145px
    }
}

.primadonna__ideal .ideal__swiper .swiper-wrapper {
    height: auto
}

.primadonna__ideal .ideal__swiper .swiper-pagination .swiper-pagination-bullet {
    background: #0d2a4e;
    opacity: .5;
    width: 10px;
    height: 10px;
    outline: 0;
    margin-right: 30px
}

.primadonna__ideal .ideal__swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffb932;
    border: 0
}

.primadonna__ideal .ideal__swiper .swiper-button-next,.primadonna__ideal .ideal__swiper .swiper-button-prev {
    top: 200px
}

@media (max-width: 1023px) {
    .primadonna__ideal .ideal__swiper .swiper-button-next,.primadonna__ideal .ideal__swiper .swiper-button-prev {
        display:none
    }
}

.primadonna__ideal .ideal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.primadonna__ideal .ideal__content .content__titles {
    padding-right: 5px
}

.primadonna__ideal .ideal__content .content__titles .titles__row-img {
    height: 262px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row-img {
        height:401px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row-img {
        height:424px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row-img {
        height:542px
    }
}

.primadonna__ideal .ideal__content .content__titles .titles__row p {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0d2a4e;
    height: 40px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        font-size:20px;
        line-height: 20px;
        height: 70px
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:105px;
        font-size: 22px;
        line-height: 23px;
        font-weight: 600
    }
}

@media (min-width: 1112px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:70px;
        font-size: 20px;
        line-height: 20px
    }
}

@media (min-width: 1280px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:45px;
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:55px
    }
}

@media (min-width: 1500px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:50px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        font-size:22px;
        line-height: 24px;
        height: 65px;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__item {
        width:30.25333%
    }

    .primadonna__ideal .ideal__content .content__item:nth-child(n) {
        margin-right: 4.62%
    }

    .primadonna__ideal .ideal__content .content__item:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 1023px) {
    .primadonna__ideal .ideal__content .content__item:not(.swiper-slide-active) .item__row {
        display:none
    }
}

@media (max-width: 1023px) {
    .primadonna__ideal .ideal__content .content__item.swiper-slide-active .item__row {
        min-width:300px;
        -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}

@media (max-width: 767px) {
    .primadonna__ideal .ideal__content .content__item.swiper-slide-active .item__row {
        min-width:130px;
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%)
    }
}

.primadonna__ideal .ideal__content .content__item .item__row p {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #0d2a4e;
    height: 40px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        font-size:20px;
        line-height: 20px;
        height: 70px
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:105px;
        font-size: 22px;
        line-height: 23px;
        font-weight: 400
    }
}

@media (min-width: 1112px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:70px;
        font-size: 20px;
        line-height: 20px
    }
}

@media (min-width: 1280px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:45px;
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:55px
    }
}

@media (min-width: 1500px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:50px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        font-size:22px;
        line-height: 24px;
        height: 65px;
        margin-bottom: 0
    }
}

.primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
    background: #ffb932;
    border-radius: 50px;
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #01244e;
    height: 32px;
    margin-bottom: 15px
}

@media (min-width: 375px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        width:130px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        font-size:25px;
        line-height: 38px;
        width: 90%;
        height: 50px
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        height:60px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        font-size:28px;
        line-height: 35px;
        width: 230px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        width:307px;
        font-size: 30px;
        line-height: 38px
    }
}

.primadonna__ideal .ideal__content .content__item .item__row .item__order-disable {
    cursor: default;
    opacity: .5
}

.primadonna__ideal .ideal__content .content__item .item__row:nth-last-child(-n+2) p {
    border-bottom: none
}

.primadonna__ideal .ideal__content .content__item .item__img {
    height: 154px;
    margin-bottom: 15px;
    opacity: .5;
    margin-top: 39px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__img {
        height:285px;
        margin-bottom: 30px;
        margin-top: 25px
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__item .item__img {
        opacity:1
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__img {
        height:320px;
        margin-bottom: 14px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__img {
        height:426px;
        margin-bottom: 24px
    }
}

.primadonna__ideal .ideal__content .content__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.primadonna__ideal .ideal__content .content__item .item__row-img p {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #59a5d0;
    margin-bottom: 36px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__row-img p {
        font-size:25px;
        line-height: 31px;
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__row-img p {
        font-size:22px;
        line-height: 28px;
        margin-bottom: 34px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__row-img p {
        font-size:26px;
        line-height: 33px;
        margin-bottom: 34px
    }
}

.primadonna__ideal .ideal__content .content__item .item__price {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600!important;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #0d2a4e
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__price {
        font-size:25px;
        line-height: 30px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__price {
        font-size:26px;
        line-height: 31px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__price {
        font-size:30px;
        line-height: 36px
    }
}

.primadonna__ideal .ideal__content .content__item.swiper-slide-active .item__img {
    opacity: 1
}

.primadonna__ideal .ideal__content .content__item.swiper-slide-active .item__img img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767px) {
    .primadonna__ideal .ideal__content .swiper-button-next,.primadonna__ideal .ideal__content .swiper-button-prev {
        display:none
    }
}

.primadonna.white {
    background-color: #fff
}

.rejection {
    padding-top: 50px;
    padding-bottom: 60px
}

.rejection__wrap {
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 0) {
    .rejection__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width: 1200px) {
    .rejection__wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.rejection__img {
    max-width: 100%
}

@media (min-width: 1200px) {
    .rejection__img {
        max-width:694px
    }
}

.rejection__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.rejection__content {
    padding: 40px 20px
}

@media (min-width: 768px) {
    .rejection__content {
        padding:54px 27px 60px 29px
    }
}

@media (min-width: 1200px) {
    .rejection__content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.rejection__content .content__title {
    font-size: 24px;
    line-height: 123%;
    text-align: center;
    color: #071a33;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .rejection__content .content__title {
        font-size:36px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__title {
        text-align:left;
        margin-bottom: 25px
    }
}

.rejection__content .content__text {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #071a33;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .rejection__content .content__text {
        font-size:20px;
        line-height: 145%;
        width: 400px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__text {
        width:346px;
        margin-right: 0;
        margin-left: 0;
        text-align: left;
        margin-bottom: 25px
    }
}

.rejection__content .content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .rejection__content .content__button {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__button {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rejection__content .content__button .button__tryagain {
    background: #59aee4;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    padding: 11px 0 13px 0;
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none
}

@media (min-width: 768px) {
    .rejection__content .content__button .button__tryagain {
        margin-bottom:0;
        font-size: 20px;
        line-height: 145%;
        padding: 15px 0 16px 0;
        width: 280px;
        height: 60px
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__button .button__tryagain {
        width:270px;
        margin-bottom: 20px
    }
}

.rejection__content .content__button .button__chooseother {
    width: 100%;
    border: 1px solid #59aee4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #59aee4;
    padding: 11px 0 10px 0;
    text-decoration: none
}

@media (min-width: 768px) {
    .rejection__content .content__button .button__chooseother {
        margin-right:30px;
        padding: 15px 0 16px 0;
        width: 280px;
        height: 60px
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__button .button__chooseother {
        margin-right:0;
        width: 270px
    }
}

.sales-banner {
    font-family: PT Sans
}

.sales-banner .first-screen__content {
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sales-banner .first-screen__inner {
    max-width: 370px
}

@media screen and (max-width: 767px) {
    .sales-banner .first-screen__inner {
        max-width:250px
    }
}

.sales-banner .first-screen__title {
    font-size: 40px;
    line-height: 132%;
    text-transform: none;
    text-align: left
}

@media screen and (max-width: 767px) {
    .sales-banner .first-screen__title {
        font-size:24px;
        line-height: 123%
    }
}

.sales-banner .first-screen__image:after {
    background: 0 0
}

.sales-banner .first-screen__subtitle {
    font-size: 18px;
    line-height: 145%;
    text-align: left
}

@media screen and (max-width: 767px) {
    .sales-banner .first-screen__subtitle {
        font-size:16px;
        line-height: 130%
    }
}

.sales-banner .timer {
    font-size: 0;
    text-align: center;
    width: 335px;
    height: 110px;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 20px 25px
}

@media screen and (max-width: 767px) {
    .sales-banner .timer {
        width:250px;
        height: 90px;
        padding: 20px 15px
    }
}

.sales-banner .timer_section {
    display: inline-block;
    vertical-align: top
}

.sales-banner .timer_section>div {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    line-height: 132%;
    color: #071a33;
    margin: 0 1px;
    border-radius: 2px
}

@media screen and (max-width: 767px) {
    .sales-banner .timer_section>div {
        font-size:24px;
        line-height: 123%
    }
}

.sales-banner .timer_section>div.timer_section_desc {
    display: block;
    background: 0 0;
    color: #8693a2;
    font-size: 14px;
    line-height: 145%
}

@media screen and (max-width: 767px) {
    .sales-banner .timer_section>div.timer_section_desc {
        font-size:12px;
        line-height: 145%
    }
}

.sales-banner .timer_delimetr {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    line-height: 132%;
    margin: 0 10px;
    color: #071a33
}

@media screen and (max-width: 767px) {
    .sales-banner .timer_delimetr {
        font-size:24px;
        line-height: 123%
    }
}

.sales-regulations .regulations {
    margin: 60px 0 0
}

@media screen and (max-width: 767px) {
    .sales-regulations .regulations {
        margin:40px 0 0
    }
}

.sales-regulations .regulations__title {
    font-size: 36px;
    line-height: 123%;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .sales-regulations .regulations__title {
        font-size:24px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

.sales-regulations .regulations__text {
    font-size: 18px;
    line-height: 145%
}

@media screen and (max-width: 767px) {
    .sales-regulations .regulations__text {
        font-size:16px;
        line-height: 130%
    }
}

.products-list {
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    .products-list {
        margin-top:40px
    }
}

.products-list__title {
    font-size: 36px;
    line-height: 123%;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .products-list__title {
        font-size:24px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

.modal-custom {
    max-width: 800px;
    width: calc(100%);
    height: 493px;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 30px;
    margin: 0 auto;
    z-index: 1001;
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (max-width: 800px) {
    .modal-custom {
        max-width:550px
    }
}

@media (max-width: 535px) {
    .modal-custom {
        max-width:312px;
        height: 500px;
        top: 50%
    }
}

.modal-custom__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px
}

.modal-custom__header .label-popup {
    width: 191px;
    height: 32px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141414
}

@media (max-width: 535px) {
    .modal-custom__header .label-popup {
        font-size:18px
    }
}

.modal-custom__header .close-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-right: 9px
}

.modal-custom__header .close-block .label-btn {
    margin-right: 20px;
    width: 56px;
    height: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 146.28%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #071a33
}

@media (max-width: 535px) {
    .modal-custom__header .close-block .label-btn {
        display:none
    }
}

.modal-custom__header .close-block .btn-close {
    cursor: pointer
}

.modal-custom__window {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 307px;
    z-index: 498
}

.modal-custom__window .main {
    width: 100%;
    height: 100%;
    max-height: 307px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(79.76%,#f9f9f9),to(rgba(249,249,249,0)));
    background: -o-linear-gradient(bottom,#f9f9f9 79.76%,rgba(249,249,249,0) 100%);
    background: linear-gradient(0deg,#f9f9f9 79.76%,rgba(249,249,249,0) 100%);
    z-index: 498;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 800px) {
    .modal-custom__window .main {
        padding-right:0
    }
}

@media (max-width: 800px) {
    .modal-custom__window .main {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 25px
    }
}

@media (max-width: 535px) {
    .modal-custom__window .main {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }
}

.modal-custom__window .main::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.modal-custom__window .main::-webkit-scrollbar-track {
    background-color: #eaeaea
}

.modal-custom__window .main::-webkit-scrollbar-thumb {
    background: #59aee4;
    border-radius: 4px
}

.modal-custom__window .main .item-product {
    width: 100%;
    height: 100%;
    max-height: 220px;
    max-width: 220px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -moz-transform: perspective(1200px);
    margin-bottom: 20px
}

@media (min-width: 800px) {
    .modal-custom__window .main .item-product {
        margin-right:24px
    }
}

.modal-custom__window .main .item-product .front,.modal-custom__window .main .item-product .back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 18px;
    z-index: 499
}

.modal-custom__window .main .item-product .front .info-btn,.modal-custom__window .main .item-product .back .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.modal-custom__window .main .item-product .front .info-btn .btn-show-info,.modal-custom__window .main .item-product .back .info-btn .btn-show-info {
    position: absolute;
    z-index: 500;
    width: 15px;
    height: 15px;
    cursor: pointer
}

.modal-custom__window .main .item-product .front .content .img-product,.modal-custom__window .main .item-product .back .content .img-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-custom__window .main .item-product .front .content .title,.modal-custom__window .main .item-product .back .content .title {
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #333;
    width: 100%;
    max-width: 135px;
    text-align: left;
    height: 34px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 10px;
    text-align: left
}

.modal-custom__window .main .item-product .front .content .product__usable,.modal-custom__window .main .item-product .back .content .product__usable {
    position: absolute;
    right: 18px;
    bottom: 19px
}

.modal-custom__window .main .item-product .front .content .product__usable .product__add,.modal-custom__window .main .item-product .back .content .product__usable .product__add {
    background: #59aee4;
    border: 0;
    outline: 0;
    height: 16px;
    width: 16px;
    padding: 4px;
    line-height: 0;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-custom__window .main .item-product .front .content .product__usable .product__add svg,.modal-custom__window .main .item-product .back .content .product__usable .product__add svg {
    width: 7px;
    height: 8px
}

.modal-custom__window .main .item-product .front .content .product__usable .product_counter,.modal-custom__window .main .item-product .back .content .product__usable .product_counter {
    background: #eaeaea;
    border-radius: 12px;
    padding: 6px;
    height: 26px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-custom__window .main .item-product .front .content .product__usable .product_counter button,.modal-custom__window .main .item-product .back .content .product__usable .product_counter button {
    padding: 0;
    border: 0;
    outline: 0;
    height: 8px;
    width: 8px;
    background: 0 0;
    line-height: 0
}

.modal-custom__window .main .item-product .front .content .product__usable .product_counter .disabled,.modal-custom__window .main .item-product .back .content .product__usable .product_counter .disabled {
    display: block!important
}

.modal-custom__window .main .item-product .front .content .product__usable .product_counter .quantity__input,.modal-custom__window .main .item-product .back .content .product__usable .product_counter .quantity__input {
    line-height: 14px;
    font-weight: 700;
    font-size: 12px;
    display: block;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #59aee4;
    width: 20px;
    height: 14px
}

.modal-custom__window .main .item-product .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-custom__window .main .item-product .back .header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px
}

.modal-custom__window .main .item-product .back .header-block .title {
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #333;
    max-width: 130px
}

.modal-custom__window .main .item-product .back .header-block .btn-back {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 500;
    cursor: pointer
}

.modal-custom__window .main .item-product .back .description {
    font-weight: 400;
    font-size: 11px;
    line-height: 160%;
    max-height: 104px;
    overflow: hidden
}

.modal-custom__window .main .item-product .back .product__usable {
    position: absolute;
    right: 18px;
    bottom: 18px
}

.modal-custom__window .main .item-product .back .product__usable .product__add {
    background: #59aee4;
    border: 0;
    outline: 0;
    height: 16px;
    width: 16px;
    padding: 4px;
    line-height: 0;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-custom__window .main .item-product .back .product__usable .product__add svg {
    width: 7px;
    height: 8px
}

.modal-custom__window .main .item-product .back .product__usable .product_counter {
    background: #eaeaea;
    border-radius: 12px;
    padding: 6px;
    height: 26px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-custom__window .main .item-product .back .product__usable .product_counter button {
    padding: 0;
    border: 0;
    outline: 0;
    height: 8px;
    width: 8px;
    background: 0 0;
    line-height: 0
}

.modal-custom__window .main .item-product .back .product__usable .product_counter .disabled {
    display: block!important
}

.modal-custom__window .main .item-product .back .product__usable .product_counter .quantity__input {
    line-height: 14px;
    font-weight: 700;
    font-size: 12px;
    display: block;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #59aee4;
    width: 20px;
    height: 14px
}

.modal-custom__window .main .item-product .radio-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    z-index: 500;
    position: absolute;
    bottom: 0;
    right: 17.5px
}

.modal-custom__window .main .item-product .radio-button .payment-method__input {
    border: 0
}

.modal-custom__window .main .item-product .radio-button input[type=radio]:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -3px;
    left: -1px;
    position: relative;
    background: #eaeaea;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0
}

.modal-custom__window .main .item-product .radio-button input[type=radio]:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 16px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #59aee4;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #eaeaea
}

@media (max-width: 410px) {
    .modal-custom__window .main .item-product .radio-button input[type=radio]:checked:after {
        width:17px;
        height: 17px
    }
}

.modal-custom__window .main .item-product .front {
    background-color: #fff;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.modal-custom__window .main .item-product .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.modal-custom__window .layer-gradient {
    position: absolute;
    height: 13%;
    width: 100%;
    bottom: -2px;
    right: 10px;
    z-index: 2;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(50%,#f9f9f9),to(rgba(249,249,249,0)));
    background: -o-linear-gradient(bottom,#f9f9f9 50%,rgba(249,249,249,0) 100%);
    background: linear-gradient(0deg,#f9f9f9 50%,rgba(249,249,249,0) 100%)
}

.modal-custom__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px
}

@media (max-width: 535px) {
    .modal-custom__footer {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal-custom__footer .order-lists {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #071a33;
    width: 345px;
    height: 20px
}

@media (max-width: 535px) {
    .modal-custom__footer .order-lists {
        margin-bottom:5px
    }
}

.modal-custom__footer .order-lists .order-num,.modal-custom__footer .order-lists .order-num-all {
    color: #59aee4;
    font-weight: 700
}

.modal-custom__footer .btn-presents {
    outline: 0;
    border: 0;
    width: 213px;
    height: 52px;
    background: #59aee4;
    border-radius: 40px;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff
}

.overlay-modal-custom {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.28)
}

.custom-modal #WindowManager_WindowContainer .show .modal-content {
    padding: 0!important;
    width: 100px
}

.newDinamica {
    width: 100%;
    margin: 0 auto;
    font-family: Noto Sans,sans-serif;
    background: #fff;
    max-width: 1280px
}

@media (min-width: 1920px) {
    .newDinamica {
        max-width:1200px
    }
}

.newDinamica__section-third-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "section-1-block-1 section-1-block-2 section-1-block-3"
}

@media (max-width: 1023px) {
    .newDinamica__section-third-columns {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "section-1-block-1 section-1-block-1" "section-1-block-3 section-1-block-2"
    }
}

@media (max-width: 767px) {
    .newDinamica__section-third-columns {
        grid-template-rows:230px 230px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns {
        grid-template-rows:380px
    }
}

.newDinamica__section-third-columns__list-product {
    background: #cdb5a7;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 54px;
    padding: 19px 79px 19px 86px;
    width: 100%
}

.newDinamica__section-third-columns__list-product__item {
    width: 100%;
    max-width: 104px
}

@media (max-width: 767px) {
    .newDinamica__section-third-columns__list-product__item {
        max-width:67px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns__list-product__item {
        max-width:110px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns__list-product__item {
        max-width:104px
    }
}

.newDinamica__section-third-columns__list-product__item img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.newDinamica__section-third-columns__text-content {
    background: #c9e3f9;
    padding: 44px 55px;
    width: 100%
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__text-content {
        max-width:427px
    }
}

.newDinamica__section-third-columns__text-content__head {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    color: #0c2340
}

.newDinamica__section-third-columns__text-content__main {
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    color: #0c2340;
    padding-top: 15px;
    width: 100%;
    max-width: 270px
}

.newDinamica__section-third-columns__text-content__main .bold {
    font-weight: 700;
    font-size: 27px;
    line-height: 140%;
    color: #0c2340
}

.newDinamica__section-third-columns__text-content__btn a {
    width: 100%;
    max-width: 218px;
    height: 59px;
    background: #0c2340;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 35px;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .newDinamica__section-third-columns__text-content__btn a {
        margin-top:27px
    }
}

.newDinamica__section-third-columns__img {
    width: 100%;
    position: relative
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__img {
        max-width:426px
    }
}

.newDinamica__section-third-columns__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 700;
    color: #fff;
    opacity: .7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 19px 15px 25px
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text {
        padding:34px 20px 34px 40px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text {
        padding:21px 44px 12px 21px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text {
        padding:6px 19px 6px 17px
    }
}

.newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .coffee-is {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 27px
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .coffee-is {
        font-size:42px;
        line-height: 57px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .coffee-is {
        font-size:36px;
        line-height: 49px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .coffee-is {
        font-size:48px;
        line-height: 65px
    }
}

.newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .delonghi {
    font-size: 23px;
    line-height: 31px
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .delonghi {
        font-size:57px;
        line-height: 78px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .delonghi {
        font-size:50px;
        line-height: 68px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .delonghi {
        font-size:64px;
        line-height: 87px
    }
}

.newDinamica__section-third-columns .section-1-block-1 {
    grid-area: section-1-block-1
}

@media (max-width: 1023px) {
    .newDinamica__section-third-columns .section-1-block-1 {
        max-width:100%;
        background: #cdb5a7;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 10px;
        padding: 55px 25px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns .section-1-block-1 {
        grid-column-gap:63px;
        padding: 90px 68px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns .section-1-block-1 {
        grid-column-gap:48px;
        grid-row-gap: 39px;
        padding: 35px 72px 38px 72px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns .section-1-block-1 {
        grid-column-gap:54px;
        grid-row-gap: 12px;
        padding: 15px 79px 19px 86px
    }
}

.newDinamica__section-third-columns .section-1-block-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    grid-area: section-1-block-2
}

.newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__head .bold {
    font-weight: 700;
    color: #ff8200
}

@media (max-width: 767px) {
    .newDinamica__section-third-columns .section-1-block-2 {
        padding:19px 25px 19px 17px;
        max-width: 100%
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 10px;
        line-height: 15px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 12px;
        line-height: 18px;
        padding-top: 15px;
        width: 100%;
        max-width: 132px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__btn a {
        width: 100%;
        max-width: 120px;
        height: 38px;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns .section-1-block-2 {
        padding:35px 40px 34px 40px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 14px;
        line-height: 20px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 24px;
        line-height: 36px;
        width: 100%;
        max-width: 304px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns .section-1-block-2 {
        padding:37px 38px 36px 41px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main {
        width: 100%;
        font-size: 22px;
        line-height: 150%;
        max-width: 248px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 22px;
        line-height: 150%
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__btn a {
        margin-top: 15px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns .section-1-block-2 {
        padding:25px 30px 24px 30px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 16px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main {
        width: 100%;
        font-size: 27px;
        line-height: 38px;
        max-width: 340px;
        padding-top: 7px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-size: 27px;
        line-height: 38px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__btn a {
        margin-top: 18px
    }
}

.newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__small {
    width: 100%;
    font-size: 9px;
    line-height: 12px;
    max-width: 135px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__small {
        margin-top:9px;
        font-size: 12px;
        line-height: 18px;
        max-width: 319px
    }
}

.newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__small .bold {
    color: #ff8200;
    font-weight: 700
}

.newDinamica__section-third-columns .section-1-block-3 {
    grid-area: section-1-block-3
}

@media (max-width: 767px) {
    .newDinamica__section-third-columns.newDinamica_first {
        grid-template-rows:230px 285px
    }
}

@media (max-width: 1023px) {
    .newDinamica .one-first-column {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "section-3-block-1 section-3-block-1" "section-3-block-3 section-3-block-2"
    }
}

@media (min-width: 768px) {
    .newDinamica .one-first-column {
        max-width:100%;
        grid-template-areas: "section-3-block-1 section-3-block-1" " section-3-block-2 section-3-block-3"
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "section-3-block-1 section-3-block-2 section-3-block-3"
    }
}

.newDinamica .one-first-column .section-3-block-1 {
    grid-area: section-3-block-1;
    position: relative
}

@media (max-width: 1023px) {
    .newDinamica .one-first-column .section-3-block-1 {
        max-width:100%
    }
}

.newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 {
    position: absolute;
    max-width: 110px;
    font-weight: 700;
    color: #0c2340;
    top: 30px;
    right: 24px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 {
        max-width:192px;
        top: 65px;
        right: 59px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 {
        max-width:132px;
        top: 63px;
        right: 9px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 {
        max-width:192px;
        top: 72px;
        right: 25px
    }
}

.newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .coffee-is {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 3px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .coffee-is {
        font-size:32px;
        line-height: 44px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .coffee-is {
        font-size:22px;
        line-height: 30px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .coffee-is {
        font-size:32px;
        line-height: 44px
    }
}

.newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .delonghi {
    font-size: 20px;
    line-height: 27px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .delonghi {
        font-size:37px;
        line-height: 50px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .delonghi {
        font-size:25px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .delonghi {
        font-size:37px;
        line-height: 50px
    }
}

.newDinamica .one-first-column .section-3-block-2 {
    grid-area: section-3-block-2;
    padding: 57px 19px 56px 24px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-2 {
        padding:85px 40px 79px 40px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-2 {
        padding:85px 40px 85px 40px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-2 {
        padding:72px 47px 75px 40px
    }
}

.newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__head {
    font-size: 10px;
    line-height: 12px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size:14px;
        line-height: 31px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size:16px
    }
}

.newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main {
    font-size: 12px;
    line-height: 18px;
    padding-top: 15px;
    width: 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size:23px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size:27px;
        line-height: 140%;
        max-width: 300px
    }
}

.newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main .bold {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-size:23px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-size:27px;
        line-height: 140%
    }
}

.newDinamica .one-first-column .section-3-block-3 {
    grid-area: section-3-block-3
}

.newDinamica__section-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "section-2-block-1 section-2-block-2"
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "section-2-block-2 section-2-block-1";
        grid-template-rows: 230px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns {
        grid-template-rows:380px
    }
}

.newDinamica__section-two-columns__text-content {
    background: #cdb5a7;
    padding: 72px 82px;
    width: 100%;
    max-width: 640px
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns__text-content {
        padding:32px 25px 32px 19px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns__text-content {
        padding:70px 40px 71px 40px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns__text-content {
        padding:94px 40px 90px 40px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns__text-content {
        padding:53px 178px 53px 82px
    }
}

.newDinamica__section-two-columns__text-content__head {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    color: #0c2340;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns__text-content__head {
        font-size:10px;
        line-height: 12px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns__text-content__head {
        font-size:14px;
        line-height: 19px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns__text-content__head {
        font-size:16px;
        line-height: 31px
    }
}

.newDinamica__section-two-columns__text-content__main {
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    color: #0c2340;
    padding-top: 15px;
    width: 100%;
    max-width: 315px
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns__text-content__main {
        font-size:12px;
        line-height: 18px;
        padding-top: 15px;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns__text-content__main {
        font-size:24px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns__text-content__main {
        font-size:22px;
        line-height: 33px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns__text-content__main {
        max-width:370px;
        font-size: 27px;
        line-height: 37px
    }
}

.newDinamica__section-two-columns__text-content__main .bold {
    font-weight: 700;
    font-size: 27px;
    line-height: 140%;
    color: #0c2340
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns__text-content__main .bold {
        font-weight:700;
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns__text-content__main .bold {
        font-size:24px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns__text-content__main .bold {
        font-size:22px;
        line-height: 33px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns__text-content__main .bold {
        font-size:27px;
        line-height: 37px
    }
}

.newDinamica__section-two-columns__img {
    width: 100%;
    max-width: 640px
}

.newDinamica__section-two-columns__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img {
    position: relative
}

.newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
    position: absolute;
    max-width: 121px;
    left: 24px;
    bottom: 11px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
        max-width:326px;
        font-size: 26px;
        line-height: 35px;
        left: 40px;
        bottom: 17px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
        max-width:451px;
        font-size: 36px;
        line-height: 49px;
        left: 44px;
        bottom: 49px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
        max-width:551px;
        font-size: 44px;
        line-height: 60px;
        left: 55px;
        bottom: 32px
    }
}

@media (min-width: 1920px) {
    .newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
        left:28px;
        bottom: 35px
    }
}

.newDinamica__section-two-columns .section-2-block-1 {
    grid-area: section-2-block-1
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns .section-2-block-1 img {
        width:100%;
        height: auto
    }
}

.newDinamica__section-two-columns .section-2-block-2 {
    grid-area: section-2-block-2
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns .section-2-block-2 {
        padding:57px 19px 56px 24px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__head {
        font-size: 10px;
        line-height: 12px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main {
        font-size: 12px;
        line-height: 18px;
        padding-top: 15px;
        width: 100%;
        max-width: 100%
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns .section-2-block-2 {
        padding:85px 40px 79px 40px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__head {
        font-size: 14px;
        line-height: 31px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main {
        font-size: 24px;
        line-height: 34px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns .section-2-block-2 {
        padding:101px 40px 101px 40px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__head {
        font-size: 14px;
        line-height: 31px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main {
        font-size: 24px;
        line-height: 34px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns .section-2-block-2 {
        padding:72px 178px 72px 82px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__head {
        font-size: 16px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main {
        font-size: 27px;
        line-height: 40px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 27px;
        line-height: 40px
    }
}

.newDinamica .section-two-columns-revert .newDinamica__section-two-columns__text-content {
    background: #c9e3f9
}

@media (min-width: 768px) {
    .newDinamica .section-two-columns-revert .newDinamica__section-two-columns__text-content {
        padding:82px 40px
    }
}

@media (min-width: 1024px) {
    .newDinamica .section-two-columns-revert .newDinamica__section-two-columns__text-content {
        padding:85px 40px 84px 40px
    }
}

@media (min-width: 1280px) {
    .newDinamica .section-two-columns-revert .newDinamica__section-two-columns__text-content {
        padding:67px 178px 67px 82px
    }
}

.newDinamica__section-five-columns {
    padding: 24px 0
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns {
        padding:31px 38px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns {
        padding:40px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-five-columns {
        padding:30px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-five-columns {
        padding:29px 86px 24px 86px
    }
}

.newDinamica__section-five-columns__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns__grid {
        padding-top:5px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-five-columns__grid {
        padding-top:0
    }
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid .first-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 55px;
        padding-bottom: 28px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns__grid .first-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-five-columns__grid .first-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 52px;
        -moz-column-gap: 52px;
        column-gap: 52px;
        margin-right: 52px
    }
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid .second-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns__grid .second-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-five-columns__grid .second-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 52px;
        -moz-column-gap: 52px;
        column-gap: 52px
    }
}

.newDinamica__section-five-columns__grid__list {
    width: 100%;
    max-width: 180px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid__list {
        width:100%;
        max-width: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.newDinamica__section-five-columns__grid__list__item img {
    width: 100%;
    height: auto
}

.newDinamica__section-five-columns__grid__list__label {
    padding-top: 12px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #0c2340
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid__list__label {
        font-size:9px;
        line-height: 13px
    }
}

.newDinamica__section-five-columns__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.newDinamica__section-five-columns__btn a {
    width: 100%;
    max-width: 218px;
    height: 59px;
    background: #0c2340;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 21px;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__btn a {
        margin-top:36px;
        max-width: 146px;
        height: 44px;
        font-size: 14px;
        line-height: 19px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns__btn a {
        margin-top:36px;
        max-width: 188px;
        height: 50px;
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-five-columns__btn a {
        margin-top:23px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-five-columns__btn a {
        margin-top:21px;
        max-width: 218px;
        height: 59px;
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width: 1023px) {
    .newDinamica .revert-section-third-columns {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "section-5-block-2 section-5-block-1" "section-5-block-3 section-5-block-3"
    }
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns {
        grid-template-areas:"section-5-block-1 section-5-block-2 " "section-5-block-3 section-5-block-3"
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "section-5-block-1 section-5-block-2 section-5-block-3"
    }
}

.newDinamica .revert-section-third-columns .section-5-block-1 {
    grid-area: section-5-block-1
}

.newDinamica .revert-section-third-columns .section-5-block-2 {
    grid-area: section-5-block-2
}

@media (max-width: 767px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:31px 19px 30px 24px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 10px;
        line-height: 12px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 12px;
        line-height: 18px;
        padding-top: 15px;
        width: 100%;
        max-width: 100%
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:52px 40px 47px 40px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 14px;
        line-height: 31px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 24px;
        line-height: 36px;
        max-width: 304px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:35px 40px 35px 40px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 22px;
        line-height: 33px;
        max-width: 262px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 22px;
        line-height: 33px
    }
}

@media (min-width: 1280px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:53px 47px 53px 40px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 16px;
        line-height: 31px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 27px;
        line-height: 37px;
        max-width: 340px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 27px;
        line-height: 37px
    }
}

@media (min-width: 1920px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:53px 34px 53px 26px
    }
}

.newDinamica .revert-section-third-columns .section-5-block-3 {
    grid-area: section-5-block-3;
    position: relative
}

@media (max-width: 1023px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 {
        max-width:100%
    }
}

.newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
    position: absolute;
    max-width: 120px;
    font-weight: 700;
    color: #fff;
    top: 22px;
    left: 24px
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
        max-width:150px;
        top: 58px;
        left: 157px
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
        max-width:132px;
        top: 50px;
        left: 8px
    }
}

@media (min-width: 1280px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
        max-width:150px;
        top: 64px;
        left: 9px
    }
}

@media (min-width: 1920px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
        top:65px;
        left: 21px
    }
}

.newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .coffee-is {
    font-size: 20px;
    line-height: 27px
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .coffee-is {
        font-size:25px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .coffee-is {
        font-size:22px;
        line-height: 30px
    }
}

@media (min-width: 1280px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .coffee-is {
        font-size:25px;
        line-height: 34px
    }
}

.newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .delonghi {
    font-size: 23px;
    line-height: 31px
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .delonghi {
        font-size:29px;
        line-height: 39px
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .delonghi {
        font-size:25px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .delonghi {
        font-size:29px;
        line-height: 39px
    }
}

.newDinamica__section-one-column {
    background: #fff;
    padding: 20px 30px
}

@media (max-width: 767px) {
    .newDinamica__section-one-column {
        padding:20px 0
    }
}

@media (min-width: 768px) {
    .newDinamica__section-one-column {
        padding:55px 20px;
        max-height: 380px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-one-column {
        padding:0;
        max-height: 100%
    }
}

.newDinamica__section-one-column img {
    width: 100%;
    height: auto
}

.newDinamica__dinamica-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 38px;
    line-height: 36px;
    text-align: center;
    color: #0c2340;
    padding: 92px 0 74px 0
}

@media (min-width: 768px) {
    .newDinamica__dinamica-text {
        padding:75px 65px 68px 78px;
        font-size: 32px;
        line-height: 36px
    }
}

@media (max-width: 767px) {
    .newDinamica__dinamica-text {
        padding:68px 24px;
        font-size: 22px;
        line-height: 28px
    }
}

@media (min-width: 1280px) {
    .newDinamica__dinamica-text {
        padding:86px 0 74px 0;
        font-size: 38px;
        line-height: 36px
    }
}

.newDinamica__dinamica-text .newDinamica__dinamica-text-title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 5px;
    max-width: 270px;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width: 768px) {
    .newDinamica__dinamica-text .newDinamica__dinamica-text-title {
        max-width:100%;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px
    }
}

@media (min-width: 1280px) {
    .newDinamica__dinamica-text .newDinamica__dinamica-text-title {
        font-size:16px;
        line-height: 22px;
        margin-bottom: 13px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica.swiper-container {
        overflow:visible
    }
}

.newDinamica__order-dinamica__header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

@media (max-width: 1023px) {
    .newDinamica__order-dinamica__header {
        grid-template-columns:1fr 1fr 1fr 1fr 1fr
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__header {
        grid-template-columns:minmax(182px,1fr) minmax(182px,1fr) minmax(182px,1fr) minmax(182px,1fr) minmax(182px,1fr)
    }
}

@media (min-width: 1920px) {
    .newDinamica__order-dinamica__header {
        grid-template-columns:minmax(179px,1fr) minmax(178px,1fr) minmax(178px,1fr) minmax(178px,1fr) minmax(179px,1fr)
    }
}

.newDinamica__order-dinamica__header__product,.newDinamica__order-dinamica__header__sidebar {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #cdb5a7;
    padding-top: 48px
}

@media (max-width: 1023px) {
    .newDinamica__order-dinamica__header__product,.newDinamica__order-dinamica__header__sidebar {
        padding-top:38px
    }
}

.newDinamica__order-dinamica__header__product:nth-child(2n+1),.newDinamica__order-dinamica__header__sidebar:nth-child(2n+1) {
    background: #c9e3f9
}

.newDinamica__order-dinamica__header__product__img,.newDinamica__order-dinamica__header__sidebar__img {
    margin: 0 auto;
    width: 145px;
    height: 180px
}

.newDinamica__order-dinamica__header__product__img img,.newDinamica__order-dinamica__header__sidebar__img img {
    width: 100%;
    height: auto;
    max-height: 100%
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__header__product__img img,.newDinamica__order-dinamica__header__sidebar__img img {
        max-width:145px
    }
}

.newDinamica__order-dinamica__header__product__label,.newDinamica__order-dinamica__header__sidebar__label {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #0c2340;
    padding-top: 21px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__header__product__label,.newDinamica__order-dinamica__header__sidebar__label {
        padding-top:9px;
        font-size: 9px;
        line-height: 22px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__header__product__label,.newDinamica__order-dinamica__header__sidebar__label {
        padding-top:12px;
        height: 22px
    }
}

.newDinamica__order-dinamica__header__sidebar {
    display: block;
    background: #cdb5a7!important
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__header__sidebar {
        display:none
    }
}

.newDinamica__order-dinamica__header .params-text {
    padding-top: 12px
}

.newDinamica__order-dinamica__main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.newDinamica__order-dinamica__main__list {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list {
        margin-top:26px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__list {
        grid-template-columns:minmax(182px,1fr);
        margin-bottom: 24px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__list {
        margin-bottom:0
    }
}

.newDinamica__order-dinamica__main__list__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #0c2340;
    padding-left: 55px;
    padding-right: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list__text {
        padding-left:24px;
        padding-right: 26px;
        font-size: 12px;
        line-height: 16px
    }
}

.newDinamica__order-dinamica__main__list__params {
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 42px;
    text-align: center;
    color: #0c2340
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list__params {
        padding-left:25px;
        padding-right: 25px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        margin-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__list__params {
        margin-bottom:37px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__list__params {
        margin-bottom:40px;
        height: 22px
    }

    .newDinamica__order-dinamica__main__list__params:last-child {
        margin-top: 7px;
        margin-bottom: 28px
    }
}

.newDinamica__order-dinamica__main__list__params__caption {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #0c2340;
    opacity: .7;
    margin-bottom: 7px;
    display: none
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list__params__caption {
        display:block
    }
}

.newDinamica__order-dinamica__main__list__params a,.newDinamica__order-dinamica__main__list__params button,.newDinamica__order-dinamica__main__list__params span {
    width: 100%;
    max-width: 140px;
    background: #0c2340;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 13px 40px;
    z-index: 999;
    pointer-events: auto
}

.newDinamica__order-dinamica__main__list__params a:hover,.newDinamica__order-dinamica__main__list__params button:hover,.newDinamica__order-dinamica__main__list__params span:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list__params a,.newDinamica__order-dinamica__main__list__params button,.newDinamica__order-dinamica__main__list__params span {
        font-weight:600;
        font-size: 14px;
        line-height: 19px;
        max-width: 122px;
        padding: 11px 26px;
        width: 101px;
        height: 44px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__list__params a,.newDinamica__order-dinamica__main__list__params button,.newDinamica__order-dinamica__main__list__params span {
        max-width:153px;
        height: 44px;
        padding: 13px 49px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__list__params a,.newDinamica__order-dinamica__main__list__params button,.newDinamica__order-dinamica__main__list__params span {
        max-width:140px;
        height: 44px;
        font-size: 16px;
        line-height: 20px;
        padding: 13px 44px
    }
}

.newDinamica__order-dinamica__main__list .btn,.newDinamica__order-dinamica__main__list .active-filters__link .close-btn,.active-filters__link .newDinamica__order-dinamica__main__list .close-btn,.newDinamica__order-dinamica__main__list .active-filters__button {
    margin: 0;
    margin-bottom: 7px
}

.newDinamica__order-dinamica__main__list .disabled {
    cursor: default
}

.newDinamica__order-dinamica__main__description__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #0c2340;
    padding-left: 55px;
    padding-right: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    margin-bottom: 37px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__description__text {
        padding-left:24px;
        padding-right: 26px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin-bottom: 28px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__description__text {
        padding-left:40px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
        margin-bottom: 23px
    }
}

@media (min-width: 1024px) {
    .newDinamica__order-dinamica__main__description__text {
        padding-right:10px;
        margin-bottom: 25px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__description__text {
        margin-bottom:24px;
        height: 38px;
        padding-left: 59px;
        padding-right: 42px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__description .text-space-top {
        margin-bottom:22px
    }
}

.newDinamica__order-dinamica__main__description .newDinamica__order-dinamica__main-promo-text {
    color: #0c2340;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__description .newDinamica__order-dinamica__main-promo-text {
        display:none
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__description .newDinamica__order-dinamica__main-promo-text {
        font-size:12px;
        line-height: 18px;
        max-width: 192px;
        padding-left: 40px;
        margin-top: 30px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__description .newDinamica__order-dinamica__main-promo-text {
        padding-left:59px;
        margin-top: 24px;
        max-width: 205px
    }
}

.newDinamica__order-dinamica__main__block {
    height: 220px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__block {
        height:180px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__block {
        height:272px
    }
}

@media (min-width: 1024px) {
    .newDinamica__order-dinamica__main__block {
        height:270px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__block {
        height:240px
    }
}

.newDinamica__order-dinamica .swiper-pagination {
    position: absolute;
    border-radius: 16px;
    bottom: 30px;
    background: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica .swiper-pagination {
        width:235px;
        height: 4px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica .swiper-pagination {
        width:355px;
        height: 6px
    }
}

@media (min-width: 1024px) {
    .newDinamica__order-dinamica .swiper-pagination {
        width:410px;
        height: 6px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica .swiper-pagination {
        display:none
    }
}

.newDinamica__order-dinamica .swiper-pagination .swiper-scrollbar-drag {
    background: #0c2340;
    border-radius: 16px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica .swiper-pagination .swiper-scrollbar-drag {
        width:115px!important
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica .swiper-pagination .swiper-scrollbar-drag {
        width:189px!important;
        height: 6px
    }
}

@media (min-width: 1024px) {
    .newDinamica__order-dinamica .swiper-pagination .swiper-scrollbar-drag {
        width:350px!important;
        height: 6px
    }
}

.newDinamica .footer-slider {
    display: grid
}

@media (max-width: 767px) {
    .newDinamica .footer-slider {
        grid-template-columns:1fr
    }
}

@media (min-width: 768px) {
    .newDinamica .footer-slider {
        grid-template-columns:minmax(175px,248px) minmax(250px,1fr)
    }
}

@media (min-width: 1280px) {
    .newDinamica .footer-slider {
        grid-template-columns:minmax(305px,309px) minmax(250px,1fr);
        grid-template-rows: 705px;
        pointer-events: none
    }
}

.newDinamica .swiper-container {
    margin: 0
}

.premium-service {
    color: #0c2340
}

.premium-service .container,.premium-service .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .premium-service .buttons-container {
    margin: 0 auto;
    padding: 0;
    max-width: 1280px
}

@media (min-width: 1920px) {
    .premium-service .container,.premium-service .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .premium-service .buttons-container {
        max-width:1200px
    }
}

.premium-service .service .use-service {
    display: grid;
    grid-template-areas: "title" "text" "image" "button" "remark";
    grid-template-columns: 100%;
    grid-template-rows: auto;
    justify-items: center;
    padding: 30px 24px 26px 24px;
    background-color: #fff
}

@media (min-width: 768px) {
    .premium-service .service .use-service {
        grid-template-areas:"image title" "image text" "image button" "image remark";
        grid-template-columns: 52.4% 47.6%;
        padding: 40px;
        justify-items: self-start
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service {
        padding:60px 40px 38px 59px;
        grid-template-columns: 50.7% 49.3%
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service {
        padding:80px 77px 42px 64px;
        grid-template-columns: 55% 45%
    }
}

@media (min-width: 1920px) {
    .premium-service .service .use-service {
        padding:80px 37px 42px 35px;
        grid-template-columns: 54.5% 45.5%
    }
}

.premium-service .service .use-service__image {
    grid-area: image;
    margin-top: 20px
}

@media (min-width: 768px) {
    .premium-service .service .use-service__image {
        padding-right:33px;
        padding-top: 20px;
        margin: 0
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__image {
        padding-right:50px;
        padding-top: 30px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__image {
        padding-right:92px;
        padding-top: 26px
    }
}

@media (min-width: 1920px) {
    .premium-service .service .use-service__image {
        padding-right:81px
    }
}

.premium-service .service .use-service__image img {
    width: 100%
}

.premium-service .service .use-service__title {
    grid-area: title;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .premium-service .service .use-service__title {
        font-size:12px;
        line-height: 17px;
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__title {
        font-size:14px;
        line-height: 31px;
        margin-bottom: 8px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__title {
        font-size:16px;
        line-height: 31px
    }
}

.premium-service .service .use-service__text {
    grid-area: text;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    text-align: center
}

@media (min-width: 768px) {
    .premium-service .service .use-service__text {
        text-align:left;
        font-size: 24px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__text {
        font-size:32px;
        line-height: 45px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__text {
        font-size:38px;
        line-height: 53px
    }
}

.premium-service .service .use-service__button {
    grid-area: button;
    width: 237px;
    height: 40px;
    background-color: #0c2340;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-service .service .use-service__button:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .premium-service .service .use-service__button {
        width:271px;
        height: 50px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__button {
        width:330px;
        height: 55px;
        font-size: 18px;
        line-height: 25px;
        margin-top: 30px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__button {
        width:350px;
        height: 63px;
        font-size: 20px;
        line-height: 27px
    }
}

.premium-service .service .use-service__remarks {
    grid-area: remark;
    margin-top: 28px;
    font-size: 10px;
    line-height: 15px
}

@media (min-width: 768px) {
    .premium-service .service .use-service__remarks {
        margin-top:40px
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__remarks {
        margin-top:50px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__remarks {
        margin-top:46px
    }
}

.premium-service .service-work__head {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    padding: 30px 0;
    background-color: #fff
}

@media (min-width: 768px) {
    .premium-service .service-work__head {
        font-size:32px;
        line-height: 44px;
        padding: 40px 0 30px 0
    }
}

@media (min-width: 1024px) {
    .premium-service .service-work__head {
        font-size:36px;
        line-height: 49px;
        padding: 60px 0 40px 0
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__head {
        font-size:46px;
        line-height: 63px;
        padding: 80px 0 60px 0
    }
}

.premium-service .service-work__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 230px
}

@media (min-width: 768px) {
    .premium-service .service-work__row {
        height:380px
    }
}

.premium-service .service-work__row_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-service .service-work__row_left .service-work__text-block {
    padding: 0 23px 0 24px
}

@media (min-width: 768px) {
    .premium-service .service-work__row_left .service-work__text-block {
        padding:0 40px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__row_left .service-work__text-block {
        padding:0 110px 0 85px
    }
}

@media (min-width: 1920px) {
    .premium-service .service-work__row_left .service-work__text-block {
        padding:0 70px 0 85px
    }
}

.premium-service .service-work__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    background-color: #dde5ed;
    padding: 0 13px 0 34px
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block {
        padding:0 40px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__text-block {
        padding:0 85px 0 110px
    }
}

@media (min-width: 1920px) {
    .premium-service .service-work__text-block {
        padding:0 85px 0 70px
    }
}

.premium-service .service-work__text-block .service-work__title {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block .service-work__title {
        font-size:14px;
        line-height: 31px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__text-block .service-work__title {
        font-size:16px
    }
}

.premium-service .service-work__text-block .service-work__text {
    font-size: 12px;
    line-height: 17px
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block .service-work__text {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .premium-service .service-work__text-block .service-work__text {
        font-size:22px;
        line-height: 31px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__text-block .service-work__text {
        font-size:27px;
        line-height: 38px
    }
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block .service-work__text span {
        display:none
    }
}

.premium-service .service-work__text-block .service-work__remark {
    margin-top: 10px;
    font-size: 8px;
    line-height: 140%;
    color: #0c2340
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block .service-work__remark {
        font-size:13px
    }
}

@media (min-width: 1024px) {
    .premium-service .service-work__text-block .service-work__remark {
        margin-top:15px;
        font-size: 16px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__text-block .service-work__remark {
        margin-top:10px;
        font-size: 18px
    }
}

.premium-service .service-work__image {
    width: 50%
}

.premium-service .service-work__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.premium-service .service-work__button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.premium-service .service-work__button-container .service-work__button {
    width: 302px;
    height: 50px;
    background-color: #0c2340;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 30px 0;
    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
}

@media (min-width: 768px) {
    .premium-service .service-work__button-container .service-work__button {
        width:348px;
        height: 64px;
        font-size: 20px;
        line-height: 27px;
        margin: 40px 0
    }
}

@media (min-width: 1024px) {
    .premium-service .service-work__button-container .service-work__button {
        width:404px;
        height: 70px;
        font-size: 22px;
        line-height: 30px;
        margin: 60px 0
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__button-container .service-work__button {
        width:440px;
        height: 79px;
        font-size: 25px;
        line-height: 34px
    }
}

.premium-service .service-work__button-container .service-work__button:hover {
    text-decoration: none
}

.premium-service .models {
    padding: 46px 0 60px 0;
    background-color: #dde5ed
}

@media (min-width: 768px) {
    .premium-service .models {
        padding:40px 0
    }
}

@media (min-width: 1024px) {
    .premium-service .models {
        padding:60px 15px
    }
}

@media (min-width: 1280px) {
    .premium-service .models {
        padding:80px 0
    }
}

@media (min-width: 1920px) {
    .premium-service .models {
        padding:80px 220px
    }
}

.premium-service .models__head {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 62px
}

@media (min-width: 768px) {
    .premium-service .models__head {
        font-size:32px;
        line-height: 44px;
        margin-bottom: 30px
    }
}

@media (min-width: 1024px) {
    .premium-service .models__head {
        font-size:36px;
        line-height: 49px;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .premium-service .models__head {
        font-size:46px;
        line-height: 63px;
        margin-bottom: 60px
    }
}

.premium-service .models .swiper-container .swiper-scrollbar {
    height: 6px;
    width: 302px;
    background-color: #fff
}

@media (min-width: 768px) {
    .premium-service .models .swiper-container .swiper-scrollbar {
        width:550px
    }
}

.premium-service .models .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #0c2340;
    border-radius: 16px
}

.premium-service .models .swiper-slide.product-card-wrap {
    padding-right: 0
}

.premium-service .questions-answers .questions {
    padding: 54px 24px 69px 24px;
    background-color: #fff
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions {
        padding:40px 100px 69px 100px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions {
        padding:60px 121px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions {
        padding:80px 246px
    }
}

@media (min-width: 1920px) {
    .premium-service .questions-answers .questions {
        padding:80px 205.5px
    }
}

.premium-service .questions-answers .questions__head {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__head {
        font-size:36px;
        line-height: 49px;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__head {
        font-size:46px;
        line-height: 63px;
        margin-bottom: 60px
    }
}

.premium-service .questions-answers .questions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.premium-service .questions-answers .questions__item.questions__item_inactive .questions_answer {
    display: none
}

.premium-service .questions-answers .questions__item.questions__item_inactive .questions__icon svg circle {
    fill: #0c2340
}

.premium-service .questions-answers .questions__item.questions__item_inactive .questions__icon svg .questions__icon-plus {
    display: inline
}

.premium-service .questions-answers .questions__item .questions__icon {
    margin-right: 20px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__item .questions__icon {
        margin-right:24px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions__item .questions__icon {
        margin-right:47px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__item .questions__icon {
        margin-right:40px
    }
}

.premium-service .questions-answers .questions__item .questions__icon:hover {
    cursor: pointer
}

.premium-service .questions-answers .questions__item .questions__icon svg {
    width: 32px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__item .questions__icon svg {
        width:36px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions__item .questions__icon svg {
        width:42px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__item .questions__icon svg {
        width:52px
    }
}

.premium-service .questions-answers .questions__item .questions__icon svg circle {
    fill: #a57851
}

.premium-service .questions-answers .questions__item .questions__icon svg .questions__icon-plus {
    display: none
}

.premium-service .questions-answers .questions__item .questions__question {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__item .questions__question {
        font-size:18px;
        line-height: 27px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions__item .questions__question {
        font-size:20px;
        line-height: 30px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__item .questions__question {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1920px) {
    .premium-service .questions-answers .questions__item .questions__question {
        max-width:696px
    }
}

.premium-service .questions-answers .questions__item .questions_answer {
    font-size: 12px;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__item .questions_answer {
        font-size:15px;
        line-height: 24px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions__item .questions_answer {
        font-size:16px;
        line-height: 26px;
        max-width: 608px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__item .questions_answer {
        margin-top:30px;
        font-size: 18px;
        line-height: 29px;
        max-width: 662px
    }
}

.premium-service .questions-answers .questions__item .questions_answer a {
    color: #0c2340;
    text-decoration: underline
}

.premium-service .questions-answers .questions__border {
    width: 100%;
    height: 1px;
    background-color: #b6c1cf;
    margin: 20px 0
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__border {
        margin:40px 0
    }
}

.consultant-form__date {
    width: 100%
}

.consultant-form__time select {
    padding: 18px 1rem;
    height: auto;
    border-radius: 3px;
    border: 1px solid #e8e8e9;
    resize: none;
    background-color: transparent;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC44MjgxNDIgMC45MTk2NTlDMS4xMzE0IDAuNTY1ODU0IDEuNjY0MDYgMC41MjQ4OCAyLjAxNzg3IDAuODI4MTQyTDIuMTA0NjEgMC45MDI0OTZDMi4wOTczMyAwLjg5NjI1MiAyLjA5NDA1IDAuODkzNDQyIDIuMTEzOTIgMC45MTA0NzFMNy4zNzUgNS40MTk5N0wxMi43MzIxIDAuODI4MTQyQzEzLjA4NTkgMC41MjQ4OCAxMy42MTg2IDAuNTY1ODU0IDEzLjkyMTkgMC45MTk2NTlDMTQuMjI1MSAxLjI3MzQ2IDE0LjE4NDEgMS44MDYxMiAxMy44MzAzIDIuMTA5MzhMNy45MjQxIDcuMTcxODdDNy42MDgxMyA3LjQ0MjcxIDcuMTQxODcgNy40NDI3MSA2LjgyNTkgNy4xNzE4N0wxLjMxNzk2IDIuNDUwNzhDMS4yNzQ4OSAyLjQxMzg3IDEuMzQ1OTIgMi40NzQ3NSAxLjMwMjkzIDIuNDM3OUwwLjkxOTY1OSAyLjEwOTM4QzAuNTY1ODU0IDEuODA2MTIgMC41MjQ4OCAxLjI3MzQ2IDAuODI4MTQyIDAuOTE5NjU5WiIgZmlsbD0iIzE0MTQxNCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 27px
}

.consultant-form__time select:hover {
    border-color: #59aee4
}

label[for=Period] {
    top: 7px
}

@media (min-width: 457px) {
    label[for=Period] {
        top:19px
    }
}

.grill {
    font-family: Noto Sans;
    overflow: hidden;
    background: #fff
}

.grill p {
    margin-bottom: 0
}

.grill .container,.grill .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .buttons-container {
    max-width: 1280px;
    padding-left: 24px;
    padding-right: 24px
}

@media (min-width: 1024px) {
    .grill .container,.grill .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .buttons-container {
        padding-left:40px;
        padding-right: 40px
    }
}

.grill .banner {
    height: 729px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .grill .banner {
        background-image:url(/local/templates/.default/assets/dist/css/../images/interactive-grill/banner-bg-lg.jpg);
        background-size: auto;
        background-position: center;
        height: 740px
    }
}

@media (min-width: 1024px) {
    .grill .banner {
        background-image:url(/local/templates/.default/assets/dist/css/../images/interactive-grill/banner-bg-lg.jpg)
    }
}

@media (min-width: 1280px) {
    .grill .banner {
        background-image:url(/local/templates/.default/assets/dist/css/../images/interactive-grill/banner-bg-xl.jpg)
    }
}

.grill .banner .container,.grill .banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .banner .buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
}

@media (min-width: 768px) {
    .grill .banner .container,.grill .banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .banner .buttons-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.grill .banner-img {
    width: 100%;
    height: 286px;
    margin-top: 14px
}

@media (min-width: 768px) {
    .grill .banner-img {
        width:402px;
        height: 385px
    }
}

@media (min-width: 1024px) {
    .grill .banner-img {
        width:455px;
        height: 431px;
        margin-top: 11px
    }
}

@media (min-width: 1280px) {
    .grill .banner-img {
        width:563px;
        height: 535px;
        margin-top: 8px
    }
}

.grill .banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .banner-info {
    margin-top: 30px;
    text-align: center
}

@media (min-width: 768px) {
    .grill .banner-info {
        margin-top:60px;
        margin-left: 32px;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .grill .banner-info {
        margin-left:17px
    }
}

@media (min-width: 1280px) {
    .grill .banner-info {
        margin-top:95px;
        margin-left: 50px
    }
}

.grill .banner-info__subtitle {
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: #0c2340;
    font-size: 16px;
    margin-bottom: 0
}

@media (min-width: 1280px) {
    .grill .banner-info__subtitle {
        font-size:22px
    }
}

.grill .banner-info__title {
    font-weight: 700;
    line-height: 110%;
    color: #0c2340;
    font-size: 38px;
    margin-top: 5px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .grill .banner-info__title {
        font-size:56px
    }
}

@media (min-width: 1024px) {
    .grill .banner-info__title {
        font-size:60px;
        line-height: 100%
    }
}

@media (min-width: 1280px) {
    .grill .banner-info__title {
        font-size:64px;
        margin-top: 14px
    }
}

.grill .banner-info__description {
    font-weight: 400;
    line-height: 150%;
    color: #0c2340;
    margin: 20px auto 0;
    font-size: 14px;
    max-width: 198px
}

@media (min-width: 768px) {
    .grill .banner-info__description {
        font-size:16px;
        margin-top: 30px;
        max-width: none
    }
}

@media (min-width: 1024px) {
    .grill .banner-info__description {
        margin-top:32px;
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width: 1280px) {
    .grill .banner-info__description {
        margin-top:34px;
        font-size: 16px
    }
}

.grill .banner-products {
    position: absolute;
    bottom: 59px;
    width: 100%
}

@media (min-width: 768px) {
    .grill .banner-products {
        bottom:60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto
    }
}

@media (min-width: 1280px) {
    .grill .banner-products {
        bottom:25px
    }
}

.grill .banner-products .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.grill .banner-products .item {
    width: 232px
}

@media (min-width: 768px) {
    .grill .banner-products .item {
        width:188px
    }
}

@media (min-width: 1024px) {
    .grill .banner-products .item {
        width:225px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item {
        width:275px
    }
}

.grill .banner-products .item-img {
    width: 100%;
    height: 120px
}

@media (min-width: 768px) {
    .grill .banner-products .item-img {
        height:108px
    }
}

@media (min-width: 1024px) {
    .grill .banner-products .item-img {
        height:129px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item-img {
        height:158px
    }
}

.grill .banner-products .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .banner-products .item-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #0c2340;
    margin-top: 8px
}

@media (min-width: 1280px) {
    .grill .banner-products .item-name {
        margin-top:0
    }
}

.grill .banner-products .item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff8200;
    border-radius: 50px;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 18px;
    margin: 16px auto 0;
    height: 52px;
    width: 214px
}

.grill .banner-products .item-btn.disabled {
    opacity: .5;
    pointer-events: none
}

.grill .banner-products .item-btn:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .grill .banner-products .item-btn {
        margin:20px auto 0;
        height: 48px;
        width: 188px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item-btn {
        font-size:22px;
        margin: 24px auto 0;
        height: 54px;
        width: 208px
    }
}

.grill .banner-products .item-price {
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #0c2340;
    font-size: 16px;
    margin: 12px 0 0;
    height: 22px
}

@media (min-width: 768px) {
    .grill .banner-products .item-price {
        margin:20px 0 0
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item-price {
        margin:12px 0 0
    }
}

.grill .banner-products .item-price.sales .prev {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.grill .banner-products .item-price.sales .curr {
    margin-left: 70px;
    font-weight: 700
}

@media (min-width: 768px) {
    .grill .banner-products .item-price.sales .curr {
        margin-left:30px
    }
}

@media (min-width: 768px) {
    .grill .banner-products .item.scale {
        width:242px;
        margin: 0 25px
    }
}

@media (min-width: 1024px) {
    .grill .banner-products .item.scale {
        width:290px;
        margin: 0 60px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item.scale {
        margin:0 52px;
        width: 354px
    }
}

.grill .banner-products .item.scale .item-img {
    width: 100%;
    height: 165px
}

@media (min-width: 768px) {
    .grill .banner-products .item.scale .item-img {
        height:173px
    }
}

@media (min-width: 1024px) {
    .grill .banner-products .item.scale .item-img {
        height:207px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item.scale .item-img {
        height:255px
    }
}

.grill .banner-products .item.scale .item-name {
    margin-top: 12px
}

@media (min-width: 768px) {
    .grill .banner-products .item.scale .item-name {
        margin-top:10px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item.scale .item-name {
        margin-top:4px
    }
}

.grill .about {
    padding: 154px 0 126px;
    background-image: url(/local/templates/.default/assets/dist/css/../images/interactive-grill/about-bg-sm.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative
}

@media (min-width: 768px) {
    .grill .about {
        background-image:url(/local/templates/.default/assets/dist/css/../images/interactive-grill/about-bg-md.jpg);
        background-position: top center;
        height: 1723px;
        padding: 30px 0 0
    }
}

@media (min-width: 1024px) {
    .grill .about {
        background-image:url(/local/templates/.default/assets/dist/css/../images/interactive-grill/about-bg-lg.jpg)
    }
}

@media (min-width: 1280px) {
    .grill .about {
        height:2550px;
        padding: 92px 0 98px;
        background-image: url(/local/templates/.default/assets/dist/css/../images/interactive-grill/about-bg-xx.jpg)
    }
}

.grill .about .swiper-pagination {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 768px) {
    .grill .about .swiper-pagination {
        display:none
    }
}

.grill .about .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    border: 0;
    margin: 0 5px;
    display: block
}

.grill .about .swiper-pagination-bullet-active {
    background: #ff8200
}

@media (min-width: 768px) {
    .grill .about .container,.grill .about .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .about .buttons-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (min-width: 1024px) {
    .grill .about .container,.grill .about .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .about .buttons-container {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1280px) {
    .grill .about .container,.grill .about .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .about .buttons-container {
        display:block
    }
}

.grill .about .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width: 768px) {
    .grill .about .item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.grill .about .item-info {
    max-width: 302px
}

@media (min-width: 768px) {
    .grill .about .item-info {
        max-width:328px;
        min-width: 328px
    }
}

@media (min-width: 1024px) {
    .grill .about .item-info {
        max-width:375px;
        min-width: 375px;
        margin-left: 40px
    }
}

@media (min-width: 1280px) {
    .grill .about .item-info {
        max-width:584px;
        min-width: 584px;
        margin-left: 0
    }
}

.grill .about .item-info .subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #0c2340
}

@media (min-width: 768px) {
    .grill .about .item-info .subtitle {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1280px) {
    .grill .about .item-info .subtitle {
        font-size:22px;
        line-height: 30px
    }
}

.grill .about .item-info .description {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 768px) {
    .grill .about .item-info .description {
        margin-top:23px;
        font-size: 22px
    }
}

@media (min-width: 1280px) {
    .grill .about .item-info .description {
        font-size:32px
    }
}

.grill .about .item-img {
    max-width: 302px
}

@media (min-width: 768px) {
    .grill .about .item-img {
        max-width:none
    }
}

.grill .about .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .about .item:nth-child(1) .item-img {
    margin: 30px auto 0
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(1) .item-img {
        min-width:455px;
        margin: 0 0 0 33px
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(1) .item-img {
        margin:0 0 0 73px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(1) .item-img {
        width:756px;
        height: 791px;
        margin: 0 0 0 47px;
        min-width: 756px
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(1) .item-info {
        margin-top:-50px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(1) .item-info {
        margin-top:-120px
    }
}

.grill .about .item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 100px
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(2) {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        margin-top: 51px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(2) {
        margin-top:-20px
    }
}

.grill .about .item:nth-child(2) .item-img {
    margin: 30px auto 0
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(2) .item-img {
        width:449px;
        height: 546px;
        min-width: 546px;
        margin: 0 32px 0 0
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(2) .item-img {
        margin:0 80px 0 0
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(2) .item-img {
        width:682px;
        height: 842px;
        min-width: 682px;
        margin: 0 88px 0 0
    }
}

.grill .about .item:nth-child(2) .item-info {
    margin-left: 0
}

.grill .about .item:nth-child(3) {
    margin-top: 100px
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(3) {
        margin-top:40px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(3) {
        margin-top:-122px
    }
}

.grill .about .item:nth-child(3) .item-img {
    margin: 30px auto 0
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(3) .item-img {
        width:447px;
        height: 539px;
        min-width: 447px;
        margin: 0 0 0 32px
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(3) .item-img {
        margin:0 0 0 73px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(3) .item-img {
        width:726px;
        height: 869px;
        min-width: 726px;
        margin: 0 0 0 63px
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(3) .item-info {
        margin-top:-50px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(3) .item-info {
        margin-top:200px
    }
}

.grill .characteristic {
    padding: 0 0 30px
}

@media (min-width: 768px) {
    .grill .characteristic {
        padding:60px 0
    }
}

@media (min-width: 1024px) {
    .grill .characteristic {
        padding:33px 0 60px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic {
        padding:32px 0 83px
    }
}

.grill .characteristic .container,.grill .characteristic .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .characteristic .buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width: 768px) {
    .grill .characteristic .container,.grill .characteristic .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .characteristic .buttons-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.grill .characteristic .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .grill .characteristic .item {
        margin-right:32px;
        width: 208px;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .grill .characteristic .item {
        width:293px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic .item {
        width:379px
    }
}

.grill .characteristic .item:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.grill .characteristic .item-title {
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #132643;
    margin-bottom: auto;
    font-size: 16px
}

@media (min-width: 1024px) {
    .grill .characteristic .item-title {
        font-size:18px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic .item-title {
        font-size:26px
    }
}

.grill .characteristic .item-img {
    margin-top: 20px
}

@media (min-width: 768px) {
    .grill .characteristic .item-img {
        height:240px
    }
}

@media (min-width: 1024px) {
    .grill .characteristic .item-img {
        margin-top:24px;
        height: 339px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic .item-img {
        margin-top:54px;
        height: 440px
    }
}

.grill .characteristic .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.grill .characteristic.second {
    padding: 60px 0 17px
}

@media (min-width: 768px) {
    .grill .characteristic.second {
        padding:60px 0
    }
}

@media (min-width: 1024px) {
    .grill .characteristic.second {
        padding:90px 0 60px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic.second {
        padding:54px 0 143px
    }
}

.grill .team {
    padding: 30px 0 0
}

@media (min-width: 1280px) {
    .grill .team {
        padding:68px 0 60px
    }
}

.grill .team-title {
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    color: #0c2340;
    padding: 0 24px;
    margin: 0 auto 30px;
    font-size: 20px
}

@media (min-width: 768px) {
    .grill .team-title {
        max-width:568px;
        margin: 0 auto 60px;
        font-size: 32px;
        line-height: 150%;
        padding: 0
    }
}

@media (min-width: 1280px) {
    .grill .team-title {
        max-width:994px;
        font-size: 48px
    }
}

.grill .team-img {
    width: 100%;
    height: 320px
}

@media (min-width: 768px) {
    .grill .team-img {
        height:400px
    }
}

@media (min-width: 1280px) {
    .grill .team-img {
        height:665px
    }
}

.grill .team-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.grill .choice {
    padding-top: 50px;
    max-width: 1280px;
    position: relative
}

@media (min-width: 768px) {
    .grill .choice {
        padding-top:60px
    }
}

@media (min-width: 1280px) {
    .grill .choice {
        margin:12px auto 0;
        padding-top: 12px
    }
}

@media (min-width: 1440px) {
    .grill .choice {
        max-width:1200px
    }
}

.grill .choice-title {
    font-weight: 700;
    line-height: 140%;
    color: #0c2340;
    font-size: 28px;
    margin: 0 0 38px 46px;
    max-width: 200px
}

@media (min-width: 768px) {
    .grill .choice-title {
        margin:0 auto 40px;
        font-size: 32px;
        line-height: 150%;
        max-width: 568px;
        text-align: center
    }
}

@media (min-width: 1280px) {
    .grill .choice-title {
        margin:0 auto 62px;
        max-width: 994px;
        font-size: 48px
    }
}

.grill .choice-ball {
    position: absolute;
    top: 0;
    right: 0;
    width: 87px;
    height: 107px
}

@media (min-width: 768px) {
    .grill .choice-ball {
        top:-30px;
        width: 109px;
        height: 134px
    }
}

@media (min-width: 1280px) {
    .grill .choice-ball {
        top:-93px;
        right: -34px;
        width: 167px;
        height: 163px
    }
}

@media (min-width: 1440px) {
    .grill .choice-ball {
        right:-74px
    }
}

.grill .choice-ball img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .choice .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #f1f1f1;
    width: 256px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 20px 30px;
    height: auto
}

@media (min-width: 768px) {
    .grill .choice .item {
        padding:60px 40px 80px;
        width: calc(100%/3)
    }
}

@media (min-width: 1024px) {
    .grill .choice .item {
        padding:60px 50px 80px
    }
}

@media (min-width: 1280px) {
    .grill .choice .item {
        padding:60px 63px 34px
    }
}

@media (min-width: 1440px) {
    .grill .choice .item {
        padding:60px 50px 34px
    }
}

.grill .choice .item-img {
    width: 176px;
    height: 107px
}

@media (min-width: 1280px) {
    .grill .choice .item-img {
        width:269px;
        height: 162px
    }
}

.grill .choice .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .choice .item-name {
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #0c2340;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 10px
}

@media (min-width: 1280px) {
    .grill .choice .item-name {
        margin-bottom:21px;
        margin-top: 0;
        font-size: 18px
    }
}

.grill .choice .item-info {
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #0c2340;
    margin-bottom: 30px;
    font-size: 16px
}

@media (min-width: 768px) {
    .grill .choice .item-info {
        margin-bottom:20px
    }
}

@media (min-width: 1024px) {
    .grill .choice .item-info {
        font-size:18px;
        margin-bottom: 32px
    }
}

@media (min-width: 1280px) {
    .grill .choice .item-info {
        margin-bottom:45px;
        font-size: 24px
    }
}

.grill .choice .item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff8200;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    margin-top: auto;
    border: 0;
    height: 48px;
    width: 176px;
    font-size: 18px
}

.grill .choice .item-btn:hover {
    text-decoration: none
}

.grill .choice .item-btn.disabled {
    opacity: .5;
    pointer-events: none
}

@media (min-width: 1280px) {
    .grill .choice .item-btn {
        height:54px;
        width: 208px;
        font-size: 20px
    }
}

.grill .choice .item-price {
    font-weight: 500;
    text-align: center;
    color: #0c2340;
    line-height: 22px;
    margin: 20px 0 0;
    font-size: 16px;
    height: 22px
}

@media (min-width: 1280px) {
    .grill .choice .item-price {
        margin:10px 0 0
    }
}

.grill .choice .item-price.sales .prev {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.grill .choice .item-price.sales .curr {
    margin-left: 30px;
    font-weight: 700
}

.grill .choice .item.scale {
    background: #ff8200
}

.grill .choice .item.scale .item-name,.grill .choice .item.scale .item-info,.grill .choice .item.scale .item-price {
    color: #fff
}

.grill .choice .item.scale .item-btn {
    background: #fff;
    color: #ff8200
}

.grill .choice .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0
}

@media (min-width: 768px) {
    .grill .choice .swiper-pagination {
        margin:0;
        display: none
    }
}

.grill .choice .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    border: 0;
    margin: 0 5px;
    display: block
}

.grill .choice .swiper-pagination-bullet-active {
    background: #ff8200
}

.primadonna-elite {
    font-family: 'Noto Sans';
    color: #0c2340
}

.primadonna-elite-container {
    width: 86.2857%;
    margin: 0 auto;
    max-width: 1200px
}

@media (min-width: 768px) {
    .primadonna-elite-container {
        width:87.7604%
    }
}

@media (min-width: 1024px) {
    .primadonna-elite-container {
        width:92.1875%
    }
}

@media (min-width: 1280px) {
    .primadonna-elite-container {
        width:100%
    }
}

.primadonna-elite_subtitle {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .primadonna-elite_subtitle {
        font-size:17px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite_subtitle {
        font-size:20px
    }
}

.primadonna-elite_title-first {
    font-weight: 700;
    font-size: 27px;
    line-height: 140%;
    text-align: center
}

@media (min-width: 768px) {
    .primadonna-elite_title-first {
        font-size:35px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite_title-first {
        font-size:43px
    }
}

.primadonna-elite_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-align: center
}

@media (min-width: 768px) {
    .primadonna-elite_title {
        font-size:35px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite_title {
        font-size:43px
    }
}

.primadonna-elite .unique-taste {
    height: 847px;
    background-color: #f2f6f9
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste {
        height:900px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste {
        height:1054px
    }
}

.primadonna-elite .unique-taste__wrapper {
    background-image: url(/local/templates/.default/assets/dist/css/../images/primadonna-elite/first-screen-background-gradient.jpg);
    background-position-x: -90px;
    background-position-y: -90px;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    padding-top: 44px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__wrapper {
        background-position-x:center;
        background-position-y: top;
        padding-top: 60px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__wrapper {
        padding-top:49px
    }
}

.primadonna-elite .unique-taste__subtitle {
    max-width: 183px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__subtitle {
        max-width:222px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__subtitle {
        max-width:263px
    }
}

.primadonna-elite .unique-taste__title {
    width: 304px;
    margin: 0 auto 42px auto
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__title {
        width:auto;
        max-width: 500px;
        margin: 0 auto 75px auto
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__title {
        max-width:615px;
        margin: 0 auto 75px auto
    }
}

.primadonna-elite .unique-taste__bottom-title {
    width: 306px;
    margin: 83px auto 0
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__bottom-title {
        width:auto;
        max-width: 675px
    }
}

.primadonna-elite .unique-taste__slider {
    max-width: 1200px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .swiper-wrapper {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card {
    padding-top: 30px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card {
        width:131px;
        margin-right: 0;
        padding-top: 120px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card {
        width:173px
    }
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card.big-card {
        width:162px;
        padding-top: 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card.big-card {
        width:211px
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card.big-card .unique-taste-card__button {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card.big-card .unique-taste-card__title {
        margin:16px 0 17px
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card.swiper-slide-active {
    padding-top: 0
}

.primadonna-elite .unique-taste__slider .unique-taste-card.swiper-slide-active .unique-taste-card__image {
    width: 162px
}

.primadonna-elite .unique-taste__slider .unique-taste-card.swiper-slide-active .unique-taste-card__title {
    display: block
}

.primadonna-elite .unique-taste__slider .unique-taste-card.swiper-slide-active .unique-taste-card__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (max-width: 767px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card .unique-taste-card__image {
        width:131px;
        margin: 0 auto
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card img {
    width: 100%;
    margin: 0
}

.primadonna-elite .unique-taste__slider .unique-taste-card__title {
    display: none;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 8px 0 17px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card__title {
        display:block
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card__button {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 147px;
    height: 50px;
    color: #fff;
    background-color: #0c2340;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin: 0 auto;
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card__button {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card__button {
        width:173px;
        height: 52px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        font-size: 22px;
        line-height: 30px
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card__button:hover {
    text-decoration: none
}

.primadonna-elite .unique-taste__slider .swiper-scrollbar {
    width: 302px;
    height: 5px;
    background: #dde5ed;
    border-radius: 20px
}

.primadonna-elite .unique-taste__slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #0c2340;
    border-radius: 20px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .swiper-scrollbar {
        display:none
    }
}

.primadonna-elite .ideal-milk-espresso {
    margin-top: -1px
}

.primadonna-elite .ideal-milk-espresso__wraper {
    background-color: #cdb5a7;
    padding: 30px 0
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso__wraper {
        padding:32px 5.2083% 53px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso__wraper {
        padding:18px 0
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block {
        max-width:1215px;
        margin: 0 auto
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image {
    width: 122px
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image {
        width:208px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image {
        width:290px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image {
        width:366px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid {
    margin-top: 30px;
    margin-right: 7.1428%
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid {
        margin-top:28px;
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid {
        margin-top:80px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid {
        margin-top:107px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-left: 5px;
    margin-bottom: 30px;
    max-width: 199px
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-title {
        font-size:26px;
        max-width: 387px;
        margin-left: 30px;
        margin-bottom: 43px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-title {
        font-size:30px;
        max-width: 518px;
        margin-bottom: 67px;
        margin-left: 60px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons {
    display: grid;
    grid-template-columns: 1fr
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons {
        grid-template-columns:1fr 1fr
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    margin-bottom: 17px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon {
        -webkit-box-flex:50%;
        -ms-flex: 50%;
        flex: 50%;
        margin-left: 30px;
        margin-bottom: 33px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon {
        margin-left:60px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon__text {
    font-size: 13px;
    line-height: 140%;
    margin-left: 10px;
    max-width: 152px
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon__text {
        font-size:15px;
        max-width: 149px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon__text {
        font-size:18px;
        max-width: 210px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon img {
    width: 36px;
    height: 36px;
    margin: 0
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon img {
        width:48px;
        height: 48px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon img {
        width:64px;
        height: 64px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block_right-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block_right-image .ideal-milk-espresso-block__grid {
    margin-right: 0;
    margin-left: 7.1428%
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block_right-image .ideal-milk-espresso-block__grid {
        margin-left:0
    }
}

.primadonna-elite .innovative__wrapper {
    padding: 40px 0
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__wrapper {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__wrapper {
        padding:80px 0
    }
}

.primadonna-elite .innovative__title {
    width: 318px;
    margin: 0 auto 30px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__title {
        width:auto;
        max-width: 688px;
        margin: 0 auto 40px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__title {
        max-width:831px;
        margin: 0 auto 50px
    }
}

.primadonna-elite .innovative__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.primadonna-elite .innovative__cards .innovative-card {
    position: relative;
    background-color: #dde5ed;
    border-radius: 15px;
    padding: 30px 30px 186px;
    height: 404px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card {
        -webkit-box-flex:50%;
        -ms-flex: 50%;
        flex: 50%;
        padding: 22px 25px 22px 23px;
        height: 474px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card {
        padding:30px;
        height: 439px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card {
        padding:40px;
        height: 590px
    }
}

.primadonna-elite .innovative__cards .innovative-card__image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 186px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card__image {
        height:193px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card__image {
        height:230px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card__image {
        height:344px
    }
}

.primadonna-elite .innovative__cards .innovative-card__image img {
    height: 100%;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.primadonna-elite .innovative__cards .innovative-card__title {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card__title {
        font-size:24px;
        min-height: 68px;
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card__title {
        min-height:auto
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card__title {
        font-size:30px;
        margin-bottom: 23px
    }
}

.primadonna-elite .innovative__cards .innovative-card__text {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card__text {
        font-size:15px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card__text {
        font-size:18px
    }
}

.primadonna-elite .innovative__cards .innovative-card.first-card {
    margin-top: 30px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card {
        margin-top:0;
        margin-right: 26px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card {
        margin-right:32px
    }
}

.primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image {
    height: 404px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image {
        height:474px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image {
        height:439px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image {
        height:590px
    }
}

.primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image img {
    height: 100%;
    width: auto;
    margin: 0
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__text {
        max-width:214px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__text {
        max-width:251px
    }
}

.primadonna-elite .elite-features {
    background-color: #cdb5a7
}

.primadonna-elite .elite-features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 41px;
    padding-bottom: 18px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features__wrapper {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 5.2083%;
        padding-top: 120px;
        padding-bottom: 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features__wrapper {
        padding-top:96px
    }
}

.primadonna-elite .elite-features__full-image {
    display: none
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features__full-image {
        width:388px;
        display: block
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features__full-image {
        width:562px
    }
}

.primadonna-elite .elite-features__full-image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .elite-features__container {
    width: 100%
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features__container {
        width:auto
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features__container {
        margin-top:13px
    }
}

.primadonna-elite .elite-features .elite-features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.primadonna-elite .elite-features .elite-features-block__half-image {
    width: 134px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__half-image {
        display:none
    }
}

.primadonna-elite .elite-features .elite-features-block__half-image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .elite-features .elite-features-block__features {
    margin-left: 18px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features {
        margin-left:33px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features {
        margin-left:147px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features {
        margin-left:128px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 49px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature {
        margin-bottom:34px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature {
        margin-bottom:60px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    max-width: 173px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__name {
        font-size:20px;
        max-width: 267px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__name {
        font-size:26px;
        max-width: 335px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line {
    position: absolute;
    height: .5px;
    background-color: #0c2340;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: -16px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line {
        left:-19px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line {
        left:-23px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line {
        left:-17px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_1 {
    width: 103px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:154px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:268px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:310px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_2 {
    width: 56px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:119px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:190px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:184px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_3 {
    width: 56px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:88px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:190px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:268px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_4 {
    width: 72px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:88px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:178px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:184px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_5 {
    width: 151px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:195px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:282px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:345px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_6 {
    width: 76px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_6 {
        width:303px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_6 {
        width:404px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_6 {
        width:536px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .elite-features .elite-features-block_image-right {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: -30px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .elite-features .elite-features-block_image-right .elite-features-block__features {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 18px;
        margin-left: 0;
        margin-top: 60px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .elite-features .elite-features-block_image-right .elite-features-block__features .elite-feature:nth-child(2) {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width: 767px) {
    .primadonna-elite .elite-features .elite-features-block_image-right .elite-features-block__features .elite-feature__line {
        -webkit-transform:translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        right: 16px;
        left: auto
    }
}

@media (min-width: 768px) {
    .primadonna-elite .coffeelink .innovative__cards {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card {
        height:678px
    }
}

.primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image {
    height: 177px
}

@media (min-width: 768px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image {
        height:190px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image {
        height:270px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image {
        height:416px
    }
}

.primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image img {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 0
}

@media (min-width: 768px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__title {
        margin-bottom:10px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__text {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card.first-card {
        margin-right:0;
        margin-left: 26px
    }
}

.primadonna-elite .coffeelink .innovative__cards .innovative-card.first-card .innovative-card__image.coffelink-image {
    height: 234px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center
}

@media (min-width: 1024px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card.first-card .innovative-card__image.coffelink-image {
        height:268px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card.first-card .innovative-card__image.coffelink-image {
        height:383px
    }
}

.primadonna-elite .anytime__wrapper {
    padding: 40px 0
}

@media (min-width: 768px) {
    .primadonna-elite .anytime__wrapper {
        padding:40px 0
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .anytime__wrapper {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .anytime__wrapper {
        padding:80px 0
    }
}

.primadonna-elite .anytime__title {
    margin: 0 auto 40px
}

@media (min-width: 768px) {
    .primadonna-elite .anytime__title {
        max-width:688px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .anytime__title {
        max-width:831px;
        margin: 0 auto 50px
    }
}

.primadonna-elite .anytime .anytime-card {
    width: 258px;
    margin-right: 9px
}

@media (min-width: 768px) {
    .primadonna-elite .anytime .anytime-card {
        width:445px;
        margin-right: 9px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .anytime .anytime-card {
        width:581px;
        margin-right: 21px
    }
}

.primadonna-elite .anytime .anytime-card__image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .anytime .anytime-card__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-top: 11px;
    max-width: 239px
}

@media (min-width: 768px) {
    .primadonna-elite .anytime .anytime-card__title {
        max-width:445px;
        font-size: 18px;
        margin-top: 20px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .anytime .anytime-card__title {
        max-width:481px;
        font-size: 26px;
        margin-top: 37px
    }
}

.primadonna-elite .anytime__slider .swiper-scrollbar {
    background: #dde5ed;
    border-radius: 20px;
    width: 258px;
    height: 8px
}

@media (min-width: 768px) {
    .primadonna-elite .anytime__slider .swiper-scrollbar {
        width:568px
    }
}

.primadonna-elite .anytime__slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #0c2340;
    border-radius: 20px;
    height: 8px
}

.primadonna-elite .anytime__slider .swiper-button-prev,.primadonna-elite .anytime__slider .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #fff;
    opacity: .8;
    border-radius: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media (min-width: 768px) {
    .primadonna-elite .anytime__slider .swiper-button-prev,.primadonna-elite .anytime__slider .swiper-button-next {
        height:48px;
        width: 48px
    }

    .primadonna-elite .anytime__slider .swiper-button-prev svg,.primadonna-elite .anytime__slider .swiper-button-next svg {
        width: 24px;
        height: 24px
    }
}

.primadonna-elite .simple-care__wrapper {
    padding: 40px 0 50px
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__wrapper {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__wrapper {
        padding:80px 0
    }
}

.primadonna-elite .simple-care__title {
    max-width: 147px;
    margin: 0 auto 40px
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__title {
        max-width:230px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__title {
        max-width:282px;
        margin: 0 auto 50px
    }
}

.primadonna-elite .simple-care__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__cards {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.primadonna-elite .simple-care__cards .simple-care-card {
    border-radius: 15px;
    background-color: #dde5ed;
    height: 248px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__cards .simple-care-card {
        height:271px;
        margin-right: 30px;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .simple-care__cards .simple-care-card {
        height:248px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__cards .simple-care-card {
        height:393px
    }
}

.primadonna-elite .simple-care__cards .simple-care-card:last-child {
    margin: 0
}

.primadonna-elite .simple-care__cards .simple-care-card__top {
    height: 109px;
    padding: 20px;
    border-bottom: solid 3px #0c2340
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__cards .simple-care-card__top {
        height:132px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .simple-care__cards .simple-care-card__top {
        height:109px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__cards .simple-care-card__top {
        height:151px;
        padding: 40px 36px 29px 33px;
        border-bottom: solid 6px #0c2340
    }
}

.primadonna-elite .simple-care__cards .simple-care-card__text {
    font-size: 15px;
    line-height: 150%
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__cards .simple-care-card__text {
        font-size:18px
    }
}

.primadonna-elite .simple-care__cards .simple-care-card__image {
    width: 100%;
    height: 139px
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__cards .simple-care-card__image {
        height:242px
    }
}

.primadonna-elite .simple-care__cards .simple-care-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0
}

.primadonna-elite .order-yours__wrapper {
    padding: 30px 0 50px;
    max-width: 621px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__wrapper {
        padding:60px 0;
        max-width: 1096px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__wrapper {
        max-width:1200px;
        padding: 80px 0
    }
}

.primadonna-elite .order-yours__wrapper .swiper-scrollbar.order-yours__scrollbar {
    height: 8px;
    background-color: #dde5ed;
    border-radius: 20px;
    width: 302px;
    margin: 30px auto 0
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__wrapper .swiper-scrollbar.order-yours__scrollbar {
        width:568px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__wrapper .swiper-scrollbar.order-yours__scrollbar {
        display:none
    }
}

.primadonna-elite .order-yours__wrapper .swiper-scrollbar.order-yours__scrollbar .swiper-scrollbar-drag {
    height: 8px;
    background-color: #0c2340;
    border-radius: 20px
}

.primadonna-elite .order-yours__subtitle {
    max-width: 135px;
    margin: 0 auto 5px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__subtitle {
        max-width:163px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__subtitle {
        max-width:192px
    }
}

.primadonna-elite .order-yours__title {
    margin: 0 auto 30px;
    max-width: 157px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__title {
        max-width:245px;
        margin: 0 auto 40px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__title {
        max-width:301px;
        margin: 0 auto 50px
    }
}

.primadonna-elite .order-yours__swiper {
    margin: 0
}

.primadonna-elite .order-yours__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: 146px 146px 146px;
    grid-column-gap: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper {
        grid-template-columns:234px 234px 234px;
        grid-column-gap: 6px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper {
        grid-template-columns:282px 282px 282px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product {
    background-color: #cdb5a7;
    border-radius: 15px;
    padding: 25px 9px;
    text-align: center
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product {
        padding:40px 30px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product {
        padding:50px 54px 44px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__image {
    margin: 0 auto;
    width: 100px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__image {
        width:156px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__image {
        width:184px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__title {
    margin: 14px 0 32px;
    font-size: 11px;
    line-height: 140%
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__title {
        font-size:14px;
        margin: 40px 0 42px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__title {
        font-size:16px;
        margin: 19px 0 63px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__parameter {
    font-size: 13px;
    line-height: 140%;
    min-height: 36px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__parameter {
        font-size:18px;
        min-height: 50px;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__parameter {
        font-size:20px;
        min-height: 56px;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__parameter:nth-child(7) {
        margin-bottom:38px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 128px;
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    background-color: #0c2340;
    border-radius: 50px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__button {
        width:173px;
        height: 52px;
        font-size: 22px;
        line-height: 30px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__button:hover {
    text-decoration: none
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__price {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    margin-top: 20px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__price {
        font-size:18px;
        margin-top: 16px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__price {
        font-size:20px
    }
}

.primadonna-elite .order-yours .order-yours-slider {
    display: grid;
    grid-template-columns: 171px 1fr;
    grid-column-gap: 4px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours .order-yours-slider {
        grid-template-columns:336px 1fr;
        grid-column-gap: 6px;
        margin-left: 40px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours .order-yours-slider {
        margin:0
    }
}

.primadonna-elite .order-yours .order-yours-slider__sidebar {
    background-color: #cdb5a7;
    border-radius: 15px;
    padding: 223px 2px 107px 24px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar {
        padding:383px 34px 155px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar {
        padding:405px 34px 162px 24px
    }
}

.primadonna-elite .order-yours .order-yours-slider__sidebar .order-yours-slider__sidebar-parameter {
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 20px;
    min-height: 36px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar .order-yours-slider__sidebar-parameter {
        font-size:18px;
        margin-bottom: 40px;
        min-height: 50px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar .order-yours-slider__sidebar-parameter {
        font-size:20px;
        margin-bottom: 30px;
        min-height: 56px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar .order-yours-slider__sidebar-parameter span {
        display:none
    }
}

.testdrive-ukassa {
    font-family: 'Noto Sans',sans-serif;
    background-color: #fff
}

@media (min-width: 1281px) {
    .testdrive-ukassa {
        max-width:1200px;
        margin: 0 auto
    }
}

.testdrive-ukassa .container,.testdrive-ukassa .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .testdrive-ukassa .buttons-container {
    width: 100%;
    padding: 0 24px
}

@media (min-width: 768px) {
    .testdrive-ukassa .container,.testdrive-ukassa .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .testdrive-ukassa .buttons-container {
        padding:0 40px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .container,.testdrive-ukassa .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .testdrive-ukassa .buttons-container {
        margin:0 auto;
        padding: 0;
        max-width: 944px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .container,.testdrive-ukassa .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .testdrive-ukassa .buttons-container {
        max-width:1200px
    }
}

.testdrive-ukassa_title {
    color: #0c2340;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center
}

@media (min-width: 768px) {
    .testdrive-ukassa_title {
        font-size:36px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa_title {
        max-width:688px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa_title {
        font-size:46px;
        max-width: 815px
    }
}

.testdrive-ukassa_subtitle {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #0c2340
}

@media (min-width: 768px) {
    .testdrive-ukassa_subtitle {
        font-size:20px;
        line-height: 31px
    }
}

.testdrive-ukassa .try-20-days__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 560px;
    background-image: url(/local/templates/.default/assets/dist/css/../images/testdrive-ukassa/try-20-days-bg-768.jpg);
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 56px
}

@media (min-width: 768px) {
    .testdrive-ukassa .try-20-days__wrapper {
        height:670px;
        padding-bottom: 50px
    }
}

@media (min-width: 950px) {
    .testdrive-ukassa .try-20-days__wrapper {
        padding-bottom:20px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .try-20-days__wrapper {
        background-image:url(/local/templates/.default/assets/dist/css/../images/testdrive-ukassa/try-20-days-bg-1024.jpg);
        height: 726px;
        padding-bottom: 60px
    }
}

@media (min-width: 1110px) {
    .testdrive-ukassa .try-20-days__wrapper {
        padding-bottom:30px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .try-20-days__wrapper {
        background-image:url(/local/templates/.default/assets/dist/css/../images/testdrive-ukassa/try-20-days-bg-1280.jpg);
        height: 906px;
        padding-bottom: 86px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .try-20-days__wrapper {
        margin:0 auto;
        max-width: 1200px
    }
}

.testdrive-ukassa .try-20-days__wrapper .try-20-days-content__subtitle {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__subtitle {
        margin-bottom:15px
    }
}

.testdrive-ukassa .try-20-days__wrapper .try-20-days-content__title {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__title {
        margin-bottom:40px
    }
}

@media (min-width: 1110px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__title {
        margin-bottom:20px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__title {
        margin-bottom:40px
    }
}

.testdrive-ukassa .try-20-days__wrapper .try-20-days-content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    background-color: #0c2340;
    border-radius: 50px;
    width: 208px;
    height: 50px;
    margin: 0 auto;
    text-decoration: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__button {
        width:298px;
        height: 70px;
        font-size: 28px;
        line-height: 38px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__button {
        width:339px;
        height: 74px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper {
    padding: 60px 0
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper {
        padding:93px 0 135px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step {
        margin-bottom:80px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step:last-child {
    margin-bottom: 0
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step:first-child .testdrive-step__title>div {
    display: inline
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
    padding: 0 1px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
        padding:0;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        -ms-flex-item-align: center;
        align-self: center;
        width: 38.6628%
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
        width:31.7797%;
        margin-left: 34px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
        width:33.1667%;
        margin-left: 56px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
        margin-left:40px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text em {
    font-style: normal;
    color: #a57851
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__subtitle {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #0c2340;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__subtitle {
        text-align:left;
        font-size: 15px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__subtitle {
        font-size:22px;
        line-height: 31px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #0c2340
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__title {
        text-align:left;
        line-height: 160%
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__title {
        font-size:20px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__title {
        font-size:24px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__checkout {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #a57851
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__terms {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    line-height: 160%;
    color: #0c2340;
    text-decoration: underline;
    text-align: center;
    margin-top: 5px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__terms {
        text-align:left;
        font-size: 12px;
        margin-top: 2px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__terms {
        font-size:18px;
        margin-top: 15px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
    height: 234px;
    margin-top: 24px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
        margin-top:0;
        width: 56.1047%;
        height: 262px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
        width:56.7797%;
        height: 308px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
        width:57.1667%;
        height: 400px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
        margin-right:40px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    margin: 0
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image .testdrive-step__text {
        margin-right:34px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image .testdrive-step__text {
        margin-right:56px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image .testdrive-step__text {
        margin-right:40px;
        margin-left: 0
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image .testdrive-step__image {
        margin-right:0;
        margin-left: 40px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step_colored {
    color: #a57851
}

.testdrive-ukassa .model-advantages__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 1122px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__wrapper {
        height:830px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__wrapper {
        height:768px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__wrapper {
        height:945px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .model-advantages__wrapper {
        width:1200px;
        margin: 0 auto
    }
}

.testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
        display:block;
        margin-top: -40px;
        height: 755px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
        margin-top:-190px;
        height: 945px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
        margin-top:0;
        margin-right: 0
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
        margin-right:10px
    }
}

.testdrive-ukassa .model-advantages__gradient {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(73.96%,rgba(243,244,246,0)),color-stop(79.91%,#f3f4f6));
    background: -o-linear-gradient(top,rgba(243,244,246,0) 73.96%,#f3f4f6 79.91%);
    background: linear-gradient(180deg,rgba(243,244,246,0) 73.96%,#f3f4f6 79.91%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__gradient {
        display:block
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__gradient {
        display:none
    }
}

.testdrive-ukassa .model-advantages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    position: relative
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features {
        position:unset;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 60px;
        width: 208px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features {
        width:292px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features {
        margin-top:114px;
        width: 340px
    }
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.left {
        margin-left:40px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.left {
        margin-left:80px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.left {
        margin-left:40px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.left .model-advantages-features__item {
    margin-right: 24px;
    margin-left: auto
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.left .model-advantages-features__item {
        margin-left:0;
        margin-right: 0
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.left .model-advantages-bg-mob {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.left .model-advantages-machine-mob {
    left: -146px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.right {
        margin-right:40px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.right {
        margin-right:80px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.right {
        margin-right:40px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.right .model-advantages-features__item {
    margin-left: 24px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.right .model-advantages-features__item {
        margin-left:0
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.right .model-advantages-bg-mob {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.right .model-advantages-machine-mob {
    right: -152px
}

.testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-bg-mob {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-bg-mob {
        display:none
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-bg-mob img.model-advantages-bg-sm {
    height: 561px;
    margin-right: 0
}

.testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-bg-mob .model-advantages__gradient-mob {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(68.23%,rgba(243,244,246,0)),color-stop(79.69%,#f3f4f6));
    background: -o-linear-gradient(top,rgba(243,244,246,0) 68.23%,#f3f4f6 79.69%);
    background: linear-gradient(180deg,rgba(243,244,246,0) 68.23%,#f3f4f6 79.69%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-machine-mob {
    position: absolute;
    width: 265px;
    top: 45px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-machine-mob {
        display:none
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    opacity: .9;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 11px 10px;
    height: 147px;
    width: 199px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item {
        width:100%;
        padding: 18px;
        height: 190px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item {
        padding:21px 22px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item {
        height:200px;
        padding: 26px 25px;
        margin-bottom: 30px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item:last-child {
    margin-bottom: 0
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #a57851;
    margin-bottom: 5px
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title {
        font-size:18px;
        margin-bottom: 10px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title {
        font-size:24px;
        margin-bottom: 8px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title .hide-on-mob {
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title .hide-on-mob {
        display:inline
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text {
    font-size: 12px;
    line-height: 160%;
    color: #132643
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text {
        font-size:13px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text {
        font-size:14px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text {
        font-size:15px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text .show-on-mob {
    display: inline
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text .show-on-mob {
        display:none
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text .show-on-mob {
        display:inline
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text .show-on-mob {
        display:none
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-image {
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-image {
        display:block;
        width: 249px;
        height: 458px;
        margin-top: 155px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-image {
        width:291px;
        height: 533px;
        margin-top: 95px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-image {
        width:376px;
        height: 717px;
        margin-top: 115px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.testdrive-ukassa .model-advantages__button {
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__button {
        position:absolute;
        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;
        bottom: 60px;
        color: #fff;
        font-weight: 700;
        font-size: 28px;
        line-height: 38px;
        background-color: #0c2340;
        border-radius: 50px;
        width: 298px;
        height: 70px;
        text-decoration: none
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__button {
        width:339px;
        height: 74px;
        bottom: 57px
    }
}

.testdrive-ukassa .questions-answers__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__title {
        margin-bottom:70px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__title {
        margin-bottom:60px;
        line-height: 64px
    }
}

.testdrive-ukassa .questions-answers__wrapper {
    padding: 60px 0
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper {
        padding:80px 0
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions {
        max-width:568px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .questions-answers__wrapper .questions {
        max-width:618px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions {
        max-width:789px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__wrapper-block {
    -ms-flex-item-align: center;
    align-self: center
}

.testdrive-ukassa .questions-answers__wrapper .questions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testdrive-ukassa .questions-answers__wrapper .questions__item.questions__item_inactive .questions_answer {
    display: none
}

.testdrive-ukassa .questions-answers__wrapper .questions__item.questions__item_inactive .questions__icon svg circle {
    fill: #0c2340
}

.testdrive-ukassa .questions-answers__wrapper .questions__item.questions__item_inactive .questions__icon svg .questions__icon-plus {
    display: inline
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon {
    margin-right: 20px;
    margin-top: 6px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon {
        margin-right:18px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon {
        margin-right:23px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon {
        margin-right:40px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon:hover {
    cursor: pointer
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg {
    width: 32px;
    height: 32px
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg {
        width:42px;
        height: 42px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg {
        width:52px;
        height: 52px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg circle {
    fill: #a57851
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg .questions__icon-plus {
    display: none
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__question {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__question {
        font-size:20px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__question {
        font-size:25px;
        max-width: 696px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer {
    font-size: 12px;
    line-height: 160%;
    margin-top: 12px;
    margin-bottom: 20px;
    color: #0c2340
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer {
        margin-top:15px;
        font-size: 18px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer {
        max-width:608px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer {
        max-width:696px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer a {
    color: #0c2340;
    text-decoration: underline
}

.testdrive-ukassa .questions-answers__wrapper .questions__border {
    width: 100%;
    height: 1px;
    background-color: #b6c1cf;
    margin: 20px 0
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__border {
        margin:40px 0
    }
}

.testdrive-ukassa .reviews__wrapper {
    padding: 30px 0 60px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__wrapper {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__wrapper {
        padding:80px 0
    }
}

.testdrive-ukassa .reviews__title {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__title {
        margin-bottom:60px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__title {
        line-height:63px
    }
}

.testdrive-ukassa .reviews__slider .review-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 18px 30px 27px;
    background-color: #dde5ed;
    border-radius: 10px;
    height: 558px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__slider .review-slide {
        height:677px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__slider .review-slide {
        padding:20px 30px 30px;
        height: 675px;
        width: 378px
    }
}

.testdrive-ukassa .reviews__slider .review-slide__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testdrive-ukassa .reviews__slider .review-slide__top .review-slide__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #c4c4c4;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px
}

.testdrive-ukassa .reviews__slider .review-slide__top .review-slide__username {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0c2340;
    max-width: 198px;
    overflow: hidden
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__slider .review-slide__top .review-slide__username {
        font-size:18px;
        line-height: 25px
    }
}

.testdrive-ukassa .reviews__slider .review-slide__model {
    font-size: 10px;
    line-height: 140%;
    color: #0c2340;
    margin: 20px 0
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__slider .review-slide__model {
        font-size:14px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__slider .review-slide__model {
        font-size:16px
    }
}

.testdrive-ukassa .reviews__slider .review-slide__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #0c2340;
    overflow: hidden;
    margin-bottom: 29px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__slider .review-slide__text {
        font-size:18px;
        margin-bottom: 24px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__slider .review-slide__text {
        font-size:20px;
        margin-bottom: 20px
    }
}

.testdrive-ukassa .reviews__slider .review-slide__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto
}

.testdrive-ukassa .reviews__slider .review-slide__rate .review-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    margin-right: 4px
}

.testdrive-ukassa .reviews__slider .review-slide__rate .review-star:last-child {
    margin: 0
}

.testdrive-ukassa .reviews__slider .swiper-scrollbar {
    width: 302px;
    height: 6px;
    background-color: #dde5ed;
    border-radius: 16px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__slider .swiper-scrollbar {
        width:465px
    }
}

.testdrive-ukassa .reviews__slider .swiper-scrollbar-drag {
    background-color: #0c2340;
    border-radius: 16px
}

.testdrive-terms h1 {
    font-size: 24px;
    text-align: center;
    margin: 40px 0
}

.testdrive-terms .terms-order {
    padding: 0
}

.testdrive-terms .terms-order__list-item::marker {
    font-weight: 700
}

.testdrive-terms .terms-order__list-term {
    margin-left: -15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify
}

.testdrive-terms .terms-order__list-term ul {
    margin-top: 20px
}

.coffeemachine-demo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coffeemachine-demo .input-floating {
    margin-top: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .coffeemachine-demo .input-floating {
        width:47.9839%
    }
}

.coffeemachine-demo .input-floating.coffeemachine-demo__city {
    position: relative;
    width: 100%
}

.coffeemachine-demo .input-floating.coffeemachine-demo__city select {
    padding: 18px .7rem;
    height: auto;
    border-radius: 3px;
    border: 1px solid #e8e8e9;
    resize: none;
    background-color: transparent;
    color: #141414;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC44MjgxNDIgMC45MTk2NTlDMS4xMzE0IDAuNTY1ODU0IDEuNjY0MDYgMC41MjQ4OCAyLjAxNzg3IDAuODI4MTQyTDIuMTA0NjEgMC45MDI0OTZDMi4wOTczMyAwLjg5NjI1MiAyLjA5NDA1IDAuODkzNDQyIDIuMTEzOTIgMC45MTA0NzFMNy4zNzUgNS40MTk5N0wxMi43MzIxIDAuODI4MTQyQzEzLjA4NTkgMC41MjQ4OCAxMy42MTg2IDAuNTY1ODU0IDEzLjkyMTkgMC45MTk2NTlDMTQuMjI1MSAxLjI3MzQ2IDE0LjE4NDEgMS44MDYxMiAxMy44MzAzIDIuMTA5MzhMNy45MjQxIDcuMTcxODdDNy42MDgxMyA3LjQ0MjcxIDcuMTQxODcgNy40NDI3MSA2LjgyNTkgNy4xNzE4N0wxLjMxNzk2IDIuNDUwNzhDMS4yNzQ4OSAyLjQxMzg3IDEuMzQ1OTIgMi40NzQ3NSAxLjMwMjkzIDIuNDM3OUwwLjkxOTY1OSAyLjEwOTM4QzAuNTY1ODU0IDEuODA2MTIgMC41MjQ4OCAxLjI3MzQ2IDAuODI4MTQyIDAuOTE5NjU5WiIgZmlsbD0iIzE0MTQxNCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 27px
}

.coffeemachine-demo .input-floating__active {
    padding-left: 1.3rem
}

.coffeemachine-demo .input-floating .phone-split {
    width: 100%;
    margin-top: 0
}

.coffeemachine-demo__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    background-color: #59aee4
}

@media (min-width: 992px) {
    .coffeemachine-demo__button {
        width:300px;
        margin: 30px auto 0
    }
}

.coffeemachine-demo-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coffeemachine-demo-popup__text {
    width: 100%;
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    margin-top: 16px
}

@media (min-width: 768px) {
    .coffeemachine-demo-popup__text {
        margin-top:20px
    }
}

@media (min-width: 992px) {
    .coffeemachine-demo-popup__text {
        font-size:15px
    }
}

.coffeemachine-demo-popup__image {
    width: 100%;
    height: 140px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .coffeemachine-demo-popup__image {
        margin-top:20px;
        height: 185px
    }
}

.coffeemachine-demo-popup__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.coffeemachine-demo-popup__remark {
    width: 100%;
    font-size: 12px;
    line-height: 145%;
    color: #071a33;
    margin-top: 12px
}

@media (min-width: 768px) {
    .coffeemachine-demo-popup__remark {
        margin-top:20px;
        width: 52.2178%
    }
}

.coffeemachine-demo-popup__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 145%;
    border-radius: 40px;
    width: 100%;
    height: 50px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .coffeemachine-demo-popup__button {
        margin-top:20px;
        width: 43.75%;
        height: 60px;
        font-size: 20px
    }
}

.perfetto a {
    text-decoration: none
}

.perfetto.html-content img {
    margin-right: 0
}

.perfetto-container {
    max-width: 1200px;
    padding-right: 0!important;
    padding-left: 0!important;
    font-family: 'Noto Sans',sans-serif
}

.perfetto-top {
    position: relative;
    height: 611px
}

@media (max-width: 1024px) {
    .perfetto-top {
        height:489px
    }
}

@media (max-width: 768px) {
    .perfetto-top {
        height:367px
    }
}

@media (max-width: 576px) {
    .perfetto-top {
        height:540px
    }
}

.perfetto-top__image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%
}

.perfetto-top__image img {
    height: 100%;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.perfetto-top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

@media (max-width: 576px) {
    .perfetto-top__content {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 25px;
        padding-bottom: 43px
    }
}

.perfetto-top__inner {
    width: 414px;
    margin: 84px 101px 0 auto;
    text-align: center
}

@media (max-width: 1024px) {
    .perfetto-top__inner {
        width:249px;
        margin-top: 7px;
        margin-right: 151px
    }
}

@media (max-width: 768px) {
    .perfetto-top__inner {
        margin-top:75px;
        margin-right: 79px
    }
}

@media (max-width: 576px) {
    .perfetto-top__inner {
        width:100%;
        height: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.perfetto-top__svg {
    width: 408px;
    height: 101px
}

@media (max-width: 1024px) {
    .perfetto-top__svg {
        width:245px;
        height: 61px
    }
}

@media (max-width: 576px) {
    .perfetto-top__svg {
        width:252px;
        height: 63px
    }
}

.perfetto-top__svg path {
    fill: #fff
}

@media (max-width: 576px) {
    .perfetto-top__svg path {
        fill:#0c2340
    }
}

.perfetto-top__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    margin: 26px 0 51px;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .perfetto-top__title {
        margin:14px 0 44px;
        font-size: 21px;
        line-height: 150%
    }
}

@media (max-width: 576px) {
    .perfetto-top__title {
        font-size:22px;
        line-height: 130%;
        color: #0c2340
    }
}

.perfetto-top__btn {
    line-height: 74px;
    background: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 27px;
    color: #0c2340;
    margin: 0 auto;
    padding: 0 50px;
    display: table;
    white-space: nowrap
}

.perfetto-top__btn:hover {
    color: #0c2340
}

@media (max-width: 1024px) {
    .perfetto-top__btn {
        line-height:50px;
        font-size: 18px;
        padding: 0 34px
    }
}

.perfetto-hang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    .perfetto-hang {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.perfetto-hang svg {
    width: 100%;
    height: 100%
}

.perfetto-hang__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #a57851;
    margin: 0 0 23px
}

@media (max-width: 1024px) {
    .perfetto-hang__title {
        font-size:20px;
        line-height: 27px;
        margin: 0 0 4px
    }
}

@media (max-width: 768px) {
    .perfetto-hang__title {
        font-size:18px;
        line-height: 25px;
        margin: 0 0 3px
    }
}

@media (max-width: 767px) {
    .perfetto-hang__title {
        margin:0 0 0
    }
}

.perfetto-hang__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width: 1024px) {
    .perfetto-hang__item {
        margin-top:11px
    }
}

@media (max-width: 768px) {
    .perfetto-hang__item {
        margin-top:12px
    }
}

@media (max-width: 767px) {
    .perfetto-hang__item {
        margin-top:15px
    }
}

.perfetto-hang__item--1 {
    margin-right: 36px
}

.perfetto-hang__item--1 .perfetto-hang__text {
    width: 150px
}

.perfetto-hang__item--2 .perfetto-hang__text {
    max-width: 118px
}

.perfetto-hang__item--3 {
    margin-right: 36px
}

.perfetto-hang__item--3 .perfetto-hang__text {
    width: 150px
}

.perfetto-hang__item--4 .perfetto-hang__text {
    max-width: 118px
}

.perfetto-hang__icon {
    width: 48px;
    height: 48px;
    margin-right: 10px
}

@media (max-width: 1024px) {
    .perfetto-hang__icon {
        height:42px;
        width: 42px;
        margin-right: 16px
    }
}

@media (max-width: 768px) {
    .perfetto-hang__icon {
        height:32px;
        width: 32px;
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .perfetto-hang__icon {
        height:42px;
        width: 42px;
        margin-right: 16px
    }
}

.perfetto-hang__icon img {
    height: 100%;
    width: 100%
}

.perfetto-hang__text {
    font-size: 16px;
    line-height: 140%;
    color: #0c2340
}

@media (max-width: 1024px) {
    .perfetto-hang__text {
        font-size:15px;
        line-height: 150%;
        width: 173px!important;
        max-width: 173px!important
    }
}

@media (max-width: 768px) {
    .perfetto-hang__text {
        font-size:14px;
        line-height: 140%
    }
}

@media (max-width: 767px) {
    .perfetto-hang__text {
        font-size:14px;
        line-height: 150%
    }
}

.perfetto-info {
    overflow: hidden;
    background-color: #fff;
    padding-top: 80px
}

@media (max-width: 1160px) {
    .perfetto-info {
        padding-top:60px
    }
}

@media (max-width: 767px) {
    .perfetto-info {
        padding-top:0
    }
}

.perfetto-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px
}

@media (max-width: 1160px) {
    .perfetto-info__item:first-child {
        padding-bottom:70px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__item:first-child {
        padding-bottom:60px
    }
}

@media (max-width: 767px) {
    .perfetto-info__item:first-child {
        padding-bottom:0
    }
}

@media (max-width: 1160px) {
    .perfetto-info__item {
        padding-bottom:60px
    }
}

@media (max-width: 767px) {
    .perfetto-info__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .perfetto-info__item {
        padding-bottom:0
    }
}

.perfetto-info__image {
    min-width: 687px
}

@media (max-width: 1160px) {
    .perfetto-info__image {
        min-width:556px
    }
}

@media (max-width: 990px) {
    .perfetto-info__image {
        min-width:428px
    }
}

@media (max-width: 576px) {
    .perfetto-info__image {
        min-width:100%
    }
}

@media (max-width: 767px) {
    .perfetto-info__image {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.perfetto-info__image+.perfetto-info__inner {
    margin-left: 60px;
    margin-right: 33px
}

@media (max-width: 1024px) {
    .perfetto-info__image+.perfetto-info__inner {
        margin-right:89px;
        margin-left: 53px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__image+.perfetto-info__inner {
        margin-right:40px;
        margin-left: 32px
    }
}

@media (max-width: 767px) {
    .perfetto-info__image+.perfetto-info__inner {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 24px;
        margin-left: 24px
    }
}

.perfetto-info__image img {
    height: auto;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.perfetto-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 33px
}

@media (max-width: 1024px) {
    .perfetto-info__inner {
        margin-left:89px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__inner {
        margin-left:40px
    }
}

@media (max-width: 767px) {
    .perfetto-info__inner {
        margin:46px 24px 34px
    }
}

.perfetto-info__inner+.perfetto-info__image {
    margin-left: 61px
}

@media (max-width: 1024px) {
    .perfetto-info__inner+.perfetto-info__image {
        margin-left:53px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__inner+.perfetto-info__image {
        margin-left:32px
    }
}

@media (max-width: 767px) {
    .perfetto-info__inner+.perfetto-info__image {
        margin-left:0
    }
}

.perfetto-info__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #0c2340;
    margin-bottom: 25px
}

@media (max-width: 1024px) {
    .perfetto-info__title {
        font-size:24px;
        line-height: 140%;
        margin-bottom: 14px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__title {
        font-size:20px;
        line-height: 140%;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .perfetto-info__title {
        font-size:23px;
        line-height: 140%;
        margin-bottom: 6px
    }
}

.perfetto-info__text {
    font-size: 16px;
    line-height: 150%;
    color: #0c2340;
    margin-bottom: 43px
}

@media (max-width: 1024px) {
    .perfetto-info__text {
        font-size:15px;
        line-height: 150%;
        margin-bottom: 24px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__text {
        font-size:14px;
        line-height: 150%;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .perfetto-info__text {
        margin-bottom:23px
    }
}

.perfetto-box {
    position: relative;
    height: 599px
}

@media (max-width: 768px) {
    .perfetto-box {
        height:500px
    }
}

@media (max-width: 576px) {
    .perfetto-box {
        height:661px
    }
}

.perfetto-box__image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%
}

.perfetto-box__image img {
    height: 100%;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 576px) {
    .perfetto-box__image {
        height:428px;
        top: auto;
        bottom: 0
    }
}

.perfetto-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

@media (max-width: 576px) {
    .perfetto-box__content {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 91px;
        padding-bottom: 43px
    }
}

.perfetto-box__inner {
    width: 415px;
    margin: 0 auto 7px 56px;
    text-align: center
}

@media (max-width: 1024px) {
    .perfetto-box__inner {
        width:279px;
        margin-left: 99px;
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .perfetto-box__inner {
        margin-left:46px
    }
}

@media (max-width: 576px) {
    .perfetto-box__inner {
        margin-left:0;
        width: 100%;
        height: 100%;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.perfetto-box__svg {
    width: 408px;
    height: 101px
}

@media (max-width: 1024px) {
    .perfetto-box__svg {
        width:245px;
        height: 61px
    }
}

@media (max-width: 576px) {
    .perfetto-box__svg {
        width:252px;
        height: 63px
    }
}

.perfetto-box__svg path {
    fill: #0c2340
}

.perfetto-box__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 150%;
    text-transform: uppercase;
    margin: 26px 0 51px;
    white-space: nowrap;
    color: #0c2340
}

@media (max-width: 1024px) {
    .perfetto-box__title {
        margin:18px 0 44px;
        font-size: 21px;
        line-height: 150%
    }
}

@media (max-width: 576px) {
    .perfetto-box__title {
        font-size:22px;
        line-height: 130%
    }
}

.perfetto-box__btn {
    line-height: 74px;
    background: #0c2340;
    border-radius: 50px;
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    margin: 0 auto;
    padding: 0 36px;
    display: table;
    white-space: nowrap
}

.perfetto-box__btn:hover {
    color: #fff
}

@media (max-width: 1024px) {
    .perfetto-box__btn {
        line-height:50px;
        font-size: 18px;
        padding: 0 26px
    }
}

.perfetto-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.perfetto-cards__container {
    position: relative
}

.perfetto-cards__container.active .perfetto-card__arrow,.perfetto-cards__container.active .perfetto-card__pagination {
    opacity: 0
}

.perfetto-card {
    position: relative;
    width: 33.3333%;
    text-align: center;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -moz-transform: perspective(1200px)
}

.perfetto-card:nth-child(2):before,.perfetto-card:nth-child(2):after {
    content: "";
    position: absolute;
    width: 1px;
    left: 0;
    top: 73px;
    bottom: 50px;
    z-index: 2;
    background-color: #0c2340
}

@media (max-width: 1199px) {
    .perfetto-card:nth-child(2):before,.perfetto-card:nth-child(2):after {
        top:58px;
        bottom: 40px
    }
}

@media (max-width: 1023px) {
    .perfetto-card:nth-child(2):before,.perfetto-card:nth-child(2):after {
        top:78px;
        bottom: 65px
    }
}

@media (max-width: 767px) {
    .perfetto-card:nth-child(2):before,.perfetto-card:nth-child(2):after {
        display:none
    }
}

.perfetto-card:nth-child(2):after {
    left: auto;
    right: 0
}

@media (max-width: 767px) {
    .perfetto-card {
        width:100%
    }
}

.perfetto-card__front,.perfetto-card__back {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.perfetto-card__front {
    padding: 98px 33px 67px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

@media (max-width: 1199px) {
    .perfetto-card__front {
        padding:75px 33px 37px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__front {
        padding:91px 0 39px
    }
}

@media (max-width: 767px) {
    .perfetto-card__front {
        padding:61px 33px 71px
    }
}

.perfetto-card__back {
    padding: 85px 30px 67px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .perfetto-card__back {
        padding:75px 43px 52px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__back {
        padding:81px 26px 52px
    }
}

.perfetto-card__arrow {
    opacity: 0;
    top: 206px;
    outline: 0;
    border: 0
}

.perfetto-card__arrow:focus,.perfetto-card__arrow:hover,.perfetto-card__arrow:active {
    outline: 0;
    border: 0
}

.perfetto-card__arrow--prev {
    left: 24px
}

.perfetto-card__arrow--next {
    right: 24px
}

.perfetto-card__arrow:after {
    display: none
}

@media (max-width: 767px) {
    .perfetto-card__arrow {
        opacity:1
    }
}

.perfetto-card__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    z-index: 7;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .perfetto-card__pagination {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.perfetto-card__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.perfetto-card__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #0c2340
}

.perfetto-card__icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 31px 20px
}

@media (max-width: 1199px) {
    .perfetto-card__icon {
        padding:23px 40px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__icon {
        padding:35px 41px
    }
}

@media (max-width: 767px) {
    .perfetto-card__icon {
        padding:19px 23px
    }
}

.perfetto-card__icon svg {
    width: 58px;
    height: 58px
}

@media (max-width: 1024px) {
    .perfetto-card__icon svg {
        width:46px;
        height: 46px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__icon svg {
        width:34px;
        height: 34px
    }
}

@media (max-width: 767px) {
    .perfetto-card__icon svg {
        width:36px;
        height: 36px
    }
}

.perfetto-card__icon--hide {
    padding: 46px 29px
}

@media (max-width: 1199px) {
    .perfetto-card__icon--hide {
        padding:34px 49px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__icon--hide {
        padding:37px 43px
    }
}

.perfetto-card__icon--hide svg {
    width: 34px;
    height: 24px
}

@media (max-width: 1024px) {
    .perfetto-card__icon--hide svg {
        width:32px;
        height: 22px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__icon--hide svg {
        width:26px
    }
}

.perfetto-card__picture {
    display: table;
    width: 334px;
    height: 471px;
    margin: 0 auto 8px
}

.perfetto-card__picture img {
    width: 100%;
    height: 100%
}

@media (max-width: 1199px) {
    .perfetto-card__picture {
        width:260px;
        height: 377px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__picture {
        width:174px;
        height: 283px
    }
}

@media (max-width: 767px) {
    .perfetto-card__picture {
        width:228px;
        height: 310px
    }
}

.perfetto-card__name {
    font-size: 16px;
    line-height: 22px;
    color: #0c2340;
    margin: 8px 0 8px
}

.perfetto-card__back .perfetto-card__name {
    margin: 0 0 11px
}

@media (max-width: 1199px) {
    .perfetto-card__back .perfetto-card__name {
        margin:0 0 35px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__back .perfetto-card__name {
        margin:0 0 15px
    }
}

@media (max-width: 1199px) {
    .perfetto-card__name {
        font-size:13px;
        line-height: 18px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__name {
        font-size:10px;
        line-height: 14px
    }
}

.perfetto-card__list {
    text-align: center;
    height: 473px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1199px) {
    .perfetto-card__list {
        height:351px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__list {
        height:299px
    }
}

@media (max-width: 767px) {
    .perfetto-card__list {
        min-height:272px
    }
}

.perfetto-card__list-item {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #0c2340;
    padding: 24px 0;
    min-height: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(12,35,64,.2)
}

.perfetto-card__list-item:first-child {
    border: 0
}

@media (max-width: 1199px) {
    .perfetto-card__list-item {
        font-size:18px;
        line-height: 140%;
        padding: 20px 0;
        min-height: 65px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__list-item {
        font-size:15px;
        line-height: 140%;
        padding: 10px 0;
        min-height: 51px
    }
}

@media (max-width: 767px) {
    .perfetto-card__list-item {
        font-size:15px;
        line-height: 140%
    }
}

.perfetto-card__btn {
    cursor: pointer;
    display: table;
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    line-height: 75px;
    min-width: 260px;
    background: #0c2340;
    border-radius: 50px;
    margin: 29px auto 15px
}

.perfetto-card__btn:hover {
    color: #fff
}

.perfetto-card__back .perfetto-card__btn {
    margin-top: 37px
}

@media (max-width: 1199px) {
    .perfetto-card__back .perfetto-card__btn {
        margin-top:20px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__back .perfetto-card__btn {
        margin-top:22px
    }
}

@media (max-width: 1199px) {
    .perfetto-card__btn {
        line-height:60px;
        min-width: 208px;
        font-size: 21px;
        margin: 21px auto 15px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__btn {
        line-height:45px;
        min-width: 156px;
        font-size: 15.75px;
        margin: 35px auto 11px
    }
}

@media (max-width: 767px) {
    .perfetto-card__btn {
        line-height:55px;
        min-width: 180px;
        margin: 31px auto 11px
    }
}

.perfetto-card__current-price {
    font-size: 22px;
    line-height: 150%;
    color: #0c2340
}

@media (max-width: 1199px) {
    .perfetto-card__current-price {
        font-size:17px;
        line-height: 150%
    }
}

@media (max-width: 1023px) {
    .perfetto-card__current-price {
        font-size:13px;
        line-height: 150%
    }
}

@media (max-width: 767px) {
    .perfetto-card__current-price {
        font-size:15px;
        line-height: 150%
    }
}

.perfetto-video {
    position: relative;
    height: 720px
}

@media (max-width: 576px) {
    .perfetto-video {
        height:438px
    }
}

.perfetto-video__picture {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.perfetto-video__picture img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover
}

.perfetto-video__btn {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 192px;
    height: 192px;
    margin-top: -96px;
    margin-left: -96px;
    z-index: 3;
    border: 0;
    background-color: transparent
}

@media (max-width: 576px) {
    .perfetto-video__btn {
        width:110px;
        height: 110px;
        margin-top: -55px;
        margin-left: -55px
    }
}

.perfetto-video__btn svg {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.perfetto-video__box.play {
    display: none
}

.perfetto-video__wrapper {
    height: 100%
}

.perfetto-video__wrapper .perfetto-video__img {
    width: 100%;
    height: 100%
}

.perfetto-video__wrapper .video_card {
    height: 100%
}

.perfetto-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.perfetto-video.player img {
    display: none
}

.perfetto-video.player:after {
    display: none
}

.perfetto-video.player .perfetto-video__btn {
    display: none
}

.perfetto-video .video-overlay-play-button:hover {
    opacity: 1
}

.perfetto-video .video-overlay-play-button.is-hidden {
    display: none
}

.coffee-kit {
    font-family: 'Noto Sans'
}

.coffee-kit .kit-giveaway {
    height: 720px;
    background-color: #dfc2b0;
    overflow: hidden
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway {
        height:540px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway {
        height:560px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway {
        height:772px
    }
}

.coffee-kit .kit-giveaway__wrapper {
    padding: 40px 24px 0;
    height: 613px;
    background-image: url(/local/templates/.default/assets/dist/css/../images/coffee-kit/first-screen-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper {
        display:grid;
        grid-template-areas: "macine subtitle" "machine title" "machine coffee-kit";
        height: 507px;
        padding: 40px 43px 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper {
        background-size:auto 730px;
        background-position-y: -125px;
        padding: 50px 135px 0 90px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper {
        height:772px;
        background-position: center;
        background-size: cover;
        padding: 57px 84px 0 113px
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__subtitle {
    grid-area: subtitle;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto 10px;
    max-width: 290px
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__subtitle {
        line-height:130%;
        max-width: unset;
        text-align: left;
        margin: 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__subtitle {
        font-size:15px;
        margin-bottom: 9px;
        padding-right: 14px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__subtitle {
        font-size:20px;
        margin-bottom: 0;
        padding-right: 0;
        margin-left: 55px
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__title {
    grid-area: title;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    margin: 0 auto 20px;
    color: #fff;
    text-align: center;
    max-width: 302px
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__title {
        max-width:unset;
        text-align: left;
        font-size: 36px;
        margin: 0 0 26px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__title {
        font-size:40px;
        margin-right: 14px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__title {
        font-size:54px;
        margin-right: 14px;
        margin-left: 55px;
        margin-bottom: 43px;
        max-width: 639px
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine {
    grid-area: machine;
    width: 156px;
    height: 254px;
    margin: 0 auto 20px
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine {
        width:223px;
        height: 360px;
        margin: 30px 13px 0 auto
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine {
        width:251px;
        height: 405px;
        margin: 35px 76px 0 auto
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine {
        width:364px;
        height: 550px;
        margin: 45px 25px 0 auto
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee {
    grid-area: coffee-kit;
    width: 302px;
    height: 187px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee {
        width:428px;
        height: 294px;
        margin: 0 auto 0 14px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee {
        width:472px;
        height: 324px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee {
        width:650px;
        height: 446px
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .coffee-blends {
    padding: 40px 0;
    background-color: #fff
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends {
        padding:80px 0 65px
    }
}

.coffee-kit .coffee-blends__container {
    max-width: calc(100% - 48px);
    margin: 0 auto
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container {
        max-width:89.5834%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container {
        max-width:92.1875%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container {
        width:100%;
        max-width: 1200px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #0c2340;
    margin-bottom: 30px;
    width: 302px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .coffee-blends__title {
        width:586px;
        font-size: 36px;
        line-height: 150%;
        margin-bottom: 32px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .coffee-blends__title {
        width:658px;
        font-size: 40px;
        line-height: 140%;
        margin-bottom: 47px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .coffee-blends__title {
        width:880px;
        font-size: 54px;
        margin-bottom: 60px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__slider {
    position: relative
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider {
        padding:0 26px 0 40px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider {
        padding:0 53px 0 74px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider {
        padding:0 78px 0 76px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar {
    width: 302px;
    height: 6px;
    background-color: rgba(12,35,64,.2);
    border-radius: 14px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar {
        width:348px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar {
        width:600px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar {
        width:584px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar-drag {
    background-color: #0c2340;
    border-radius: 14px
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 40%
}

@media (max-width: 767px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
        display:none
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
        width:40px;
        height: 40px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
        width:46px;
        height: 46px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev svg,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next svg {
    width: 100%;
    height: 100%
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev:after,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next:after {
    content: ""
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev {
    left: 0
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
    right: 0
}

.coffee-kit .coffee-blends__container .blend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.coffee-kit .coffee-blends__container .blend-item__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product {
        width:calc(100% - 201px)
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product {
        width:calc(100% - 275px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product {
        width:calc(100% - 329px)
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-text {
    width: 138px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text {
        width:182px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text {
        width:240px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text {
        width:320px
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-text__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #0c2340;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__title {
        font-size:42px;
        margin-bottom: 29px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__title {
        font-size:54px;
        margin-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__title {
        font-size:74px;
        margin-bottom: 40px
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-text__title .title-row-2 {
    text-align: right
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__title .title-row-2 {
        padding-right:30px
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-text__description {
    font-size: 14px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__description {
        font-size:17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__description {
        font-size:22px
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-image {
    width: 50.9934%
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-image {
        width:calc(100% - 188px)
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-image {
        width:calc(100% - 256px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-image {
        width:calc(100% - 335px)
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .coffee-blends__container .blend-item__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 185px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages {
        width:235px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages {
        width:256px
    }
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45.6954%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item {
        margin-bottom:30px
    }
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon {
    width: 42px;
    height: 42px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon {
        width:38px;
        height: 38px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon {
        width:42px;
        height: 42px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon {
        width:64px;
        height: 64px
    }
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__title {
    margin: 6px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__title {
        width:140px;
        margin: 0 0 6px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__title {
        width:180px;
        font-size: 22px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__title {
        font-size:26px
    }
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__text {
    font-size: 14px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__text {
        width:140px;
        margin-left: auto
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__text {
        font-size:17px;
        width: 180px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__text {
        font-size:18px;
        margin-top: -15px
    }
}

.coffee-kit .coffee-blends__container .swiper-slide {
    -webkit-transform: translate3d(0,0,0)
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 60px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses {
        margin-top:40px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        width: 29.26%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block {
        width:29.36%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block {
        width:310px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__image-mob {
    width: 51%
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__image-mob {
        display:none
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__image-mob img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text {
    width: 42%;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text {
        width:100%;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #0c2340
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title {
        font-size:42px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title {
        font-size:54px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title {
        font-size:69px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title span {
    margin-left: 24px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title span {
        margin-left:42px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title span {
        margin-left:54px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title span {
        margin-left:72px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages {
        margin-top:40px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages {
        margin-top:63px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 13px)
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage {
        width:100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage {
        margin-bottom:30px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage:last-child {
    margin-bottom: 0
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon {
    width: 55px;
    height: 48px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon {
        width:38px;
        height: 38px;
        margin-right: 7px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon {
        width:42px;
        height: 44px;
        margin-right: 13px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon {
        width:64px;
        height: 64px;
        margin-right: 12px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0c2340;
    margin: 5px 0 8px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__title {
        margin:0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__title {
        font-size:22px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__title {
        font-size:26px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__description {
    font-size: 14px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__description {
        width:calc(100% - 45px);
        margin-left: auto;
        margin-top: -7px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__description {
        font-size:17px;
        width: calc(100% - 55px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__description {
        font-size:18px;
        width: calc(100% - 76px);
        margin-top: -16px;
        padding-right: 54px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3;
        width: 29.26%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child {
        width:29.36%
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text {
    width: 47.3334%
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text {
        width:100%
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title {
    width: 100%
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title span {
    margin-left: 31px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title span {
        margin-left:44px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title span {
        margin-left:56px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title span {
        margin-left:75px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__text {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    color: #0c2340;
    margin-right: auto;
    margin-top: 10px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__text {
        margin-top:20px;
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__text {
        margin-top:40px;
        font-size: 17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__text {
        font-size:22px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses__desk-img {
    display: none
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses__desk-img {
        display:block;
        width: 37.3%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses__desk-img {
        width:35%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses__desk-img {
        width:382px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses__desk-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .elite-features {
    background-color: #fff;
    padding: 40px 0
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features {
        padding:80px 0 60px
    }
}

.coffee-kit .elite-features__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0c2340;
    border-radius: 24px;
    width: 302px;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 62px auto 0;
    text-decoration: none
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__button {
        width:330px;
        height: 54px;
        border-radius: 30px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__button {
        width:440px;
        height: 72px;
        border-radius: 40px;
        font-size: 22px;
        line-height: 30px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__button {
        width:550px;
        height: 90px;
        border-radius: 50px;
        font-size: 28px;
        line-height: 38px;
        margin-top: 40px
    }
}

.coffee-kit .elite-features__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #0c2340;
    margin: 0 auto 44px;
    max-width: 302px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__title {
        font-size:36px;
        line-height: 150%;
        max-width: 520px;
        margin: 0 auto 60px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__title {
        font-size:40px;
        line-height: 140%;
        max-width: 640px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__title {
        font-size:54px;
        max-width: 860px;
        margin: 0 auto 80px
    }
}

.coffee-kit .elite-features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__wrapper {
        height:549px;
        width: 768px;
        margin: 0 auto;
        position: relative
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__wrapper {
        height:730px;
        width: 1024px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__wrapper {
        height:915px;
        width: 1280px
    }
}

.coffee-kit .elite-features__full-image {
    display: none
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__full-image {
        position:absolute;
        width: 367px;
        display: block;
        left: -35px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__full-image {
        width:487px;
        margin-left: -10px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__full-image {
        width:611px;
        margin-left: -20px
    }
}

.coffee-kit .elite-features__full-image img {
    width: 100%;
    margin: 0
}

.coffee-kit .elite-features__container {
    width: 100%
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__container {
        width:300px;
        position: absolute;
        right: 74px;
        top: 26px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__container {
        width:400px;
        right: 100px;
        top: 33px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__container {
        width:430px;
        right: 193px;
        top: 78px
    }
}

.coffee-kit .elite-features .elite-features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.coffee-kit .elite-features .elite-features-block__half-image {
    width: 138px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__half-image {
        display:none
    }
}

.coffee-kit .elite-features .elite-features-block__half-image img {
    width: 100%;
    margin: 0
}

.coffee-kit .elite-features .elite-features-block__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 28px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features {
        margin-left:0
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature {
    position: relative;
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature {
        margin-bottom:25px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature {
        margin-bottom:36px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0c2340;
    margin-bottom: 5px;
    width: 160px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__name {
        width:300px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__name {
        font-size:22px;
        width: 400px;
        margin-bottom: 7px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__name {
        font-size:26px;
        width: 430px;
        margin-bottom: 8px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__descr {
    width: 160px;
    font-size: 14px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__descr {
        width:300px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__descr {
        font-size:17px;
        width: 400px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__descr {
        font-size:18px;
        width: 430px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line {
    position: absolute;
    height: .8px;
    background-color: #0c2340;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: -21px;
    top: 13px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line {
        left:-20px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line {
        left:-27px;
        top: 17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line {
        left:-33px;
        top: 19px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_1 {
    width: 60px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:124px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:170px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:205px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_2 {
    width: 100px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:124px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:170px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:205px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_3 {
    width: 60px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:170px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:230px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:276px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_4 {
    width: 90px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:124px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:170px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:205px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_5 {
    width: 100px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:210px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:280px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:350px
    }
}

@media (max-width: 767px) {
    .coffee-kit .elite-features .elite-features-block_image-right {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 69px
    }
}

@media (max-width: 767px) {
    .coffee-kit .elite-features .elite-features-block_image-right .elite-features-block__features {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 28px;
        margin-left: 0;
        margin-top: 84px
    }
}

@media (max-width: 767px) {
    .coffee-kit .elite-features .elite-features-block_image-right .elite-features-block__features .elite-feature__line {
        -webkit-transform:translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        right: -21px;
        left: auto
    }
}

.coffee-kit .comfort {
    background-color: #fff;
    padding: 40px 6.8572%
}

@media (min-width: 768px) {
    .coffee-kit .comfort {
        padding:60px 7.2917%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort {
        padding:60px 7.3243%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort {
        padding:80px 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container {
        max-width:1200px;
        margin: 0 auto
    }
}

.coffee-kit .comfort__container .comfort__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #0c2340;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort__title {
        width:520px;
        margin: 0 auto 40px;
        font-size: 36px;
        line-height: 150%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort__title {
        width:640px;
        margin: 0 auto 70px;
        font-size: 40px;
        line-height: 140%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort__title {
        width:860px;
        margin: 0 auto 90px;
        font-size: 54px
    }
}

.coffee-kit .comfort__container .comfort-item {
    display: grid;
    grid-template-areas: "title title" "desc img";
    grid-template-columns: 138px 147px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item {
        grid-template-areas:"title img" "desc img";
        grid-template-columns: 360px 1fr;
        margin-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item {
        grid-template-columns:480px 1fr;
        margin-bottom: 50px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item {
        grid-template-columns:600px 1fr;
        margin-bottom: 70px
    }
}

.coffee-kit .comfort__container .comfort-item__title {
    grid-area: title;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #0c2340;
    width: 270px;
    margin: 0 auto 20px 0;
    align-self: end
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__title {
        font-size:45.6px;
        width: 360px;
        margin: 0 auto 26px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item__title {
        width:480px;
        font-size: 60.8px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item__title {
        width:600px;
        font-size: 76px;
        margin: 0 auto 30px
    }
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__title .hide-tab {
        display:none
    }
}

@media (max-width: 767px) {
    .coffee-kit .comfort__container .comfort-item__title .hide-mob {
        display:none
    }
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__title span {
        margin-left:82px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item__title span {
        margin-left:110px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item__title span {
        margin-left:137px
    }
}

.coffee-kit .comfort__container .comfort-item__desc {
    grid-area: desc;
    font-size: 14px;
    line-height: 150%;
    color: #0c2340;
    margin-top: 8px
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__desc {
        width:274px;
        margin-top: 0;
        margin-left: auto
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item__desc {
        width:364px;
        font-size: 17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item__desc {
        width:456px;
        font-size: 22px
    }
}

.coffee-kit .comfort__container .comfort-item__image {
    grid-area: img
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__image {
        width:230px;
        justify-self: center
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item__image {
        width:306px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item__image {
        width:382px
    }
}

.coffee-kit .comfort__container .comfort-item__image img {
    margin: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .comfort__container .comfort-item:nth-child(2n) {
    grid-template-columns: 147px 138px;
    grid-template-areas: "title title" "img desc"
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) {
        grid-template-columns:1fr 360px;
        grid-template-areas: "img title" "img desc"
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) {
        grid-template-columns:1fr 480px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) {
        grid-template-columns:1fr 600px
    }
}

.coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title {
    margin: 0 auto 20px 0
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title {
        margin:0 0 20px auto
    }
}

.coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title span {
    margin-left: 70px
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title span {
        margin-left:82px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title span {
        margin-left:110px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title span {
        margin-left:137px
    }
}

.coffee-kit .comfort__container .comfort-item:last-child {
    margin-bottom: 0
}

.coffee-kit .right-espresso {
    padding: 38px 0 55px;
    background-color: #fff
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso {
        padding:60px 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso {
        padding:60px 0 100px
    }
}

@media (min-width: 1028px) {
    .coffee-kit .right-espresso {
        padding:80px 0 100px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container {
        max-width:1200px;
        margin: 0 auto
    }
}

.coffee-kit .right-espresso__container .right-espresso__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #0c2340;
    padding: 0 6.8572%;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .right-espresso__title {
        font-size:36px;
        line-height: 150%;
        width: 520px;
        margin: 0 auto 37px;
        padding: 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .right-espresso__title {
        font-size:40px;
        line-height: 140%;
        width: 640px;
        margin: 0 auto 80px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .right-espresso__title {
        font-size:54px;
        margin: 0 auto 110px;
        width: 860px
    }
}

.coffee-kit .right-espresso__container .right-espresso__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 302px;
    height: 48px;
    background-color: #0c2340;
    border-radius: 24px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    color: #fff
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .right-espresso__button {
        width:330px;
        height: 54px;
        text-decoration: none;
        border-radius: 30px;
        font-size: 16.8px;
        line-height: 23px;
        margin-top: 40px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .right-espresso__button {
        width:440px;
        height: 72px;
        border-radius: 40px;
        font-size: 22.4px;
        line-height: 31px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .right-espresso__button {
        width:550px;
        height: 90px;
        border-radius: 50px;
        font-size: 28px;
        line-height: 38px
    }
}

.coffee-kit .right-espresso__container .espresso-signs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0 5.2084%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs {
        padding:0 4.1993% 0 5.3711%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs {
        padding:0 50px 0 0
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 6.8572%
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__items {
        padding:0;
        width: calc(100% - 226px)
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items {
        width:calc(100% - 317px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items {
        width:calc(100% - 409px)
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item {
    width: 45.6954%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item {
        width:47.4026%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item {
        width:46.4697%;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item {
        width:346px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 6px
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon {
        width:38px;
        height: 38px;
        margin-bottom: 0;
        margin-right: 7px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon {
        width:42px;
        height: 42px;
        margin-right: 9px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon {
        width:64px;
        height: 64px;
        margin-right: 12px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text {
        width:calc(100% - 45px)
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text {
        width:calc(100% - 51px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text {
        width:270px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0c2340;
    margin-bottom: 5px
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-title {
        font-size:22px;
        margin-bottom: 7px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-title {
        font-size:26px;
        margin-bottom: 10px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-description {
    font-size: 14px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-description {
        font-size:17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-description {
        font-size:18px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__image {
    width: 100%;
    margin: -40px auto 0
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__image {
        width:226px;
        height: 444px;
        margin: -45px 0 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__image {
        width:301px;
        height: 592px;
        margin: -100px 0 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__image {
        width:394px;
        height: 756px;
        margin: -180px 0 0
    }
}

.coffee-kit .right-espresso__container .espresso-signs__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0
}

.coffee-kit .blend-geo {
    background-color: #e3c8b8
}

.coffee-kit .blend-geo__container {
    position: relative;
    padding: 60px 6.858% 0
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__container {
        padding:60px 6.12% 100px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__container {
        padding:60px 5.8594% 127px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__container {
        padding:100px 0 100px;
        max-width: 1200px;
        margin: 0 auto
    }
}

.coffee-kit .blend-geo__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #0c2340;
    margin: 0 auto 109px;
    width: 302px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__title {
        font-size:36px;
        line-height: 150%;
        width: 520px;
        margin: 0 auto 85px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__title {
        font-size:40px;
        line-height: 140%;
        width: 640px;
        margin: 0 auto 110px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__title {
        font-size:58px;
        width: 860px;
        margin: 0 auto 147px
    }
}

.coffee-kit .blend-geo__map {
    height: 474px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__map {
        overflow-x:initial;
        height: 348px;
        padding: 0 36px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__map {
        height:466px;
        padding: 0 50px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__map {
        height:580px;
        padding: 0 28px
    }
}

.coffee-kit .blend-geo__map img {
    min-width: 749px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__map img {
        width:100%;
        min-width: unset
    }
}

.coffee-kit .blend-geo__map .simplebar-content {
    height: 100%
}

.coffee-kit .blend-geo__map .simplebar-track {
    height: 6px;
    background-color: rgba(12,35,64,.2);
    border-radius: 14px
}

.coffee-kit .blend-geo__map .simplebar-scrollbar {
    top: 0!important;
    height: 6px!important;
    background: #0c2340;
    border-radius: 14px
}

.coffee-kit .blend-geo__grow {
    position: absolute;
    top: 166px;
    left: 6.858%;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #0c2340;
    width: 200px;
    z-index: 1
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__grow {
        font-size:27px;
        line-height: 140%;
        width: 222px;
        top: 157px;
        left: 6.12%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__grow {
        font-size:32px;
        line-height: 140%;
        width: 300px;
        top: 176px;
        left: 5.8594%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__grow {
        font-size:39px;
        width: 328px;
        top: 262px;
        left: 5.8594%
    }
}

.coffee-kit .blend-geo__beans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 166px;
    right: 6.858%
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__beans {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 182px;
        right: 9.375%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__beans {
        top:210px;
        right: 9.4727%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__beans {
        top:309px;
        right: 100px
    }
}

.coffee-kit .blend-geo__beans .beans-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.coffee-kit .blend-geo__beans .beans-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-right: 5px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__beans .beans-item__icon {
        width:20px;
        height: 20px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__beans .beans-item__icon {
        width:26px;
        height: 26px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__beans .beans-item__icon {
        width:32px;
        height: 32px
    }
}

.coffee-kit .blend-geo__beans .beans-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.coffee-kit .blend-geo__beans .beans-item__title {
    font-size: 13.3333px;
    line-height: 130%;
    color: #0c2340
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__beans .beans-item__title {
        font-size:10px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__beans .beans-item__title {
        font-size:13px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__beans .beans-item__title {
        font-size:16px
    }
}

.coffee-kit .blend-geo__beans .beans-item:first-child {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__beans .beans-item:first-child {
        margin-bottom:0;
        margin-right: 18px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__beans .beans-item:first-child {
        margin-right:40px
    }
}

.coffee-kit .blend-geo__height {
    margin-top: 60px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__height {
        position:absolute;
        bottom: 0;
        right: 5.7292%;
        margin-top: 0;
        width: 264px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__height {
        right:5.8594%;
        width: 352px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__height {
        right:40px;
        width: 400px
    }
}

.coffee-kit .blend-geo__height .height-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #0c2340;
    margin-bottom: 5px
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__height .height-title {
        font-size:22px;
        margin-bottom: 7px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__height .height-title {
        font-size:26px;
        margin-bottom: 10px
    }
}

.coffee-kit .blend-geo__height .height-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__height .height-text {
        font-size:17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__height .height-text {
        font-size:18px
    }
}

.coffee-kit .blend-roasting {
    background-color: #e3c8b8;
    margin-top: -1px
}

.coffee-kit .blend-roasting__container {
    padding: 66px 0 85px
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__container {
        padding:46px 0 49px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__container {
        padding:66px 0 118px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__container {
        padding:66px 0 100px
    }
}

.coffee-kit .blend-roasting__title {
    width: 200px;
    margin-bottom: 16px;
    margin-left: 6.8572%;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #0c2340
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__title {
        font-size:27px;
        line-height: 140%;
        margin-bottom: 36px;
        margin-left: 6.12%;
        width: 250px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__title {
        font-size:32px;
        margin-bottom: 54px;
        margin-left: 5.8594%;
        width: 300px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__title {
        font-size:39px;
        width: 1200px;
        margin: 0 auto 70px;
        padding-left: 70px
    }
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 6.12%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__items {
        padding:0 5.8594%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items {
        width:1200px;
        margin: 0 auto;
        padding: 0 35px 0 53px
    }
}

.coffee-kit .blend-roasting__items .roasting-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 6.8572%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 29.6736%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__items .roasting-item {
        width:29.6461%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items .roasting-item {
        width:337px
    }
}

.coffee-kit .blend-roasting__items .roasting-item__text {
    width: 52.82%
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item__text {
        width:100%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items .roasting-item__text {
        width:300px;
        margin-left: auto;
        margin-right: auto
    }
}

.coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0c2340;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-title {
        line-height:140%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-title {
        font-size:22px;
        line-height: 150%;
        margin-bottom: 7px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-title {
        font-size:26px;
        margin-bottom: 10px
    }
}

.coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-description {
    font-size: 14px;
    line-height: 150%;
    color: #0c2340
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-description {
        font-size:17px;
        margin-bottom: 38px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-description {
        font-size:18px;
        margin-bottom: 35px
    }
}

.coffee-kit .blend-roasting__items .roasting-item__image {
    width: 148px
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item__image {
        width:100%
    }
}

.coffee-kit .blend-roasting__items .roasting-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .blend-roasting__items .roasting-item:last-child {
    margin-bottom: 0
}

.coffee-kit .blend-roasting__items .roasting-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 6.8572%;
    padding-left: 0
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item:nth-child(2n) {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.coffee-kit .select-model {
    background-color: #fff
}

.coffee-kit .select-model__container {
    padding: 46px 6.8572% 72px
}

@media (min-width: 768px) {
    .coffee-kit .select-model__container {
        padding:65px 5.2084%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .select-model__container {
        padding:60px 5.8594%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .select-model__container {
        padding:90px 0 65px;
        max-width: 1200px;
        margin: 0 auto
    }
}

.coffee-kit .select-model__container .select-model__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #0c2340;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .coffee-kit .select-model__container .select-model__title {
        font-size:36px;
        line-height: 49px;
        margin-bottom: 50px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .select-model__container .select-model__title {
        font-size:40px;
        line-height: 54px;
        margin-bottom: 56px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .select-model__container .select-model__title {
        font-size:58px;
        line-height: 79px;
        margin-bottom: 70px
    }
}

.coffee-kit .select-model__container .select-model__button {
    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: 302px;
    height: 48px;
    background: #0c2340;
    border-radius: 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
    margin: 53px auto 0
}

@media (min-width: 768px) {
    .coffee-kit .select-model__container .select-model__button {
        width:330px;
        height: 54px;
        border-radius: 30px;
        font-size: 16.8px;
        line-height: 23px;
        text-decoration: none
    }
}

@media (min-width: 1024px) {
    .coffee-kit .select-model__container .select-model__button {
        width:440px;
        height: 72px;
        border-radius: 40px;
        font-size: 22.4px;
        line-height: 31px;
        margin: 70px auto 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .select-model__container .select-model__button {
        width:550px;
        height: 90px;
        border-radius: 50px;
        font-size: 28px;
        line-height: 38px;
        margin: 89px auto 0
    }
}

.coffee-kit .select-model-slider .swiper-slide {
    width: 47.5308%
}

@media (min-width: 768px) {
    .coffee-kit .select-model-slider .swiper-slide {
        width:31.8313%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .select-model-slider .swiper-slide {
        width:23.74866%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .select-model-slider .swiper-slide {
        width:19%
    }
}

.coffee-kit .select-model-slider .swiper-slide .product-card__img {
    border-radius: 12px
}

.coffee-kit .select-model-slider .swiper-scrollbar {
    width: 302px;
    height: 6px;
    background-color: rgba(12,35,64,.2);
    border-radius: 16px;
    margin-top: 36px
}

@media (min-width: 768px) {
    .coffee-kit .select-model-slider .swiper-scrollbar {
        width:550px;
        margin-top: 50px
    }
}

.coffee-kit .select-model-slider .swiper-scrollbar-drag {
    background-color: #0c2340;
    border-radius: 16px
}

.profile-return__popup p {
    margin-bottom: 0
}

.profile-return__popup .caption {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000
}

@media (min-width: 768px) {
    .profile-return__popup .caption {
        margin:0 0 30px;
        font-size: 18px;
        line-height: 145%
    }
}

.profile-return__popup .input-floating {
    margin-bottom: 20px
}

.profile-return__popup .input-floating:last-child {
    margin-bottom: 0
}

.profile-return__popup .input-floating input,.profile-return__popup .input-floating textarea {
    border: 0;
    background: #fff;
    color: #000!important
}

.profile-return__popup .input-floating .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.profile-return__popup .input-floating .photo__img {
    background: #fff;
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 4px;
    margin-right: 16px
}

.profile-return__popup .input-floating .photo__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px
}

.profile-return__popup .input-floating .photo__input .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #39485b;
    margin-bottom: 0
}

.profile-return__popup .input-floating .photo__input label {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    margin: 6px 0 0;
    background: #59aee4;
    border: 1px solid #59aee4;
    cursor: pointer;
    padding: 8px 26px;
    border-radius: 40px;
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    pointer-events: auto
}

.profile-return__popup .input-floating .photo__input input {
    width: 0;
    height: 0;
    display: none
}

.profile-return__popup .input-photo {
    background-color: inherit
}

.profile-return__popup .input-photo .help-block-wrap {
    margin-top: 10px
}

.profile-return__popup .block {
    margin-top: 12px;
    background: #f7f7f7;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    position: relative
}

@media (min-width: 768px) {
    .profile-return__popup .block {
        min-width:508px;
        margin-top: 8px;
        padding: 20px 40px 20px 20px
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block {
        min-width:640px
    }
}

.profile-return__popup .block-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #2b2b2b;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .profile-return__popup .block-title {
        font-size:14px
    }
}

.profile-return__popup .block .item {
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .profile-return__popup .block .item {
        margin-bottom:28px
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block .item {
        margin-bottom:24px
    }
}

.profile-return__popup .block .item:last-child {
    margin-bottom: 0
}

.profile-return__popup .block .item-header {
    display: block;
    position: relative
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.profile-return__popup .block .item-header .imgTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 36px
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .imgTitle {
        margin-left:0
    }
}

.profile-return__popup .block .item-header .imgTitle .img {
    width: 68px;
    height: 68px;
    min-width: 68px;
    margin-right: 20px;
    border-radius: 4px
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .imgTitle .img {
        width:56px;
        height: 56px;
        min-width: 56px
    }
}

.profile-return__popup .block .item-header .imgTitle .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px
}

.profile-return__popup .block .item-header .imgTitle .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .imgTitle .title {
        font-size:16px;
        width: 180px
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block .item-header .imgTitle .title {
        margin-bottom:24px
    }
}

.profile-return__popup .block .item-header .countPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .countPrice {
        margin-top:0;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.profile-return__popup .block .item-header .countPrice .count {
    height: 48px;
    width: 60px;
    background: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #071a33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .countPrice .count {
        height:40px;
        width: 70px
    }
}

.profile-return__popup .block .item-header .countPrice .bonus {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #c28005;
    margin-bottom: 0;
    margin-right: 8px
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .countPrice .bonus {
        font-size:14px;
        line-height: 143%
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block .item-header .countPrice .bonus {
        margin-left:18px
    }
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .countPrice .price {
        margin-left:8px;
        min-width: 85px
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block .item-header .countPrice .price {
        margin-left:18px
    }
}

.profile-return__popup .block .item-header .countPrice .price .curr {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    text-align: right;
    color: #071a33
}

.profile-return__popup .block .item-header .countPrice .price .curr span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #c28005;
    margin-right: 8px
}

.profile-return__popup .block .item-header .countPrice .price .prev {
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    margin-bottom: 0;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.profile-return__popup .block .item-header .checkbox-tick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .checkbox-tick {
        margin-right:20px
    }
}

.profile-return__popup .block .item-header .checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.profile-return__popup .block .item-header .checkbox-tick input:checked~.checkmark {
    background: #59aee4;
    border: 1px solid #59aee4
}

.profile-return__popup .block .item-header .checkbox-tick input:checked~.checkmark svg {
    display: block
}

.profile-return__popup .block .item-header .checkbox-tick .checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #8693a2;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4px;
    position: relative
}

@media (max-width: 767px) {
    .profile-return__popup .block .item-header .checkbox-tick .checkmark {
        position:absolute;
        top: 24px;
        left: 0
    }
}

.profile-return__popup .block .item-header .checkbox-tick .checkmark svg {
    display: none;
    position: absolute;
    right: 0
}

.profile-return__popup .block .item .documents {
    margin-top: 0;
    max-height: 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden
}

.profile-return__popup .block .item .documents .input-floating {
    position: relative
}

.profile-return__popup .block .item .documents .input-floating svg {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.profile-return__popup .block .item.active .documents {
    margin-top: 30px;
    max-height: 350px;
    overflow: visible
}

.profile-return__popup .block .dop-info {
    position: absolute;
    top: 48px;
    right: 16px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 4px;
    padding: 12px;
    z-index: 10;
    display: none
}

.profile-return__popup .block .dop-info .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000
}

.profile-return__popup .block .dop-info img {
    width: 200px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 10px
}

.profile-return__popup .block .dop-info.active {
    display: block
}

.profile-return__popup .accordion-place .item {
    margin-top: 8px
}

.profile-return__popup .accordion-place .item-header {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px 16px
}

@media (min-width: 768px) {
    .profile-return__popup .accordion-place .item-header {
        padding:20px
    }
}

.profile-return__popup .accordion-place .item-header .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-return__popup .accordion-place .item-header .head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #2b2b2b;
    margin-bottom: 0
}

.profile-return__popup .accordion-place .item-header .head svg {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.profile-return__popup .accordion-place .item-header .head.collapsed svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.profile-return__popup .accordion-place .item-header .body {
    padding: 28px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .profile-return__popup .accordion-place .item-header .body {
        padding:20px 0 0
    }
}

.profile-return__popup .accordion-place .item-header .body .input-floating {
    margin-bottom: 20px;
    width: calc(50% - 6px)
}

@media (max-width: 767px) {
    .profile-return__popup .accordion-place .item-header .body .input-floating {
        width:100%
    }
}

.profile-return__popup .accordion-place .item-header .body .input-floating.comment {
    width: 100%
}

.profile-return__popup .accordion-place .item-header .body .input-floating.input-photo {
    width: 100%
}

.profile-return__popup .accordion-place .item-header .body .input-floating .phone-split {
    width: 100%;
    margin: 0
}

.profile-return__popup .buttons {
    padding: 48px 0 58px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 10
}

@media (min-width: 768px) {
    .profile-return__popup .buttons {
        padding:40px 0 60px
    }
}

.profile-return__popup .buttons .btn,.profile-return__popup .buttons .active-filters__link .close-btn,.active-filters__link .profile-return__popup .buttons .close-btn,.profile-return__popup .buttons .active-filters__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.profile-return__popup .buttons .btn.return,.profile-return__popup .buttons .active-filters__link .return.close-btn,.active-filters__link .profile-return__popup .buttons .return.close-btn,.profile-return__popup .buttons .return.active-filters__button {
    background: #59aee4;
    border-radius: 40px;
    height: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #fff
}

@media (min-width: 768px) {
    .profile-return__popup .buttons .btn.return,.profile-return__popup .buttons .active-filters__link .return.close-btn,.active-filters__link .profile-return__popup .buttons .return.close-btn,.profile-return__popup .buttons .return.active-filters__button {
        height:60px
    }
}

.profile-return__popup .buttons .btn.cancel,.profile-return__popup .buttons .active-filters__link .cancel.close-btn,.active-filters__link .profile-return__popup .buttons .cancel.close-btn,.profile-return__popup .buttons .cancel.active-filters__button {
    margin-top: 26px;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #59aee4;
    text-decoration: underline
}

@media (min-width: 768px) {
    .profile-return__popup .buttons .btn.cancel,.profile-return__popup .buttons .active-filters__link .cancel.close-btn,.active-filters__link .profile-return__popup .buttons .cancel.close-btn,.profile-return__popup .buttons .cancel.active-filters__button {
        margin-top:32px
    }
}

.profile-return__popup .order-item {
    background: #f7f7f7;
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 30px 40px 20px
}

.profile-return__popup .order-item:last-child {
    margin-bottom: 95px
}

.profile-return__popup .order-item.exchange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px
}

.profile-return__popup .order-item.exchange .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item.exchange .link {
    margin-left: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #59aee4;
    cursor: pointer
}

.profile-return__popup .order-item__header {
    padding-bottom: 50px;
    border-bottom: 1px solid #8693a2
}

.profile-return__popup .order-item__header .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-return__popup .order-item__header .head .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__header .head .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__popup .order-item__header .head .status p {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__popup .order-item__header .head .status p:before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #8693a2;
    border-radius: 50%;
    margin-right: 8px
}

.profile-return__popup .order-item__header .head .status p:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #8693a2;
    margin: 0 8px
}

.profile-return__popup .order-item__header .head .status p:last-child:after {
    content: none
}

.profile-return__popup .order-item__header .head .status p.complete {
    color: #59aee4
}

.profile-return__popup .order-item__header .head .status p.complete:before {
    background-color: #59aee4
}

.profile-return__popup .order-item__header .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.profile-return__popup .order-item__header .info .item {
    min-width: 120px
}

.profile-return__popup .order-item__header .info .item .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #8693a2
}

.profile-return__popup .order-item__header .info .item .value {
    margin-top: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__body {
    padding-top: 16px
}

.profile-return__popup .order-item__body .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px
}

.profile-return__popup .order-item__body .head .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__body .head .img {
    margin-left: 16px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__popup .order-item__body .head .img img {
    width: 68px;
    height: 68px;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 16px
}

.profile-return__popup .order-item__body .head .img img:nth-child(n+4) {
    display: none
}

.profile-return__popup .order-item__body .head .show-more {
    margin-left: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #59aee4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.profile-return__popup .order-item__body .head .show-more svg {
    margin-left: 24px;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.profile-return__popup .order-item__body .head.collapsed .img {
    max-height: 68px
}

.profile-return__popup .order-item__body .head.collapsed svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.profile-return__popup .order-item__body .body {
    padding-top: 20px
}

.profile-return__popup .order-item__body .body .item {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__popup .order-item__body .body .item:last-child {
    margin-bottom: 0
}

.profile-return__popup .order-item__body .body .item img {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border: 1px solid #e8e8e9;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain
}

.profile-return__popup .order-item__body .body .item .name {
    margin-left: 20px;
    max-width: 192px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__body .body .item .price {
    margin-left: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__body .body .item .link {
    margin-left: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #59aee4;
    cursor: pointer
}

.profile-return__popup .empty {
    margin: 60px auto
}

.profile-return__popup .empty .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    color: #141414
}

.profile-return__popup .empty .link {
    margin: 24px auto 0;
    width: 186px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    background: #59aee4;
    border-radius: 40px
}

.profile-return__order p {
    margin-bottom: 0
}

.profile-return__order-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .profile-return__order-header {
        margin-bottom:24px
    }
}

.profile-return__order-header .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #071a33
}

@media (min-width: 768px) {
    .profile-return__order-header .title {
        font-size:24px
    }
}

.profile-return__order-header .link {
    margin-top: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #59aee4
}

.profile-return__order-header .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__order-header .btn,.profile-return__order-header .active-filters__link .close-btn,.active-filters__link .profile-return__order-header .close-btn,.profile-return__order-header .active-filters__button {
    background: #59aee4;
    width: 180px;
    height: 48px;
    border: 1px solid #59aee4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    padding: 0
}

.profile-return__order .order-item {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .profile-return__order .order-item {
        padding:30px 40px;
        margin-bottom: 30px
    }
}

.profile-return__order .order-item:last-child {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .profile-return__order .order-item:last-child {
        margin-bottom:60px
    }
}

.profile-return__order .order-item__header {
    padding-bottom: 16px;
    border-bottom: 1px solid #8693a2;
    position: relative
}

@media (min-width: 768px) {
    .profile-return__order .order-item__header {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-bottom: 20px
    }
}

.profile-return__order .order-item__header .info .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__order .order-item__header .info .subname {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #8693a2
}

@media (min-width: 768px) {
    .profile-return__order .order-item__header .info .subname {
        margin-top:2px
    }
}

.profile-return__order .order-item__header .info-error {
    margin-top: 16px;
    max-width: 526px
}

.profile-return__order .order-item__header .info-error .caption {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #071a33
}

.profile-return__order .order-item__header .status {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    position: relative
}

@media (max-width: 767px) {
    .profile-return__order .order-item__header .status {
        position:absolute;
        right: 0;
        bottom: 0
    }
}

.profile-return__order .order-item__header .status p {
    margin-bottom: 10px
}

.profile-return__order .order-item__header .status p:before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #8693a2
}

.profile-return__order .order-item__header .status.completed {
    color: #59aee4
}

.profile-return__order .order-item__header .status.completed p::before {
    background-color: #59aee4
}

.profile-return__order .order-item__header .status-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: right;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #59aee4;
    display: block
}

.profile-return__order .order-item__body {
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body {
        margin-top:20px
    }
}

.profile-return__order .order-item__body .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

@media (min-width: 1200px) {
    .profile-return__order .order-item__body .name {
        font-size:16px;
        line-height: 150%
    }
}

.profile-return__order .order-item__body .item {
    background: #f7f7f7;
    border-radius: 4px;
    margin-top: 8px;
    padding: 16px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item {
        margin-top:12px;
        padding: 20px 32px 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .profile-return__order .order-item__body .item {
        padding:20px 40px 20px 20px
    }
}

.profile-return__order .order-item__body .item:last-child {
    margin-bottom: 0
}

.profile-return__order .order-item__body .item .imgTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__order .order-item__body .item .imgTitle .img {
    width: 68px;
    height: 68px;
    min-width: 68px;
    margin-right: 20px;
    background-color: #f9f9f9;
    border-radius: 4px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .imgTitle .img {
        width:56px;
        height: 56px;
        min-width: 56px
    }
}

.profile-return__order .order-item__body .item .imgTitle .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px
}

.profile-return__order .order-item__body .item .imgTitle .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    width: 100%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .imgTitle .title {
        font-size:16px
    }
}

.profile-return__order .order-item__body .item .countPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .countPrice {
        margin-top:0
    }
}

.profile-return__order .order-item__body .item .countPrice .count {
    height: 48px;
    width: 70px;
    background: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #071a33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .countPrice .count {
        height:40px
    }
}

.profile-return__order .order-item__body .item .countPrice .price {
    width: 105px;
    margin-left: 8px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .countPrice .price {
        width:145px;
        margin-left: 26px
    }
}

@media (min-width: 1200px) {
    .profile-return__order .order-item__body .item .countPrice .price {
        margin-left:38px
    }
}

.profile-return__order .order-item__body .item .countPrice .price .prev {
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 0;
    color: #071a33
}

.profile-return__order .order-item__body .item .countPrice .price .bonus {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #c28005;
    text-align: right
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .countPrice .price .bonus {
        font-size:14px;
        line-height: 143%
    }
}

.profile-referral__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #071a33
}

@media (min-width: 768px) {
    .profile-referral__title {
        font-size:24px
    }
}

.profile-referral p {
    margin: 0
}

.profile-referral .score,.profile-referral .promocodes,.profile-referral .about {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 12px;
    padding: 20px
}

@media (min-width: 768px) {
    .profile-referral .score,.profile-referral .promocodes,.profile-referral .about {
        padding:30px;
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .profile-referral .score,.profile-referral .promocodes,.profile-referral .about {
        padding:30px 40px
    }
}

.profile-referral .score-wrap,.profile-referral .promocodes-wrap,.profile-referral .about-wrap {
    padding: 16px;
    background: #f7f7f7;
    border-radius: 12px
}

@media (min-width: 768px) {
    .profile-referral .score-wrap,.profile-referral .promocodes-wrap,.profile-referral .about-wrap {
        padding:20px
    }
}

.profile-referral .score-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 123%;
    color: #0d2645
}

@media (min-width: 768px) {
    .profile-referral .score-title {
        font-size:16px;
        line-height: 145%
    }
}

.profile-referral .score-title .link {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #59aee4
}

@media (min-width: 768px) {
    .profile-referral .score-title .link {
        font-size:16px
    }
}

.profile-referral .score .balance {
    margin-top: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .balance {
        margin-top:20px
    }
}

@media (min-width: 1200px) {
    .profile-referral .score .balance {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.profile-referral .score .balance .current {
    background: #59aee4;
    border-radius: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 12px 16px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .current {
        padding:16px 20px
    }
}

.profile-referral .score .balance .withdrawn {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 16px;
    border: 1px solid #59aee4;
    margin-top: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .withdrawn {
        padding:16px 20px
    }
}

@media (min-width: 1200px) {
    .profile-referral .score .balance .withdrawn {
        max-width:calc((100% - 12px)/2);
        margin-top: 0;
        margin-left: 12px
    }
}

.profile-referral .score .balance .withdrawn .info .count {
    color: #141414
}

.profile-referral .score .balance .withdrawn .info .caption {
    color: #141414
}

.profile-referral .score .balance svg {
    width: 40px;
    height: 40px
}

.profile-referral .score .balance .info {
    max-width: calc(100% - 56px);
    margin-left: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .info {
        max-width:calc(100% - 190px);
        margin-left: 16px
    }
}

@media (min-width: 1200px) {
    .profile-referral .score .balance .info {
        max-width:calc(100% - 168px)
    }
}

.profile-referral .score .balance .info .count {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 24px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .info .count {
        font-size:24px;
        line-height: 31px
    }
}

.profile-referral .score .balance .info .caption {
    font-weight: 400;
    color: #fff;
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .info .caption {
        font-size:16px;
        line-height: 20px
    }
}

.profile-referral .score .balance .btn,.profile-referral .score .balance .active-filters__link .close-btn,.active-filters__link .profile-referral .score .balance .close-btn,.profile-referral .score .balance .active-filters__button {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-transform: none;
    color: #fff;
    margin-left: auto;
    width: 100%;
    height: 36px;
    background-color: #0d2645;
    border-radius: 40px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .btn,.profile-referral .score .balance .active-filters__link .close-btn,.active-filters__link .profile-referral .score .balance .close-btn,.profile-referral .score .balance .active-filters__button {
        width:112px;
        margin-top: 0
    }
}

.profile-referral .score .explanation {
    background: #fff;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding: 12px 16px
}

@media (min-width: 768px) {
    .profile-referral .score .explanation {
        padding:16px 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.profile-referral .score .explanation svg {
    width: 16px;
    height: 16px;
    min-width: 16px
}

@media (min-width: 768px) {
    .profile-referral .score .explanation svg {
        width:24px;
        height: 24px;
        min-width: 24px
    }
}

.profile-referral .score .explanation .text {
    color: #141414;
    font-weight: 400;
    font-size: 12px;
    line-height: 123%;
    margin-left: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .explanation .text {
        margin-left:16px;
        font-size: 16px;
        line-height: 20px
    }
}

.profile-referral .promocodes-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 123%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral .promocodes-title {
        font-size:20px
    }
}

.profile-referral .promocodes .codes {
    margin-top: 24px;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 20px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes {
        margin-top:20px
    }
}

.profile-referral .promocodes .codes .item {
    background: #fff;
    border-radius: 12px;
    position: relative;
    padding: 16px;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item {
        margin-bottom:12px;
        padding: 20px
    }
}

.profile-referral .promocodes .codes .item:last-child {
    margin-bottom: 0
}

.profile-referral .promocodes .codes .item .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .name {
        font-size:18px;
        line-height: 19px
    }
}

.profile-referral .promocodes .codes .item .caption {
    margin-top: 4px;
    font-weight: 400;
    color: #141414;
    font-size: 12px;
    line-height: 14px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .caption {
        font-size:16px;
        line-height: 20px
    }
}

.profile-referral .promocodes .codes .item .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 0 0;
    padding: 0
}

.profile-referral .promocodes .codes .item .product .img {
    width: 64px;
    height: 64px;
    min-width: 64px
}

.profile-referral .promocodes .codes .item .product .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.profile-referral .promocodes .codes .item .product .name {
    color: #c28005;
    max-width: 172px;
    margin-left: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px
}

.profile-referral .promocodes .codes .item .btn,.profile-referral .promocodes .codes .item .active-filters__link .close-btn,.active-filters__link .profile-referral .promocodes .codes .item .close-btn,.profile-referral .promocodes .codes .item .active-filters__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: 12px;
    width: 100%;
    height: 42px;
    font-size: 14px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .btn,.profile-referral .promocodes .codes .item .active-filters__link .close-btn,.active-filters__link .profile-referral .promocodes .codes .item .close-btn,.profile-referral .promocodes .codes .item .active-filters__button {
        width:200px;
        height: 48px;
        font-size: 16px
    }
}

.profile-referral .promocodes .codes .item .current-code {
    margin-top: 12px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .current-code {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.profile-referral .promocodes .codes .item .current-code .code {
    background: url(/local/templates/.default/assets/dist/css/../images/profile-promocode.png);
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 64px;
    margin: 0 0 16px 0
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .current-code .code {
        width:175px;
        margin: 2px 0
    }
}

.profile-referral .promocodes .codes .item .current-code .code:hover~.copy-info {
    display: block
}

.profile-referral .promocodes .codes .item .current-code .code .dop-info {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #555;
    cursor: default;
    display: none;
    bottom: calc(100% + 8px)
}

.profile-referral .promocodes .codes .item .current-code .code .dop-info svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 6px
}

.profile-referral .promocodes .codes .item .current-code .code .caption {
    color: #141414;
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.profile-referral .promocodes .codes .item .current-code .code .name {
    margin-top: 2px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #141414
}

.profile-referral .promocodes .codes .item .current-code .btn,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn,.profile-referral .promocodes .codes .item .current-code .active-filters__button {
    position: relative;
    width: 100%;
    height: 42px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .current-code .btn,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn,.profile-referral .promocodes .codes .item .current-code .active-filters__button {
        width:236px;
        height: 60px
    }
}

.profile-referral .promocodes .codes .item .current-code .btn .dop-info,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn .dop-info,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn .dop-info,.profile-referral .promocodes .codes .item .current-code .active-filters__button .dop-info {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #555;
    cursor: default;
    display: none;
    text-transform: none;
    letter-spacing: normal
}

.profile-referral .promocodes .codes .item .current-code .btn .dop-info svg,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn .dop-info svg,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn .dop-info svg,.profile-referral .promocodes .codes .item .current-code .active-filters__button .dop-info svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 6px
}

.profile-referral .promocodes .codes .item .current-code .btn svg,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn svg,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn svg,.profile-referral .promocodes .codes .item .current-code .active-filters__button svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin-right: 10px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .current-code .btn svg,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn svg,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn svg,.profile-referral .promocodes .codes .item .current-code .active-filters__button svg {
        width:16px;
        height: 16px;
        min-width: 16px
    }
}

.profile-referral .promocodes .codes-about {
    margin-top: 12px
}

.profile-referral .promocodes .codes-about__header {
    padding: 16px 0;
    border-top: 1px solid #e8e8e9;
    border-bottom: 1px solid #e8e8e9
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__header {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.profile-referral .promocodes .codes-about__header .head-item {
    margin-top: 16px;
    width: 100%
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__header .head-item {
        width:calc((100% - 12px)/2)
    }
}

@media (min-width: 1200px) {
    .profile-referral .promocodes .codes-about__header .head-item {
        width:calc((100% - 48px)/5)
    }
}

.profile-referral .promocodes .codes-about__header .head-item:first-child {
    margin-top: 0
}

.profile-referral .promocodes .codes-about__header .head-item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8693a2;
    position: relative
}

.profile-referral .promocodes .codes-about__header .head-item .name svg {
    cursor: pointer;
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-left: 4px
}

.profile-referral .promocodes .codes-about__header .head-item .name svg:hover~.dop-info {
    display: block
}

.profile-referral .promocodes .codes-about__header .head-item .name .dop-info {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #555;
    z-index: 1;
    display: none;
    width: 241px;
    top: 18px;
    right: 0;
    left: auto
}

.profile-referral .promocodes .codes-about__header .head-item .caption {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #141414;
    margin-top: 4px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__header .head-item .caption {
        font-size:14px;
        margin-top: 8px
    }
}

.profile-referral .promocodes .codes-about__header .head-item .caption.bold {
    font-weight: 700
}

.profile-referral .promocodes .codes-about__header .head-item .caption.blue {
    color: #59aee4
}

.profile-referral .promocodes .codes-about__header .head-item .caption.gray {
    color: #8693a2
}

.profile-referral .promocodes .codes-about__body {
    margin-top: 12px
}

.profile-referral .promocodes .codes-about__body .info-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    text-transform: uppercase;
    color: #59aee4;
    cursor: pointer
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-name {
        font-size:14px
    }
}

.profile-referral .promocodes .codes-about__body .info-name svg {
    width: 10px;
    min-width: 10px;
    height: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-left: 8px
}

.profile-referral .promocodes .codes-about__body .info-name.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.profile-referral .promocodes .codes-about__body .info-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.profile-referral .promocodes .codes-about__body .info-body .desc {
    display: none
}

@media (min-width: 1200px) {
    .profile-referral .promocodes .codes-about__body .info-body .desc {
        display:block
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob {
    display: block
}

@media (min-width: 1200px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob {
        display:none
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item {
    padding: 16px 0;
    border-top: 1px solid #e4e4e4;
    border-radius: 0;
    margin-bottom: 0
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item:first-child {
    margin-top: 22px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob .item {
        padding:20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .profile-referral .promocodes .codes-about__body .info-body .mob .item:first-child {
        margin-top: 24px
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text {
    display: block;
    width: 100%
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text-one {
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob .item .text-one {
        margin-top:20px
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text-one:first-child {
    margin-top: 0
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text .name {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #a5a5a5
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text .res {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #39485b;
    margin-top: 4px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob .item .text .res {
        margin-top:8px
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text .res.bold {
    font-weight: 700;
    color: #555
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status {
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob .item .status {
        margin-left:30px;
        margin-top: 0;
        max-width: 166px;
        width: 100%
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current a {
    font-weight: 600;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current span {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.error span {
    background-color: #f63933
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.available span {
    background-color: #219653
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.sent span {
    background-color: #ecf6fc
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.completed span {
    background-color: #59aee4
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.return span {
    background-color: #8693a2
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status .info {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #a5a5a5;
    margin-top: 2px
}

.profile-referral .promocodes .codes-about__body .info-body__header {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-referral .promocodes .codes-about__body .info-body__header p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8693a2;
    width: calc((100% - 36px)/4)
}

.profile-referral .promocodes .codes-about__body .info-body__body .item {
    padding: 16px 0;
    border-top: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0
}

.profile-referral .promocodes .codes-about__body .info-body__body .item:first-child {
    border: 0
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    width: calc((100% - 24px)/3)
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .text p.bold {
    font-weight: 700
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status {
    width: 100%;
    max-width: calc((100% - 36px)/4);
    margin-left: 12px
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #141414
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current span {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
    display: inline-block
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.error span {
    background-color: #f63933
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.available span {
    background-color: #219653
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.sent span {
    background-color: #ecf6fc
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.completed span {
    background-color: #59aee4
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.return span {
    background-color: #8693a2
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status .info {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #8693a2;
    margin-top: 4px
}

.profile-referral .promocodes .archive {
    margin-top: 20px
}

.profile-referral .promocodes .archive-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-transform: uppercase;
    color: #59aee4;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.profile-referral .promocodes .archive-show svg {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-left: 8px
}

.profile-referral .promocodes .archive-show.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.profile-referral .promocodes .archive-wrap {
    margin-top: 20px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 12px
}

.profile-referral .promocodes .archive-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.profile-referral .promocodes .archive-body .item {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px
}

.profile-referral .promocodes .archive-body .item:last-child {
    margin-bottom: 0
}

.profile-referral .promocodes .archive-body .item .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    color: #141414
}

.profile-referral .promocodes .archive-body .item .caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #141414;
    margin-top: 4px
}

.profile-referral .promocodes .archive-body .item .info-block {
    margin-top: 12px;
    border-top: 1px solid #e8e8e9;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item {
    width: calc((100% - 48px)/5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8693a2;
    position: relative;
    margin-bottom: auto
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .name svg {
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-left: 4px;
    cursor: pointer
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .name svg:hover~.dop-info {
    display: block
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .name .dop-info {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    top: 24px;
    left: -10px;
    width: 231px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #555;
    z-index: 1;
    display: none
}

@media (min-width: 768px) {
    .profile-referral .promocodes .archive-body .item .info-block .info-block__item .name .dop-info {
        left:56px;
        width: 241px
    }
}

@media (min-width: 992px) {
    .profile-referral .promocodes .archive-body .item .info-block .info-block__item .name .dop-info {
        top:18px;
        right: 0;
        left: auto
    }
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .caption {
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #141414
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .caption.bold {
    font-weight: 700
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .caption.blue {
    color: #59aee4
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .caption.gray {
    color: #8693a2
}

.profile-referral .about {
    border: 2px solid #e8e8e9;
    background-color: inherit;
    margin-bottom: 0
}

.profile-referral .about-group {
    margin: 32px auto 0;
    max-width: 586px
}

@media (min-width: 768px) {
    .profile-referral .about-group {
        margin:24px auto 0
    }
}

.profile-referral .about-group .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

.profile-referral .about-group .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.profile-referral .about-group .item:nth-child(2n) .img {
    margin-left: 0;
    margin-right: 32px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item:nth-child(2n) .img {
        margin-right:0;
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .profile-referral .about-group .item {
        margin-bottom:32px
    }
}

@media (min-width: 768px) {
    .profile-referral .about-group .item {
        margin-bottom:40px
    }
}

.profile-referral .about-group .item:last-child {
    margin-bottom: 0
}

.profile-referral .about-group .item .info {
    margin-top: 0;
    max-width: 356px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1200px) {
    .profile-referral .about-group .item .info {
        max-width:346px
    }
}

.profile-referral .about-group .item .info .step {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #59aee4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .step {
        font-size:48px;
        line-height: 58px
    }
}

.profile-referral .about-group .item .info .step span {
    display: block
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .step span {
        display:none
    }
}

.profile-referral .about-group .item .info .text {
    margin-top: 8px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .text {
        margin-left:12px;
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .text {
        margin-left:24px
    }
}

.profile-referral .about-group .item .info .text .name {
    font-weight: 600;
    color: #141414;
    font-size: 14px;
    line-height: 16px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .text .name {
        font-size:20px;
        line-height: 123%
    }
}

.profile-referral .about-group .item .info .text .caption {
    margin-top: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .text .caption {
        margin-top:16px;
        font-size: 18px;
        line-height: 145%
    }
}

.profile-referral .about-group .item .img {
    width: 88px;
    height: 88px;
    min-width: 88px;
    margin-left: 32px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .img {
        width:200px;
        height: 200px;
        min-width: 200px;
        margin-left: 0
    }
}

.profile-referral .about-group .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-referral .about-buttons {
    display: none
}

.profile-referral__modal {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    max-width: 100vw;
    max-height: 100vh
}

@media (min-width: 768px) {
    .profile-referral__modal {
        margin:1.75rem auto
    }
}

.profile-referral__modal .modal-content {
    border-radius: 12px
}

.profile-referral__modal .modal-body::-webkit-scrollbar {
    display: none
}

.profile-referral__modal .modal-body .close-cookie {
    top: 10px;
    width: 40px;
    height: 40px
}

@media (min-width: 768px) {
    .profile-referral__modal .modal-body .close-cookie {
        top:20px;
        right: 0
    }
}

.profile-referral__modal .modal-body .modal-title {
    font-size: 20px;
    width: 214px
}

@media (min-width: 768px) {
    .profile-referral__modal .modal-body .modal-title {
        font-size:calc(1.275rem + .3vw);
        width: 90%
    }
}

.profile-referral__modal [data-state=loading] .modal-title {
    min-width: 330px;
    padding: 20px 0
}

.profile-referral__modal [data-state=loading] .text-center {
    margin: 0 auto 20px
}

.profile-referral__popup p {
    margin: 0
}

.profile-referral__popup .about .profile-referral__title {
    display: none
}

.profile-referral__popup .about-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 252px
}

@media (min-width: 768px) {
    .profile-referral__popup .about-group {
        width:586px
    }
}

.profile-referral__popup .about .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.profile-referral__popup .about .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item {
        margin-bottom:20px
    }
}

.profile-referral__popup .about .item:nth-child(n+3) {
    display: none
}

.profile-referral__popup .about .item .info {
    max-width: 346px
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info {
        width:586px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.profile-referral__popup .about .item .info .step {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #59aee4
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .step {
        font-size:48px;
        line-height: 58px
    }
}

.profile-referral__popup .about .item .info .step span {
    display: block
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .step span {
        display:none
    }
}

.profile-referral__popup .about .item .info .text {
    margin-top: 8px
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .text {
        margin-left:24px;
        margin-top: 0
    }
}

.profile-referral__popup .about .item .info .text .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .text .name {
        font-size:21px;
        line-height: 123%
    }
}

.profile-referral__popup .about .item .info .text .caption {
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .text .caption {
        margin-top:16px;
        font-size: 18px;
        line-height: 145%
    }
}

.profile-referral__popup .about .item .img {
    width: 88px;
    height: 88px;
    min-width: 88px
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .img {
        width:200px;
        height: 200px;
        min-width: 200px
    }
}

.profile-referral__popup .about .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-referral__popup .about-buttons {
    margin: 50px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
}

@media (min-width: 768px) {
    .profile-referral__popup .about-buttons {
        margin:20px 0 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.profile-referral__popup .about-buttons .btn,.profile-referral__popup .about-buttons .active-filters__link .close-btn,.active-filters__link .profile-referral__popup .about-buttons .close-btn,.profile-referral__popup .about-buttons .active-filters__button {
    width: 100%;
    height: 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px
}

@media (min-width: 768px) {
    .profile-referral__popup .about-buttons .btn,.profile-referral__popup .about-buttons .active-filters__link .close-btn,.active-filters__link .profile-referral__popup .about-buttons .close-btn,.profile-referral__popup .about-buttons .active-filters__button {
        width:calc(50% - 12px);
        height: 60px
    }
}

.profile-referral__popup .about-buttons .btn-white {
    color: #59aee4;
    border: 2px solid #59aee4
}

.profile-referral__popup .about-buttons .btn-white:hover {
    color: #fff
}

.profile-referral__popup .about-buttons [data-role=next] {
    margin-left: auto
}

.profile-referral__popup .about-buttons [data-role=close],.profile-referral__popup .about-buttons [data-role=prev] {
    display: none
}

.profile-referral__popup .about-buttons [data-role=close] {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .profile-referral__popup .about-buttons [data-role=close] {
        margin-bottom:0
    }
}

.profile-referral__popup.error {
    max-width: 252px
}

@media (min-width: 768px) {
    .profile-referral__popup.error {
        max-width:472px;
        padding-right: 40px
    }
}

.profile-referral__popup.error .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.error .title {
        font-size:24px
    }
}

.profile-referral__popup.error .caption {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.error .caption {
        margin-top:20px;
        font-size: 18px
    }
}

.profile-referral__popup.error .btn,.profile-referral__popup.error .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.error .close-btn,.profile-referral__popup.error .active-filters__button {
    margin: 30px 0 40px;
    width: 100%;
    height: 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px
}

@media (min-width: 768px) {
    .profile-referral__popup.error .btn,.profile-referral__popup.error .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.error .close-btn,.profile-referral__popup.error .active-filters__button {
        margin:32px 0 40px;
        height: 60px
    }
}

.profile-referral__popup.contract {
    margin-bottom: 0;
    max-height: 90vh;
    width: 252px
}

@media (min-width: 768px) {
    .profile-referral__popup.contract {
        padding-right:40px;
        width: 472px;
        max-height: 600px
    }
}

.profile-referral__popup.contract .text-place {
    background: #f7f7f7;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #141414;
    padding: 20px 16px;
    width: 100%;
    max-height: 432px;
    overflow-y: scroll
}

@media (min-width: 768px) {
    .profile-referral__popup.contract .text-place {
        font-size:14px
    }
}

.profile-referral__popup.contract .bottom-block {
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-referral__popup.contract .bottom-block {
        margin-top:20px
    }
}

.profile-referral__popup.contract .bottom-block .rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-referral__popup.contract .bottom-block .rules .checkbox {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    position: relative;
    padding-left: 30px
}

.profile-referral__popup.contract .bottom-block .rules .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.profile-referral__popup.contract .bottom-block .rules .checkbox input:checked~.checkmark:after {
    display: block
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick input:checked~.checkmark {
    background: #fff;
    border: 1px solid #59aee4
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick input:checked~.checkmark svg {
    display: block
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick .checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #8693a2;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick .checkmark svg {
    display: none;
    min-width: 16px
}

.profile-referral__popup.contract .bottom-block .rules .caption {
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.profile-referral__popup.contract .bottom-block .rules .caption a {
    color: #59aee4;
    text-decoration: underline
}

.profile-referral__popup.contract .bottom-block .btn,.profile-referral__popup.contract .bottom-block .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.contract .bottom-block .close-btn,.profile-referral__popup.contract .bottom-block .active-filters__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 50px;
    margin: 30px 0 40px;
    cursor: pointer
}

@media (min-width: 768px) {
    .profile-referral__popup.contract .bottom-block .btn,.profile-referral__popup.contract .bottom-block .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.contract .bottom-block .close-btn,.profile-referral__popup.contract .bottom-block .active-filters__button {
        height:60px;
        margin: 20px 0 40px
    }
}

.profile-referral__popup.contract .bottom-block .btn:disabled,.profile-referral__popup.contract .bottom-block .active-filters__link .close-btn:disabled,.active-filters__link .profile-referral__popup.contract .bottom-block .close-btn:disabled,.profile-referral__popup.contract .bottom-block .active-filters__button:disabled {
    background: #8693a2
}

.profile-referral__popup.application {
    width: 100%;
    max-width: 320px
}

@media (min-width: 768px) {
    .profile-referral__popup.application {
        width:680px;
        max-width: none;
        padding-right: 40px;
        margin-top: 20px
    }
}

.profile-referral__popup.application .explanation {
    background: rgba(201,227,249,.4);
    border-radius: 12px;
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-referral__popup.application .explanation svg {
    width: 24px;
    height: 24px;
    min-width: 24px
}

.profile-referral__popup.application .explanation .text {
    margin-left: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.application .explanation .text {
        font-size:14px
    }
}

.profile-referral__popup.application .title {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.application .title {
        margin:30px 0 0;
        font-size: 18px
    }
}

.profile-referral__popup.application .block-place {
    margin-top: 20px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place {
        margin-top:30px
    }
}

.profile-referral__popup.application .block-place__one {
    padding: 20px 16px 40px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place__one {
        padding:20px 20px 40px;
        margin-bottom: 8px
    }
}

.profile-referral__popup.application .block-place__one:last-child {
    margin-bottom: 0
}

.profile-referral__popup.application .block-place__one .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #071a33
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place__one .name {
        font-size:18px
    }
}

.profile-referral__popup.application .block-place__one .input-place {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.profile-referral__popup.application .block-place__one .input-place .input-floating {
    width: 100%;
    border-radius: 3px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place__one .input-place .input-floating {
        width:calc(50% - 10px)
    }
}

.profile-referral__popup.application .block-place__one .input-place .input-floating input {
    background: #fff
}

.profile-referral__popup.application .block-place__one .input-place .image-filled {
    width: 100%
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place__one .input-place .image-filled {
        width:calc(50% - 15px)
    }
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__img {
    width: 56px;
    height: 56px
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__input {
    margin-left: 16px
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__input .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #39485b
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__input label {
    margin-top: 6px;
    width: 112px;
    height: 36px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #fff
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__input label input {
    display: none
}

.profile-referral__popup.application .bottom-block {
    margin: 20px 0 40px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .bottom-block {
        margin:40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.profile-referral__popup.application .bottom-block .price-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #141414;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .profile-referral__popup.application .bottom-block .price-info {
        display:block
    }
}

.profile-referral__popup.application .bottom-block .price-info span {
    font-weight: 700;
    font-size: 20px;
    line-height: 145%;
    color: #141414;
    display: block
}

@media (min-width: 768px) {
    .profile-referral__popup.application .bottom-block .price-info span {
        font-size:24px
    }
}

.profile-referral__popup.application .bottom-block .btn,.profile-referral__popup.application .bottom-block .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.application .bottom-block .close-btn,.profile-referral__popup.application .bottom-block .active-filters__button {
    width: 100%;
    height: 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .bottom-block .btn,.profile-referral__popup.application .bottom-block .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.application .bottom-block .close-btn,.profile-referral__popup.application .bottom-block .active-filters__button {
        width:370px;
        height: 60px;
        margin-top: 0
    }
}

.profile-referral__popup.success {
    max-width: 252px
}

@media (min-width: 768px) {
    .profile-referral__popup.success {
        max-width:472px;
        padding-right: 40px
    }
}

.profile-referral__popup.success .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.success .title {
        font-size:24px
    }
}

.profile-referral__popup.success .title a {
    text-decoration: underline
}

.profile-referral__popup.success .info {
    margin-top: 16px;
    padding: 12px 16px;
    background: #ecf6fc;
    border-radius: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.success .info {
        margin-top:20px;
        padding: 20px 16px;
        font-size: 14px
    }
}

.profile-referral__popup.success .caption {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.success .caption {
        font-size:16px
    }
}

.profile-referral__popup.success .caption span {
    font-weight: 700
}

.profile-referral__popup.success .btn,.profile-referral__popup.success .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.success .close-btn,.profile-referral__popup.success .active-filters__button {
    margin: 30px 0 40px;
    width: 100%;
    height: 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px
}

@media (min-width: 768px) {
    .profile-referral__popup.success .btn,.profile-referral__popup.success .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.success .close-btn,.profile-referral__popup.success .active-filters__button {
        margin:20px 0 40px;
        height: 60px
    }
}

a.a-inherit {
    color: inherit
}

a.a-uu {
    text-decoration: underline!important
}

a.a-uu:hover {
    text-decoration: underline!important
}

a.a-nu {
    text-decoration: none
}

a.a-nu:hover {
    text-decoration: underline
}

a.a-nu {
    text-decoration: none
}

a.a-nu.a-nu:hover {
    text-decoration: underline
}

a.a-nn {
    text-decoration: none
}

a.a-nn:hover {
    text-decoration: none
}

a.a-un {
    text-decoration: underline
}

a.a-un:hover {
    text-decoration: none
}

.n-ui-placeholder-pane {
    position: relative
}

.n-ui-placeholder-pane .n-ui-edit-toolbar {
    position: absolute;
    display: none
}

.n-ui-placeholder-pane:hover {
    outline: 2px solid #ff0
}

.n-ui-placeholder-pane:hover .n-ui-edit-toolbar {
    display: block;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3)
}

.n-ui-placeholder-pane:hover .n-ui-edit-toolbar i {
    background: url(/acp/img/svg/edit.svg) no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%
}

.n-ui-acp-site-toolbar-pane {
    position: relative
}

.n-ui-acp-site-toolbar-pane .n-ui-btn-view {
    position: absolute;
    display: none
}

.n-ui-acp-site-toolbar-pane:hover {
    outline: 2px solid #ff0
}

.n-ui-acp-site-toolbar-pane:hover .n-ui-btn-view {
    display: block;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3)
}

.n-ui-acp-site-toolbar-pane:hover .n-ui-btn-view i {
    background: url(/acp/img/svg/edit3.svg) no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%
}

.n-ui-autocomplete-block .z-index-popup {
    z-index: 100
}

.n-ui-autocomplete-block .n-ui-popup {
    position: absolute;
    opacity: 0;
    -webkit-transform: scaleY(.1);
    -ms-transform: scaleY(.1);
    transform: scaleY(.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    top: -1px;
    left: 0;
    min-width: 150px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    border: 1px solid #999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.n-ui-autocomplete-block .n-ui-popup.n-ui-opened {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.n-ui-autocomplete-block .n-ui-popup ul {
    width: 100%;
    list-style: none outside none;
    padding: 0;
    margin: 0
}

.n-ui-autocomplete-block .n-ui-popup li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden
}

.n-ui-autocomplete-block .n-ui-popup li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete-block .n-ui-popup li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete-block .n-ui-popup li:hover {
    background-color: #f2d7f4
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-nodes {
    padding-left: 15px
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0;
    background-color: #f8f8f8
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node>li:hover {
    background-color: #f6e3f7
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node>li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node>li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened>li,.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed>li {
    padding-left: 30px;
    cursor: pointer
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened>li a,.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed>li a {
    padding-left: 0
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened .n-ui-toogle,.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-toogle {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 8px center
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened>.n-ui-toogle {
    background-image: url(/acp/img/svg/minus.svg)
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed>.n-ui-toogle {
    background-image: url(/acp/img/svg/plus.svg)
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-nodes {
    display: none
}

.n-ui-autocomplete-block .n-ui-selected-item {
    display: inline-block;
    max-width: 300px;
    background: #6f8191;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    margin: 0 5px 3px 0;
    cursor: default;
    color: #000
}

.n-ui-autocomplete-block .n-ui-selected-item .grid.table {
    display: table;
    width: auto;
    margin: 0
}

.n-ui-autocomplete-block .n-ui-selected-item .grid.table .col {
    display: table-cell
}

.n-ui-autocomplete-block .n-ui-selected-item.n-ui-unknown-text {
    background: #f1c2c2
}

.n-ui-autocomplete-block .n-ui-selected-item .n-ui-title {
    padding: 5px 0 5px 10px;
    cursor: default;
    max-width: 270px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.n-ui-autocomplete-block .n-ui-selected-item .n-ui-close {
    padding: 5px 10px;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.n-ui-autocomplete-block .n-ui-selected-item .n-ui-close:hover {
    color: #000
}

.n-ui-autocomplete-block .n-ui-values {
    max-height: 250px;
    overflow-y: auto
}

.n-ui-autocomplete-block .n-ui-more {
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #6f8191
}

.n-ui-autocomplete .z-index-popup {
    z-index: 100
}

.n-ui-autocomplete .n-ui-popup {
    position: absolute;
    opacity: 0;
    -webkit-transform: scaleY(.1);
    -ms-transform: scaleY(.1);
    transform: scaleY(.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    top: -1px;
    left: 0;
    min-width: 150px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    border: 1px solid #999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.n-ui-autocomplete .n-ui-popup.n-ui-opened {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.n-ui-autocomplete .n-ui-popup ul {
    width: 100%;
    list-style: none outside none;
    padding: 0;
    margin: 0
}

.n-ui-autocomplete .n-ui-popup li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden
}

.n-ui-autocomplete .n-ui-popup li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete .n-ui-popup li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete .n-ui-popup li:hover {
    background-color: #f2d7f4
}

.n-ui-autocomplete .n-ui-popup .n-ui-nodes {
    padding-left: 15px
}

.n-ui-autocomplete .n-ui-popup .n-ui-node {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0;
    background-color: #f8f8f8
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li:hover {
    background-color: #f6e3f7
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened>li,.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed>li {
    padding-left: 30px;
    cursor: pointer
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened>li a,.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed>li a {
    padding-left: 0
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened .n-ui-toogle,.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-toogle {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 8px center
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened>.n-ui-toogle {
    background-image: url(/acp/img/svg/minus.svg)
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed>.n-ui-toogle {
    background-image: url(/acp/img/svg/plus.svg)
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-nodes {
    display: none
}

.n-ui-autocomplete .n-ui-selected-item {
    display: inline-block;
    max-width: 300px;
    background: #6f8191;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    margin: 0 5px 3px 0;
    cursor: default;
    color: #000
}

.n-ui-autocomplete .n-ui-selected-item .grid.table {
    display: table;
    width: auto;
    margin: 0
}

.n-ui-autocomplete .n-ui-selected-item .grid.table .col {
    display: table-cell
}

.n-ui-autocomplete .n-ui-selected-item.n-ui-unknown-text {
    background: #f1c2c2
}

.n-ui-autocomplete .n-ui-selected-item .n-ui-title {
    padding: 5px 0 5px 10px;
    cursor: default;
    max-width: 270px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.n-ui-autocomplete .n-ui-selected-item .n-ui-close {
    padding: 5px 10px;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.n-ui-autocomplete .n-ui-selected-item .n-ui-close:hover {
    color: #000
}

.n-ui-autocomplete .n-ui-values {
    max-height: 250px;
    overflow-y: auto
}

.n-ui-autocomplete .n-ui-more {
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #6f8191
}

.clk,.clickable {
    cursor: pointer
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.d-inline {
    display: inline
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.zoom-image {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.zoom-image img {
    display: block;
    width: 100%;
    height: 100%
}

.zoom-image:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/local/templates/.default/assets/dist/css/../images/ui/zoom_white.svg);
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.75));
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.75));
    width: 24px;
    height: 24px;
    right: 5%;
    bottom: 5%;
    pointer-events: none
}

@-webkit-keyframes zoom-image-loading {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom-image-loading {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.zoom-image-loading {
    -webkit-animation-name: zoom-image-loading;
    animation-name: zoom-image-loading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.pswp {
    display: none
}

.html-content img,.html-content .zoom-image {
    margin-right: 10px
}

img.video_anchor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: url(/plugins/ckeditor/plugins/video/images/placeholder.jpg) no-repeat center center #fff;
    border: 1px solid #a9a9a9;
    min-width: 100px;
    min-height: 50px;
    margin: 5px 0 10px 0
}

.video_card {
    max-width: 100%!important;
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative
}

.video_card .thumb_rel {
    position: relative
}

.video_card .thumb_rel .thumb {
    cursor: pointer;
    width: 100%
}

.video_card .thumb_rel .thumb img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.video_card .thumb_rel .play_btn {
    position: absolute;
    width: 70px;
    height: 50px;
    background: #cc362c url(/local/templates/.default/assets/dist/css/../images/ui/play_btn.png) no-repeat center center;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.8);
    box-shadow: 0 0 12px rgba(0,0,0,.8);
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -25px;
    cursor: pointer
}

.video_card .thumb_rel:hover .play_btn {
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000
}

.video_card .thumb_rel:active .play_btn {
    margin-top: -24px;
    margin-left: -34px;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.9);
    box-shadow: 0 0 12px rgba(0,0,0,.9)
}

.video_card .video {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.delivery-points-popup {
    width: 700px
}

/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/searchModal/style.css?17074600492241*/
.newpopup-bodystn{
    max-width:720px;
}

.dln-inputs {
    height: 40px;
    margin-bottom: 30px;
}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:5005;
    background-color: white;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/.default/components/bitrix/search.title/searchModal/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/components/designcode/auth/templates/.default/style.css?1707460045226*/
.btn_modal {
    width: 100%;
    border: none;
    cursor: pointer;
}

.modal-code input {
    width: 35px;
    height: 43px;
}

.modal-code__text.modal-code__message,
.modal-code__text.modal-code__link {
    display: none;
}
/* End */


/* Start:/local/templates/.default/components/niges/cookiesaccept/.default/style.css?17074600494458*/

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert--fixed {
    padding: 1rem 0;
    position: fixed;
    font-size: 1.125rem;
    z-index: 850;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    color: #000
}

.alert .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.alert .container .row .col-lg-9,  .alert .container .row .col-lg-3{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.alert .container .row .col-md-4 .btn {
    color: #fff;
    border-radius: 40px;
    padding: 15px 2rem;
    font-size: 20px;
    border: 0;
    background-color: #59aee4;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    width: 100%!important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    -webkit-appearance: button;
    outline: 0!important;
    text-transform: none;
    overflow: visible;
    cursor: pointer;
}

.alert .container .row .col-lg-9 p:first-child {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .alert .container .row .col-md-4 .btn {
        padding: 0.75rem 2rem;
        font-size: 16px;
    }

    .alert--fixed .description {
        font-size: 14px;
    }

    .alert .container .row .col-lg-9 p {
        margin-bottom: 1rem;
    }
}

@media (min-width: 576px) {
    .alert .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .alert .container .row .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .alert .container {
        max-width: 720px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 992px) {
    .alert .container {
        max-width: 960px;
    }
    .alert .container .row .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .alert .container .row .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 1200px) {
    .alert .container {
        max-width: 1140px;
    }
}

.alert .container {
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    max-width: 1280px;
}
/* End */
/* /local/templates/.default/assets/css/preloader.css?17074600461169 */
/* /local/templates/.default/assets/css/global.css?17074600462030334 */
/* /local/templates/.default/assets/css/theme-delonghi.css?17074600463663 */
/* /local/templates/.default/assets/css/delonghi.css?1756978164412292 */
/* /local/templates/.default/assets/css/main.css?171930616523805 */
/* /local/templates/.default/assets/css/dc-styles.css?17074600467244 */
/* /local/templates/.default/assets/css/profile.css?170746004611874 */
/* /local/templates/.default/assets/css/custom.css?175585142394 */
/* /local/templates/.default/assets/dist/css/vendor.min.css?170746004654314 */
/* /local/templates/.default/assets/dist/css/site.min.css?17074600461417016 */
/* /local/templates/.default/components/bitrix/search.title/searchModal/style.css?17074600492241 */
/* /local/components/designcode/auth/templates/.default/style.css?1707460045226 */
/* /local/templates/.default/components/niges/cookiesaccept/.default/style.css?17074600494458 */
