@font-face {
    font-family: Open-Sans;
    src: url("../fonts/Open-Sans.ttf");
}

:root {
    --swiper-theme-color: #d92136 !important;
}

body {
    font-family: Open-Sans, "Microsoft YaHei";
    /*background-color: #f2f1eb;*/
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #d92136;
    text-decoration: none;
}

.skin-color {
    color: #d92136;
}

.color-grey {
    color: grey;
}

.btn.select-btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.line-height-2em {
    line-height: 2em;
}

.line-height-2p5em {
    line-height: 2.5em;
}

.line-height-3em {
    line-height: 3em;
}

.rich-text {
    line-height: 2em;
}

.rich-text img {
    max-width: 100%;
}

.btn {
    box-shadow: none !important;
    outline: none !important;
}

.btn:not(.btn-sm):not(.btn-xs):not(.btn-lg) {
    height: 38px;
    line-height: 24px;
}

.btn-default {
    border-color: #dedede !important;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff;
    background-color: #d92136;
    border-color: #d92136;
}

.btn-primary {
    background-color: #d92136;
    border-color: #d92136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary.active {
    background-color: #bc1b2e;
    border-color: #bc1b2e;
}

.btn-lg {
    font-size: inherit;
}

.input-lg {
    font-size: inherit;
}

.form-control {
    border-color: #dedede !important;
    box-shadow: none !important;
}

.form-control:not(textarea):not(.input-sm):not(.input-lg) {
    height: 38px;
    line-height: 24px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: inherit;
}

.input-group-lg > .form-control {
    height: auto !important;
}

.select-box {
    border: 1px solid #dedede;
    border-radius: 6px;
    padding-right: 10px;
}

.select-box[disabled] {
    background-color: #eee;
    cursor: not-allowed;
}

.select-box select {
    border: none;
}

.switch-language-currency-btn {
    position: relative;
}

.switch-language-currency-btn .downmenu {
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    text-align: left;
    width: 260px;
    z-index: 10;
    display: none;
    box-shadow: 0 0 1px rgba(0, 50, 77, .1), 0 0 2px rgba(0, 50, 77, .09), 0 2px 8px rgba(0, 50, 77, .1);
}

.switch-language-currency-btn .downmenu .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.switch-language-currency-btn .downmenu .btn .icon {
    height: 14px;
    vertical-align: text-bottom;
}

.switch-language-currency-btn .downmenu .btn-default.active {
    color: #d92136;
    border-color: #d92136 !important;
    background-color: #fff;
    box-shadow: none;
}

.pagination > li > a, .pagination > li > span {
    color: #d92136;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #d92136;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #d92136;
    border-color: #d92136;
}

.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;
}

.area-overflow-x-auto {
    overflow-x: auto;
}

.min-width-900 {
    min-width: 900px;
}

.page-title {
    margin-bottom: 15px;
}

.page-title .text {
    font-size: 24px;
}

.page-loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.page-loading-mask .loading-round {
    border: 6px solid #aaa;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border-left-color: #d92136;
    animation: loading-round-animation 1s linear infinite;
    margin: 0 auto;
}

@keyframes loading-round-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.split-line {
    height: 1px;
    background-color: #dddd;
    margin-bottom: 20px;
}

.step-list-block {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-list-block li {
    position: relative;
    flex: 1;
}

.step-list-block li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 50%;
    height: 4px;
    background-color: #ccc;
}

.step-list-block li:first-child:before {
    display: none;
}

.step-list-block li.active:before {
    background-color: #d92136;
}

.step-list-block li:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 14px;
    width: 50%;
    height: 4px;
    background-color: #ccc;
}

.step-list-block li:last-child:after {
    display: none;
}

.step-list-block li.active:after {
    background-color: #d92136;
}

.step-list-block li .num {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    z-index: 1;
}

.step-list-block li.active .num {
    background-color: #d92136;
}

.step-list-block li .text {
    text-align: center;
    font-weight: bold;
}

.panel-default {
    border: 1px solid #dedede;
    border-radius: 10px;
}

.panel-default > .panel-heading {
    background-color: transparent;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin-bottom: 20px;
}

