.others-header-area {
    display: flex;
    background-color: #f7f7f7;
    min-height: 100%;
    width: 100%;
}
.others-header-area .inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
}
.others-header-area .inner .main-content {
    display: flex;
    align-items: flex-start;
}
.others-header-area .inner .main-content .views-container {
    width: 870px;
}
.others-header-area .inner > .under-header-line {
    margin-bottom: 30px;
}
.others-header-area .inner > h4 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 800;
    line-height: 27px;
}
@media (max-width: 1087px) {
    .others-header-area .inner {
        max-width: 100%;
        padding: 0 40px;
    }
    .others-header-area .inner .main-content {
        flex-direction: column;
    }
    .others-header-area .inner .main-content .views-container {
        width: 100%;
    }
    .others-header-area .inner > h4 {
        text-align: center;
    }
    .others-header-area .inner > .under-header-line {
        margin-top: 12px;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .others-header-area .inner {
        padding: 0 10px;
    }
    .others-header-area .inner > h4 {
        font-size: 24px;
    }
}



.basket-item-amount-filed {
    width: 20px;
    text-align: center;
    border: 0px;
    font-weight: 700;
    font-size: 16px;
    background: transparent;
}

main.container_custom {
    padding-left: 0;
    padding-right: 0;
}

.basket-root {
    margin-bottom: 50px;
}

.breadcrumbs {
    position: relative;
    bottom: 5px;
}

.basket-items-list-item-notification {
    display: table-cell !important;
}

/*region Actions*/
.basket-items-list-item-remove {
    padding-top: 8px !important;
    vertical-align: middle;
}

.basket-item-block-actions {
    position: relative;
    opacity: 1;
    transition: 300ms opacity ease;
}

.bx-touch .basket-item-block-actions,
.basket-items-list-item-container:hover .basket-item-block-actions { opacity: 1; }

.basket-item-actions-remove {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #d0021b;
    content: '';
    transition: 300ms background-color ease;
}

.basket-item-actions-remove:after { -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.basket-item-actions-remove:before { -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before { background-color: #7e000f; }

.basket-item-block-info .basket-item-actions-remove {
    position: absolute;
    top: -4px;
    right: 0;
}

.basket-items-list-wrapper-compact .basket-item-block-actions {
    position: relative;
    top: auto;
    right: auto;
    padding-left: 10px;
}

/*endregion*/

.restore_but {
    width: 169px;
    background-color: #565656;
    border: none;
    color: white;
    font-size: 15px;
    cursor: pointer;
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 10px;
}