﻿.default-bank-account .caption {
    vertical-align: top;
    padding-right: 15px;
}

.ios .myshop input:disabled { /* disabled inputs for iOS*/
    opacity: 1;
    -webkit-text-fill-color: var(--color-dark-grey);
}

.default-bank-account {
    width: 100%;
    margin-bottom: 40px
}

.overviewContainer > table {
    padding-left: 145px;
}

.overviewContainer td {
    vertical-align: top;
    word-wrap: break-word;
    max-width: 400px;
}

.alignTop td {
    vertical-align: top;
    padding: 7px;
}

.iframePopup {
    width: 574px;
    height: auto;
}

#TitleCodenew.jDrop {
    width: 117px;
}

#DateOfBirthDay, #DateOfBirthDaynew.jDrop, #DateOfBirthMonth, #DateOfBirthMonthnew.jDrop {
    width: 50px;
    float: left;
    margin-right: 7px;
}

#DateOfBirthYear, #DateOfBirthYearnew.jDrop {
    width: 70px;
    float: left;
    margin-right: 7px;
}

.tablet #DateOfBirthDay, .tablet #DateOfBirthDaynew.jDrop, .tablet #DateOfBirthMonth, .tablet #DateOfBirthMonthnew.jDrop {
    width: 80px;
}

.tablet #DateOfBirthYear, .tablet #DateOfBirthYearnew.jDrop {
    width: 100px;
}

.dateformat {
    padding-top: 4px;
    display: block
}

.dateformat.comment {
    font-size: 10px;
}

.edit-modal.customer {
    width: 495px;
}

.edit-modal.customer .caption {
    width: 120px;
}

.edit-modal.customer input.bottom {
    width: 223px;
}

td > table {
    margin-left: -3px;
}

.defaultInput {
    color: #6a6a6a;
    font-size: 11px;
}

/* Input boxes sizes */

input.DOB {
    width: 80px;
}

/* Input boxes sizes end */

td > hr {
    margin: 14px 0;
}

.caption {
    width: 130px;
    height: 30px;
    clear: both;
    vertical-align: top;
    padding-top: 8px;
    margin: 9px 0;
}

.tablet .caption {
    height: 35px;
    padding-top: 11px;
}

.caption .required,
.caption.required,
.caption .MandatoryField {
    font-weight: bold;
}

.bankAccountLabel {
    width: 200px;
}

.jdrop-container {
    position: absolute;
}

.jDrop {
    width: 328px;
    cursor: pointer;
    background-color: #ebebeb;
    border: solid 1px #787878;
    height: 20px;
    outline: 0;
    position: relative;
}
.jDrop.has-focus-keyboard {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color;
}

.tablet .jDrop .jSel, .tablet .jDrop, .tablet .jDrop .jSel .jSelOp {
    font-size: 11px;
    height: 31px;
}

    .tablet .jDrop .jSel .jSelOp {
        line-height: 23px;
    }

.tablet .jOpDrop {
    font-size: 11px;
}

.jDrop .jSel {
    padding: 0;
    height: 20px;
    overflow: hidden;
    width: auto !important;
}

.jDrop .jOpDrop .jOp.hover {
    background-color: #787878 !important;
    color: #ebebeb;
}

.jDrop .jSel .jSelOp {
    float: left;
    padding: 1px 7px;
}

.jDrop .jDropBut {
    cursor: pointer;
    display: block;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../../../images/themes/default/input-dropdown-arrow%401x.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 18px;
    z-index: 1;
    right: -1px;
}

.tablet .jDrop .jDropBut {
    background-image: url("../../../images/themes/default/input-dropdown-arrow-tablet%401x.png");
    width: 35px;
    height: 30px;
}

.jDrop .jOpDrop {
    max-height: 200px;
    /* sets max-height value for all standards-compliant browsers */
    margin: 0;
    left: -1px !important;
    top: -2px !important;
    position: relative;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    background: #ebebeb;
    border: 1px solid #333;
}

.jDrop .jOpDrop .jOp {
    cursor: pointer;
    padding: 2px 7px 3px 7px;
    padding-right: 17px;
    white-space: nowrap;
    min-height: 20px;
}

.jDrop .jOpDrop .jOp.hover {
    cursor: pointer;
    background: #DDDDDD;
}

.jDrop img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: -2px 5px 0 0px;
    position: relative;
}

.btnNext {
    float: right;
    margin-bottom: 50px;
}

