/* * {
    box-sizing: border-box;
} */

* {
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button::-moz-focus-inner {
    border: 0;
}

::-ms-clear {
    width: 0;
    height: 0;
}

html {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    /* font-size: 16px; */
    min-width: 320px;
    /* word-wrap: break-word; */
    /* background-color: #fff; */
    /* color: #0D0D0D; */
    /* line-height: 1.5; */
    margin: 0;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.hide-on-width {
    display: none;
}

@media (max-width: 623px) {
    .flex-box {
        width: 50%!important;
    }
    .flex-box.w136 {
        width: 50%!important;
    }
    .flex-box.w288 {
        width: 100%!important;
    }
    .cart-item {
        flex-direction: column;
    }
    .container-width {
        display: flex!important;
        justify-content: space-around;
        flex-grow: 1;
    }
    .hide-on-width {
        display: initial;
    }
    .order-1 {
        order: 1;
    }
    .align-center {
        text-align: left!important;
    }
    .align-right {
        margin-right: 0px!important;
    }
    .cart-header {
        display: none!important;
    }
    .summary-big {
        display: inline!important;
        margin-left: 8px;
    }
    .cart-summary-noteLabel {
        display: none!important;
    }
    .cart-summary {
        flex-direction: column;
    }
    textarea {
        width: 264px!important;
    }
    .price-align-right {
        text-align: left!important;
    }
    .cart-btn {
        flex-direction: column;
        max-width: 288px!important;
    }
    .elementsList {
        width: 348px!important;
    }
}

.flex-box.to-bottom div {
    margin-top: 11px;
}

.flex-box {
    min-height: 67px;
    position: relative;
    margin-top: 45px;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    /* display: inline-flex; */
    box-sizing: border-box;
    /* max-width: 217px; */
    /* min-width: 136px; */
}

.box24 {
    width: 24px;
}

.padding-r-24 {
    padding-right: 24px;
}

.field {
    width: 100%;
    margin-top: 8px;
}

.main {
    padding-left: 4px!important;
    padding-right: 4px!important;
    max-width: 964px!important;
    justify-content: flex-start!important;
}

.flex {
    max-width: 940px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo {
    background-image: url(/images/shutters-calc-logo.svg);
    width: 123px;
    height: 32px;
    background-size: contain;
}

#login-navbar {
    position: relative;
}

#login-navbar div.logo {
    background-image: url(/images/shutters-calc-logo.svg);
    width: 215px;
    height: 56px;
}

#login-navbar div.flex {
    justify-content: center;
    height: 100%;
}

.login.flex.main {
    justify-content: center;
    flex-direction: column;
}

.login div.flex-box {
    width: 240px!important;
}

#settingsButton {
    background-color: transparent;
    border: none;
    background-image: url(/images/ic-settings-24-px.svg);
    width: 24px;
    height: 24px;
    margin-right: 24px;
    position: relative;
}

#elementsButton {
    background-color: transparent;
    border: none;
    background-image: url(/images/baseline-view-list-24px.svg);
    width: 24px;
    height: 24px;
    margin-right: 24px;
    position: relative;
}

#settingsButton:hover,
#elementsButton:hover {
    transform: scale(1.15, 1.15);
}

#cartButton:hover {
    transform: scale(1.15, 1.15);
}

.button:hover {
    cursor: pointer;
    transform: scale(1.05, 1.05);
}

button {
    transition: 0.3s;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

#settings-holder,
#elements-holder {
    position: relative;
    height: 24px;
}

#settings-popup {
    transform: none;
    display: block;
    position: absolute;
    top: 28px;
    right: 24px;
    background: #ffffff;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.3);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 19px;
    padding-bottom: 32px;
}

