/*Top Admin Line*/

.admin-line {
    background-color: #233237;
    padding: 10px;
    color: #eeeeee;
    width: 100%;
    z-index: 1001;
    margin: 0;
}

.admin-line ul {
    margin-bottom: 0;
}

.admin-line li {
    display: inline-block;
}

.admin-line a {
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
}

.trans, .btn, .filter-btn, .btn:after, .filter-btn:after, .place-btn, .top-nav a, .right-head .enter, .search-drop ul li a, .search-drop ul li a strong, .user-nav a, .main-nav li a, .slick-dots button, .nav-tabs li a, .cat-item .name, .section-item .name a, .section-item .name:after, .news-item .name a, .form-control, .ftr-nav li a, .f-btn, .nav-ico, .nav-ico span, .category .section-item ul li a, a.view-more:after, .list li a, .pagination .page-link, .forms li label, .forms li label img, .ch-list label, .ch-list label:before, .ch-list label:after, .thumbs span, .thumbs span:before, .has-ico, .analogues-btn, .harakteistick li, .all:after, .cart-box .name a, .promocode .apply a, a.go, .radio-list label:after, .pay-item label, .pay-item label:after, .pay-item .ico-box img, .cab-item a, .product-list .inner, .nav-btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cab-item {
    margin-bottom: 30px;
}

.cab-item a {
    display: block;
    height: 240px;
    padding: 20px;
    text-align: center;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
}

.cab-item a:hover {
    color: #0c6792;
}

.cab-item a .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
}

.order-tabs {
    margin-bottom: 60px;
}

.order-tabs .nav-tabs .nav-link {
    background: #f4f4f4;
    border-bottom: 0 !important;
}

.order-tabs .nav-tabs .nav-link.active {
    background: #fff;
    color: #2387b5;
}

.order-tabs .card-body {
    padding: 10px 30px;
    background: #fff;
}

.order-table table {
    width: 100%;
}

.order-table table tr th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    padding: 15px;
    border-bottom: 2px solid #eaeaea;
}

.order-table table tr th:first-child {
    padding-left: 0;
}

.order-table table tr td {
    font-size: 14px;
    color: #333333;
    padding: 30px 15px;
    border-bottom: 2px solid #eaeaea;
    vertical-align: top;
    line-height: 24px;
}

.order-table table tr td:first-child {
    padding-left: 0;
}

.order-table table tr td:last-child {
    text-align: right;
    padding-right: 0;
}

.order-table table tr td span {
    font-size: 12px;
    color: #666666;
    display: block;
    margin-top: 10px;
}

.order-table table tr td span.green {
    color: #2da157;
}

.order-table table tr:last-child td {
    border-bottom: 0;
}

.product-list .inner {
    overflow: hidden;
    max-height: 135px;
}

.product-list .item {
    margin-bottom: 25px;
}

.product-list .item p {
    margin-bottom: 10px;
    color: #333333;
    text-align: left;
}

.product-list .item .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

.product-list .item .line span {
    margin: 0;
    padding: 0 8px;
}

.product-list .view-all {
    margin-top: 20px;
    text-align: center;
}

.product-list .view-all a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    padding-right: 10px;
    color: #333333;
    text-decoration: none;
}

.product-list .view-all a:before {
    top: 50%;
    right: -5px;
    width: 6px;
    height: 10px;
    background: url(../images/icons.png) -57px -60px no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-list.open .inner {
    max-height: 2500px;
}

.product-list.open .view-all a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav-btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 20px;
    border: 2px solid #2387b5;
    color: #2387b5;
}

.nav-btn:hover, .nav-btn:focus {
    background: #2387b5;
    color: #fff;
    text-decoration: none;
}

.nav-btn.cancel {
    color: #f73c3c;
    border-color: #fa8893;
}

.nav-btn.cancel:hover, .nav-btn.cancel:focus {
    background: #fa8893;
    color: #fff;
}

@media (max-width: 991px) {
    .cab-item a {
        height: 200px;
    }

    .cab-item a .img-box {
        height: 110px;
    }

    .order-table {
        overflow: scroll;
    }

    .order-tabs {
        margin-bottom: 40px;
    }

    .order-tabs .card-body {
        padding: 20px;
    }

    .order-tabs .nav-tabs .nav-link {
        padding: 10px;
    }

    .order-tabs .nav-tabs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #f4f4f4;
    }

    .order-tabs .nav-tabs .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .cab-item a {
        height: 150px;
        padding: 15px;
        font-size: 12px;
        line-height: 18px;
    }

    .cab-item a .img-box {
        height: 80px;
    }

    .cab-item a .img-box img {
        max-width: 35%;
    }

    .order-tabs .card-body {
        padding: 15px;
    }

    .order-table {
        overflow: visible;
    }

    .order-table table {
        max-width: 100%;
    }

    .order-table table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .order-table table tr th {
        display: none;
    }

    .order-table table tr td {
        display: block;
        padding: 5px 10px;
    }

    .order-table table tr td:first-child, .order-table table tr td:nth-child(2), .order-table table tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
        padding-left: 10px;
        text-align: center;
    }

    .order-table table tr td:nth-child(4), .order-table table tr td:nth-child(5), .order-table table tr td:nth-child(6), .order-table table tr td:nth-child(7) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-table table tr td:nth-child(4) span, .order-table table tr td:nth-child(5) span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
    }

    .order-table table tr td:nth-child(4) span:before, .order-table table tr td:nth-child(5) span:before {
        display: inline-block;
        vertical-align: top;
        content: '-';
        color: #666666;
        margin-right: 3px;
    }

    .order-table table tr td:nth-child(6) {
        border-bottom: 0;
    }

    .order-table table tr td:nth-child(7) {
        text-align: center;
        padding: 5px 10px 15px;
    }

    .product-list {
        max-width: 100%;
    }

    .product-list .item {
        margin-bottom: 10px;
    }

    .product-list .item p {
        margin-bottom: 0;
        white-space: normal;
    }

    .product-list .item .line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-list .inner {
        max-height: 105px;
    }

    .product-list .view-all {
        margin-top: 10px;
    }

    .order-table table tr:last-child td:nth-child(7) {
        border-bottom: 2px solid #eaeaea;
    }
}

@media (max-width: 577px) {
    .cabinet-box {
        margin-left: -7px;
        margin-right: -7px;
    }

    .cabinet-box div[class^="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }

    .cab-item {
        margin-bottom: 15px;
    }

    .cab-item a .img-box {
        margin-bottom: 10px;
    }

    .nav-btn {
        width: 100%;
    }
}

.modal .modal-header .title {
    font-size: 20px;
    line-height: inherit;
    margin: 0;
}

h1 {
    padding-bottom: 1rem;
    font-size: 2.2rem;
}

h2 {
    font-size: 1.7rem;
}