.index-content{
    padding: 20px 0 0 0;
    font: 14px  Arial, sans-serif;
    display: table;
    vertical-align: top;
    margin-left: 250px;
    width: 80%;
}

.index-content .important {
    color: red;
}

.index-content h2 {
    color: #17498d;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.index-content .ak-button-form {
    color: #000000;
    font-size: 14px;
    border: 1px solid #ababab;
    background-color: #dfdfdf;
    padding: 0 16px;
    height: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 0 20px 0;
}

.index-content .ak-button-form:hover {
    opacity: 0.8;
}

.index-content .ak-button-form:active {
    position: relative;
    top: 1px;
    left: 1px;
}

 .ak-taber-block {
    /*background: url('../image/design/taber-bg.png') left bottom no-repeat;*/
    padding: 0 0 2px 0px;
    margin: 0  0 20px 0;
    //padding: 0 0 3px 0;
}


.ak-taber-block a {
    float: left;
    border: 1px solid #a7a7a7;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 0 12px;
    line-height: 32px;
    color: #114989;
    text-decoration: none;
    min-width: 120px;
    background-color:#f6f8f6;
    color:#030303

}

.ak-taber-block a:hover,
.ak-taber-block a.selected {
    background-color: #2cb561;
    border: 1px solid #2cb561;
    border-bottom: none;
    color: #ffffff;
}

.ak-order-list {
    float: left;

}

.ak-order-list .caption {
    margin: 0 0 3px 0;
    font-size: 14px;
}

.ak-order-list .element {
    margin: 0 0 20px 0;
}

.ak-order-list .element .light{
    font-size:11px;
    color: #a7a7a5;
}

.ak-order-list .element .agree {
    position: relative;
    padding: 0 0 0 20px;
    display: block;
    cursor: pointer;
    font-size: 12px;
}
.ak-order-list .element .shipping{
    cursor: pointer;
}

.ak-order-list  .input-mobile{
    padding: 0 0 0 40px;
    position: relative;

}
.ak-order-list  .input-mobile .mobile-code{
    position: absolute;
    left: 0;
    top: 2px;
}

.ak-order-list .element .agree input {
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
}

.ak-order-list .element input[type="text"],
.ak-order-list .element select {
    width: 97%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    border: 1px solid #e3e9ef;
    padding: 0 3px 0 3px;
}

.ak-order-table{
    float: right;
    width: 67%;
}

.ak-order-table .ak-myorder-table{
    border:1px solid #82a3d0;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    margin: 0 0 5px 0;

}

.ak-order-table .ak-myorder-table th{
    background-color: #c2d8f7;
    padding: 5px 15px;
}

.ak-order-table .ak-myorder-table td{
    vertical-align: middle;
    padding: 20px 0 10px 8px ;
}
.ak-order-table .ak-myorder-table .counter{
    border: 1px solid #c2d8f7;
    width: 40px;
    height: 20px;
    padding: 0 3px 0 3px;
}

.ak-icon-edit{
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url('../_images/order-table-edit.png')  no-repeat;
    text-decoration: none;
}

.ak-icon-delete {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url('../_images/order-table-edit.png')  no-repeat bottom;

}

.ak-icon-delete:hover{
    opacity: 0.8;
}

.ak-icon-edit:hover{
    opacity: 0.8;
}

.ak-order-table a.name {
    color: #3366aa;
    display: inline-block;
    font-size: 12px;

}

.ak-order-outcome .print{
    display: inline-block;
    width: 50px;
    height: 20px;
    background: url('../_images/print.png')  no-repeat left top ;
    float: right;
    padding: 0 0 0 20px;

}

.ak-order-outcome .warranty{
    display: inline-block;
    float: right;
    margin: 0 40px 0 0;
}



.ak-new-account{
    width: 40%;
    float: left;
    margin: 0 0 0 108px;
}

.ak-new-account:first-child{
    margin: 0 0 0 0;
}

