
@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans.ttf');
}

html {
    font-size: 1rem;
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    color: #000;
}
a {
    color: #fff;
}
label {
    font-weight:bold;
}
.sale-block a, .sale-block-option button {
    color: #d80100;
}
.sale-block-option button:hover {
    color: #d80100;
}
.dropdown-menu{
    width:200px;
    padding:5px;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

.wsg-frame-bottom {
    width: 100%;
    min-height: 1550px;
    margin-top: 10px;
}
.sale-block {
    background-image: linear-gradient(135deg,#c0c0c0 0%,#eee 100% 100%);
    color: #000;
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 20px;
}
.sale-block-right {
    border-radius: 20px;
    padding: 20px;
    color: #fff;
}
.k-radio:checked, .k-radio.k-checked {
    border-color: #d80100;
    background-color: #d80100;
}
.form-check-input:checked {
    border-color: #d80100;
    background-color: #d80100;
}
.wsg-ice {
    background-image: linear-gradient(135deg,#8c0000 0%,#d80100 100% 100%);
}
.wsg-hybrid {
    background-image: linear-gradient(135deg,#224d6f 0%,#2b608c 100% 100%);
}
.wsg-electric {
    background-image: linear-gradient(135deg,#00674e 0%,#00a47b 100% 100%);
}
.wsg-bike {
    background-image: linear-gradient(135deg,#d87403 0%,#FF8904 100% 100%);
}

.wsg-img-vehicle{
    width:200px;
}
.sale-block-mini {
    background-color: #c0c0c0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.sale-block-bumper {
    background-color: #000;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.sale-block-option {
    background-color: #c0c0c0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    min-height:120px;
}
.sale-block-h {
    /*text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);*/
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 700;
}
.sale-block-opt {
    /*text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);*/
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.sale-block-p {
    text-align: center;
    width: 100%;
}

.sale-block .wsg-col-start {
    width: 15%;
}
.sale-block .wsg-col-start img {
    width: 30px;
}
.sale-block .wsg-col-next {
    width: 85%;
}

.sale-block-inc {
    background-color: #fff;
    border: 1px solid #8c0000;
    border-radius: 25px;
    padding: 10px;
    margin-top:6px;
    margin-bottom: 10px;
    padding:20px 6px 20px 0;
}
.sale-block-inc-ice {
    border: 2px solid #8c0000;
}
.sale-block-inc-ev {
    border: 2px solid #00674e;
}
.sale-block-inc-hyb {
    border: 2px solid #224d6f;
}
.sale-block-inc .wsg-col-start {
    width: 20%;
}
.sale-block-inc .wsg-col-start img {
    width: 30px;
}
.sale-block-inc .wsg-col-next {
    width: 80%;
}
.sale-block-inc h1 {
    font-size: 26px;
}


.sale-input-border {
    border-radius: 25px;
    border: 1px solid #000;
}
.sale-check-border {
    border: 1px solid #000;
}
.sale-input-border-dte {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border: 1px solid #000;
}
.sale-reg {
    border-radius: 5px;
    padding: 5px;
    margin-top: 30px;
    border: 1px solid #000;
    font-family: 'Charles Wright',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #EEC600;
    color: #000;
    max-width: 130px;
    text-align: center;
}
.reg-plate-input {
    border-radius: 25px;
    border: 1px solid #000;
    font-family: 'Charles Wright',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 20px;
    background-color: #EEC600;
}
.sale-btn-main {
    background-color: #444;
    border-radius: 25px;
    border: 1px solid #fff;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 6px 20px;
    margin-top:20px;
}
#btnApplyPromo {
    padding: 6px 20px 6px 20px;
    font-weight: bold;
    color: #fff;
    background-color: #444;
}
.form-group {
    margin-bottom: 10px;
}
.wsg-nav-bg {
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 4px 0 5px 0;
}
.wsg-mainbody, .wsg-nav {
    max-width:1098px;
}
.wsg-nav a {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    display: inline-block;
    padding: 0 22px 0 0;
    color: #fff;
    font-size:14px;
    text-decoration: none;
}

.wsg-spinner {
    margin: 22px 0 8px 0;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
}

.wsg-bold {
    font-weight: bold;
}
.wsg-displaynone {
    display: none;
}
.wsg-displayinline {
    display: inline;
}
.wsg-loading-spinner {
    display: none;
}
.wsg-spaceright {
    margin-right: 5px;
}
.wsg-floatleft {
    float: left;
}
.wsg-floatright {
    float: right;
}
.wsg-clearboth {
    clear: both;
}
.wsg-starthidden {
    display: none;
}
.wsg-width-60perc {
    width: 60%;
}
.wsg-width-50perc {
    width: 50%;
}
.wsg-width-40perc {
    width: 40%;
}
.wsg-center {
    text-align: center;
}
.wsg-right {
    text-align: right;
}
.wsg-left {
    text-align: left;
}


@media (max-width: 900px) {
    .wsg-frame-bottom {
        min-height: 2300px;
    }

    .wsg-img-vehicle {
        width: 100%;
    }

    .sale-reg {
        margin-top: 0px;
    }
}