#market .frm dd input[type=radio]:disabled+label {
    opacity: 1 !important;
}

.brands_area label span {
    z-index: 99999;
}

.imgs_size span,
#prev_list .area_img > span {
    display: none !important;
}

.fixed-image {
    position: fixed;
    display: inline-block;
    top: 0;
    right: 30%;
    width: 250px;
    height: 250px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    z-index: 9999999;
}

.fixed-image img {
    width: 100%;
}

#list_frm {
    display: flex;
    flex-flow: column wrap;
}

#market #list_frm li {
    overflow: visible;
}

.market02_div #list_frm {
    display: block;
}

.market02_div #list_frm li {
    overflow: hidden !important;
}

#order_form_box .area_img span {
    display: none !important;
}