/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */
.floating-buy{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#fff;
    padding:10px;
    z-index:999999;
    box-shadow:0 -2px 10px rgba(0,0,0,.1);
}

.floating-buy-btn{
    width:100%;
    height:55px;
    border:none;
    border-radius:10px;
    background:#e60012;
    color:#fff;
    font-size:18px;
    font-weight:700;
}
.se2_tool,
.se2_icon_tool,
.se2_icon_tool ul {
    width: auto !important;
    overflow: visible !important;
}

.se2_photo,
.se2_multy_photo {
    display: inline-block !important;
    visibility: visible !important;
}