.ak-new-account .element input[type="text"],
.ak-new-account select{
    width: 71%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:14px;
    border: 1px solid #e3e9ef;
    padding: 0 3px 0 3px;
}

.ak-new-account .element textarea {
    resize: none;
    font-size:14px;
    border: 1px solid #e3e9ef;
    padding: 3px 3px 3px 3px;
    overflow: auto;
    height: 60px;
    width: 70%;
}

.ak-new-account .caption{
    font-size:14px;
}

.ak-new-account .element{

    margin: 0 0 15px 0;
}
.ak-new-account .or-block{
    width: 30px;
    height:30px;
    position: relative;
    bottom: 457px;
    left: 95%;
    font-size: 18px;
    color: #17498d;
}
.ak-new-account .agree{
    cursor: pointer;
}

.ak-new-account .ak-no-user{
    border: 1px solid #ff0000;
    padding: 20px 20px 20px 20px;
    margin: 0 0 20px 0;
}


.hidden{
	display:none;
}

.block-content-sidebar {
    display: none;
}

.block-content-sidebar.active {
    display: block;
}

/*.aw-makeorder-list {
    width: 66%;
}*/

.aw-orderlist-table .table-element {
    white-space: initial !important;
}

.aw-productlist-table .table-element {
    padding: 8px 0;
}

.aw-productlist-table .table-element:hover {
    padding: 8px 10px;
}

.aw-block-content .li-store {
    min-width: 110px;
}

.aw-productlist-table .table-element li.li-store .cell-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aw-productlist-table .table-element li.li-price {
    width: 200px;
}

.aw-productlist-table .table-element li.li-price .cell-wrap {
    width: 100%;
}

.aw-productlist-table .table-element .li-price .cell-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
}

.aw-productlist-table .table-element .li-price .cell-wrap span {
    margin-left: 5px;
    height: 10px;
    text-align: left;
}

.aw-productlist-table .table-element li.li-name.show_tablet {
    display: none;
}

.image-block {
    max-width: 80px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 80px;
}

.aw-productlist-table .table-element .li-price .cell-wrap span:last-child {
    width: 100%;
}

.show_mobile {
    display: none;
}

.aw-productlist-table .table-element .li-button {
    min-width: 80px;
    text-align: right;
}

.row_cart_table tr td:first-child,
.row_cart_table tr th:first-child,
.row_cart_table tr th {
    text-align: left;
}

.row_cart_table tr td, .row_cart_table tr th {
    padding: 10px 5px;
}

.aw-makeorder-list .block-total .summ .sp {
    line-height: initial;
}

.message-text {
    width: 400px;
    overflow: auto;
}

.message-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.message-buttons > *,
.message-buttons .relocate > * {
    margin-right: 10px;
    margin-bottom: 10px;
}

.message-buttons > *:last-child,
.message-buttons .relocate > *:last-child {
    margin-right: 0;
}

@media screen and (min-width: 500px) {
    .aw-makeorder-list {
        width: 37%;
    }

    .makeorder-delivery {
        width: 31%;
    }

    .makeorder-form-details {
        width: 32%;
    }
}

@media screen and (min-width: 1251px) {
    .block-content-sidebar {
        position: fixed;
        /* height: calc(100% - 117px); */
        height: calc(100% - 167px);
        width: 280px;
        overflow-y: scroll;
        /* bottom: 0; */
        bottom: 50px;
        /*background: #fff;*/
        padding-top: 20px;
        box-sizing: border-box;
        display: block;
    }

    .block-content-sidebar.sidebar-crumb-isset {
        height: calc(100% - 205px);
        padding-top: 0;
    }

    .pt-0 {
        padding-top: 0 !important;
    }

    .sidebar-crumb-isset.normal-height {
        height: calc(100% - 167px);
    }

    .aw-block-content.has-sidebar {
        width: calc(100% - 295px);
    }

    .block-content-sidebar .sidebar-wrap .popular-home-list .item {
        width: 90%;
        margin: 2px 5px 10px;
    }

    .block-content-sidebar .sidebar-wrap .popular-home-list .item .img-holder img {
        max-width: 100%;
        max-height: 80px;
    }

    .block-content-sidebar .sidebar-wrap .popular-home-list .item .btn-buy {
        color: #b7000f;
    }

    .block-content-sidebar .sidebar-wrap .popular-home-list .item .img-holder {
        width: 100%;
        height: 90px;
        line-height: 90px;
    }

    .block-content-sidebar.home_page {
        overflow-y: unset;
    }

    #popular-home-block {
        display: none;
    }

    .aw-block-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f4f7f4;
        margin:0;
    }

    .aw-block-footer .footer-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 0;
    }

    .aw-block-footer .block-madeby {
        margin-top: 0;
    }

    .row_part_criteria_table td {
        padding: 10px 1px;
        width: 50%;
    }

    #static_left .slick-dots {
        display: none !important;
    }
}

