body {
    font-family: "Open Sans";
    -webkit-font-smoothing: subpixel-antialiased;
}

body.blackout:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

a {
    color: #141319;
    text-decoration: underline;
}

.f-r {
    float: right;
}

.container {
    max-width: 540px;
    position: relative;
}

.box {
    border-style: solid;
    border-width: 1px;
    border-color: #b6c4c9;
    border-radius: 3px;
    padding: 0px 15px 0px 15px;
}

.box > label {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #363636;
    font-weight: 300;
    padding: 15px;
}

.box-wrapper > .box {
    border-bottom: 0px;
    border-radius: 0px;
}

.box-wrapper .box:first-of-type {
    border-radius: 3px 3px 0px 0px;
}

.box-wrapper .box:last-of-type {
    border-radius: 0px 0px 3px 3px;
    border-bottom: 1px solid #b6c4c9;
}

.paymentPlanOptionsWrapper > .labl > .paymentPlanOption {
    border-bottom: 0px;
    border-radius: 0px;
}

.paymentPlanOptionsWrapper .labl:first-of-type {
    border-radius: 1px 1px 0px 0px;
}

.paymentPlanOptionsWrapper .labl:last-of-type {
    border-radius: 0px 0px 1px 1px;
    border-bottom: 1px solid #b6c4c9;
}

label.heavy {
    font-weight: 700;
}

.box-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-top: 15px;
}

.payment-modal-close-button,
.big-submit {
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 15px;
    max-width: 384px;
    width: 100%;
    height: 48px;
    background-color: #141319;
    background: #141319;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 1px;
    border: 0;
    text-transform: uppercase;
    color: #ffffff;
}

.big-submit:hover {
    background: #343438;
}

.big-submit:not(:disabled) img {
    display: none;
}

.big-submit:disabled span {
    display: none;
}

.payment-modal-close-button:hover {
    color: #ffffff;
}

.inline-submit {
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    background-color: #141319;
    background: #141319;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 1px;
    border: 0;
    text-transform: uppercase;
    color: #ffffff;
    box-sizing: border-box;
    margin: auto;
}

.input-text {
    border: #b6c4c9;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    height: 35px;
    box-sizing: border-box;
    margin: 0;
    flex-grow: 2;
}

.flex-form {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.tPu {
    font-size: 8pt;
    letter-spacing: 1pt;
    color: #8A979C;
}

.totalPrice {
    font-size: 30pt;
    font-weight: 700;
    margin-top: 22px;
    line-height: 30pt;
    text-align: center;
}

.formGroupTitleHeader {
    letter-spacing: .6pt;
    text-transform: uppercase;
    font-weight: 700;
}

.radioWrapper {
    background: #F5F8FA;
    border-radius: 50%;
    float: left;
    height: 20px;
    margin-right: 10px;
    position: relative;
    width: 20px;
    margin-top: 15px;
}

.classThickText {
    font-weight: 600;
}

.paymentPlanOption {
    border: 1px solid #B6C4C9;
    font-size: 14px;
    font-weight: normal;
    padding: 16px;
}

#paymentPlanOptionsWrapper,
#paymentQuickOptionsWrapper {
    padding-bottom: 15px;
}

#paymentPlanOptionsWrapper div.paymentPlanOption.active,
#paymentQuickOptionsWrapper div.paymentQuickOption.active {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px #141319 solid;
    padding: 15px;
}

.labl {
    display: block;
}

.labl > input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

.labl > input + div { /* DIV STYLES */
    cursor: pointer;
    border: 1px solid #B6C4C9;
    font-size: 14px;
    font-weight: normal;
    padding: 16px;
}

.labl > input:checked + div { /* (RADIO CHECKED) DIV STYLES */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px #141319 solid !important;
    padding: 15px;
}
.aggreementsAndTerms{
    margin-top: 20px;
    padding: 16px;
    background: #F5F8FA;
    overflow: hidden;
}
.agreement-4-description {
    overflow: hidden;
    font-weight: normal;
    background: #F5F8FA;
    color: #363636;
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 18px;
    /*margin-top: 20px;
    padding: 16px;*/
    word-break: break-word;
    display: none;
    width: 100%;
}

.selectedPaymentMethodImageWrapper {
    display: inline-block;
    float: right;
    overflow: visible;
    position: relative;
}

.logo-billmate {
    height: 13px;
    width: 55px;
    margin-top: 8px;
    margin-right: 2px;
}

.logo-custom {
    height: 26px;
    width: auto;
}

.logo-mastercard {
    height: 24px;
}

.logo-swish {
    height: 20px;
    width: 66px;
    margin-top: 4px;
}

