.alert{
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    margin: 20px 0px;

}

.alert.alert-success{
    color: #3c763d;
}

.alert.alert-danger{
    color: #ff0505;
}

.alert.alert-fixed {
    position: fixed;
    top: 30px;
    right: 20px;
    padding: 15px;
    z-index: 10000;
    max-width: 250px;
    font-size: 14px;
    line-height: 1.25;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}
.alert.alert-fixed a {
    color: #f5c629;
}
.alert.alert-fixed .fa-check-circle:before {
    color: #343434;
}
.alert.alert-fixed.alert-success {
    color: #343434;
}
.alert.alert-fixed.alert-danger {
    background: #ff0505;
}
.alert .close{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    background: transparent;
    color: #fff;
}


.boxData_li.errors p{
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #ff0505;
    margin: 10px 0 0 0px;

}

.mobileMenu_scroll .nav-menu .categoryMenu_icons {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.deliveryPayment_check .check-text img{
    width: 57px;
    height: 20px;
}
.formCourier_item{
    position: relative;
}
.listSearch_novaposhta{
    position: absolute;
    background-color: #fff;
    z-index: 100;
    width: 100%;
}
.listSearch_novaposhta .warehouse_item {
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid;
    line-height: 16px;
}
.errors.input {
    border-color: #f00;
}
.error-message {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #ff0505;
    margin: 10px 0 0 40px;
}

#pop_up_form{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}
#pop_up_form.show{
    display: flex;
    align-items: center;
    justify-content: center;
}
#pop_up_form .formReviews  {
    background: #fff;
    width: 100%;
    max-width: 550px;
    padding: 60px;
}

#pop_up_form .formReviews {
    background: #fff;
    width: 100%;
    max-width: 550px;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
}

#pop_up_form .formReviews h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #343434;
    margin: 0 0 30px 0;
}
#pop_up_form .formReviews .formReviews_button{
    margin: 15px auto auto auto;
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 15px 20px;
}
#pop_up_form .close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.headerBottom_center{

}

.formLogin_item_forgotten {
    align-items: center;
}
.formLogin_item_forgotten  a{
    color: #343434;
    text-decoration: underline;
}

.category_children {
    padding: 30px 0;
}
.category_children ul{
    padding-left: 20px;

}

.category_children ul li {
    margin-bottom: 10px;
    list-style: circle!important;
}

.category_children ul li a {
    color: #343434;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    position: relative;
}
.category_children ul li a:hover {
    color: #f5c629;
}