@media screen and (min-width: 1360px) {
    .block-content-sidebar {
        width: 280px;
    }

    .aw-block-content.has-sidebar {
        width: calc(100% - 365px);
    }
}

@media screen and (min-width: 1901px) {
    .aw-productlist-table .table-element li.li-price {
        width: 150px;
    }

    .aw-productlist-table .table-element li.li-price .cell-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1900px) and (min-width: 500px) {
    .aw-productlist-table .table-element li.li-name.not_show_tablet {
        display: none;
    }

    .aw-productlist-table .table-element li.li-name.show_tablet {
        display: block;
    }

    .aw-productlist-table .table-element {
        flex-wrap: wrap;
    }

    .aw-productlist-table .table-element .li-name.show_tablet,
    .aw-productlist-table .table-element .li-name.show_tablet .cell-wrap {
        width: 100%;
        max-width: 100%;
    }

    .aw-productlist-table .table-element li.li-code {
        width: 120px;
    }

    .aw-productlist-table .table-element li.li-price {
        width: 150px;
    }

    .aw-productlist-table .table-element li.li-price .cell-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .aw-productlist-table .table-element .li-price .cell-wrap span.orig-price {
        width: 100%;
    }
}

@media screen and (max-width: 1300px) {
    .aw-makeorder-list {
        width: 350px;
    }
}

