@charset "UTF-8";
/*
Please Write this css !
*/

.item-sec #cartCheck.sticky {
    z-index: 1000;
}
#cart-in-error,
#cart-in-success {
    color: #86c0e9;
    padding: 20px;
    background-color: #fff;
    border: none;
    text-align: center;
    border-radius: 16px;
    font-weight: bold;
    z-index: 1000;
    border: 4px solid #86c0e9;
}

#cart-in-error {
    color: #b00;
    border: 4px solid #b00;
}
#cart-in-error p,
#cart-in-success p {
    margin-bottom: 20px;
    font-size: 1.6rem;
}


dialog:-internal-dialog-in-top-layer::backdrop {
    background: #86c0e97d;
}

/*Only PC*/
@media screen and (min-width: 768px) {
    /* #apparelSec.list-sec .list-container {
        width: 100%;
        max-width: 55rem;
        margin: 0 auto;
    }
    #mufflerSec.list-sec .list-container {
        width: 100%;
        max-width: 27.5rem;
        margin: 0 auto;
    } */
    /* .orderPanel-item-name {
        height: 3.6em;
    } */
    .flex-item {
        position: relative;
    }
    .flex-item .orderPanel-inner {
        margin-bottom: 5.8rem;
    }
    .flex-item .btn-wrapper {
        position: absolute;
        left: 0;
        bottom: 1.5rem;
        width: 100%;
        text-align: center;
        z-index: 10;
    } 
/*@media end*/
}

/*Only SP*/
@media screen and (max-width: 767px) {

}