.price-list {
    margin: 0 auto;
    width: 400px;
    clear: both;
    text-align: center;
    position: relative;
}

.main.price-list:before,
.main.price-list:after {
    background-image: url(../image/menu/list_1.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 250px;
    content: '';
    position: absolute;
    top: 50px;
    left: -275px;
    -webkit-transform: rotate(345deg);
    /* WebKit */
    -moz-transform: rotate(345deg);
    /* Mozilla */
    -o-transform: rotate(345deg);
    /* Opera */
    -ms-transform: rotate(345deg);
    /* Internet Explorer */
    transform: rotate(345deg);
    /* CSS3 */
}

.main.price-list:after {
    background-image: url(../image/menu/list_2.jpg);
    top: 120px;
    left: 365px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}



.price-list span {
    font-size: 18px;
}

.flex-box {
    justify-content: flex-start;
    flex-flow: row wrap;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.flex-box > * {
    font-size: 25px;
    line-height: calc(2.5);
    border: 1px solid #e2c49c;
    flex: 50%;
}

.opaque {
    position: relative;
    z-index: 1;
}

.opaque:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
    background: #fff;
}

@media (max-width: 600px) {
    .price-list {
        width: 100%;
    }
}

/*Options*/

a.modal-open {
    background-image: url(../image/menu/options-bg.jpg);
    color: white;
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 1px solid white;
}

a.modal-open > * {
    display: block;
}

a.modal-open:hover {
    color: white;
}

a.modal-open > img {
    margin: 0 auto;
    height: 74px;
}

a.modal-open > .sp {
    display: none;
}
@media (max-width: 600px) {
    a.modal-open > .sp {
        display: block;
    }
}

i {
    border: 1px solid white;
    margin: 5px;
    box-shadow: 0px -1px 5px white;
}

/*modal content*/

.detailed {
    background-image: url(../image/splash-bg.jpeg);
    background-position: center center;
    background-size: cover;
    padding: 15px;
    width: 80%;
}

article {
    padding: 15px;
}

article strong {
    color: red;
}

.detailed h1 {
    margin: 0 auto;
    padding: 15px;
    background: #930065;
    color: white;
    text-align: center;
}

.detailed .desc {
    line-height: 2em;
    flex: 65%;
    margin: 15px 0 0 15px;
    padding: 15px;
}

.detailed .img-holder {
    flex: 20%;
    border: 0;
    margin-top: 15px;
}

.detailed img {
    width: auto;
    max-width: 250px;
}

.detailed span {
    border: 1px solid red;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 2em;
}

@media (max-width: 600px) {

    .col-md-12.detailed {
        width: 100%;
        clear: both;
        background: none;
    }

    .price-list:before,
    .price-list:after {
        display: none;
    }

    .detailed > article > .flex-box {
        flex-direction: column-reverse;
    }

    .detailed .desc {
        margin: 0;
    }

    .detailed img {
        width: 100%;
    }

    .modal-content.detailed {
        /*        position: absolute;
        left: unset !important;
        top: unset !important;
*/
        width: 100%;
        background: transparent;
        padding: 0;

    }

    .modal-content.detailed .desc.opaque {
        font-size: 13px !important;
    }

    .modal-content.detailed h1 {
        font-size: 16px;
    }

    .detailed img {
        display: none;
    }

    a.modal-open > * {
        display: inline;
    }

    a.modal-open {
        text-align: left;
        padding: 10px 15px;
        margin: 15px;
        position: relative;
    }

    a.modal-open > img {
        display: none;
    }

    a.modal-open > i {
        position: absolute;
        right: 5px;
        top: 3px;
        padding: 0px 2px;
    }

    span.option-title {
        font-weight: 900;
        padding-right: 10px;
    }

}
