.container {
    width:auto;
    max-width: 1170px;
}

.lorwr .info-box{
    padding: 0px 40px;
}

.not-auth-table-blocks > tbody > tr > td {
    background-color: #f6f6f6;
    border: 20px solid white;
    padding: 9px;

}
.not-auth-table-blocks a {
    display: block;
    color: #4E7EB5;
    margin: 6px;
    margin-bottom: -10px;
}
.not-auth-table-blocks form input {
    width: 44.8%;
    Height: 38px;
    margin: 4px 6px;
    text-align: center;
}

.not-auth-table-blocks form>input {
    border: 1px solid #dfdfdf;
    border-radius: 1px;
}

.not-auth-table-blocks .sort {
    background-color: #758495;
    color: white;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 10px;
    border-radius: 2px;
    width: 46.2%
}

.not-auth-table-blocks #user-register #User_login{
    width:95%;
}


.not-auth-table-blocks .title_div, .not-auth-table-blocks .myheader {
    text-align: left !important;
    font-weight: bold;
    margin-top: 20px !important;
    margin: 7px;
}

.not-auth-table-blocks .title_div{
    margin-bottom: -22px !important;
}
@media (max-width: 1199px) {
    .not-auth-table-blocks .title_div {
        margin-bottom: -15px !important;
    }
}

.not-auth-table-blocks .leftmnutitle1-table-txt {
    text-align: left !important;
}

@media (max-width: 1170px){
    .not-auth-table-blocks > tbody > tr > td {
        border: 10px solid white;
    }
    .not-auth-table-blocks form input {
        width: 45.5%;
    }
    .not-auth-table-blocks #user-register #User_login{
        width:96%;
    }
}
@media (max-width: 1000px){
    .not-auth-table-blocks > tbody > tr > td {
        width: 500px;
        display:block;
    }
    .not-auth-table-blocks form input {
        width: 45.5%;
    }
    .not-auth-table-blocks #user-register #User_login{
        width:95%;
    }
    .lorwr .info-box{
        padding: 20px 40px 5px;
    }
}

@media (max-width: 550px){
    .not-auth-table-blocks > tbody > tr > td {
        width: 90%;
        display:block;
    }
    .not-auth-table-blocks form input {
        width: 94%;
    }
    .not-auth-table-blocks #user-register #User_login{
        width:94%;
    }
}

.lorwr__content .category-item-row {
    display: flex;
    column-gap: 30px;
}
@media (max-width: 600px) {
    .lorwr__content .category-item-row {
        flex-wrap: wrap;
    }
}
.lorwr .items{
    margin-bottom: 0;
}
.lorwr__title {
    font-weight: 600;
    margin-top: 0;
}
.lorwr ul.items > li {
    list-style-type: none;
}
.lorwr .row:before{
    display: none;
}
.lorwr .image_item {
    margin-left: 0;
}
.lorwr .info_item_list{
    margin-left: 0;
}
.lorwr .to_cart{
    margin-left: 0;
    margin-top: 20px;
}
.lorwr .products-list-subtitle{
    display: none;
}
.lorwr .products-list-title{
    margin-bottom: 20px;
}
.lorwr .info_item_list{
    line-height: 1.7;
}
.lorwr .desc_text{
    display: none;
}
@media (max-width: 1199px) {
    .breadboxline {
        margin-left: 30px;
    }
}