.gray-panel {
    background-color: #ededed;
    padding: 10px;
    width: 595px;
}

.radiosLabel2 {
    margin-top: 10px;
}

.myshop #accordion.registration-delivery-accordion #ui-accordion-accordion-header-0.disabled {
    color: #B4B4B4;
    pointer-events: none;
}

.myshop #accordion.registration-delivery-accordion #ui-accordion-accordion-header-0.disabled .disabled-note {
    margin-top: 10px;
    margin-bottom: 5px;
}

.myshop .registration-delivery-accordion label{
    max-width: calc(100% - 26px);
}

.delivery-address-selection {
    margin: 10px;
}

.delivery-address-selection input {
    margin-right: 10px;
    margin-top: 10px;
}

.user-management .headline {
    font-size: 14px;
}

.separator {
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background-image: url('../../../images/themes/default/separator.png');
    background-position: left top;
    background-repeat: repeat-x;
    width: 100%;
}

.readonly-panel,
.edit-panel {
    background-color: #EDEDED;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 635px;
}

.edit-panel {
    padding: 5px;
}

.button-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.button-edit {
    cursor: pointer;
    padding-left: 20px;
    background-image: url('../../../images/themes/default/edit.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    padding-top: 7px;
    width: 35px;
}

.button-add {
    cursor: pointer;
    padding-left: 20px;
    background-image: url('../../../images/themes/default/add.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    padding-top: 7px;
    width: 140px;
}

.button-save {
    cursor: pointer;
    padding-left: 20px;
    background-image: url('../../../images/themes/default/green_check_mark.gif');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    padding-top: 7px;
    width: 140px;
}

.readonly-panel .caption {
    font-weight: bold;
    width: 160px;
    vertical-align: top;
    float: left;
    margin: 10px;
}

.readonly-panel .value {
    float: left;
    margin: 10px;
}

.readonly-panel .separator,
.edit-panel .separator {
    height: 1px;
    border: none;
    border-bottom: dashed 1px #c4c4c4;
    margin: 0;
    padding: 0;
    clear: both;
}

.clear {
    clear: both;
}

.edit-panel .caption {
    width: 160px;
    vertical-align: top;
    float: left;
    margin: 5px;
}

.edit-panel .value {
    float: left;
    margin: 5px;
    margin-top: 0px;
}

#addressArea {
    margin: 10px 0 10px 5px;
    min-height: 100px;
}

td.inputs .comment {
    margin-top: 4px;
    display: inline-block;
}

td.inputs .radiosLabel {
    margin-right: 15px;
    cursor: pointer;
}

#editProfileAddress input {
    width: 270px;
}

#addressArea .value {
    margin: 5px;
    float: left;
}

.addressBox {
    cursor: pointer;
}

.selectedBox {
    background-color: Green;
}

.selectedBox .caption {
    color: #FFF;
}

#AgreeToPrivacyPolicy,
#ReceiveNewsletter,
#IsDefault {
    min-width: 15px;
    display: inline;
    width: auto;
}

.invoice-target-selection input {
    display: inline;
    min-width: 15px;
    margin-bottom: 0;
}

.invoice-target td {
    padding-top: 20px !important;
}

.account-type td {
    padding-top: 20px !important;
}

.user-delivery-target .option {
    margin: 10px;
}

.user-delivery-target label {
    margin-left: 10px;
}

.customer-data td {
    padding: 5px;
}

.customer-data-table {
    width: 640px;
}

.customer-data-table td {
    padding: 10px;
    vertical-align: top;
    border-bottom: dotted 1px silver;
}

.customer-data-table thead .head-right {
    text-align: right;
}

.customer-data-table thead td {
    font-weight: bold;
}

#currentAddress,
#newAddress,
#existingAddress {
    margin: 10px auto;
    padding: 0;
}

#existingAddress {
    overflow: visible;
}

.customer-data-table-modal {
    width: 100%;
}

.customer-data-table-modal #AddressLine1, .customer-data-table-modal #AddressLine2 {
    float: left;
}

.customer-data-table-modal td {
    padding: 3px;
    vertical-align: top;
}

.customer-data-table-modal td.raw {
    padding: 0;
}

.customer-data-table-modal td.caption {
    padding-top: 7px;
    width: 120px;
}

.customer-data-table-modal td.info {
    padding-top: 7px;
}

.customer-data-table-modal td.side-note {
    font-size: 10px;
    vertical-align: middle;
}

