﻿.title {
    font-family: Source Sans Pro;
    font-size: 24px;
    font-weight: 300;
    height: 30px;
    margin-bottom: 15px !important
}

.content {
    color: #4a4a4a;
    font-family: Lato Regular;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    width: 100%
}

.accept {
    display: block;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-size: 16px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    width: fit-content
}

.warranty-dialog .buttons {
    cursor: pointer;
    margin-left: 60px;
    margin-top: 30px
}

.warranty-dialog .bold {
    font-weight: 700
}

.warranty-dialog .heading {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 10px
}

h1 {
    font: Source Sans Pro,sans-serif;
    font-size: 30px;
    font-weight: 400
}

h1, h2 {
    color: #000
}

h2 {
    font: Source Sans Pro,sans-serif;
    font-size: 24px;
    font-weight: 400
}

h3, h3.emphasized {
    color: #000;
    font: Source Sans Pro,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width:1149px) {
    h1 {
        font: Source Sans Pro,sans-serif;
        font-size: 26px;
        font-weight: 400
    }

    h1, h2 {
        color: #000
    }

    h2 {
        font: Source Sans Pro,sans-serif;
        font-size: 22px;
        font-weight: 400
    }

    h3, h3.emphasized {
        color: #000;
        font: Source Sans Pro,sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px
    }
}

.text-field {
    background-color: #fff;
    border: 1px solid #949494;
    border-radius: 3px;
    cursor: text;
    line-height: normal;
    padding: 0 10px 10px;
    position: relative
}

.text-field, .text-field_input {
    display: block;
    height: 48px;
    width: 100%
}

.text-field_input {
    background: none !important;
    border: none;
    box-sizing: border-box;
    color: #000;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    margin: 0;
    outline: 0;
    padding: 10px 0 0 10px !important;
    position: absolute;
    top: 0
}

    .text-field_input::-ms-reveal {
        display: none
    }

.text-field_title {
    color: #005da6;
    display: block;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: normal;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 100%
}

.text-field_title--empty {
    color: #4a4a4a !important;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    padding-bottom: 0;
    padding-top: 0
}

.text-field_title--error {
    color: red !important
}

.text-field_title--disabled {
    color: #dcdcdc !important
}

.text-field_validation-msg {
    color: red;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px
}

.text-field--multi-line {
    height: 80px
}

    .text-field--multi-line textarea {
        height: calc(100% - 25px);
        padding-top: 0 10px 10px 10px;
        resize: none;
        top: 25px
    }

.text-field--emptyfocus input, .text-field--emptyfocus textarea {
    color: #949494 !important
}

.text-field--invalid {
    border: 1px solid red !important
}

.text-field--focused {
    -moz-box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important;
    -webkit-box-shadow: 0 0 10px rgba(0,91,166,.5) !important;
    border: 1px solid #005da6;
    box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important;
    padding-top: 0 !important
}

.text-field--disabled {
    border-color: #dcdcdc !important
}

    .text-field--disabled input, .text-field--disabled textarea {
        color: #dcdcdc !important
    }

.text-field--hovered {
    border-color: #000
}

.custom-multi-select .select__control {
    border: 1px solid #949494;
    border-radius: 3px;
    min-height: 50px
}

.custom-multi-select .select__control--is-focused {
    -moz-box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important;
    -webkit-box-shadow: 0 0 10px rgba(0,91,166,.5) !important;
    border: 1px solid #005da6;
    box-shadow: 0 0 10px 50% rgba(0,91,166,.5) !important;
    padding-top: 0 !important
}

.custom-multi-select .select__control:hover {
    border-color: #005da6
}

.custom-multi-select .select__control .select__multi-value {
    background-color: #d0edfc;
    border-radius: 20px;
    padding: 2px 5px
}

    .custom-multi-select .select__control .select__multi-value .select__multi-value__remove {
        background-color: #d0edfc;
        color: #000;
        cursor: pointer
    }

.custom-multi-select .select__control .select__clear-indicator, .custom-multi-select .select__control .select__dropdown-indicator {
    color: #939597
}

.custom-multi-select.error .select__control {
    border: 1px solid red
}

    .custom-multi-select.error .select__control--is-focused, .custom-multi-select.error .select__control:hover {
        border-color: red
    }

.add-to-cart-component .buttons .field {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0
}

    .add-to-cart-component .buttons .field .qty-field {
        background-color: #dcdcdc;
        font-size: 12px;
        height: 30px;
        padding: 0 0 0 5px;
        width: 60px
    }

.add-to-cart-component .buttons .button-secondary {
    border-radius: 3px;
    height: 30px;
    margin-left: 14px;
    padding: 0 15px;
    width: 130px
}

.add-to-cart-component .buttons .loader {
    height: 18px;
    margin: auto auto auto 38px;
    position: absolute;
    width: 18px
}

.add-to-cart-component .facility-dialog .modal-body {
    height: 475px
}
