﻿header .langs.modal_cont .langs-selector-label {
    font-family: 'HelveticaNeueLTW1G';
}

header .shipping-country-selector .shipping-country-selector-label {
    font-family: 'HelveticaNeueLTW1G';
}

.shipping-country-dialog-container .message .text {
    font-family: 'HelveticaNeueLTW1G';
}

.shipping-country-dialog-container .message .country-name {
    font-family: 'HelveticaNeueLTW1G' !important;
}

.shipping-country-dialog-container .buttons .confirm-button .name {
    font-family: 'HelveticaNeueLTW1G' !important;
}

.shipping-country-dialog-container .buttons .decline-button .name {
    font-family: 'HelveticaNeueLTW1G' !important;
}

#co-shipping-method-and-payment-info-form.form .selectize-control .selectize-input {
    max-width: 100%;
    font-weight: 500;
    font-size: 15px;
}

#co-shipping-method-and-payment-info-form {
    font-family: 'HelveticaNeueLTW1G';
}

.form .selectize-control .selectize-input:hover {
    border: 1px solid var(--form_focus_color);
}

.label.required:after {
    content: '*';
    display: inline;
    color: red;
    padding-left: 4px;
}

#btnContinue[disabled] {
    background-color: #7D8282;
    opacity: .3;
}

.k-dialog.delivery-dialog .k-window-titlebar {
    background-color: #fff !important;
    font-family: 'HelveticaNeueLTW1G';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    border-bottom: unset;
    color: #323434;
    padding: 0;
}

.k-dialog.delivery-dialog .k-window-title {
    font-size: 24px;
    padding: 40px 0 0 40px;
    margin: 0;
    font-family: 'HelveticaNeueLTW1GCn';
}

.delivery-dialog .k-window-actions {
    padding-right: 45px;
    padding-top: 40px;
}

.delivery-dialog .k-dialog-close {
    background-color: #fff;
    border: unset;
    padding: 4px 0;
    margin: 0;
}

.delivery-details {
    display: flex;
}

@keyframes rotating {
    to {
        transform: rotate(360deg);
    }
}

.delivery-details span.empty:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../../images/vector.png") center no-repeat;
    animation: rotating 1.5s linear infinite;
    margin-top: -5px;
    position: relative;
    top: 5px;
}

.info > span {
    margin: 0 5px;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    #pickupPointDialog {
        /*/background-color: #00ff00;*/
        width: 95%;
        height: 85%;
        left: 3%;
        top: -1%;
    }
    .k-widget.k-window.k-dialog.delivery-dialog {
        width: 95% !important;
    }
}




@media screen and (min-width: 600px) and (max-width: 10000px) {
    #pickupPointDialog {
        /*background-color: #0000ff;*/
        width: 95%;
        height: 85%;
        left: 3%;
        top: -1%;
    }
    .k-widget .k-window .k-dialog .delivery-dialog {
        width: 60% !important;
    }
}

.selected-pvz {
/*    position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0px;
}

.pvz-details {
    padding: 5px;
    color: #fff;
    display: flex;
    background: #2955D8;
    justify-content: space-between;
}

.pvz-details .details {
    color: #fff;
    padding: 20px 40px;
    font-size: 15px;
    line-height: 18px;
}

.pvz-details .details span {
    font-weight: 500;
}

.pvz-details:last-child {
    border-radius: 0 0 4px 4px;
}

.pvz-details .action {
    padding: 19px 40px;
}

.pvz-details .action button {
    background-color: #fff;
    padding: 12px 27px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2955d8;
    width: 195px;
    text-transform: uppercase;
    border-radius: 4px;
}

.pvz-details:nth-child(even) {
    background: #2043AC;
}

.pvz-details .action button[disabled] {
    color: #ccc;
}

.order-data .details {
    padding: 10px 40px 10px 0;
    font-size: 18px;
    line-height: 24px;
    color: #979B9B;
    font-family: 'HelveticaNeueLTW1GCn';
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-details {
    display: flex;
}

.payment-checkbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form .payment-checkbox input[type=radio] + label {
    margin-top: -8px;
}

.payment-description {
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #646868;
}

.payment-description div:last-child {
    font-weight: 400;
 }

.payment-description.selected {
    color: #2955D8;
}

.payment-description.selected div:last-child {
    font-weight: 400;
}

.checkout_info .form .line {
    margin-bottom: 24px;
    width: unset;
}

.checkout_info .form .line.tariff-name-container {
    margin-bottom: 16px;
}

.checkout_info .form .col {
    padding-right: 14%;
}

.wrapper {
    /*width: 66.66%;*/
    flex-direction: row;
    display: flex;
    padding-left: 12px;
}

