/** top stages **/
body #main-order-form #order-form .tabs-wrapper .tabs li.active:nth-of-type(1) {
    /*background-image: url("/img/steps.png");*/
}

/** tooltip icons **/
body #main-order-form #order-form .steps-wrapper .label-custom .info-image,
body #main-order-form #order-form .steps-wrapper .promo-code .info-image,
body #main-order-form #order-form .steps-wrapper .user-form-input-name-wrapper .info-image {
    /*background-image: url("/img/ic_info-14x14-custom.svg");*/
}
body #main-order-form #order-form .steps-wrapper .label-custom .info-image:hover,
body #main-order-form #order-form .steps-wrapper .promo-code .info-image:hover,
body #main-order-form #order-form .steps-wrapper .user-form-input-name-wrapper .info-image:hover{
    /*background-image: url("/img/ic_info-blue14x14-custom.svg");*/
}

/** tooltip background color **/
body #main-order-form #order-form .steps-wrapper .label-custom .info-image:hover ~ .info-content,
body #main-order-form #order-form .steps-wrapper .promo-code .info-image:hover ~ .info-content,
body #main-order-form #order-form .steps-wrapper .user-form-input-name-wrapper .info-image:hover ~ .info-content{
    /*background-color: #8EE1A0;*/
}
body #main-order-form #order-form .steps-wrapper .label-custom .info-image:hover ~ .info-content:after,
body #main-order-form #order-form .steps-wrapper .promo-code .info-image:hover ~ .info-content:after,
body #main-order-form #order-form .steps-wrapper .user-form-input-name-wrapper .info-image:hover ~ .info-content:after{
    /*border-top: solid 7px #8EE1A0;*/
}

/** button color on third step **/
body #main-order-form #order-form .steps-wrapper .custom-button-third-step {
    /*background-color: #8EE1A0;*/
    /*background-image: -webkit-linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
    /*background-image: -moz-linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
    /*background-image: -o-linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
    /*background-image: -ms-linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
    /*background-image: linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
}
body #main-order-form #order-form .steps-wrapper .custom-button-third-step:hover {
    /*background-color: #8EE1A0;*/
    /*background-image: -webkit-linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
    /*background-image: -moz-linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
    /*background-image: -o-linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
    /*background-image: -ms-linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
    /*background-image: linear-gradient(top, #8EE1A0 50%, #31AE31 50%);*/
}

/** font family **/
body #main-order-form #order-form *,
body .modal .modal-file-upload *{
    /*font-family: Arial !important;*/
}
/** form background */
body #main-order-form #order-form{
    /*background-color: #D9E2D9 !important;*/
}

/** price block background **/
body #main-order-form #order-form .steps-wrapper .total-sum>.col-sm-12 {
    /*background-color: #E2DABD;*/
}

/** price block text color **/
body #main-order-form #order-form .steps-wrapper .total-sum-sign {
    /*color: red;*/
}
/** price block value color **/
body #main-order-form #order-form .steps-wrapper .total-sum-value {
    /*color: green;*/
}
/** price block discount color **/
body #main-order-form #order-form .steps-wrapper .total-discount-value {
    /*color: #429742;*/
}
#order-form .steps-wrapper .total-sum>.col-sm-12{padding: 0;}