#login_auth .input-group-text {
    min-width: 82px
}

#modal-basket .input-group .input-group-text {
    min-width: 195px
}

#modal-basket .modal-body {
    margin-top: -1px;
    padding-top: 0
}

#order_buttons, #cart_buttons {
    margin-top: 25px;
    text-align: center
}

.add_to_basket {
    color: #ef7f1b;
    cursor: pointer;
    /* display: none; */
    font-size: 24px;
    line-height: 10px;
    margin-left: 5px;
    /* margin-right: -25px; */
}

.align-items-center {
    align-items: center !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-stretch {
    align-items: stretch
}

.animated {
    visibility: visible !important
}

.basket-total {
    border-top: 1px dashed #dee2e6;
    color: #212529;
    font-size: 22px;
    margin-bottom: 25px;
    text-align: right
}

.btn {
    align-items: center;
    background: #ef7f1b;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    line-height: 16px;
    margin: 2px;
    min-width: 110px;
    /* min-width:150px; */
    padding: 3px 9px;
    position: relative;
    text-align: center;
    /* text-indent: 5px; */
    text-decoration: none;
}

.btn-group {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px
}

.btn-group .btn.disabled {
    opacity: .2;
    pointer-events: none
}


.btn.btn-secondary {
    background: #174a8b
}
.btn.btn-danger {
    background: #174a8b
}

.btn[type="reset"] {
    /* margin-right: 16px; */
    opacity: .7
}

.card-address {
    box-shadow: 4px 4px 10px 0 #7c7c7c;
    display: inline-block;
    margin: 20px;
    min-height: 250px;
    padding-bottom: 55px;
    position: relative;
    width: 300px
}

.card-address .card-footer {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.card-address.card-add {
    border: none;
    box-shadow: none;
    text-align: center
}

.card-address.card-add .card-body {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.card-address.card-add .card-footer {
    background: transparent;
    border: 0
}

.card-address.card-add a {
    color: #747474
}

.cart-delete {
    color: #790707;
    cursor: pointer;
    font-size: 27px;
    line-height: 14px
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1900px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px)
}

.d-flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.flex-column {
    flex-direction: column
}

.footer {
    border-top: 1px solid #cdcdcd;
    /* font-size: 14px; */
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 80px;
}

.footer.content_page:after {
    display: none
}

.form_params {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start
}

.form_params .input_group {
    margin-bottom: 5px;
}

.form_params .input_label {
    font-size: 18px;
    height: 16px;
    line-height: 14px;
}

.form_params .input_label_text {
    color: #393186;
    font-size: 14px;
    font-weight: 400;
    height: 15px;
    line-height: 14px;
}

.form_params .input_value {
    background: transparent;
    border: 1px solid #adadad;
    color: #174a8b;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    line-height: 22px;
    padding: 0;
    padding-top: 6px;
    text-indent: 11px;
    width: 100%
}

.form_params .small_input {
    min-width: 120px;
}

.form_params .spacer {
    color: #174a8b;
    display: inline-block;
    font-size: 25px;
    height: 39px;
    line-height: 35px;
    margin-right: 15px;
    text-align: center;
    width: 25px
}

.form_params input:not([type="submit"]), .form_params select, .form_params textarea {
    border: 1px solid #231053;
    border-radius: 8px;
    color: #1c0752;
    display: block;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 26px;
    line-height: 25px;
    margin-top: 5px;
    padding: 0;
    padding-top: 0px;
    text-indent: 8px;
    width: 100%;
}

.form_params input[type="checkbox"], .form_params [type="radio"] {
    box-sizing: border-box;
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    padding: 0;
    width: 14px
}


.form_params_search input:not([type="submit"]), .form_params_search select, .form_params_search textarea {
    padding: 0 10px;

}

.form_params_search .input_group {
    margin: 3px 0px 1px;
    width: 100%;
}

.form_params_search .simple_fields {
    margin: 10px 0;
}


.header {
    margin-bottom: 26px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    font-size: 38px;
    font-weight: 100;
    margin: 10px 0 34px;
    color: #ffffff;
    padding: 5px 0;
    background: #393186;
    margin: -1px -10px 0px;
}

.header.fixed {
    background: #fff;
    box-shadow: 0 2px 10px 0 #323232bf;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 600
}

.hidden {
    visibility: hidden
}

.icon, .selected .add_to_basket {
    display: inline-block
}

.icon.icon-auto {
    background: url(../images/icon-auto.png) center no-repeat;
    height: 20px;
    width: 25px
}

.icon.icon-camera {
    background: url(../images/icon-camera.png) center no-repeat;
    height: 20px;
    width: 25px
}

.icon.icon-cargo {
    background: url(../images/icon-cargo.png) center no-repeat;
    height: 20px;
    width: 25px
}

.icon.icon-disk {
    background: url(../images/icon-disk.png) center no-repeat;
    height: 20px;
    width: 25px
}

.icon.icon-moto {
    background: url(../images/icon-moto.png) center no-repeat;
    height: 20px;
    width: 25px
}

.icon.icon-truck {
    background: url(../images/icon-truck.png) center no-repeat;
    height: 20px;
    width: 25px
}

.input-group {
    width: auto
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.main_container {
    background: #f5f5f5;
    border: 2px solid #393186;
    border-radius: 5px;
    box-shadow: 1px 0 12px 0px #b9b9b9;
    margin-top: 20px;
    margin-bottom: 20px;
    /* padding-bottom: 10px; */
    padding-top: 0px;
    /* min-height: calc(100vh - 126px); */
}

.main_container.header_fixed {
    margin-top: 57px
}

.main_content .breadcrumbs {
    color: #ef7f1a;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 30px
}

.main_content .breadcrumbs a:after {
    content: "/";
    padding: 0 10px
}

.map {
    display: inline-block;
    height: 640px;
    min-height: 100px;
    width: 100%
}

.mt-4 {
    margin-top: 40px
}

.nav-item, .user-links a {
    margin: 0 10px;
    font-weight: 300;
}

.nav-link {
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
}

.order-right {
    margin-left: auto !important
}

.search-block-inner {
    font-size: 14px;
    padding: 15px 5px
}

.search-block-inner .form-control {
    width: 140px
}

.search-block-inner .input-group, .order_list .input-group {
    margin: 5px;
    width: auto
}

.search-block-inner .input-group-text {
    font-weight: 600;
    min-width: 80px
}

.search-block-inner .row {
    padding: 5px 0
}

.search-block-inner .spacer {
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: center;
    width: 25px
}

.search-block-inner select {
    min-width: 120px
}

.select-checkbox {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: transparent
}

.select-info {
    font-weight: 600
}

.selected .select-checkbox:before {
    display: none !important
}

.slick-initialized {
    display: block !important
}

.slick-slide:focus {
    outline: none
}

.table-basket {
    width: 100%
}

.table-basket tr td, .table-basket tr th {
    text-align: center
}

.table-basket tr td:first-child, .table-basket tr th:first-child {
    text-align: left;
    width: 40%
}

.text-bold {
    font-weight: 700 !important
}

.text-center {
    text-align: center !important
}

.textarea-comment .input-group-text, .textarea-comment .form-control {
    height: 73px
}

.textarea-comment textarea {
    resize: none
}

.to_basket, .to_basket_modal {
    font-size: 18px;
    height: 28px;
    user-select: none;
    width: 56px
}

.user-change-password .input-group .input-group-text {
    font-weight: 600;
    min-width: 145px
}

.user-delivery .input-group .input-group-text {
    font-weight: 600;
    min-width: 210px
}

.user-links a:hover {
    text-decoration: none
}

.user-profile .input-group .input-group-text, .order_list .input-group .input-group-text {
    font-weight: 600;
    min-width: 220px
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important
}

a {
    color: #393186;
    text-decoration: underline;
}

a.btn, a.btn:hover {
    color: #fff !important
}

a.btn:hover {
    color: #f5a87a
}

a:hover {
    color: #f5a87a;
    text-decoration: none
}

body {
    background: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

div.datatables_wrapper div.datatables_info {
    float: left;
    padding-top: 10px
}

hr {
    border: none;
    border-top: 2px dotted #adadad;
    box-sizing: border-box;
    height: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100%
}

input[type="number"] {
    border: 1px solid #BBB;
    border-color: #BBB #ECECEC #ECECEC #BBB;
    margin: 0;
    padding: 0;
    position: relative
}

input[type="number"]::-webkit-inner-spin-button:hover, input[type="number"]::-webkit-inner-spin-button:active {
    box-shadow: 0 0 2px #0CF;
    opacity: .8
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    border-left: 1px solid #BBB;
    bottom: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em
}

table.datatable tbody > tr {
    transition: 300ms ease-in
}

table.datatable tbody > tr.selected, table.datatable tbody > tr > .selected {
    background-color: #70bfe5
}

table.datatable tbody td.select-checkbox:before, table.datatable tbody th.select-checkbox:before {
    border: none;
    color: #898989;
    content: "\f0c8";
    font: 400 14px "Font Awesome 5 Free";
    margin: -6px 0 0 -6px;
    text-shadow: none
}

table.datatable tbody tr.selected a, table.datatable tbody th.selected a, table.datatable tbody td.selected a {
    color: #a2d4ed
}

table.datatable tr.selected td.select-checkbox:after, table.datatable tr.selected th.select-checkbox:after {
    color: #fff;
    content: "\f14a";
    font: 900 14px "Font Awesome 5 Free";
    margin: -6px 0 0 -6px;
    text-shadow: none
}


.modal_product {
    max-width: 650px;
}

.modal_product .m_load {
    text-align: center;
    font-size: 24px;
}

.modal_product .m_load i {
    margin: 5px auto 5px auto;
    font-size: 30px;
}

.modal_product .m_load_true {
    display: block;
}

.modal_product .m_load_false {
    display: none;
}

.modal_product .m_body {
}


.slider {
    /* display: flex; */
    max-width: 969px;
    /* text-align: center; */
    margin: 20px auto;
}

#search_table, #order_table {
    width: 100%;
}
#search_table thead tr, #order_table thead tr{
    margin-bottom: 25px;
    padding-bottom: 15px;
}

#search_table thead tr th, #order_table thead tr th{
    color: #ef7f1b;
    padding-right: 12px;
    padding-bottom: 16px;
}

.notification-container{
    background: #393186 !important;
}

.errors{
    color: #df2c2c;
    padding: 10px;
}

.col-search{
    width: 300px;
    /* max-width: 16.666667%; */
    /* max-height: 700px; */
    /* overflow-y: auto; */
}

.col-search-results{
    min-height: 754px;
}

.fixed_search{
    position: fixed;
    width: 300px;
    top: 20px;
    max-width: 16.666667%;
    padding-right: 15px;
    /* padding-left: 15px; */
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.name_product{
    max-width: 300px;
}
.select-basket-col{
    /* max-width: 87px; */
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
}



@media (max-width: 740px) {

    .container {
        max-width: 100%;
    }


    .form_params_search{
        position: initial;
        width: auto;
    }


    .col-search{
        width: auto;
    }

}

@media (max-height: 800px) {

    .header {
        padding: 5px;
        font-size: 20px;
        margin: -1px -10px 12px;
    }

    .main_container{
        margin-bottom: 9px;
        margin-top: -11px;
    }

    .form_params input:not([type="submit"]), .form_params select, .form_params textarea{
        height: 21px;
        font-size: 14px;
    }
    .form_params .input_label_text{
        font-size: 14px;
    }


}



