@charset "utf-8";

html, body {
    overflow-x: hidden;
}

body {
    background: #f4f4f6;
    width: 100rem;
}

.back {
    display: flex;
    position: fixed;
    left: 2.5rem;
    top: 2.5rem;
    font-size: var(--font-size-primary);
    background: var(--color-white);
    width: 9rem;
    height: 9rem;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 50%;
    border-color: var(--color-grey);
    z-index: 100;
    color: var(--color-black);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}

.focus {
    width: 100rem;
    height: 61.8rem;
}

.focus img {
    width: 100rem;
    height: 61.8rem;
}

.name {
    display: flex;
    width: 100rem;
    border-bottom: var(--border-1px) solid var(--color-grey);
    background: var(--color-white);
}

.name span {
    display: block;
    margin: 0 0 0 2.5rem;
    padding: 5rem 0 5rem 0;
    font-size: var(--font-size-primary);
    line-height: var(--line-height);
}

.option {
    background: var(--color-white);
    padding: 0 0 5rem 0;
}

.option table {
    border: none !important;
    width: 95rem;
    margin: 0 0 0 2.5rem;
}

.option table tbody {
    border: none !important;
}

.option table tbody tr {
    border: none !important;
    display: flex;
    margin-top: 5rem;
}

.option table tbody tr td {
    border: none !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}

.option table tbody tr td:first-child {
}

.option table tbody tr td span {
    display: inline-block;
    border: var(--border-1px) solid var(--color-grey);
    padding: 2.5rem 2.5rem;
    margin: 2.5rem 2.5rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25rem;
    border-radius: var(--border-radius);
    color: var(--color-grey);
    font-size: var(--font-size-smaller);
}

.option table tbody tr td:first-child span {
    width: 10rem;
    border-color: transparent;
    color: var(--color-black);
    text-align: justify;
    padding: 2.5rem 0;
    font-size: var(--font-size-small);
}

.option table tbody tr td span.checked {
    border-color: var(--main-color);
    color: var(--main-color);
    background: #f9f1e3;
}


.intro {
    width: 100rem;
    margin: 2.5rem 0 0 0;
    padding: 0 0 5rem 0;
    background: var(--color-white);
}

.intro .tips {
    margin: 0 0 0 2.5rem;
    padding: 2.5rem 0;
    width: 95rem;
    border-bottom: var(--border-1px) solid var(--color-grey);
    font-size: var(--font-size-primary);
}

.intro .text {
    margin: 2.5rem 0 0 2.5rem;
    padding: 2.5rem 0;
    width: 95rem;
}

.intro .text p, .intro .text span {
    line-height: var(--line-height) !important;
    text-align: justify !important;
    font-size: var(--font-size-small) !important;
}

.bottom-placeholder {
    width: 100rem;
    height: 25rem;
    overflow: hidden;
}

.bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100rem;
    height: auto;
    border-top: var(--border-1px) solid var(--color-grey);
    background: var(--color-white);
}

.bottom .info {
    display: flex;
    padding: 2.5rem;
    justify-content: space-between;
}

.bottom .price-and-spec {
    display: flex;
    flex-direction: column;
}

.bottom .price-and-spec .price {
    font-size: var(--font-size-primary);
}

.bottom .price-and-spec .spec {
    margin: 2.5rem 0 0 0;
    color: var(--color-grey);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60rem;
    font-size: var(--font-size-small);
    line-height: 1.5;
}

.bottom .adjust-num {
    display: flex;
    align-items: center;
}

.bottom .adjust-num input {
    width: 10rem;
    margin: 0 2.5rem;
    border: none;
    text-align: center;
    outline: none;
    font-size: var(--font-size-small);
}

.bottom .adjust-num i {
    font-size: var(--font-size-large);
}

.bottom .adjust-num i.fa-minus-circle {
    color: var(--main-color);
}

.bottom .adjust-num i.fa-plus-circle {
    color: var(--main-color);
}

.bottom .button {
    clear: both;
    padding: 2.5rem 0 2.5rem 0;
}

.bottom .button button {
    width: 45.7rem;
    margin: 0 0 0 2.5rem;
    padding: 2.5rem 2.5rem;
    font-size: var(--font-size-primary);
    background: var(--color-white);
    border: var(--border-1px) solid var(--color-grey);
    border-radius: var(--border-radius);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.buy-now {
    background: var(--main-color) !important;
    color: var(--color-white);
    border-color: var(--main-color) !important;
}

.add-to-cart {
    background: var(--main-color) !important;
    color: var(--color-white);
    border-color: var(--main-color) !important;
}
