.modal_tatty_head_title{
    text-align: center;
    font-size: 20px;
    font-family: Calibri;
    color:#000;
}
.custom-modal_tatty_body_form_inp{
    margin-top: 10px;

}
.custom-modal_tatty_body_form_inp:first-child{
    margin-top: 0;
}
.custom-modal_tatty_body_form_inp label{
    font-weight: normal;
    display: block;
    width:100%;
}
.custom-modal_tatty_body_form_inp_lab{
    display: block;
    font-size: 18px;
    color:#000;
    font-family: Calibri;
    display: block;
}
.custom-modal_tatty_body_form_inp_lab span{
    color:red;
}
.custom-modal_tatty_body_form_inp_inp{
    font-size: 14px;
    font-family: Calibri;
    color:#000;
    margin-top: 5px;
    display: block;
}
.custom-modal_tatty_body_form_inp_inp input{
    width: 100%;
    height: 35px;
    border: 1px solid #a4a4a4;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
}
.custom-modal_tatty_body_form_inp_inp textarea{
    width:100%;
    height:300px;
    border: 1px solid #a4a4a4;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
}
#sale_product .modal-dialog{
    width:370px;
    margin-top: 40px;
}
.custom-modal_tatty_body_form{
    margin-top: 15px;
}
.custom-modal_tatty__close{
    position: absolute;
    right: -35px;
    top: -35px;
    width: 30px;
    opacity: .6;
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
}
.custom-modal_tatty__close:hover{
    opacity:1;
}
.custom-modal_tatty_head{
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #05A3FF;
}
.custom-modal_tatty_body_form_accept label{
    font-weight: normal;
    font-size: 0;
}
.custom-modal_tatty_body_form_accept .inp{
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
}
.custom-modal_tatty_body_form_accept .inp input{
    margin-top: 0;
    vertical-align: top;
}
.custom-modal_tatty_body_form_accept .text{
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
    font-size: 13px;
    padding-left: 6px;
}
.custom-modal_tatty_body_form_accept .text a{
    color:#000;
    text-decoration: underline;
}
.custom-modal_tatty_body_form_accept .text a:hover{
    text-decoration: none;
}
.custom-modal_tatty_body_form_btn{
    margin-top: 10px;
    text-align: center;
}
.custom-modal_tatty_body_form_btn button{
    display: inline-block;
    vertical-align: top;
    padding: 8px 35px;
    background-color: #05A3FF;
    color: #fff;
    border:none !important;
    outline:none !important;
    cursor: pointer;
    font-family: PTSansRegular;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    border:none;
}
.custom-modal_tatty_body_form_btn button:hover{
    opacity: 0.8;
}
#sale_product .modal-content{
    position: relative;
}
.sale_product_abs{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:calc(100%);
    background-color: rgba(255,255,255,.5);
    background-image: url("/images/site_images/Spinner.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 120;
    display: none;
}
.custom-modal_tatty_body_form_accept{
    text-align: center;
}
.custom-modal_tatty_body_form_status{
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
    font-family: ptsansregular;
}
.custom-modal_tatty_body_form_status .red{
    color:red;
}
.custom-modal_tatty_body_form_status .green{
    color:green;
}
@media (max-width: 1200px){

}
@media (max-width: 992px){

}
@media (max-width: 767px){

}
@media (max-width: 480px){
    #sale_product .modal-dialog {
        margin: 0;
        width: 100%;
    }

    #sale_product .modal-content {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .custom-modal_tatty__close img {
        display: none;
    }

    .custom-modal_tatty__close a {
        width: 25px;
        height: 25px;
        display: block;
        background-image: url("/images/site_images/cancel_filter1.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .custom-modal_tatty__close {
        right: 5px;
        top: 7px;
    }

    .custom-modal_tatty_body_form_accept .inp {
        width: 20px;
        vertical-align: top;
    }

    .custom-modal_tatty_body_form_accept .text {
        width: calc(100% - 20px);
        text-align: left;
        vertical-align: top;
    }

}