hr {
    background: #F8F8F8;
    height: 8px;
    width: 100%;
    border: none;
}

.pd-16 {
    padding: 0 16px;
}

.bg-theme {
    background: #B19879;
    color: #fff;
}

.color-theme {
    color: #B19879;
}

.hide {
    display: none !important;
}

header {
    width: 100%;
    position: relative;
    height: 60px;
    background: #fff;
    line-height: 60px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
}
header a {
    margin-right: 8px;
}
header a i {
    vertical-align: middle;
    font-size: 1.4rem;
    margin-top: -7px;
}

.floor-order-main {
    background: #fff;
    padding-bottom: 16px;
}
.floor-order-main .product {
    width: 100%;
    padding-left: 131px;
    position: relative;
    min-height: 115px;
    margin-top: 8px;
    margin-bottom: 32px;
}
.floor-order-main .product > .img-wrap {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    overflow: hidden;
}
.floor-order-main .product > .img-wrap > img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.floor-order-main .product > h2 {
    font-weight: 500;
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 4px;
}
.floor-order-main .product > p {
    text-align: left;
    color: #999;
    font-size: 0.9rem;
    line-height: 1.3;
}
.floor-order-main .product > a {
    text-align: left;
    float: left;
    margin-top: 8px;
    color: #999;
    border-bottom: 1px solid #999;
}
.floor-order-main .product > b {
    display: block;
    text-align: left;
    font-size: 1.3rem;
    color: #000;
    padding-top: 16px;
}
.floor-order-main .product > b strike {
    color: #999;
    font-size: 0.9rem;
    margin-left: 6px;
    display: inline-block;
    vertical-align: text-bottom;
}
.floor-order-main .order-message {
    padding-top: 24px;
    border-top: 1px solid #f3f3f3;
}
.floor-order-main .order-message > p {
    color: #000;
    font-weight: 500;
    font-size: 0.95rem;
    text-align: left;
    padding-bottom: 8px;
}
.floor-order-main .order-message input {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    margin-bottom: 4px;
    padding: 0 16px;
}
.floor-order-main .order-message input::placeholder {
    color: #cbcbcb;
}
.floor-order-main .order-message select {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    padding: 0 16px;
    position: relative;
    z-index: 5;
    background: none;
}
.floor-order-main .order-message > div {
    position: relative;
}
.floor-order-main .order-message > div > span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-family: xeicon !important;
    font-size: 1.2rem;
}
.floor-order-main .order-message > div > span:before {
    content: "";
}
.floor-order-main .order-message > div input {
    margin-top: 4px;
}
.floor-order-main .order-message > ul {
    border-left: 1px solid #f3f3f3;
}
.floor-order-main .order-message > ul:after {
    display: block;
    content: "";
    width: 100%;
    clear: both;
}
.floor-order-main .order-message > ul > li {
    width: 25%;
    float: left;
    height: 0;
    padding-top: 25%;
    position: relative;
    border: 1px solid #f3f3f3;
    border-left: none;
}
.floor-order-main .order-message > ul > li > input {
    display: none;
}
.floor-order-main .order-message > ul > li > input + label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    transition: all 300ms ease-in-out;
}
.floor-order-main .order-message > ul > li > input + label:after, .floor-order-main .order-message > ul > li > input + label:before {
    display: none !important;
}
.floor-order-main .order-message > ul > li > input + label > b {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0.85rem;
    font-weight: 500;
}
.floor-order-main .order-message > ul > li > input + label > b:before {
    width: 100%;
    height: 40px;
    display: block;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
}
.floor-order-main .order-message > ul > li > input + label.card > b:before {
    background-image: url("../images/payment-card.png");
}
.floor-order-main .order-message > ul > li > input + label.phone > b:before {
    background-image: url("../images/payment-phone.png");
}
.floor-order-main .order-message > ul > li > input + label.kakaopay > b:before {
    background-image: url("../images/payment-kakaopay.png");
}
.floor-order-main .order-message > ul > li > input + label.naverpay > b:before {
    background-image: url("../images/naver-pay.png");
}
.floor-order-main .order-message > ul > li > input + label.cash > b:before {
    background-image: url("../images/payment-cash.png");
}
.floor-order-main .order-message > ul > li > input:checked + label {
    background: #F3F3F3;
}
.floor-order-main .flower-customer {
    position: relative;
    padding-top: 24px;
}
.floor-order-main .flower-customer > div {
    width: 100%;
    border-radius: 8px;
    background: #F8F8F8;
    padding: 24px 24px 24px 48px;
    position: relative;
}
.floor-order-main .flower-customer > div:before {
    display: block;
    width: 20px;
    height: 20px;
    left: 16px;
    top: 22px;
    position: absolute;
    content: "";
    background: url("../images/ic_sentiment_very_satisfied_24px.svg") no-repeat center;
}
.floor-order-main .flower-customer > div > h2 {
    font-size: 1.1rem;
    margin: 0 0 8px 0;
    line-height: 1;
    font-weight: 500;
}
.floor-order-main .flower-customer > div > h2 font {
    position: relative;
    font-size: 1.1rem;
    color: #9E8566;
    font-weight: 500;
}
.floor-order-main .flower-customer > div > h2 font:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    display: block;
    background: #9E8566;
}
.floor-order-main .flower-customer > div > p {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    text-align: left;
    color: #666;
    font-size: 0.95rem;
}
.floor-order-main .flower-customer > div > p > a {
    font-size: 0.95rem;
    color: #666;
    position: relative;
    margin-right: 2px;
}
.floor-order-main .flower-customer > div > p > a:after {
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px dashed #666;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    content: "";
}