.elementsList {
    transform: none;
    display: block;
    position: absolute;
    top: 76px;
    background: #ffffff;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.3);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 19px;
    padding-bottom: 32px;
    z-index: 999;
    margin-bottom: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.elementsList {
    width: 580px;
    /* box-sizing: border-box; */
}

.line-4 {
    background: #CCCCCC;
    height: 1px;
    /* border: solid 1px #CCCCCC; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.stickToRight {
    display: flex;
    align-items: center;
}

.cartSymbol {
    background-image: url(/images/ic-cart-baged-40-px.svg);
    width: 27px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 6px;
}

.cartButtonCircle {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #fdb42b;
    position: absolute;
    right: 0px;
    top: 0px;
}

#cartButton {
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.animate-bounce {
    animation: bounce 0.2s alternate 2 ease-in;
}

#inCartNumber {
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #3d3d3d;
    margin-top: 96px;
    margin-bottom: 0px;
}

h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3d3d3d;
}

label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #868686;
}

input {
    color: #0D0D0D;
    font-weight: 500;
    height: 40px;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    box-sizing: border-box;
}

input:focus {
    outline: none !important;
    border: solid 1px rgba(0, 0, 0, 0.6);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.add-percent {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 16px;
}

.small {
    font-size: 14px;
    line-height: 24px;
}

.black {
    color: #0D0D0D;
}

.gray {
    background-color: #3d3d3d;
}

.nowrap {
    white-space: nowrap;
}

#exchangeRate {
    font-weight: 500;
    color: #0D0D0D;
    font-size: 16px;
    line-height: 24px;
}

.inline {
    display: inline!important;
}

.block {
    display: block;
}

.top16 {
    margin-top: 16px;
}

.currency {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
}

.left16 {
    margin-left: 11px;
}

.radio-Label {
    width: 27px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #0D0D0D;
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}


/* The container */

.radio {
    line-height: 22px;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio input {
    /* position: absolute;
    opacity: 0;
    cursor: pointer; */
    display: none;
}


/* Create a custom radio button */

.inline span.checkmark {
    top: 2px!important;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 2px;
    height: 12px;
    width: 12px;
    margin: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 0 1.5px #868686;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */


/* .radio:hover input~.checkmark {
    background-color: #ccc;
} */


/* When the radio button is checked, add a blue background */

.radio input:checked~.checkmark {
    box-shadow: 0 0 0 1.5px #fdb42b;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fdb42b;
}

.hide {
    display: none;
}

.margin-top-12 {
    margin-top: 12px;
}

.checkbox {
    position: absolute;
    opacity: 0;
    /* width: 100%; */
    height: 100%;
}

.checkbox-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid 2px #868686;
    background-color: #ffffff;
    box-sizing: border-box;
}

.checkbox-mark:after {
    display: none;
    position: absolute;
    content: "";
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox:checked~.checkbox-mark:after {
    display: block;
}

.checkbox:checked~.checkbox-mark {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: none;
    background-color: #fdb42b;
}

.checkbox-label {
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #0D0D0D;
    position: relative;
    cursor: pointer;
}

.checkbox-container {
    margin-top: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex-box.engineName div {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.flex-box.nhk div.checkbox-container {
    margin-top: 0px!important;
}

.flex-box.nhk {
    display: flex;
    align-items: center;
    padding-top: 18px;
}

.gray-box {
    background-color: rgba(61, 61, 61, 0.04);
    border-radius: 8px;
    text-align: center;
    padding-top: 13px;
    /* height: 100%; */
    padding-bottom: 16px;
    /* padding-left: 0px;
    padding-right: 0px;
    margin-left: 12px;
    margin-right: 4px; */
}

.gray-box.price {
    position: relative;
}

.gray-box.price div.largeNumber {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 12px;
}

.gray-box div.smallNumber {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-top: 12px;
}

.w136 {
    width: 154px!important;
    height: 82px!important;
}

.w288 {
    /* width: 308px!important; */
    height: 150px!important;
    flex-grow: 1;
}

.btn {
    flex-grow: 1;
    min-width: 217px;
    max-width: 288px;
}

.summary {
    align-items: flex-start;
    margin-bottom: 48px;
    justify-content: center!important;
}

.button {
    display: flex;
    height: 48px;
    background-color: #fdb42b;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;
}

.button div.line div.label {
    display: inline-block;
}

.button div.line {
    /* padding-top: 12px;
    padding-bottom: 12px; */
    display: flex;
    align-items: center;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.ic-eye-24 {
    background-image: url(/images/ic-eye-24.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 20px;
}

.ic-eye-24:hover {
    cursor: pointer;
}

.cart-symbol-24 {
    background-image: url(/images/ic-cart-24-px.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px;
    /* position: absolute;
    top: 8px;
    left: 6px; */
}

.ic-plus-yellow-24-px {
    background-image: url(/images/ic-plus-yellow-24-px.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px;
}

.ic-send-24-px {
    background-image: url(/images/ic-send-24-px.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px;
}

.ic-unlock-24-px {
    background-image: url(/images/ic-unlock-24.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px;
}

.currencySymbol {
    font-weight: 400!important;
    color: #868686;
}

.grayText {
    color: #868686;
}

.gray-box div.inline {
    display: inline-block!important;
    margin-top: 0px;
}

.alert {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.background {
    position: fixed;
    opacity: 0.45;
    background-color: #0d0d0d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.alert div.box {
    width: 264px;
    height: 288px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    right: 132px;
    bottom: 144px;
    position: relative;
}

div.center {
    position: absolute;
    left: 50%;
    top: 50%;
}

div.center-horizontal {
    position: absolute;
    left: 50%;
    top: 88px;
}

.border-button {
    height: 48px;
    border-radius: 8px;
    border: solid 1px #fdb42b;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-align: center;
    color: #7a6f6c;
    padding-top: 16px;
    box-sizing: border-box;
    transition: 0.3s;
}

.btn div.border-button {
    margin-top: 24px;
}

.alert div.border-button {
    width: 224px;
    position: absolute;
    bottom: 48px;
    left: 20px;
}

.border-button:hover {
    transform: scale(1.05, 1.05);
}

.alert-header {
    font-size: 24px;
    text-align: center;
    color: #0d0d0d;
    opacity: 0.8;
    padding-top: 40px;
}

.alert-message {
    font-size: 24px;
    text-align: center;
    color: #0d0d0d;
    padding-top: 16px;
    opacity: 0.5;
    font-size: 16px;
    color: #0d0d0d;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

.clear-fields-button {
    font-size: 14px;
    letter-spacing: normal;
    text-align: center;
    color: #e62817;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 16px;
    margin-bottom: 40px;
}

.hint {
    position: absolute;
    font-size: 11px;
    line-height: 12px;
    color: #000000;
}

.big-loader {
    position: relative;
    right: 50px;
    bottom: 50px;
}

.small-loader {
    position: relative;
    right: 25px;
    bottom: 25px;
}

.loader {
    width: 100px;
    height: 100px;
    border: 16px solid transparent;
    border-radius: 50%;
    border-top: 16px solid #fdb42b;
    box-sizing: border-box;
    -webkit-animation: spin 0.4s linear infinite;
    /* Safari */
    animation: spin 0.4s linear infinite;
}

.small-loader div.loader {
    width: 50px;
    height: 50px;
    border: 10px solid transparent;
    border-radius: 50%;
    border-top: 10px solid #fdb42b;
    position: absolute;
}


/* Safari */

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

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

.cart-add {
    margin-top: 80px;
    margin-bottom: 8px;
    height: 40px;
    border: solid 1px #fdb42b;
    color: #7a6f6c;
    background: white;
    box-sizing: border-box;
    letter-spacing: 0.3px;
}

#cart div.flex {
    width: 100%;
}

#cart div.add {
    justify-content: flex-end;
}

.cart-item {
    width: 100%;
    box-shadow: inset 0 -1px 0 0 rgba(13, 13, 13, 0.2);
    background-color: #ffffff;
    margin-top: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.background.cart {
    z-index: -1;
    background: #F5F5F5;
}

.cart-item label {
    opacity: 0.5;
    font-size: 14px;
    color: #0d0d0d;
    line-height: 24px;
}

.cart-item span {
    font-weight: 500;
}

.cart-item strong {
    line-height: 24px;
}

.column {
    display: block;
    flex-grow: 1;
}

.container {
    display: flex;
    justify-content: space-between;
}

.column span.price {
    color: #3d3d3d;
    opacity: 0.8;
}

.cart-item-line {
    height: 1px;
    background-color: rgba(61, 61, 61, 0.15);
    margin-bottom: 8px;
    margin-top: 8px;
}

.align-right {
    text-align: right;
    margin-right: 80px;
}

.order-3 {
    order: 3;
}

.order-2 {
    order: 2;
}

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

.three-dots {
    background-color: transparent;
    border: none;
    background-image: url(/images/ic-more-black-24-px.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.three-dots:hover {
    background-color: #F5F5F5;
}

.cart-header {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 16px;
    font-weight: 300;
    color: #0d0d0d;
    margin-top: 24px;
    justify-content: space-around;
}

.more-dialog {
    width: 134px;
    height: 108px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    top: 28px;
    padding-top: 4px;
    box-sizing: border-box;
    z-index: 999;
}

.more-dialog:focus {
    outline: none;
}

.more-button {
    font-size: 14px;
    width: 100%;
    height: 32px;
    padding-left: 16px;
    text-align: left;
    background: transparent;
    border: none;
}

.more-button:hover {
    background-color: #F5F5F5;
}

.hidden {
    display: none;
}

.three-dots-holder {
    position: absolute;
    right: 16px;
    top: 12px;
}

textarea {
    resize: none;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    width: 100%;
    height: 80px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 24px;
    padding-top: 8px;
    box-sizing: border-box;
}

textarea:focus {
    outline: none;
}

.cart-summary {
    margin-top: 24px;
    align-items: flex-start;
    line-height: 24px;
}

.cart-summary-noteLabel {
    font-size: 16px;
    color: #0d0d0d;
    opacity: 0.5;
}

.cart-summary-price {
    text-align: center;
}

.cart-summary-amount {
    text-align: center;
}

.cart-summary-amount label,
.cart-summary-price label {
    font-size: 14px;
    font-weight: bold;
}

.summary-big {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #0d0d0d;
}

.cart-summary-noteLabel {
    width: 95px;
}

.cart-summary-noteField {
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    box-sizing: border-box;
}

.price-align-right {
    text-align: right;
    width: fit-content;
}

.summary-big.recomended {
    color: #868686;
}

.cart-buttons {
    justify-content: flex-end;
}

.cart-btn {
    width: 100%!important;
    display: flex;
    max-width: 496px;
}

.cart-btn div.button,
.cart-btn div.clear-fields-button {
    flex-grow: 1;
}

#login-navbar {
    height: 200px;
}

#settings-popup h3 {
    display: inline;
}

#settings-popup div.clear-fields-button {
    display: inline;
    margin-left: 8px;
}

.relative {
    position: relative;
}

#password-hint:hover {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: rgba(61, 61, 61, 0.04);
}

.clear-fields-button.input-dialog {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.border-button.input-dialog {
    bottom: 80px;
}

input.input-dialog {
    width: 224px;
    margin-top: 12px;
    margin-left: 20px;
}

div.hint.input-dialog {
    margin-left: 20px;
    color: #e62817;
}


/* input.submit.login {
    display: flex;
    height: 48px;
    background-color: #fdb42b;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;
    font-family: 'Roboto', sans-serif;
    outline: 0;
    border: 0;
    width: 100%;
} */

input[type=submit] {
    background-color: #fdb42b;
    height: 48px;
    border: 0;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    transition: 0.3s;
    box-sizing: border-box;
}

input[type=submit]:hover {
    transform: scale(1.05, 1.05);
}

input {
    filter: none;
}

div.select-selected.select-user-lock {
    /* background-color: #E6E6E6; */
    background-image: url(/images/lock-outlined-24.svg);
    background-repeat: no-repeat;
    background-position: 85%;
    border-color: #FBB33D;
}

div.button.cart-add.unlock-btn {
    margin-top: 0px;
}