.customer-data-table-modal .inputs input {
    width: 350px;
}

.customer-data-table .not-default td {
    border: none;
}

.customer-data-table .default td {
    background-color: green;
    color: #FFFFFF;
}

.customer-data-table .default a {
    color: #FFFFFF;
}

.customer-data-table-modal input {
    width: 223px;
    color: #6a6a6a;
    font-size: 13px;
}

.customer-data-table-modal input[type=radio] {
    width: 22px;
}

.customer-data-table-modal input.Pickupstation,
.customer-data-table-modal input.Pickupquestion,
.customer-data-table-modal input.NewPickupstation,
.customer-data-table-modal input.NewPickupquestion {
    width: auto;
}

.customer-data-table-modal input.NewPickupquestion,
.customer-data-table-modal input.Pickupquestion {
    margin-right: 4px;
}

.customer-data-table-modal input.Pickupstation,
.customer-data-table-modal input.NewPickupstation {
    margin-left: -5px;
}

.customer-data-table-modal input.bottom {
    width: 235px;
    color: #6a6a6a;
    padding: 3px;
    font-size: 13px;
}

table.address-inputs {
    margin-left: 40px;
}

.address-inputs .value {
    width: 265px;
}

.available-address-box {
    margin: 10px;
    float: left;
    border: solid 1px silver;
}

.affected-addresses {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0 0 0 10px;
}

.affected-addresses li {
    cursor: pointer;
    text-decoration: underline;
}

.affected-addresses li.invoice {
    cursor: default;
    text-decoration: none;
}

.error-message {
    color: #e3001e;
    font-weight: bold;
    display: none;
}

.input-error {
    border: 1px solid #e3001e;
}

.error-label,
.error-label td {
    display: none;
    color: #e3001e;
    clear: both;
    padding: 0px;
    margin: 0px;
    height: 12px;
    height: auto;
    width: 250px;
}

label.error {
    clear: both;
    font-style: normal;
}

#IsDefaultBankAccount {
    width: auto;
    cursor: pointer;
}

.custom-checkbox {
    display: inline-block;
    height: 17px;
    width: 17px;
    background-image: url('../../../images/themes/default/checkbox.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.customer-data-table-modal .disabled-input {
    border-color: #e4e4e4;
    color: #aaaaaa;
}

.bank-accounts-panel .available-bank-account {
    padding: 20px 0 20px 0;
}

.delivery-address-holder {
    position: relative;
    width: 516px;
    margin: 0 auto;
    padding-left: 16px;
}

    .delivery-address-holder .pager.buttons {
        position: absolute;
        width: 100%;
        height: calc(100% - 64px);
        z-index: 0; /* reset due to ESWF .pager */
        display: flex;
        align-items: center;
    }

        .delivery-address-holder .pager.buttons .button-backward {
            position: absolute;
            right: 100%;
        }

        .delivery-address-holder .pager.buttons .button-forward {
            position: absolute;
            left: 100%;
        }

.delivery-address-box-button {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.myshop-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid var(--address-box-border-color);
    position: relative;
    margin: 7px;
    padding: 8px;
    overflow: hidden;
    min-height: 215px;
    width: 242px;
}

.myshop-box.delivery-box {
    min-height: 100px;
}

.postal-address-box.myshop-box {
    min-height: 50px;
}

.myshop-box.pickup-box {
    min-height: 245px;
}

.self-pickup-box-labeltext {
    line-height: 7px;
}

.delivery-address-holder.self-pickup .radio-wrapper {
    margin-top: 4px;
    margin-left: 20px;
}

.delivery-address-holder.self-pickup label {
    padding-left: 5px;
}

.myshop-box .ellipsis {
    width: 190px;
}

.myshop-box p {
    margin: 0;
}

.myshop-box .button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    .myshop-box .button:hover {
        /* fix leaked styles from WF */
        position: absolute;
    }

.selected .myshop-box {
    background-color: var(--address-box-selected-background-color);
    border-color: var(--address-box-selected-border-color);
}

.myshop-box table {
    width: 100%;
}

.myshop-box .edit {
    text-align: right;
}

.myshop-box .selection {
    vertical-align: top;
    width: 34px;
}

.myshop-box .selection .radio-wrapper {
    margin-top: 4px;
    margin-left: 4px;
}

.bank-accounts-panel .bank-account-box .selection {
    padding-right: 5px;
}

.bank-accounts-panel .add-bank-account-button,
.delivery-address-panel .add-bank-account-button {
    float: right;
    cursor: pointer;
}

.bank-accounts-panel .select-bank-account-caption {
    font-weight: normal;
}

.delivery-address-panel .additional-address {
    margin: 10px 10px 10px 50px;
    border: 1px solid transparent; /* to be in sync with neighboring boxes */
}

.DeliveryAddressLabelStyle {
}

.DeliveryAddressLabelStyle span {
    display: inline-flex;
    align-items: center;
}

.DeliveryAddressLabelStyle span + span {
    margin-left: 10px;
}

.DeliveryAddressLabelStyle label {
    padding-left: 5px;
    cursor: pointer;
}

.customer-data-panel table {
    width: 100%;
}

.footer-links {
    width: 100%;
}

.footer-links td {
    text-align: center;
    width: 100px;
    vertical-align: top;
}

.footer-links td a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.footer-links td a:hover {
    text-decoration: none;
    color: #666666;
}

.footer-links td a img,
.footer-links td a span {
    display: block;
    margin: 0 auto;
}

.ui-draggable h3,
.ui-draggable .top-left,
.ui-draggable .top-right {
    cursor: move;
}

.ui-dialog {
    background-color: #fff;
}

.fixed {
    position: fixed;
}

.ui-dialog {
    border: #787878 1px solid;
    margin: -1px -1px -1px 0; /* in case of overflow and vertical scrollbar is shown*/
}

.modal-window {
    position: relative;
}

.ui-dialog-titlebar {
    display: none;
}

.modal-window .inside {
    background: #fff;
    padding: 28px 28px 42px 28px;
}

.modal-window .modal-headline-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
    height: 76px;
    margin-top: -28px;
}

