div.form .bu1.disabled {
    color: white;
    background-color: #9EA3B0;
}

.pre-wrap{
}

.pre-wrap .image-wrap{
    position: relative;
    margin: 30px 0;
    text-align: center;
}

.pre-wrap .image-wrap .image{
    height: 100%;
}

.pre-wrap .option-wrap{
    margin-top: 20px;
    position: relative;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F9FC 100%) 0 0 no-repeat padding-box;
    border: 1px solid #D0D4D9;
    border-radius: 4px;
}

.pre-wrap .option-wrap.active{
    border: 2px solid #0096ff;
}

.pre-wrap .option-wrap:nth-child(2){
    margin-top: 10px;
}

.pre-wrap .option-wrap input[type=radio] {
    position: absolute;
    left: 15px; top: 15px;
    height: 14px;
}

.pre-wrap .option-wrap label{
    padding: 11px 20px 11px 40px;
    color: #24272E;
    font-weight: bold;
    position: relative;
}

.pre-wrap .option-wrap.active label {
    padding: 10px 19px 10px 39px;
}

.pre-wrap .option-wrap.active input[type=radio] {
    left: 14px; top: 14px;
}

.pre-wrap .option-wrap .count,
.pre-wrap .option-wrap .price{
    font-size: 16px;
    width: 50%;
}

.pre-wrap .option-wrap .price{
    text-align: right;
    color: #00A753;
}

.pre-wrap .option-wrap .light{
    color: #9EA3B0;
    font-weight: normal;
    white-space: nowrap;
}

.pre-wrap .option-wrap.custom input[type=text] {
    width: 77px;
    border: 1px solid #D0D4D9;
    padding-left: 5px;
    padding-right: 5px;
}

.pre-wrap .option-wrap.custom input[type=text].loading {
    background: url('/resources/images/ajax-loader-grey.gif') no-repeat 95% 50%;
}

.pre-wrap .option-wrap .custom-wrap{
    margin: 7px 20px 10px 40px;
}

.pre-wrap .bu1{
    width: 100%;
    margin-top: 15px;
}

div.form .errorMessage .green,
div.form .errorMessage .red{
    display: block;
    z-index: 1;
    left: 40px; top: 2px;
    font-size: 12px;
    background-color: #19ae48;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 0 20px 10px 40px;
    width: fit-content;
}

div.form .errorMessage .red{
    background-color: red;
}

div.form .errorMessage .green a,
div.form .errorMessage .red a{
    color: white;
    text-decoration: underline;
}

div.form .errorMessage .arrow{
    position: absolute; left: 52px; bottom: -10px;
    width: 8px; height: 10px;
    border-top: 8px solid #19ad49;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

div.form .errorMessage .red .arrow{
    border-top: 10px solid red;
}


.pre-wrap .ship-details{
    margin: 40px 0 25px 0;
}

.pre-wrap .ship-details > div{
    font-size: 14px;
}

.pre-wrap .ship-details img{
    margin-right: 12px;
}

.pre-wrap .ship-details .help{
    cursor: pointer;
}

.pre-wrap .ship-details .green{
    text-transform: uppercase;
    font-weight: bold;
}


@media (max-width: 991px) {
    .pre-wrap .image-wrap{
        height: auto;
        width: 100%;
    }

    .pre-wrap .image-wrap .image{
        height: auto;
        width: 100%;
    }
}

@media (max-width: 424px){
    .pre-wrap .light{
        display: block;
    }
}

@media (max-width: 374px){

    .pre-wrap .option-wrap.custom input[type=text] {
        width: 50px;
    }

    .pre-wrap .ship-details img{
        display: none;
    }
}