﻿.sig {
    width: 100%;
    background: #FFFFFF;
    padding-top: 102px;
    padding-bottom: 102px;
}

.sig_image {
    width: 100%;
    height: 525px;
}

    .sig_image img {
        display: none;
        max-width: 100%;
    }

.sig_content_container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.sig_content {
    width: 100%;
    background: #FFFFFF;
    border: solid 2px #b49383;
    box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
    padding-top: 65px;
    padding-left: 47px;
    padding-bottom: 69px;
    padding-right: 75px;
}

.sig_subtitle {
    font-size: 36px;
}

.sig_title {
    margin-top: 6px;
    padding-left: 5px;
}

    .sig_title h1 {
        font-size: 48px;
    }

.sig_rating {
    margin-top: 13px;
    padding-left: 9px;
}

.rating_r i::before {
    font-family: 'FontAwesome';
    content: "\f006";
    font-style: normal;
    font-size: 10px;
    color: #d6baa0;
}

.rating_r i:not(:last-child) {
    margin-right: 3px;
}

.rating_r_1 i:first-child::before {
    content: "\f005";
}

.rating_r_2 i:first-child::before {
    content: "\f005";
}

.rating_r_2 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_3 i:first-child::before {
    content: "\f005";
}

.rating_r_3 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_3 i:nth-child(3)::before {
    content: "\f005";
}

.rating_r_4 i:first-child::before {
    content: "\f005";
}

.rating_r_4 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_4 i:nth-child(3)::before {
    content: "\f005";
}

.rating_r_4 i:nth-child(4)::before {
    content: "\f005";
}

.rating_r_5 i:first-child::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(3)::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(4)::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(5)::before {
    content: "\f005";
}

.sig_name {
    font-size: 24px;
    color: #232323;
    padding-left: 9px;
    margin-top: 1px;
}

.sig_price {
    font-size: 24px;
    color: #232323;
}

.sig_content_list {
    margin-top: 4px;
    margin-left: 9px;
}

    .sig_content_list ul li:not(:last-child)::after {
        display: inline-block;
        content: '/';
        font-size: 16px;
        color: #636363;
        margin-left: 5px;
        margin-right: 5px;
    }

    .sig_content_list ul li {
        font-size: 16px;
        color: #636363;
    }

.sig_button {
    margin-left: 9px;
    margin-top: 37px;
}
