:root {
    --app-height: 100vh;
    --product-image-aspect-ratio: 768/953;
}

body {
    font-family: Jost, sans-serif !important;
    background-color: #fff;
    font-size: 13px;
}

body a {
    color: #000;
}

body a:hover, body a:focus {
    color: #000;
    text-decoration: none;
}

b, strong {
    font-weight: 500;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.nav > li > a .caret {
    display: none;
}

.btn {
    border: 1px solid transparent;
    border-radius: 0;
}

.btn-widget {
    width: 100%;
}

.btn.btn-primary {
    background-color: #000;
}

.btn.btn-light {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

.btn.disabled, .btn[disabled]{
    opacity: .5;
}

.btn.btn-primary[disabled]:hover{
    background-color: #000;
    border-color: #000;
}

.btn.btn-primary:active:hover, .btn.btn-primary:active:focus{
    background-color: #000;
    border-color: #000;
}


input, button, select, textarea {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    padding: 10px 10px 11px 10px;
    width: 100%;
    border: 1px solid #A2A2A2;
    border-radius: 0;
}

input:focus-visible {
    outline: none;
}

label {
    font-weight: 400;
}

.btn.btn-link {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    text-decoration-line: underline;
    color: #000;
}

.btn-link[disabled]:hover{
    text-decoration: underline;
    color: #000;
}

.form-group {
    position: relative;
}

.form-group .help-block {
    color: #000;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    font-size: 11px;
    font-weight: 300;
    top: -12px;
    left: 7px;
    padding: 0 !important;
}

[class^='basic-message-'], div[class*=' basic-message-'] {
    margin-bottom: 17px;
    font-size: 12px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    display: inline-block;
}

.basic-message-success {
    color: #118900;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 15.4C12.0869 15.4 15.4 12.0869 15.4 8C15.4 3.91309 12.0869 0.6 8 0.6C3.91309 0.6 0.6 3.91309 0.6 8C0.6 12.0869 3.91309 15.4 8 15.4ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="%23149602"/><path d="M4 9L6.625 11.5L12.5 6" stroke="%23149602"/></svg>');
}

.basic-message-info {
    color: #4A6FA7;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.38477 5.35402V3.69141H8.61553V5.35402H7.38477ZM7.38477 12.7602V6.86549H8.61553V12.7602H7.38477Z" fill="%233E6399"/><path d="M15.7 8C15.7 12.2526 12.2526 15.7 8 15.7C3.74741 15.7 0.3 12.2526 0.3 8C0.3 3.74741 3.74741 0.3 8 0.3C12.2526 0.3 15.7 3.74741 15.7 8Z" stroke="%233E6399" stroke-width="0.6"/></svg>');
    height: 18px;
    overflow: hidden;
}

.basic-message-error {
    color: #E53A44;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.61539 10.6451L8.61538 12.3077L7.38462 12.3077L7.38462 10.6451L8.61539 10.6451ZM8.61539 3.23887L8.61539 9.1336L7.38462 9.1336L7.38462 3.23887L8.61539 3.23887Z" fill="%23E53A44"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.599999C3.91309 0.599998 0.6 3.91309 0.6 8C0.6 12.0869 3.91309 15.4 8 15.4C12.0869 15.4 15.4 12.0869 15.4 8C15.4 3.91309 12.0869 0.599999 8 0.599999ZM8 -6.99382e-07C3.58172 -1.08564e-06 1.08564e-06 3.58172 6.99382e-07 8C3.13124e-07 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 -3.13124e-07 8 -6.99382e-07Z" fill="%23E53A44"/></svg>');
}

.basic-close-btn {
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.23828L17.9151 18.4897M18.4126 1.23828L1.4975 18.4897" stroke="black" stroke-width="1.4"/></svg>');
    color: transparent;
    opacity: 1;
    width: 19px;
    height: 19px;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    margin-top: 2px;
}