.modal-window .modal-headline {
    margin: 0;
    padding: 0;
    border: none;
}

.modal-window .notopgap {
    margin-top: 0;
}

.modal-window .nobottomgap {
    margin-bottom: 0;
}

.modal-window #LoadingPanel {
    width: 100%;
    text-align: center;
}

.modal-window #LoadingPanel {
    display: block;
    margin-top: 20px;
    padding-top: 30px;
}

.modal-window #LoadingPanel img {
    display: block;
    margin: 20px auto;
}

.modal-window #LoadingPanel p {
    display: block;
}

.modal .countryMessage .modal-inner ul {
    padding-left: 15px;
}

.modal .countryMessage .modal-inner span.message,
.modal .countryMessage .modal-inner ul {
    font-size: unset;
    line-height: unset;
}

a.modalCloseImg,
a.ui-dialog-titlebar-close,
.modal-close-button,
.modal-close-button span {
    background: url(../../../images/themes/default/header-footer-items-sprite@1x.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline;
    z-index: 3200;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background-position: -149px 1px;
}

.tablet a.modalCloseImg,
.tablet a.ui-dialog-titlebar-close,
.tablet .modal-close-button {
    background-position: -214px -100px;
}

a.ui-dialog-titlebar-close .ui-icon-closethick {
    display: none;
}

a.ui-dialog-titlebar-close {
    margin-top: 15px;
}

.postal-address-box .caption {
    max-width: 140px;
}

.myshop .ui-accordion .ui-accordion-icons {
    padding: 0;
}

.myshop .accordionPager,
.myshop .pager {
    margin: 11px 0 0 0;
    position: relative;
}

.myshop .accordionPager table,
.myshop .pager table {
    margin: 0 auto;
}

.accordionPager .pages span,
.pager .pages span {
    cursor: pointer;
    font-size: 12px;
    display: inline-flex;
    width: 25px;
    height: 25px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: var(--other-button-idle-color);
    background-color: var(--other-button-idle-background-color);
    border-radius: 50%;
}

.accordionPager .pages span.selected,
.pager .pages span.selected {
    cursor: default;
    color: var(--active-button-idle-color);
    background-color: var(--active-button-idle-background-color);
}

.accordionPager .pages,
.pager .pages {
    text-align: center;
}

.ui-dialog {
    z-index: 1065;
}

.ui-dialog .countryMessage {
    width: 320px;
    height: 280px;
    padding: 0;
}

.countryMessage .shop-link {
    color: #D9131D;
}

.NotePackStation {
    padding-top: 0;
    padding-left: 2px;
    color: #D9131D;
}

.note p.NotePackStation.alert {
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #D9131D;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: Black;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.red-button {
    display: block;
    padding-left: 15px;
    background-image: url(../../../images/themes/default/red-button-left.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.red-button .left-side {
    background-image: url(../../../images/themes/default/red-button-bg.png);
    background-position: left center;
    background-repeat: repeat-x;
    display: block;
    float: left;
    padding-right: 5px;
}

.red-button.no-arrow .left-side {
    padding-left: 5px;
}

.red-button .right-side {
    background-image: url(../../../images/themes/default/red-button-right.png);
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    padding-left: 15px;
    min-width: 15px;
}

.red-button.no-arrow .right-side {
    background-image: url(../../../images/themes/default/red-button-right-no-arrow.png);
}

.gray-button {
    width: 25px;
    height: 40px;
    display: block;
    background-image: url(../../../images/themes/default/orderprocess-sprite@1x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 180px, 133px;
    -moz-background-size: 180px, 133px;
    background-size: 180px, 133px;
    cursor: pointer;
}

.gray-button.right-arrow {
    background-position: -150px -83px;
}

.gray-button.left-arrow {
    background-position: -115px -83px;
}

.OptionalField {
    font-weight: normal;
}

span.POBoxNoteNotVisible {
    display: none;
}

tr.hidden, div.hidden, span.hidden, table.hidden {
    display: none;
}

tr.NotUsed, div.NotUsed, span.NotUsed, table.NotUsed {
    display: none;
}

.margl10 {
    margin-left: 10px;
}

.PickupLineFull {
    border-bottom: 1px solid #C8C8C8;
}

.PickupLineDashed {
    border-bottom: 1px dashed #C8C8C8;
}

.pickup-point-tr > td {
    padding-top: 10px;
}

.pickup-point-tr label {
    cursor: pointer;
}

.pickup-point-tr .inline-option {
    display: inline-flex;
    align-items: center;
}

.pickup-point-tr .inline-option + .inline-option {
    margin-left: 10px;
}

.pickup-point-tr .inline-option label {
    padding-left: 5px;
}

.PickupPointErrorLabel, .NewPickupPointErrorLabel {
    height: 25px;
}

#PickupPointOfficeNo, #NewPickupPointOfficeNo {
    margin-left: 30px;
}

#noPickUpPointsAvailable, #NewnoPickUpPointsAvailable {
    padding: 10px 0 25px 0;
    font-weight: bold;
}

#AvailablePickUpPoints, #NewAvailablePickUpPoints {
    clear: left;
}

#NewAvailablePickUpPoints .radio-wrapper {
    margin-top: 0;
}