.checkout_info .form .wrapper .col {
    width: 50%;
    padding-right: 24px;
    margin-left: 0;
}

.checkout_info .form .wrapper + .col {
    padding-right: 9%;
}

.checkout_info .form .label {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

#labelTotalFlatFee {
    white-space: nowrap;
}

.checkout_info .form textarea {
    height: 85px;
}


#delivery-weight-unit.label, #delivery-duration-unit.label {
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

#delivery-price-head-div, #delivery-weight-head-div, #delivery-duration-head-div, #delivery-flatfee-head-div {
    padding: 16px 0;
}

#delivery-price-head-div {
    padding-top: 0;
}

#delivery-details {
    width: 100%;
    padding: 16px;
    background: #F2F3F3;
    border-radius: 6px;
}

#delivery-details input {
    font-family: 'HelveticaNeueLTW1GCn';
    background: #F2F3F3;
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

#delivery-details .field {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#delivery-details.courier .delivery-company-field {
    display: none;
}

.switcher {
    display: flex;
}

.switcher .activator {
    padding: 8px 0px;
    gap: 10px;
    width: 50%;
    height: 44px;
    text-align: center;
    background: #F2F3F3;
    justify-content: center;
    flex-direction: column;
    display: flex;
    color: #979B9B;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.delivery-dialog {
    font-family: 'HelveticaNeueLTW1G';
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.25);
    min-height: 500px;
}

.delivery-dialog + .k-overlay {
    opacity: 0.3 !important;
}

.delivery-dialog .k-i-close:before {
    content: '';
    background: url('../../images/close.svg') no-repeat center;
    width: 14px;
    height: 14px;
}

.activator.active {
    background: #2955D8;
    color: #fff;
}

.activator:first-child {
    border-radius: 4px 0 0 4px;
}

.activator:last-child {
    border-radius: 0 4px 4px 0;
}


.weight-description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #979B9B;
    padding: 10px 0;
}

.dialog-content {
    display: flex;
    flex-direction: column;
}

div#deliveryDialog>div.dialog-content {
    height: 100%;
}

.map-container {
    display: flex;
    flex-direction: column;
}

.map-container .map {
    height: 100%;
}

.field-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.field-content input {
    text-align: right;
}

.delivery-company-field .field-content {
    justify-content: flex-start;
}

.delivery-company-field .field-content .delivery-company {
    padding-left: 5px;
}

.change-delivery-address:before {
    display: inline-block;
    content: '';
    background: url("../../images/edit.svg") no-repeat;
    height: 16px;
    width: 25px;
    position: relative;
    top: 2px;
}

.change-delivery-address:after {
    display: block;
    content: '';
    border-top: 1px solid #ccc;
    margin: 14px 0 13px;
    width: 100%;
}

.change-delivery-address {
    width: 100%;
    color: #2955D8;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.delivery-company-field {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.change-delivery-address span:last-child {
    display: none;
}

.courier .change-delivery-address span:last-child {
    display: unset;
}

.courier .change-delivery-address span:first-child {
    display: none;
}

.delivery-address {
    font-weight: 500;
    color: #323434;
    line-height: 24px;
    font-size: 18px;
    font-family: 'HelveticaNeueLTW1GCn';
}

#pickpointAddress {
    margin-bottom: 0;
}

#pickpointAddress .field {
    padding: 5px 0;
}

