.ul.bx_catalog_line_ul {
    display: flex;
}
bx_catalog_line_img {
    position: relative;
    display: flex;
    float: none;
    overflow: hidden;
    margin-right: 40px;
    width: 125px;
    height: 125px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.bx_item_detail .bx_item_container .bx_rt {
    width: 35%;
}

.bx_item_detail .bx_item_container .bx_lt {
    width: 60%;
}

.bx_item_detail .bx_item_slider .bx_bigimages {
    max-width: 640px;
    padding-top: 100%;
}


.bx_horizontal_menu_advaced>ul {
    display: flex;
    justify-content: space-around;
}

.bx_children_container.b1.animate {
    min-width: 280px;
    width: 100%;
}