.PickUpTable {
    padding: 10px 0 30px 0;
    margin-left: -1px;
}

.PickUpTD {
    width: 90px;
    padding: 0 5px 0;
    vertical-align: top;
}

.customer-data-table-modal td.PickUpAccordionTD {
    width: 140px;
}

.PickUpAccordionTable {
    padding: 3px 0 0 0;
    margin-left: -5px;
}

.indicator {
    display: none;
    position: relative;
}

.indicator img {
    position: absolute;
    top: -18px;
    left: 50%;
}

.indicator#DeliveryStreetIndicator img {
    top: 6px;
    left: 130px;
}

.indicator#NewStreetIndicator img,
.indicator#StreetIndicator img {
    top: 6px;
    left: 130px;
}

.username-password-form .fields-container {
    margin: 20px 0 10px 0;
}

.username-password-form label {
    width: 180px;
    height: 30px;
    font-weight: bold;
}

.tablet .username-password-form label {
    height: 38px;
}

.username-password-form label .hint {
    font-weight: normal;
}

.username-password-form .static-value {
    font-weight: bold;
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
}

.whitespacepre {
    white-space: pre;
}

.username-password-form .button {
    margin-left: 8px;
}

.tablet .username-password-form .button {
    margin-top: -5px;
}

.username-password-form .error-label {
    margin-left: 184px;
    top: -10px;
    position: relative;
}

.tablet .username-password-form .error-label {
    top: -6px;
}

#contacts-usage-placeholder {
    padding-left: 25px;
    padding-bottom: 10px;
}

.newpassword-repeat {
    line-height: 14px;
    padding-top: 3px;
}

.tablet .newpassword-repeat, .tablet .newpassword {
    line-height: 25px;
    padding-top: 3px;
}