.logo-visa {
    height: 23px;
    margin-top: 1px;
}

.logo-card {
    margin-top: 6px;
}

.logo.logo-trustly {
    width: 80px;
}

.radioWrapper:not(:checked) ~ .paymentPlanOptionsWrapper {
    display: none;
}

.paymentOptionDescription {
    background: #F5F8FA;
    font-size: 12px;
    padding: 16px;
}

.description p {
    text-align: center;
}

#swishPhoneNumber {
    border-color: #b6c4c9;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.ulDescriptionStyle {
    list-style-image: url(/res/icons/check.png);
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 2em;
}

.inputCheckout .input-image-svg {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}

.inputCheckout .css .form-input-image-pnoco-wrapper .input-image-svg-person {
    display: none;
}


input[type='email'],
input[type='number'],
input[type='phone'],
input[type='tel'],
input[type='text'] {
    height: 48px;
    font-size: 14px;
    color: #363636;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #b6c4c9;
    box-sizing: border-box;
    width: 100%
}

.input-wrapper {
    position: relative;
    overflow: hidden;
}

.input-wrapper label {
    position: absolute;
    top: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #8A979C;
    transition: .1s all linear;
    cursor: text;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.input-wrapper.questionAnswer label {
    position: initial;
    display: block;
}

.payment-modal.kalp-modal {
    text-align: left;
    position: absolute;
}

.input-wrapper label:nth-of-type(1) {
    left: 13px;
}

.input-wrapper label:nth-of-type(2) {
    right: 13px;
}

.input-wrapper input {
    transition: .1s all linear;
    height: 48px;
    font-size: 14px;
    color: #363636;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #b6c4c9;
    box-sizing: border-box;
    width: 100%;
}
.input-wrapper select {
    height: 48px;
    width: 100%;
}

.input-wrapper input.error, select.error {
    border: 1px solid #C93144 !important;
}

.input-wrapper input.empty ~ label {
    display: block;
}

.input-wrapper input.empty:not(:focus) ~ label:nth-of-type(2) {
    display: none;
}

.input-wrapper:not(.questionAnswer) input:focus {
    border: 1px #141319 solid;
    font-weight: 700;
    font-size: 16px;
    color: #363636;
    box-sizing: border-box;
    padding-top: 14px;
}

.input-wrapper:not(.questionAnswer) input:focus ~ label {
    top: 6px;
    opacity: .8;
    line-height: 15px;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    color: #8A979C;
    display: block;
}

.input-wrapper .input-holder {
    position: absolute;
    right: 13px;
    top: 18px;
    font-size: 12px;
    text-align: right;
    line-height: 17px;
    color: #8A979C;
    transition: .1s all linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-wrapper input:focus ~ .input-holder {
    top: 23px;
}

.input-wrapper svg {
    height: 17px;
    margin-top: 2px;
    margin-left: 0px;
    width: 18px;
    pointer-events: none;

    position: absolute;
    height: 20px;
    width: 20px;
    overflow: visible;
    left: 12px;
    top: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-img input {
    padding-left: 42px;
}

.has-img label:nth-of-type(1) {
    left: 42px !important;
}

input:focus ~ svg .input-image-svg-stroke {
    stroke: #764AF3;
}

.btn.btn-primary,
.btn.btn-secondary {
    box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 13%);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 1px;
    border: 0;
    text-transform: uppercase;
    height: 48px;
    box-shadow: none !important;
}

.btn.btn-primary {
    color: #FFFFFF;
    background: #141319;
}

.btn.btn-primary:hover {
    background: #343438;
}

.btn.btn-secondary {
    color: #141319;
    background: #F5F8FA !important;
    border: 0.9px solid #B6C4C9 !important;
}

.btn.btn-secondary:hover {
    background: #FFFFFF !important;
}

.inputCheckout .css .form-input-image-pno-wrapper .input-image-svg-company {
    display: none;
}

.inputCheckout {
    position: relative;

}

.inputCheckout .css.active input {
    font-weight: 700;
    font-size: 16px;
    color: #363636;
    box-sizing: border-box;
    padding-top: 14px;
    padding-left: 41px;

}

.paymentOptionDescription .description.method-1024 .inputCheckout .input-image {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 700;
    float: left;
    position: absolute;
    left: 16px;
    top: 13px;
}


.modal {
    -ms-overflow-style: none; /* Hide scrollbar IE and Edge */
    scrollbar-width: none; /* Hide scrollbar Firefox */
    display: none;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 60%);
    border-radius: 3px;
    max-width: 500px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 1em;
    background: #ffffff;
    border: 2px solid black;
    z-index: 2;
    font-size: 80%;
}

.modal:target {
    display: block;
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.5;
    z-index: 1;
}

.modal:target + .backdrop {
    display: block;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.modal::-webkit-scrollbar {
    display: none;
}

.btnHolderPopup {
    background: #141319;
    box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 13%);
    cursor: pointer;
    color: #fff;
    width: 263px;
    height: 48px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
}

.textAlignCenter {
    text-align: center;
}

.input-holder-co {
    text-decoration: none;
    background-color: #F5F8FA;
    border-radius: 3px;
    box-sizing: border-box;
    color: #8A979C;
    font-size: 12px;
    height: 32px;
    line-height: 17px;
    padding: 9px 5px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 8px;
    transition: .1s all linear;
    z-index: 98;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-holder-co:hover {
    text-decoration: underline;
}

.billing-address-wrapper {
    padding: 0 15px 15px 15px !important;
}

.billing-address {
    text-transform: captailize;
    font-weight: 400;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #b6c4c9;
    border-radius: 3px;
    color: #363636;
    padding: 12px !important;
}

.billing-address span {
    display: block;
    clear: both;
}

.billing-address span:first-of-type {
    font-weight: 700;
}

#showBillingAddressForm,
.order-details-container a {
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    padding-left: 16px;
    color: #141319;
    text-decoration: underline;
}

#showBillingAddressForm:hover {
    text-decoration: underline;
    color: #343438;
}

.order-details-container a {
    text-align: center;
    color: #8A979C;
}

.order-details-container a:hover {
    text-decoration: underline;
}

.title {
    width: 80% !important;
}

.topay {
    text-align: right;
}

.article-details {
    width: 100%;
}

.article-details > tbody > tr {
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
}

.article-details > tbody > tr:nth-child(odd) {
    font-weight: 600;
}

.article-details-price {
    border-bottom: 1px solid #b6c4c9;
}

.article-details > tbody > tr:nth-child(even) {
    border-bottom: 1px solid #b6c4c9;
    margin-bottom: 10px;
}

.article-details > thead > tr > th {
    font-weight: 400;
}

.article-details-wrapper {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #b6c4c9;
    border-radius: 3px;
    color: #363636;
    padding: 12px !important;
}

.billing-address-wrapper:not(.show),
.billing-address-form:not(.show),
.input-holder-co:not(.show),
.billing-street-2:not(.show) {
    display: none;
}

.bmlogo {
    margin: 20px 0px 40px 0px;
    width: 260px;
    max-width: 100%;
}

.rotate-img {
    transform: rotate(180deg);
}

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

.payment-modal {
    width: 384px;
    background: #FFFFFF;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 60%);
    border-radius: 3px;
    position: absolute;
    z-index: 105;
    margin: 0 auto;
    top: 20vh;
    left: 50%;
    margin-left: -192px;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 32px;
}

.payment-modal.swedbankpay-modal {
    max-width: 94%;
    width: 94%;
    max-height: 94%;
    height: 94%;
    left: 0;
    margin-left: 3%;
    padding: 6%;
    padding-bottom: 14%;
    padding-top: 14%;
    top: 0;
    margin-top: 3%;
    bottom: 0;
    margin-bottom: 3%;
}

#swedbank-pay-seamless-view-page {
    overflow: hidden;
}