.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;
}

.number-input-group {
    width: 140px;
}

.display-block {
    display: block !important;
}

.app-page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
}

.app-page-header .header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.app-page-header .header-middle .logo {
}

.app-page-header .header-middle .search-form {
    width: 490px;
}

.app-page-header .header-middle .search-form .category-btn:hover {
    color: #333 !important;
}

.app-page-header .header-middle .search-form .search-by-image-btn img {
    height: 20px;
}

.app-page-header .header-middle .search-form .search-by-image-btn .load {
    display: none;
}

.app-page-header .header-middle .search-form .search-by-image-btn.uploading .camera {
    display: none;
}

.app-page-header .header-middle .search-form .search-by-image-btn.uploading .load {
    display: block;
}

.app-page-header .header-middle .search-form .search-btn img {
    height: 20px;
}

.app-page-header .header-middle .menus {
    display: flex;
    align-items: center;
    gap: 20px;
}

.app-page-header .header-middle .menus .menu-item {
}

.app-page-header .header-menus {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 32px;
}

.app-page-header .header-menus::-webkit-scrollbar {
    display: none;
}

.app-page-header .header-menus .menu-item {
    min-width: max-content;
    padding: 10px;
    font-size: 15px;
}

.app-page-header .header-menus .menu-item img {
    width: 16px;
    margin-top: -2px;
}

.app-page-header-placeholder {
    height: 130px;
    margin-bottom: 20px;
}

.app-page-header-hamburg-dropdown-window {
    position: fixed;
    top: 123px;
    left: 0;
    width: 100%;
    height: calc(100% - 123px);
    z-index: 100;
    background-color: #fff;
    display: none;
}

.app-page-header-hamburg-dropdown-window .inner {
    height: 100%;
    padding: 20px 0;
    overflow: auto;
}

