
body {
    background-color: #fff;
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #b7b095;
    text-decoration: none;
}

.skin-color {
    color: #b7b095;
}

.btn {
    outline: none !important;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff;
    background-color: #b7b095;
    border-color: #b7b095;
}

.btn-primary {
    border-color: #b7b095;
    background-color: #b7b095;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border-color: #88836f !important;
    background-color: #88836f !important;
}

.btn-select {
    margin-right: 10px;
    margin-bottom: 10px;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-height-2 {
    line-height: 2em;
}

.line-height-3 {
    line-height: 3em;
}

.rich-text {
    line-height: 2em;
}

.rich-text img {
    max-width: 100%;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.chosen-container-single .chosen-single {
    height: 36px !important;
    background: none !important;
    border-color: #ccc !important;
    box-shadow: none !important;
    padding-left: 12px !important;
}

.chosen-container-single .chosen-single span {
    line-height: 36px;
}

.chosen-container-single .chosen-single div b {
    background-position-y: 8px !important;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 300px;
    overflow: auto;
}

.number-input-group {
    width: 140px;
}

.number-input-group .input-group-addon:first-child,
.number-input-group .input-group-addon:last-child {
    background-color: transparent;
}

.number-input-group .form-control {
    border-left: 0;
    border-right: 0;
    border-color: #ccc;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.app-page-header {
    position: fixed;
    width: 100%;
    background-color: #eee;
    z-index: 100;
}

.app-page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.app-page-header .logo img {
    height: 30px;
}

.app-page-header .menus {
    display: flex;
    align-items: center;
    gap: 40px;
    font-weight: bold;
}

.app-page-header .opts {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: bold;
}

.app-page-header .cart-btn {
    position: relative;
}

.app-page-header .cart-btn span {
    position: absolute;
    right: -12px;
    top: -6px;
    color: #fff;
    background-color: #b7b095;
    font-size: 12px;
    line-height: 1em;
    min-width: 14px;
    padding: 1px;
    border-radius: 7px;
    text-align: center;
    font-weight: normal;
}

.app-page-header-placeholder {
    height: 70px;
    margin-bottom: 20px;
}

.app-page-header-hamburg-dropdown-window {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.app-page-header-hamburg-dropdown-window .menus {
    line-height: 3em;
    padding: 1em 0;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item a {
    display: block;
    font-size: 16px;
}

.app-page-content {
    min-height: 90vh;
}

.app-page-footer {
    background-color: #eee;
    margin-top: 20px;
}

.panel-box.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.panel-box.article-list-panel-box .article-list .article-item {
    line-height: 3em;
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
}

.panel-box.article-list-panel-box .article-list .article-item .text-row-ellipsis {
    display: block;
}

.panel-box.article-info-panel-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-box.article-info-panel-box .title {
    font-size: 24px;
    text-align: center;
}

.panel-box.article-info-panel-box .time {
    text-align: center;
    margin: 1em 0;
}

.panel-box.article-info-panel-box .content {
    color: #555;
    min-height: 300px;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.left-menus-panel {
    line-height: 2em;
}

.left-menus-panel .cat-item {
    margin-bottom: 1em;
}

.left-menus-panel .cat-item .cat-title {
    font-weight: bold;
}

.left-menus-panel .cat-item .cat-menus {
    padding-left: 15px;
}

.left-menus-panel .cat-item .cat-menus .menu-item a {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}

.index-page {
}

.index-page .app-page-header {
    margin-bottom: 0;
}

.index-page .banner-block {
    position: relative;
    height: 497px;
}

.index-page .banner-block .banner-swiper {
    height: 100%;
}

.address-page {
}

.address-page .opt-col {
    text-align: center;
    width: 90px;
}

.address-page .opt-col div {
    display: flex;
    justify-content: space-between;
}

.home-page .user-info-panel .info {
    line-height: 2em;
}

.home-page .message-table tr:first-child td {
    border-top: 0;
}

.product-index-page .top-big-img-block {
    height: 300px;
    margin-bottom: 20px;
}

.product-index-page .top-big-img-block .container {
    height: 100%;
}

.product-index-page .top-big-img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-index-page .store-block {
    margin-bottom: 20px;
}

.product-index-page .product-category-navbar {
    background-color: #fff;
    z-index: 100;
}

.product-index-page .product-category-navbar.fixed {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.product-index-page .product-category-navbar .inner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.product-index-page .product-category-navbar.fixed .inner {
    border-bottom: 0;
}

.product-index-page .product-category-navbar .left-icon {
    width: 40px;
}

.product-index-page .product-category-navbar .right-nav {
    width: calc(100% - 40px);
}

.product-index-page .product-category-navbar .nav > li > a:focus,
.product-index-page .product-category-navbar .nav > li > a:hover {
    background-color: inherit;
}

.product-index-page .product-category-navbar .nav-tabs {
    border: 0 !important;
}

.product-index-page .product-category-navbar .nav-tabs > li > a {
    color: #666;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid transparent;
}

.product-index-page .product-category-navbar .nav-tabs > li.active > a,
.product-index-page .product-category-navbar .nav-tabs > li.active > a:focus,
.product-index-page .product-category-navbar .nav-tabs > li.active > a:hover {
    color: #111;
    background-color: inherit;
    border-bottom-color: #333;
}

.product-index-page .product-category-group {
    margin-bottom: 20px;
}

.product-index-page .product-category-group .category-group-title {
    margin-bottom: 0;
}

.product-index-page .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-index-page .product-list > .col {
    padding: 0 10px;
    margin-bottom: 20px;
}

.product-index-page .product-list .product-item {
    height: 100%;
    border: 1px solid #ddd;
}

.product-index-page .product-list .product-item .thumb img {
    width: 100%;
    object-fit: cover;
}

.product-index-page .product-list .product-item .content {
    padding: 10px;
}

.product-index-page .product-list .product-item .content .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-index-page .product-list .product-item .content .desc {
    color: grey;
    margin-bottom: 20px;
    height: 40px;
}

.product-index-page .product-list .product-item .content .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-index-page .product-list .product-item .content .bottom .price {
    font-size: 16px;
}

.cart-page .cart-table {
}

.cart-page .cart-table th,
.cart-page .cart-table td {
    padding: 10px 15px;
}

.cart-page .cart-table thead th,
.cart-page .cart-table thead td {
    text-align: center;
    background-color: #ddd;
}

.cart-page .cart-table tbody .thumb {
    width: 100%;
}

.cart-page .cart-table tbody .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    word-break: break-all;
    margin-bottom: 10px;
}

.cart-page .cart-table tbody .attribute {
    color: #666;
    line-height: 1.5em;
}

.cart-page .cart-table tbody .select-col {
    vertical-align: middle;
    text-align: center;
}

.cart-page .cart-table tbody .thumb-name-col .thumb-name-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart-page .cart-table tbody .price-col,
.cart-page .cart-table tbody .quantity-col {
    width: 25%;
    vertical-align: middle;
    text-align: center;
}

.cart-page .cart-table tbody .price-col .con {
    display: flex;
    justify-content: center;
}

.cart-page .cart-table tbody .price-col .con .le {
    margin-right: 10px;
}

.cart-page .cart-table tbody .quantity-col .con {
    display: flex;
    justify-content: center;
}

.cart-page .cart-table tbody .quantity-col .note {
    line-height: 2em;
}

.cart-page .total-panel {
}

.cart-page .total-panel .quantity-col {
    line-height: 36px;
}

.cart-page .total-panel .price-col {
    line-height: 36px;
    font-size: 18px;
    text-align: right;
}

.cart-page .total-panel .sub-col {
    text-align: right;
}

.cart-page .checkout-panel {
    padding-top: 2em;
    padding-bottom: 2em;
}

.cart-page .checkout-panel .shipping-methods {
    line-height: 2em;
}

.cart-page .checkout-panel .shipping-methods label {
    font-weight: normal;
}

.cart-page .checkout-panel .shipping-methods .alert {
    padding: 0 0.5em;
    margin-bottom: 10px;
}

.cart-page .checkout-panel .booking-time-list {
}

.cart-page .checkout-panel .booking-time-list .booking-time-item {
    line-height: 2em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-page .checkout-panel .booking-time-list .booking-time-item .booking-time-group {
    display: flex;
    gap: 10px;
}

.cart-page .checkout-panel .booking-time-list .booking-time-item .booking-time-group .form-control {
    width: 100px;
    background-color: #fff !important;
}

.contact-page .map img {
    width: 100%;
}

.contact-page .map iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

@media (min-width: 992px) {
    .product-index-page .product-list .product-item .thumb img {
        height: 200px;
    }
}

@media (max-width: 992px) {
    .app-page-header-placeholder {
        height: 74px;
    }

    .product-index-page .product-category-navbar.fixed {
        top: 74px;
    }

    .cart-page .total-panel .quantity-col {
        text-align: right;
    }

    .cart-page .total-panel .price-col {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .product-index-page .product-list .product-item .thumb img {
        height: 260px;
    }
}

@media (max-width: 768px) {
    .cart-page .cart-table tbody .price-col .con {
        flex-direction: column;
    }

    .cart-page .cart-table tbody .price-col .con .le {
        margin-right: 0;
    }

    .cart-page .cart-table tbody .quantity-col .con {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .index-page .banner-block {
        height: 200px;
    }

    .cart-page .cart-table .number-input-group {
        width: 80px;
    }

    .cart-page .cart-table .number-input-group .input-group-addon {
        display: none;
    }

    .cart-page .total-panel .quantity-col,
    .cart-page .total-panel .price-col,
    .cart-page .total-panel .sub-col {
        text-align: center;
    }
}