@media screen and (max-width: 1250px) {
    body {
        min-width: 320px;
    }

    img {
        max-width: 100%;
        height: auto !important;
    }

    .show_mobile {
        display: block;
    }

    .js-button-filters + .block-content-sidebar {
        border-left: 3px solid rgb(34, 204, 92);
        border-right: 3px solid rgb(34, 204, 92);
        border-bottom: 3px solid rgb(34, 204, 92);
    }

    .js-button-filters + .block-content-sidebar .qgContent {
        margin: 0;
    }

    .js-button-filters + .block-content-sidebar .qgContent .group-name {
        padding: 0 16px;
    }

    .js-button-filters + .block-content-sidebar .qgContent .group-name a {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    #popular-carousel-wrap {
        width: 100%;
        box-sizing: border-box;
    }

    #popular-carousel-left, #news-carousel-left, #popular-carousel-right, #recently-carousel-left, #news-carousel-right, #recently-carousel-right {
        top: 166px;
    }

    .popular-home-list .item .img-holder {
        width: 100%;
    }

    .row_cart_package_table tr:first-child,
    .row_message_table tr:first-child {
        display: none;
    }

    .row_cart_package_table tr,
    .row_message_table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .row_cart_package_table tr td,
    .row_message_table tr td {
        box-sizing: border-box;
        margin: 0 0 5px;
    }

    .row_message_table tr td:nth-child(2) {
        width: calc(100% - 30px);
    }

    .row_cart_package_table tr td:last-child,
    .row_message_table tr td:last-child {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .message-text {
        width: auto;
    }

    .row_cart_package_table tr td:nth-child(1)::before {
        content: '№: ';
    }

    .row_cart_package_table tr td:nth-child(2)::before {
        content: 'Статус: ';
    }

    .row_cart_package_table tr td:nth-child(4)::before {
        content: 'Сума: ';
    }

    .row_cart_package_table tr td:nth-child(3) {
        width: 100%;
        margin-top: 10px;
    }

    .row_cart_package_table tr:hover,
    .row_message_table tr:hover {
        margin: 0;
        padding: 10px 0;
    }

    .row_cart_package_table tr:hover td,
    .row_message_table tr:hover td {
        border: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    #popular-home-block {
        display: none;
    }

    .no_show_for_mob {
        display: none;
    }

    .image-decor:before, .image-decor:after {
        display: none;
    }

    .makeorder-form-details .aw-makeorder-form {
        max-width: 100%;
    }

    .makeorder-form-details .aw-makeorder-form .select2-hidden-accessible {
        width: 1px !important;
    }

    .select2-container {
        width: auto !important;
    }

    .aw-productlist-table .li-name {
        width: calc(100% - 20px);
    }

    .aw-productlist-table .li-name.block-pd {
        width: calc(33% - 20px) !important;
    }

    .aw-productlist-table .table-element .store_positions {
        width: calc(60% - 20px) !important;
    }

    .aw-productlist-table .table-element li.li-price {
        width: calc(60% - 20px);
    }

    .aw-productlist-table .li-button {
        height: 38px;
    }

    .aw-productlist-table .table-element li.li-count {
        margin-right: 0;
        width: calc(33% - 10px);
    }

    .aw-productlist-table .li-button {
        width: calc(33% - 23px);
    }

    .aw-productlist-table .table-element li.li-button {
        padding: 5px 0;
    }

    .aw-productlist-table .table-element li.li-button .cell-wrap {
        margin: inherit;
        margin-left: auto;
        width: 100%;
        text-align: right;
    }

    .aw-productlist-table .table-element:hover {
        padding: 8px 0;
    }

    .aw-productlist-table .table-element .li-price .cell-wrap {
        justify-content: initial;
    }

    .message-buttons {
        justify-content: space-between;
    }

    .aw-productlist-table .table-element li.li-price .cell-wrap {
        text-align: left;
    }
}

@media screen and (min-width: 500px) {
    .aw-productlist-table .table-element li.li-name {
        width: 400px;
    }

    .aw-productlist-table .table-element li.li-name.block-pd {
        max-width: 100px;
    }
}

.aw-productlist-table .hidden {
    display: none !important;
}


#copyMessage {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.aw-block-category-list.wrap-list .category-wrap {
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
}

.aw-block-category-list.wrap-list .category-wrap .category-element {
    margin: 0;
    width: calc(20% - 15px);
    max-width: calc(20% - 15px);
}

.aw-block-category-list.wrap-list .category-wrap .category-element .name {
    margin: 8px 0 17px 0;
}

/* Group tree start */
.groups-tree ul {
    list-style: none;
    padding-left: 10px;
}

.groups-tree li {
    cursor: pointer;
    position: relative;
    padding: 5px 0 5px 10px;
}

/* Робимо видимими тільки головні групи */
.groups-tree > ul {
    display: block;
}

/* Вкладені списки за замовчуванням приховані */
.groups-tree li ul {
    display: none;
}

/* Виділяємо активний пункт */
.groups-tree li.selected > a,
.groups-tree li.selected > span,
.groups-tree li.selected > span > a {
    color: green;
    font-weight: bold;
}

.groups-tree li > span:hover {
    text-decoration: underline;
}

/* Показуємо вкладені елементи тільки у активних li */
.groups-tree li.active > ul {
    display: block;
    padding-top: 5px;
}

/* Додаємо стрілочку перед span */
.groups-tree li span {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

/* Стандартна стрілка перед пунктами */
.groups-tree li span::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.2s ease;
}

/* Якщо li активний, повертаємо стрілку */
.groups-tree li.active > span::before {
    transform: translateY(-50%) rotate(90deg);
}
/* Group tree end */

.aw-block-filter .close {
    z-index: 1;
}

