.product_main_banner {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.product_banner_sub {
    padding: 30px 0;
    font-style: italic;
}

.product_banner_sub a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.product_banner_sub a:hover {
    color: #FFB800;
}

.active_product {
    color: #f9b90d !important;
}

.product_banner_sub span {
    padding: 5px;
}

.product_banner_title h1 {
    text-transform: uppercase;
    color: #f9b90d;
    font-weight: 600;
    margin: -14px 0;
    font-size: 70px;
}

.product_filter_part {
    padding: 30px;
}

.filter_part label {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #6d6c6c;
    margin: 0 10px 5px;
}

.filter_part {
    box-shadow: 0 3px 10px silver;
    padding: 20px;
}

/*___*/
.product_main_banner {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: normal;
    padding-left: 50px;
}

.product_banner_sub {
    padding: 30px 0;
    font-style: italic;
}

.product_banner_sub a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.product_banner_sub a:hover {
    color: #FFB800;
}

.active_product {
    color: #f9b90d !important;
}

.product_banner_sub span {
    padding: 5px;
}

.product_banner_title h1 {
    text-transform: uppercase;
    color: #f9b90d;
    font-weight: 600;
    margin: -14px 0;
    font-size: 70px;
}

.login_slogan {

}

.section-divider {
    margin: 20px 0;
}

/**/
#card_part .reg_first {
    font-weight: 600;
    text-transform: uppercase;
}

#card_part .active_reg {
    color: #fab702;
    font-weight: 600;
    text-transform: uppercase;
}

.table_big_card table {
    color: #363636;
    margin-bottom: 0;
}

.table_big_card table thead th {
    border-right: 1px solid transparent;
    background: #f9b90d;
    color: #fff;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    padding: 12px;
    border: none;
}

.table_big_card table tbody td {
    text-align: center;
    vertical-align: middle;
}

.table_big_card table tbody td:last-child {
    font-size: 24px;
    color: #615d5d;
    cursor: pointer;
}

.table_big_card table tbody td img {
    width: 100px;
    height: 70px;
    overflow: hidden;
}

.table_big_card table tbody td h4 {
    font-weight: 600;
    margin-right: 10px;
    color: #fab702;
}

.table_big_card table tbody td h3 {
    margin-top: 10px;
}

.table_big_card table tbody td:nth-child(5) {
    color: red;
}

.card_prices {
    display: flex;
    justify-content: center;
}

.card_prices span {
    width: 30px;
    height: 30px;
    padding: 7px;
    border: 1px solid #ded9d9;
    color: #827d7d;
    cursor: pointer;
}

.card_prices input {
    outline: none;
    border: 1px solid #ded9d9;
    width: 70px;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
}

.total_card {
    text-align: right;
    font-size: 20px;
    color: #fff;
    margin: 30px 0;
}

.total_card span {
    color: #203A4B;
    padding: 12px 20px;
    cursor: default;
}

.basket_table {
    overflow-x: auto;
}

/*modal*/
.modal-content {
    border-radius: 0;
    top: 90px;
}

.modal-header {
    border-bottom: none;
    background-color: #f9b90d;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-right: 20px;
}

.total_card .purchase {
    text-transform: uppercase;
    border-radius: 0;
    padding: 11px 16px;
    font-size: 20px;
    background: #FF0000;
    outline: none;
    margin-top: -3px;
    border: none;
    transition: .3s;
}

.total_card .purchase:focus, .total_card .purchase:hover {
    background-color: #f9b90d;
}

.modal-body p {
    text-align: right;
    color: #0052B3;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    margin-right: 25px;
}

.modal-dialog {
    width: 430px;
    top: 0;
}

.modal-content form {
    text-align: center;
}

.order_btn {
    text-transform: uppercase;
    color: #fff;
    background-color: #f9b90d;
    margin: 10px;
    border: none;
    padding: 5px 30px;
    font-size: 22px;
    transition: .3s;
}

.order_btn:hover {
    background-color: #0052B3;
}

.to_order {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;

}

.modal-header .close {
    margin-top: -2px;
    font-size: 33px;
    position: absolute;
    color: #000;
    z-index: 99;
    right: 6px;
    top: 0;
}

.modal-content input {
    outline: none;
    font-size: 16px;
    width: 300px;
    padding: 7px;
    border-bottom: 2px solid #dcd9d9 !important;
    color: #000;
    font-weight: 500;
    border: none;
}

#orderModal .form-group {
    margin-bottom: 5px;
}