.payment-modal:not(.show) {
    display: none;
}

.payment-modal:not(.error) .upper-text.error {
    display: none;
}

.payment-modal.error .upper-text:not(.error) {
    display: none;
}

.payment-modal .upper-text {
    margin-bottom: 50px;
    position: relative;
    color: #363636;
    font-family: 'Open Sans';
    font-size: 14px;
}

.payment-modal .popup-image-wrapper {
    padding: 10px;
    position: relative;
    display: block;
}

.payment-modal .popup-image-wrapper .loading-img {
    border: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

.payment-modal .popup-image-wrapper .loading-img img {
    margin-left: -23px;
    margin-top: -20px;
}

.payment-modal-close-wrapper {
    clear: both;
    margin-top: 30px;
    position: relative;
}

.payment-modal-close a {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    color: #8A979C;
    width: 100%;
    float: left;
    margin-top: 26px;
    margin-bottom: 0px;
    text-decoration: none;
}

.payment-modal-background {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.payment-modal-background:not(.show) {
    display: none;
}

.loader {
    width: 26px;
    height: 26px;
    margin: auto auto;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 2s linear infinite;

    -webkit-animation-name: spin;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@media (max-width: 640px) {
    .payment-modal {
        height: 98vh;
        border-left: 0;
        border-right: 0;
        left: 0;
        top: 2vh;
        margin-left: 3%;
        max-width: 94%;
        padding: 6%;
        padding-bottom: 14%;
        padding-top: 14%;
        width: 94%;
        font-size: 9pt;
    }
}

.alertcontainer {
    margin: 50px 10px 0px 10px;
    z-index: 999;
    position: absolute;
    left: 30px;
    right: 30px;
}

.alertmsgbox {
    display: inline-block;
    width: 100%;
}

.article-details-wrapper > .article-button {
    text-align: left;
}

.article-details-row:nth-child(n+4):not(.show) {
    display: none;
}

#article-details-show:not(.show) {
    display: none !important;
}

#article-details-hide:not(.show) {
    display: none !important;
}

.thankYouImg {
    width: 67px;
    height: 67px;
    margin: 50px 0 40px 0;
}

.footerTextWithLogo {
    color: #8A979C;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding-top: 30px;
}

.totalPrice {
    margin-bottom: 22px;
}

.priceLarge {
    font-size: 30pt;
    font-weight: 700;
    line-height: 30pt;
    text-align: center;
    margin-bottom: 0px;
}

.tPu {
    font-size: 8pt;
    letter-spacing: 1pt;
    color: #8A979C;
    margin: 0px;
    font-weight: 500;
}

.form-input-error-message {
    color: #C93144;
    font-size: 11px;
    left: 43px;
    line-height: 15px;
    position: absolute;
    top: 2px;
    z-index: 10;
    padding-bottom: 2px;
    text-align: left;
    white-space: nowrap;
}

.input-wrapper input:not(.error) ~ .form-input-error-message,
.input-wrapper input.error:focus ~ .form-input-error-message {
    display: none;
}

.terms {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    color: #8A979C;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    padding: 25px 0;
}

.terms a:link, a:visited {
    color: #8A979C;
    text-decoration: underline;
}

.otherPayment {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    color: #141319;
    width: 100%;
    float: left;
    margin-top: 26px;
    margin-bottom: 0px;
}

.otherPayment a {
    color: #141319;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

.upperText b {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    color: #363636;
    text-transform: uppercase;
}

.upperText {
    font-size: 14px;
    margin-bottom: 50px;
    position: relative;
}

.popup-image-wrapper {
    padding: 10px;
    position: relative;
    display: block;
}

.animate-spin {
    animation: spin 2s linear infinite;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.openbankid-animation-image .animate-spin {
    height: 134px;
    width: 134px;
    top: -15px;
    left: 92px;
    position: absolute;
}

.bankidWindow {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.qvickly-logo {
    max-height: 30px;
    margin-top: 6px;
}

.without-pno{
    width: 100%;
    float: left;
    text-align: center;
    margin: 12px 0 14px 0;
}

.without-pno-address-form:not(.show){
    display: none;
}

.continueWithoutPno {
    text-align: center;
}

.continueWithoutPno > .continueWithoutPnoButton:not(.show) {
    display: none !important;
}

.billing-address-form {
    overflow: hidden;
    position: relative;
    z-index: 102;
}

.article-details-vat {
    width: 100%;
    padding-bottom: 6px;
}

.article-details > tbody > tr:last-child {
    border: 0;
    margin-bottom: 0;
}

.article-details-vat > span {
    float: right;
    display: inline-block;
    margin-left: 20px;
}

.consumerAgencyWrapper {
    margin-top: 30px;
}

.consumerAgencySeparator {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
}
  
.consumerAgencySeparator::before,
.consumerAgencySeparator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #b6c4c9;
}
  
.consumerAgencySeparator:not(:empty)::before {
    margin-right: 1em;
}
  
.consumerAgencySeparator:not(:empty)::after {
    margin-left: 1em;
}

.consumerAgencyInformationWrapper {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    padding: 10px;
    margin-top: 14px;
}

.consumerAgentWarningImageWrapper {
    grid-area: 1 / 1 / 10 / 2;
    width: 100%;
    height: 100%;
}

.consumerAgencyLogo {
    width: 100%;
    margin: 0 auto;
    padding: 0 1px;
}

.consumerAgencyTitle {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
}

.consumerAgencyInformation {
    grid-area: 1 / 2 / 10 / 10;
    font-size: 12px;
    width: 100%;
    padding: 0 10px;
}

#payment-form {
    margin-top: 10px;
}

.addressDisplayGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.address1 {
    grid-area: 1 / 1 / 2 / 3;
}

.address2 {
    grid-area: 2 / 1 / 3 / 3;
}

.address3 {
    grid-area: 3 / 1 / 4 / 3;
}

.address4 {
    grid-area: 4 / 1 / 5 / 2;
}

.address5 {
    grid-area: 4 / 2 / 5 / 3;
    text-align: right;
}