
.custom_attr_box .custom_radio_box .radio_attr span.option_title,.prod_info_form .custom_attr_box li .checkbox_attr span.option_title{    width: max-content;
    line-height: 35px;
    background-color: #fff;
    padding: 0 12px;
    position: absolute;
    top: -48px;
    left: 0;box-shadow: #ddd 0 0 10px 6px;color: #333;max-width:300px}
.custom_attr_box .custom_radio_box .radio_attr span.option_title:after,.prod_info_form .custom_attr_box li .checkbox_attr span.option_title:after{    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    border-top: 8px #fff solid;
    position: absolute;
    bottom: -8px;
    left: 50%;transform:translateX(-50%)}
.prod_info_form .custom_attr_box li .checkbox_attr span.option_title,.custom_attr_box .custom_radio_box .radio_attr span.option_title{display:none}
body .custom_attr_box .custom_checkbox_box{display: flex;flex-wrap: wrap;}
body .custom_attr_box .custom_radio_box{display: flex;flex-wrap: wrap;}
@media screen and (min-width:1000px){
body .custom_attr_box .custom_checkbox_box,body .custom_attr_box .custom_radio_box{overflow-y:unset;max-height:unset}
body .custom_attr_box .option_img{width:80px}
.custom_attr_box .custom_radio_box .radio_attr:hover span.option_title{display:block}
.prod_info_form .custom_attr_box li .checkbox_attr:hover span.option_title{display:block}
}