.floor-order-address {
    background: #fff;
}
.floor-order-address > h2 {
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 8px;
}
.floor-order-address table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}
.floor-order-address table th {
    color: #999;
    vertical-align: top;
}
.floor-order-address table th, .floor-order-address table td {
    padding: 8px;
    font-weight: 500;
    font-size: 1.1rem;
    text-align: left;
}
.floor-order-address table td {
    color: #333;
    word-break: break-all;
}
.floor-order-address table td font {
    font-weight: 500;
    font-size: 1.1rem;
    color: #333;
}
.floor-order-address table td span {
    margin-left: 8px;
    color: #9E8566;
    font-size: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #9E8566;
}

.floor-order-btn {
    position: fixed;
    bottom: 24px;
    display: block;
    right: 16px;
    width: calc(100% - 32px);
    text-align: center;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: #9E8566;
    border-radius: 56px;
    letter-spacing: 0;
    transition: all 500ms ease-in-out;
    z-index: 2000;
    border: none;
}

.floor-payment-delivery {
    width: 100%;
    padding-bottom: 16px;
}
.floor-payment-delivery > h2 {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 4px;
    padding-left: 38px;
    color: #555;
    position: relative;
}
.floor-payment-delivery > h2:before {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/ic_error_outline.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
}
.floor-payment-delivery > p {
    padding-left: 38px;
    padding-bottom: 16px;
    text-align: left;
    color: #999;
    font-size: 0.9rem;
    letter-spacing: -0.8px;
    line-height: 1.3;
}
.floor-payment-delivery > p.weekend-info {
    font-size: 1rem;
    color: #ffabab;
}
.floor-payment-delivery > div {
    padding-top: 16px;
    text-align: left;
}
.floor-payment-delivery > div input {
    display: none;
}
.floor-payment-delivery > div input + label {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    cursor: pointer;
}
.floor-payment-delivery > div input + label:before {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #ccc;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #fff;
}
.floor-payment-delivery > div input + label:after {
    width: 15px;
    height: 14px;
    color: #fff;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 3;
    font-family: xeicon !important;
    content: "";
    line-height: 14px;
    text-align: center;
    font-size: 0.85rem;
}
.floor-payment-delivery > div input:checked + label:before {
    border-color: #9E8566;
    background: #9E8566;
}
.floor-payment-delivery > div > p {
    text-align: left;
    font-size: 0.9rem;
    padding-left: 22px;
    padding-right: 30px;
    position: relative;
}
.floor-payment-delivery > div > p > a {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}


.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.loading.show {
    opacity: 1;
    visibility: visible;
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.loading-text span {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
}
.loading-text span:nth-child(1) {
    filter: blur(0px);
    animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
    filter: blur(0px);
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
    filter: blur(0px);
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
    filter: blur(0px);
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
    filter: blur(0px);
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
    filter: blur(0px);
    animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
    filter: blur(0px);
    animation: blur-text 1.5s 1.2s infinite linear alternate;
}
.loading-text span:nth-child(8) {
    filter: blur(0px);
    animation: blur-text 1.5s 1.4s infinite linear alternate;
}
.loading-text span:nth-child(9) {
    filter: blur(0px);
    animation: blur-text 1.5s 1.6s infinite linear alternate;
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }
    100% {
        filter: blur(4px);
    }
}