/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.FEEDBACK .form_left .form-control:nth-of-type(2){
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.FEEDBACK .form_left .form-control:nth-of-type(2) input{
    margin: 0 10px 0 0;
}

.jqmID4 .form_body .form-control:nth-of-type(3){
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    text-align: center;
}


.policy-footer{
    display: flex;
    flex-direction: column;
    margin: 12px 0 0 0;
    gap: 10px;
}


#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 35%;
    max-width: 80%;
    width: 100%;
    transform: translateX(-30%);
    padding: 20px;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    gap: 40px;
    background: #F1F1F1;
    z-index: 1000;
}

.flex-form{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

#agreement-data{
    margin: 3px 0 0 0;
}

#cookie_note p{
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: black;
}

.cookie_accept{
    width: 200px !important;
    height: min-content;
}

.showing-cook{
    justify-content: center;
    align-items: center;
}

#sign-up form fieldset:nth-last-of-type(1){
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

@media (min-width: 991px){
    #cookie_note.showing-cook{
        display: flex;
    }
}

@media (max-width: 991px){
    .policy-footer{
        text-align: center;
    }
    .cookie_accept{
        width: 100%;
    }
    #cookie_note.showing-cook{
        display: flex;
        text-align: left;
        flex-direction: column;
        left: 32%;
    }
    #cookie_note p{
        font-size: 17px;
        line-height: 21px;
    }
    .cookie_accept{
        width: inherit;
    }
}