.app-page-header-hamburg-dropdown-window .menus {
    line-height: 2.5em;
    font-size: 18px;
    overflow: hidden;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item {
    padding-left: 1em;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text {
    position: relative;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .text {
    display: inline-block;
    width: 100%;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    line-height: 48px;
    text-align: center;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle .fa:before {
    content: "\f078";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .out-text .triangle .fa:before {
    content: "\f077";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .menus {
    height: 0;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .menus {
    height: auto;
}

.app-page-header-hamburg-dropdown-window .search-form .form-control {
    border: 2px solid #313030;
    box-shadow: none;
}

.app-page-header-hamburg-dropdown-window .search-form .input-group-btn .btn {
    color: #fff;
    border: 0;
    background-color: #313030;
}

.app-page-header-hamburg-dropdown-window .capsule-menus .btn {
    margin-bottom: 20px;
}

.app-page-content {
    min-height: 600px;
}

.app-page-footer {
    color: #666;
    background-color: #fff;
    margin-top: 20px;
}

.app-page-footer .footer-top {
    padding-top: 52px;
    padding-bottom: 62px;
}

.app-page-footer .footer-top .menus-block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}

.app-page-footer .footer-top .menus-block a {
    margin: 0 17px;
}

.app-page-footer .footer-top .menus-block a:first-child {
    margin-left: 0;
}

.app-page-footer .footer-top .menus-block a:last-child {
    margin-right: 0;
}

.app-page-footer .footer-top .menus-block a:hover,
.app-page-footer .footer-top .menus-block a:focus,
.app-page-footer .footer-top .menus-block a:active {
    color: inherit;
    text-decoration: underline;
}

.app-page-footer .footer-bottom {
    text-align: center;
    padding-bottom: 50px;
}

.panel-box.article-list-panel-box .article-list {
}

.panel-box.article-list-panel-box .article-list .article-item {
    line-height: 3em;
    border-bottom: 1px solid #ddd;
}

.panel-box.article-list-panel-box .article-list .article-item:last-child {
    border-bottom: 0;
}

.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%;
}

.product-search-filter-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.product-search-filter-panel .shoppings {
    display: flex;
    gap: 15px;
}

.product-search-filter-panel .filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.product-search-filter-panel .filter-form .form-group {
    margin-bottom: 0;
}

.product-search-filter-panel .filter-form .form-group * {
    display: inline-block;
}

.product-search-filter-panel .filter-form .form-group input.form-control {
    width: 70px;
}

.product-search-filter-panel .filter-form .form-group select.form-control {
    width: 130px;
}

.left-menus-panel {
    line-height: 2em;
    border: 1px solid #E5E7EBFF;
    border-radius: 10px;
}

.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;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.page-pagination-block .pagination {
    margin-top: 0;
}

.product-category-breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    line-height: 2em;
}

.product-category-breadcrumb a {
    color: #d92136;
}

.product-category-breadcrumb > li:last-child {
    font-weight: bold;
}

.product-category-breadcrumb > li + li:before {
    content: '>';
}

.page-left-right-layout {
    margin-left: -10px;
    margin-right: -10px;
}

.page-left-right-layout .left-column {
    padding-left: 10px;
    padding-right: 10px;
}

.page-left-right-layout .right-column {
    padding-left: 10px;
    padding-right: 10px;
}

.index-page {
}

.index-page .exchange-block {
    line-height: 2em;
    display: none;
    justify-content: space-between;
    margin-top: 16px;
}

.index-page .banner-block {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.index-page .banner-block .banner-swiper {
    width: 100%;
    height: 100%;
}

.index-page .banner-bottom-tags-block {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 16px;
}

.index-page .banner-bottom-tags-block .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 90px;
    padding: 0 16px;
}

.index-page .banner-bottom-tags-block .item:after {
    position: absolute;
    right: 0;
    top: calc((100% - 40px) / 2);
    width: 1px;
    height: 40px;
    background-color: #d9d9d9;
    content: "";
}

.index-page .banner-bottom-tags-block .item:last-child:after {
    display: none;
}

.index-page .banner-bottom-tags-block .item img {
    width: 30px;
    margin-right: 12px;
}

.index-page .hot-product-block {
}

.index-page .hot-product-block .header {
    font-weight: bold;
    margin-bottom: 20px;
}

.index-page .hot-product-block .list {
}

.index-page .hot-product-block .list .item-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.index-page .hot-product-block .list .item-block .thumb {
    width: 50px;
    margin-right: 20px;
}

.index-page .hot-product-block .list .item-block .thumb img {
    width: 100%;
}

.index-page .hot-product-block .list .item-block .title {
    width: calc(100% - 70px);
}

.index-page .left-categories-block {
}

.index-page .left-categories-block > .header {
    font-weight: bold;
    margin-bottom: 14px;
}

.index-page .left-categories-block #left-categories {
    line-height: 40px;
}

.index-page .left-categories-block .cate-item .header {
    position: relative;
}

.index-page .left-categories-block .cate-item .header:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
}

.index-page .left-categories-block .cate-item .content {
    padding-left: 1em;
}

.index-page .left-categories-block .text-row-ellipsis {
    display: block;
}

.index-page .announcement-block {
}

.index-page .announcement-block > .header {
    font-weight: bold;
    margin-bottom: 14px;
}

.index-page .announcement-block .article-list {
    list-style-type: square;
    padding-left: 16px;
}

.index-page .categories-show-block .header {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: center;
}

.index-page .categories-show-block .header small {
    font-size: 16px;
}

.index-page .categories-show-block .list-box {
    border-radius: 4px;
    padding: 0 7px;
}

.index-page .categories-show-block .list-box > div {
    padding-left: 7px;
    padding-right: 7px;
}

.index-page .categories-show-block .list-box .item-block {
    display: block;
    text-align: center;
}

.index-page .categories-show-block .list-box .item-block .content {
    height: 82px;
    margin-bottom: 20px;
}

.index-page .categories-show-block .list-box .item-block .content img {
    max-width: 100%;
    max-height: 100%;
}

.index-page .categories-show-block .list-box .item-block .title {
    font-weight: bold;
}

.index-page .brand-friends-block {
    margin-bottom: 36px;
}

.index-page .brand-friends-block .header {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.index-page .brand-friends-block .list {
}

.index-page .brand-friends-block .list .item-block {
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
    height: 62px;
}

.index-page .brand-friends-block .list .item-block a {
    display: block;
    height: 100%;
}

.index-page .brand-friends-block .list .item-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-product-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.grid-product-list > .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.grid-product-list .product-item {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 10px;
    /*border-radius: 4px;
    border: 1px solid #ddd;*/
}

.grid-product-list .product-item .img-box {
    text-align: center;
    margin-bottom: 20px;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-product-list .product-item .img-box img {
    max-width: 100%;
    max-height: 100%;
}

.grid-product-list .product-item .title {
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;

    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.grid-product-list .product-item .title a:hover {
    text-decoration: underline;
}

.search-page .left-filter-panel-box {
}

.search-page .left-filter-panel-box .header {
    display: flex;
    justify-content: space-between;
}

.search-page .left-filter-panel-box .header .down {
    background-color: transparent;
    border: none;
    display: none;
}

.search-page .left-filter-panel-box .list {
    overflow: hidden;
    line-height: 40px;
    margin-top: 14px;
}

.search-page .left-filter-panel-box .list .item {
    display: block;
}

.search-page .left-filter-panel-box .list .item:hover {
    color: #d92136;
}

.product-page .product-panel-box {
    padding: 40px;
}

.product-page .product-panel-box .product-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-page .product-gallery-block {
    user-select: none;
    margin-bottom: 20px;
}

.product-page .product-gallery-block .big-img-swiper {
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
}

.product-page .product-gallery-block .big-img-swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-page .product-gallery-block .thumb-swiper {
    padding: 0 40px;
}

.product-page .product-gallery-block .thumb-swiper .swiper-slide {
    border: 1px solid #cbcbcb;
}

.product-page .product-gallery-block .thumb-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #333;
}

.product-page .product-gallery-block .thumb-swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-page .product-gallery-block .thumb-swiper .swiper-button-next, .product-page .product-gallery-block .thumb-swiper .swiper-button-prev {
    --swiper-navigation-size: 24px;
    color: #fff;
    background-color: #333;
    width: 30px;
    height: 100%;
    top: 0;
    margin-top: 0;
    display: flex;
}

.product-page .product-gallery-block .thumb-swiper .swiper-button-next {
    right: 0;
}

.product-page .product-gallery-block .thumb-swiper .swiper-button-prev {
    left: 0;
}

.product-page .product-img-show-note {
    color: grey;
    margin-bottom: 20px;
}

.product-page .product-origin-link-note {
    margin-bottom: 20px;
}

.product-page .product-main-panel {
    padding: 0 40px 40px 40px;
}

.product-page .product-main-panel .product-shopping {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-page .product-main-panel .product-shopping .shopping-icon {
    height: 46px;
}

.product-page .product-main-panel .product-shopping .heart-icon {
    font-size: 20px;
}

.product-page .product-main-panel .product-shopping .heart-icon .fa-heart {
    display: none;
}

.product-page .product-main-panel .product-shopping .heart-icon.collected .fa-heart-o {
    display: none;
}

.product-page .product-main-panel .product-shopping .heart-icon.collected .fa-heart {
    display: block;
}

.product-page .product-main-panel .product-main-table {
}

.product-page .product-main-panel .product-main-table th,
.product-page .product-main-panel .product-main-table td {
    border-top: 0;
    line-height: 32px;
}

.product-page .product-main-panel .product-main-table th {
    color: #838282;
    font-weight: normal;
}

.product-page .product-main-panel .product-main-table .price-tr .big {
    color: red;
    font-size: 24px;
}

.product-page .product-main-panel .product-main-table .attr-tr .btn {
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: normal;
}

.product-page .product-main-panel .product-main-table .seller-info-tr .media .media-object {
    width: 50px;
    height: 50px;
    max-width: inherit;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.product-page .product-main-panel .product-main-table .buy-quantity-tr {
}

.product-page .product-main-panel .product-main-table .buy-quantity-tr .buy-quantity {
    width: 80px;
    text-align: center;
    display: inline-block;
}

.product-page .product-main-panel .main-btn {
    height: 50px;
    margin-bottom: 10px;
}

.product-page .product-detail-panel {
}

.product-page .product-detail-panel .content {
    margin-top: 20px;
    min-height: 200px;
}

.product-page .product-detail-panel .content img,
.product-page .product-detail-panel .content table {
    max-width: 100%;
}

.product-page .product-detail-block {
}

.product-page .product-detail-block > .nav-tabs {
}

.product-page .product-detail-block > .nav-tabs > li {
}

.product-page .product-detail-block > .nav-tabs > li > a {
    font-size: 24px;
}

.product-page .product-detail-block > .nav-tabs > li > a:hover,
.product-page .product-detail-block > .nav-tabs > li.active > a,
.product-page .product-detail-block > .nav-tabs > li.active > a:focus,
.product-page .product-detail-block > .nav-tabs > li.active > a:hover {
    background-color: #fff;
}

.product-page .product-detail-block > .tab-content > .tab-pane {
    padding: 15px;
    position: relative;
}

.product-page .product-detail-block > .tab-content .comment-list {
}

.product-page .product-detail-block > .tab-content .comment-list > .media {
    margin-bottom: 20px;
}

.product-page .product-detail-block > .tab-content .comment-list > .media:last-child {
    margin-bottom: 0;
}

.product-page .product-detail-block > .tab-content .comment-list > .media .media-object {
    width: 50px;
    height: 50px;
    max-width: inherit;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.product-page .product-detail-block > .tab-content .comment-list > .media .comment-content {
    background-color: #f5f5f5;
    border-right: 4px;
    padding: 15px;
}

.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%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.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 .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 .checkbox-panel {
    padding-top: 2em;
    padding-bottom: 2em;
}

.cart-page .checkbox-panel .btn-select {
    margin-right: 10px;
    margin-bottom: 10px;
}

.cart-page .checkbox-panel .address-table .select-col {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.cart-page .checkbox-panel .address-table .detail-col {
    line-height: 2em;
}

.order-page .filter-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.order-page .filter-form .form-group {
    width: 25%;
    padding-left: 7px;
    padding-right: 7px;
}

.order-page .filter-form .form-group .form-control {
    width: 100%;
}

.nav.nav-human-status {
    margin-bottom: 10px;
}

.nav.nav-human-status li a {
    border-radius: 0;
    border-bottom: 2px solid transparent;
    padding: 0 10px 10px 10px;
    background-color: transparent !important;
}

.nav.nav-human-status li:hover a {
    background-color: inherit;
}

.nav.nav-human-status li.active a {
    color: #d92136;
    font-weight: bold;
    background-color: inherit;
    border-bottom: 2px solid #d92136;
}

.grey-header-list-table {
}

.grey-header-list-table th,
.grey-header-list-table td {
    padding: 10px;
    font-size: 12px;
}

.grey-header-list-table thead th,
.grey-header-list-table thead td {
    text-align: center;
    vertical-align: middle !important;
    background-color: #eee;
}

.grey-header-list-table tbody th,
.grey-header-list-table tbody td {
    text-align: center;
    vertical-align: middle !important;
}

.order-page .order-list-table .thumb-col img {
    width: 50px;
}

.order-page .order-list-table .product-name-col {
    width: 25%;
}

.order-page .order-list-table .opt-col .btn {
    padding: 5px;
    font-size: inherit;
    background-color: transparent;
}

.order-page .order-table-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-page .order-table-bottom .ri .total {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
}

.order-page .order-table-bottom .ri .pagination {
    margin: 0;
}

.address-page {
}

.address-page .opt-col {
    text-align: center;
    width: 90px;
}

.address-page .opt-col div {
    display: flex;
    justify-content: space-between;
}

.shipping-estimate-page .fee-table {
    margin-top: 1em;
}

.shipping-estimate-page .fee-table th,
.shipping-estimate-page .fee-table td {
    text-align: center;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.collect-page .product-list {
    margin-left: -7px;
    margin-right: -7px;
}

.collect-page .product-list > .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.collect-page .product-list .product-item {
    padding: 10px;
    margin-bottom: 20px;
}

.collect-page .product-list .product-item .img-box {
    text-align: center;
    margin-bottom: 20px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.collect-page .product-list .product-item .img-box img {
    height: 100%;
}

.collect-page .product-list .product-item .title {
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
}

.request-create-order-form-page .header-panel-box {
    border-color: transparent;
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.request-create-order-form-page .header-panel-box .page-title {
    margin-bottom: 5px;
}

.request-create-order-form-page .add-form .form-group {
    margin-bottom: 30px;
}

.request-create-order-form-page .add-form .form-group .control-label {
    color: #666;
    padding-top: 12px;
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

@media (max-width: 1200px) {
}

@media (min-width: 992px) {
    .app-page-header-hamburg-dropdown-window {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .app-page-header .header-middle {
        gap: 10px;
    }

    .app-page-header .header-middle .search-form {
        width: 400px;
    }

    .app-page-header .header-menus .menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        min-width: calc((100vw - 30px) / 6);
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .app-page-header .header-menus .menu-item img {
        width: 30px;
    }

    .app-page-header-placeholder {
        height: 90px;
    }

    .index-page .banner-block {
        height: 300px;
    }

    .cart-page .total-panel .quantity-col {
        text-align: right;
    }

    .cart-page .total-panel .price-col {
        margin-bottom: 10px;
    }

    .product-page .product-main-panel {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .app-page-header .header-middle .logo img {
        height: 40px;
    }

    .app-page-header .header-middle .search-form {
        width: inherit;
    }

    .app-page-header .header-middle .search-form .keyword-input {
        border-top-left-radius: 17px;
        border-bottom-left-radius: 17px;
    }

    .app-page-header .header-middle .search-form .search-btn {
        color: #fff !important;
        background-color: #d92136 !important;
        border-color: transparent !important;
        border-top-right-radius: 17px;
        border-bottom-right-radius: 17px;
    }

    .app-page-header-placeholder {
        height: 70px;
    }

    .index-page .app-page-header-placeholder {
        margin-bottom: 0;
    }

    .app-page-header-hamburg-dropdown-window {
        top: 70px;
        height: calc(100% - 70px);
    }

    .app-page-footer .footer-top .logo-block {
        margin-bottom: 40px;
        text-align: center;
    }

    .app-page-footer .footer-top .menus-block {
        justify-content: center;
    }

    .index-page .exchange-block {
        display: flex;
    }

    .index-page .banner-block {
        margin-left: -15px;
        margin-right: -15px;
    }

    .index-page .hot-product-block .list.row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .index-page .hot-product-block .list .col-xs-6 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .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;
    }

    .order-page .filter-form .form-group {
        width: 50%;
    }

    .order-page .order-list-table .sn-col {
        width: 70px;
    }

    .order-page .order-list-table .sn-col .text {
        display: inline-block;
        width: 70px;
        word-break: break-all;
    }

    .address-page .name-col {
        width: 80px;
    }

    .address-page .opt-col {
        width: 50px;
    }

    .address-page .opt-col div {
        flex-direction: column;
        line-height: 2em;
    }

    .search-page .left-filter-panel-box .header .down {
        display: block;
    }

    .search-page .left-filter-panel-box .list {
        display: none;
    }
}

@media (min-width: 768px) {
    .shipping-estimate-page .search-form {
        text-align: center;
    }

    .shipping-estimate-page .search-form .form-group {
        margin: 0 0.5em;
    }
}

@media (max-width: 500px) {
    .app-page-footer .footer-top .menus-block a {
        margin: 0 8px;
    }

    .index-page .banner-block {
        height: 200px;
    }

    .product-page .product-panel-box {
        padding: 20px;
    }

    .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 {
        text-align: center;
    }

    .cart-page .total-panel .price-col,
    .cart-page .total-panel .sub-col {
        text-align: center;
    }

    .order-page .order-table-bottom .le,
    .order-page .order-table-bottom .ri {
        width: 100%;
    }

    .order-page .order-table-bottom .ri {
        text-align: center;
        margin-top: 20px;
    }

    .shipping-estimate-page .fee-table th,
    .shipping-estimate-page .fee-table td {
        font-size: 12px;
    }

    .shipping-estimate-page .fee-table .name-col {
        width: 65px;
    }
}