.address-form {
    display: flex;
    flex: 1;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #979B9B;
}

.saved-delivery-address {
    display: none;
    flex-direction: column;
    width: 50%;
    border-right: 1px solid #CBCDCD;
    padding-right: 36px;
    padding-left: 19px;
    flex: 1;
}

.header.info.cont {
    margin-right: 75px !important;
    margin-left: 15px !important;
}

.row .form {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.saved-delivery-address.visible + .delivery-address-form {
    padding-left: 19px;
}

.delivery-address-form {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
}


.delivery-dialog .k-window-content {
/*    padding: 19px 40px 37px;*/
}


/*.k-widget.k-window.k-dialog.delivery-dialog {
    width: 60% !important;
}*/


/*@media screen and (max-width: 480px) {
    .k-widget .k-window .k-dialog .delivery-dialog {
        width: 90% !important;
    }
}

@media screen and (min-width : 768px) {
    .k-widget .k-window .k-dialog .delivery-dialog {
        width: 60% !important;
    }
}*/


@media screen and (min-width: 320px) and (max-width: 600px) {
    .k-widget .k-window .k-dialog .delivery-dialog {
        width: 60% !important;
    }
}

.delivery-dialog .buttons {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.delivery-address-form input {
    font-size: 15px;
    color: #646868;
    padding: 0 19px;
    border: 1px solid #CBCDCD;
    border-radius: 4px;
    height: 36px;
    font-family: 'HelveticaNeueLTW1G';
}

.delivery-address-form input:focus {
    border: 1px solid #2955D8;
}

#deliveryDialog .buttons button {
    align-items: center;
    background: #F2F3F3;
    border-radius: 4px;
    color: #979B9B;
    font-family: 'HelveticaNeueLTW1G';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    height: 44px;
    letter-spacing: 0.04em;
    line-height: 20px;
    min-width: 128px;
    opacity: 0.3;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
}

#deliveryDialog .buttons button:last-child {
    color: #fff;
    background: #2955D8;
    opacity: 1;
}

#deliveryDialog .buttons button[disabled] {
    background: #7d8282;
    opacity: .3;
}

.address {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 16px 12px;
    flex-grow: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    max-width: calc(100% - 36px);
    font-family: 'HelveticaNeueLTW1GCn';
}

.address b {
    color: #000;
}

.address-panel {
    display: none;
    flex-direction: column;
    background: #FFFFFF;
}

.address-panel .row.form {
    border: 1px solid #f2f3f3;
    border-radius: 6px;
    margin-left: 0px;
    margin-right: 0px;
}

.address-panel .form-check {
    padding-top: 16px;
    padding-left: 0px;
    width: 20px;
}

.address-panel .form-check.no-street {
    width: unset;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #646868;
    padding: 0;
    display: none;
}

.address-panel .address .error-message {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    display: none;
    align-items: center;
    letter-spacing: 0.01em;
    color: #fa2121;
}

.address-panel .address .error-message.visible {
    display: flex;
}

.address-panel .address .no-street.visible {
    display: block;
}

.availability-status {
    display: none;
    border-top: 1px solid #CBCDCD;
    margin: 0 16px 16px;
    padding-top: 12px;
    color: #aa0000;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.01em;
    width: 100%;
}

.availability-saved-address-status {
    display: none;
    border-top: 1px solid #CBCDCD;
    margin: 0 16px 16px;
    padding-top: 12px;
    color: #aa0000;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.01em;
    width: 100%;
}

.flyout-cart {
    display: none;
}

.addresses .row {
    flex-wrap: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    background: var(--main--container--background--default);
    border-radius: 6px;
    border: 1px solid var(--main--container--background--default);
    align-items: flex-start;
    margin-bottom: 5px;
}

.addresses {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding-right: 20px;
    height: 600px;
}

html.html-checkout-page.k-webkit.k-webkit115.custom_scroll {
    overflow-y: auto;
}

.addresses .form-check {
    padding-top: 16px;
}