.simplemodal-container ~ .ui-front.ui-dialog {
    z-index: 1065;
}

.ui-front.ui-dialog {
    z-index: 1000;
}

.ui-front {
    z-index: 1100;
}

.left {
    float: left;
}

a.highlighted {
    color: #D20A0F;
    text-decoration: none;
}

a.highlighted:hover {
    text-decoration: underline;
}

a.highlighted.button, a.highlighted.multiline-button {
    color: #FFFFFF;
}

a.highlighted.button:hover {
    text-decoration: none;
}

.ios.handheld #ReceiveNewsletter,
.ios.handheld #AgreeToPrivacyPolicy {
    min-width: 16px;
    min-height: 16px;
}
.handheld .myshop-box {
    padding-bottom: 22px;
}

#PrivacyPolicyText {
    padding-left: 5px;
    padding-top: 4px;
    width: 315px;
    font-size: 11px;
}

#PrivacyPolicyText a {
    color: var(--default-text-color);
}

a#PrivacyPolicyLink:hover,
a#PrivacyPolicyLink:focus {
    color: var(--color-dark-grey);
}

#countryMessage.countryMessage, #countryMessage2.countryMessage {
    width: auto;
    min-width: 400px;
    max-width: 550px;
}

#countryMessage.countryMessage .modal-inner .modal-headline,
#countryMessage2.countryMessage .modal-inner .modal-headline {
    padding-top: 6px;
    color: var(--default-text-color);
    font-size: 17px;
    line-height: 19px;
}

#countryMessage.countryMessage .modal-inner .modal-headline .headline-line,
#countryMessage2.countryMessage .modal-inner .modal-headline .headline-line {
        background: #D3D4D4;
        margin: 25px 0 14px 0;
}

#countryMessage.countryMessage .modal-inner,
#countryMessage2.countryMessage .modal-inner {
    padding: 15px 25px;
}


#countryMessage.countryMessage .button-container, #countryMessage2.countryMessage .button-container {
    display: flex;
    flex-direction: column;
}

#countryMessage.countryMessage .button-text, #countryMessage2.countryMessage .button-text {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

#countryMessage.countryMessage .btn-container, #countryMessage2.countryMessage .btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#countryMessage.countryMessage .btn-container-aligner, #countryMessage2.countryMessage .btn-container-aligner {
    display: inline-flex;
    flex-direction: column;
}

#countryMessage.countryMessage .modal-btn, #countryMessage2.countryMessage .modal-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.modal-btn,
.modal-btn:hover,
.modal-btn:focus,
.modal-btn:active,
.modal-btn:visited {
    color: #FFFFFF;
    background-color: #787878;
    font-size: 13px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 35px 4px 35px;
    min-width: 330px;
    box-shadow: inset 0 0 10px #696969;
    -webkit-box-shadow: inset 0 0 10px #696969;
    -moz-box-shadow: inset 0 0 10px #696969;
}

.modal-btn.btn-highlighted,
.modal-btn:hover.btn-highlighted,
.modal-btn:focus.btn-highlighted,
.modal-btn:active.btn-highlighted,
.modal-btn:visited.btn-highlighted {
    background-color: #D20A0F;
    box-shadow: inset 0 0 10px #A0A0A0;
    -webkit-box-shadow: inset 0 0 10px #A0A0A0;
    -moz-box-shadow: inset 0 0 10px #A0A0A0;
}

.modal-btn-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.modal-btn.btn-right {
    min-width: unset;
    float: right;
}

#countryMessage.countryMessage .modal-inner .modal-btn.btn-right,
#countryMessage2.countryMessage .modal-inner .modal-btn.btn-right {
    margin-bottom: 20px;
    margin-top: 35px;
    font-size: 13px;
    height: 23px;
}

body {
    font-size: 13px;
}
.myshop input {
    font-size: 13px;
}

.myshop input[type=text]:not(:disabled),
.myshop input[type=password]:not(:disabled),
.myshop input[type=number]:not(:disabled),
.myshop input[type=tel]:not(:disabled),
.myshop input[type=email]:not(:disabled) {
    color: var(--color-all-black);
}

.myshop input[type=text]:disabled,
.myshop input[type=password]:disabled,
.myshop input[type=number]:disabled,
.myshop input[type=tel]:disabled,
.myshop input[type=email]:disabled {
    color: var(--color-dark-grey);
}

.myshop,
.myshop .title {
    color: var(--default-text-color);
}