.addresses a[data-action=delete] {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #646868;
    font-family: 'HelveticaNeueLTW1G';
}

.addresses a[data-action=delete]:before {
    content: '';
    background: url("../../images/trash.svg") center no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.tariff-name-container {
    display: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #08112B;
    background: #FFFFFF;
    border-radius: 4px;
}

.tariff-name {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 20px 12px 0px;
    text-transform: uppercase;
}

.tariff-name:after {
    content: '';
    border-bottom: 1px solid #CBCDCD;
    padding-bottom: 17px;
    display: block;
}

.tariff-name-container.selected .tariff-name {
    display: flex;
}

.tariff-selector {
    display: none;
    color: #2955D8;
    flex-direction: row;
    justify-content: center;
    padding: 16px 12px;
    gap: 10px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.courier .tariff-name-container.selected .tariff-selector:before {
    display: inline-block;
    content: '';
    background: url("../../images/edit.svg") no-repeat center;
    height: 16px;
    width: 25px;
}

.courier .tariff-name-container .tariff-selector span:first-child {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tariff-selector span:last-child {
    display: none;
}

.courier .tariff-name-container.selected .tariff-selector span:last-child {
    display: unset;
}

.courier .tariff-name-container.selected .tariff-selector span:first-child {
    display: none;
}

.courier .tariff-name-container, .courier .tariff-selector {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.courier .tariff-name-container {
    flex-direction: column;
}

#tariffDialog .content {
    display: flex;
    gap: 16px;
    flex-flow: wrap;
    justify-content: space-between;
    overflow: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.tariff {
    display: flex;
    flex-grow: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

#tariffDialog .row.form {
    background: #F2F3F3;
    padding: 16px 16px 12px;
    gap: 16px;
    border-radius: 6px;
    width: 260px;
    flex-flow: wrap;
    border: 1px solid #F2F3F3;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
}

.form-check {
    padding-left: 0px !important;
}

#tariffDialog .row .item {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #979B9B;
    line-height: 18px;
}

.tariff-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.tariff-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#tariffDialog .row .item span.value {
    color: #000;
}

#tariffDialog .row .form-check {
    display: flex;
    width: 20px;
}

.delivery-dialog .row.form:has(input[type=radio]:checked) {
    border-color: #2955d8;
}

#tariffDialog .row .item.postal-office {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #646868;
}

.visible {
    display: flex;
}

.postal-office-disclaimer {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: none;
    align-items: center;
    letter-spacing: 0.01em;
    color: #646868;
    padding: 16px 0 0;
}

.postal-office-disclaimer.visible {
    display: flex;
}

.order-data .col.details {
    display: flex;
    flex-direction: column;
}

.order-data div span {
    color: #2955D8;
}

.order-data {
    display: flex;
    gap: 16px;
    flex-direction: row;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    font-family: 'HelveticaNeueLTW1G';
}

.order-data .disclaimer {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #979B9B;
    border-bottom: 2px solid #E5E6E6;
    padding-bottom: 37px;
}

.order-data .comment {
    width: 40%;
    background: #F2F3F3;
    border-radius: 6px;
    padding: 16px 16px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #979B9B;
    position: relative;
    min-height: 80px;
}

.order-data .comment:after {
    content: '';
    background: url("../../images/quote.svg") no-repeat right bottom;
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    right: 9px;
    bottom: 6px;
}

.order-data .comment p:last-child {
    line-height: 28px;
    color: #646868;
    font-style: italic;
}

.email-description {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    letter-spacing: 0.01em;
    color: #979B9B;
    padding-top: 16px;
}

.method-name {
    display: flex;
    flex-direction: column; 
}

.payment-logo {
    margin-left: 34px;
    padding-top: 14px;
}

.payment-logo img {
    height: 25px;
}

.payment-logo img.visa-master-card-logo {
    height: 37px;
}

.eu-cookie-bar-notification {
    display: none;
    position: absolute;
    top: -100px;
}

.products .list .product {
    padding: 8px 28px 8px 16px;
}




