.btn {
    border-radius: 0px !important;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 16px;
    font-weight: bold;
    display: flex; /* 启用弹性布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.btn-gray-blue {
    background-color: #557b97;
    color: #fff
}

.btn-gray-blue:hover {
    background-color: #436076;
    color: #fff
}

.focus.btn-gray-blue,
.btn-gray-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 123, 151, 0.25)
}

.btn-orange {
    background-color: #ff8b0f;
    color: #fff
}

.btn-orange:hover {
    background-color: #db7100;
    color: #fff
}

.focus.btn-orange,
.btn-orange:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 139, 15, 0.25)
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px
}

body,
input,
textarea,
button,
select,
label {
    line-height: 1.6;
    color: #333333;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

input,
textarea,
button,
select,
label {
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif
}

a,
.text-link {
    color: #ff8b0f;
    text-decoration: none;
    background: transparent
}

a:hover,
a:focus {
    color: #ffb05b
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto Condensed", sans-serif;
    color: #000000
}

.no-roll {
    overflow: hidden;
    height: 100%
}

.form-control,
.common-select-style {
    border-radius: 0 !important
}

.quick-payment h3 a {
    color: #f5f5f5
}

.container {
    max-width: 1600px;
    padding: 0 15px
}

.topbar {
    color: #888888;
    padding: 7px 0;
    width: 100%;
    border-bottom: 1px solid #d8d8d8
}

.topbar .topbar-promo {
    padding-top: 4px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.68px
}

.topbar .topbar-promo a {
    text-decoration: underline;
    color: #fff
}

.topbar .topbar-promo a:hover {
    opacity: 0.65
}

.topbar ul {
    margin: 0
}

.topbar ul li {
    padding: 0 0 0 30px;
    display: inline-block;
    margin-bottom: 0
}

.topbar ul li:first-child {
    padding-left: 0
}

.topbar ul li:last-child {
    padding-left: 20px
}

.topbar ul li a {
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #191919;
    text-transform: uppercase
}

.topbar ul li a:hover {
    color: #d8d8d8;
    text-decoration: none
}

.topbar .topbar-cart {
    position: relative;
    display: block;
    height: 12px;
    min-width: 25px
}

.topbar .topbar-cart a {
    text-transform: capitalize
}

.topbar .topbar-cart a .topbar-cart-count {
    padding-right: 30px
}

.topbar .topbar-cart a .topbar-cart-indicator {
    display: block;
    color: #3366CC;
    position: absolute;
    top: 5px;
    right: -2px;
    background-color: #ff8b0f;
    width: 6px;
    height: 6px;
    border-radius: 100px;
}

.topbar .topbar-cart a .iconfont {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 19px
}

.topbar .topbar-cart a .iconfont {
    top: -3px
}

.header {
    display: block;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0
}

.header .row {
    position: relative
}

.header .header-logo {
    vertical-align: middle;
    display: table-cell
}

.header .header-logo a {
    display: block;
    text-decoration: none
}

.header .header-logo a span {
    font-size: 20px;
    padding: 10px 0;
    display: block
}

.header .header-logo img {
    max-height: 40px
}

.header .header-nav {
    vertical-align: middle;
    display: table-cell
}

.header .header-nav ul {
    margin: 0
}

.header .header-nav li {
    position: relative
}

.header .header-nav li a {
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 15px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

.header .header-nav li a:hover {
    color: #ff6543
}

.header .header-nav ul.level1 {
    text-align: center
}

.header .header-nav ul.level1>li {
    display: inline-block
}

.header .header-nav ul.level1>li>a {
    padding: 18px 15px 17px 15px
}

.header .header-nav ul.level1>li:hover ul.level2 {
    display: block
}

.header .header-nav ul.level2 {
    position: absolute;
    z-index: 1000;
    display: none;
    left: 0;
    padding: 10px 0;
    text-align: left;
    background: #fff;
    color: #333;
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    background-clip: padding-box;
    box-shadow: 0 30px 25px -6px rgba(0, 0, 0, 0.15);
    width: auto;
    /* 自动适应内容宽度 */
    white-space: nowrap;
    /* 禁止换行，防止内容溢出时导致菜单变宽 */
}


/* 如果是第一个和最后一个 .dropdown-item，增加边框圆角 */

.header .header-nav ul.level2>li:first-child .dropdown-item {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.header .header-nav ul.level2>li:last-child .dropdown-item {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.header .header-nav ul.level2>li {
    position: relative;
    display: block
}

.header .header-nav ul.level2>li>a {
    font-size: 15px;
    padding: 6px 20px 5px 20px
}

.header .header-nav ul.level2>li:hover ul.level3 {
    display: block
}

.header .header-nav ul.level3 {
    display: none;
    position: absolute;
    z-index: 2000;
    padding: 10px;
    left: 100%;
    top: -10px;
    background: #fff;
    min-width: 250px;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    background-clip: padding-box;
    box-shadow: 0 30px 25px -6px rgba(0, 0, 0, 0.15);
    width: auto;
    white-space: nowrap;
}

.header .header-nav ul.level3>li {
    display: block
}

.header .header-nav ul.level3>li>a {
    padding: 5px 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400
}

.header-search {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    width: 100%;
    max-width: 400px
}

.header-search .form-control {
    padding: 6px 30px 6px 10px;
    color: #191919;
    text-indent: 3px;
    font-size: 14px;
    height: 38px
}

.header-search input:focus {
    box-shadow: none;
    border-color: #ced4da
}

.header-search button.btn {
    position: absolute;
    right: 8px;
    top: 0;
    color: #191919;
    font-size: 16px;
    background: none;
    border-radius: 0;
    height: 38px;
    padding: 0
}

.header-search button.btn i.iconfont {
    font-weight: bold
}

.header-search button.btn:focus {
    box-shadow: none
}

.header-search-matching {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    list-style: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 0;
    box-sizing: border-box
}

.header-search-matching li,
.header-search-matching li a {
    display: block
}

.header-search-matching li a {
    color: #333333;
    line-height: 1.5;
    font-size: 13px;
    padding: .375rem .75rem
}

.header-search-matching li:hover {
    background: #f2f2f2
}

.header-search-matching li a:hover {
    text-decoration: none
}

.header-mobile-search {
    position: absolute;
    right: 10px;
    top: 100%;
    display: none;
    z-index: 999
}

.header-mobile-search form {
    position: relative
}

.header-mobile-search form input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 20px 0 6px
}

.header-mobile-search form button {
    position: absolute;
    padding: 0;
    line-height: 1.2;
    top: 3px;
    right: 0
}

.header-mobile-search .header-search-matching {
    top: 26px
}

.select-store-currency,
.select-store-language {
    display: none !important
}

.header .mobile-header-nav {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.header .mobile-header-nav ul.mobile-controls {
    display: table;
    margin: 0
}

.header .mobile-header-nav ul.mobile-controls li {
    display: table-cell;
    vertical-align: middle
}

.header .mobile-header-nav ul.mobile-controls li a {
    padding: 8px;
    text-decoration: none
}

.header .mobile-header-nav ul.mobile-controls li a i.iconfont {
    line-height: 1;
    color: #191919;
    vertical-align: middle
}

.header .mobile-header-nav ul.mobile-controls li a.mobile-controls-menu {
    margin-right: 5px
}

.header .mobile-header-nav ul.mobile-controls li a.mobile-controls-menu i.iconfont {
    font-size: 20px;
    font-weight: bold
}

.header .mobile-header-nav ul.mobile-controls li a.mobile-controls-search i.iconfont {
    font-weight: bold;
    font-size: 14px
}

.header .mobile-header-nav ul.mobile-controls li a .mobile-controls-cart-indicator {
    display: block;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #ff8b0f;
    width: 6px;
    height: 6px;
    border-radius: 100px
}

.drawer-floor {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none
}

.drawer-left {
    width: 300px;
    left: -300px
}

.open-drawer-left .drawer-left {
    display: block;
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px)
}

.drawer-right {
    width: 300px;
    right: -300px
}

.open-drawer-right .drawer-right {
    display: block;
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px)
}

.mobile-nav-drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    display: none;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 25px;
    max-width: 95%;
    z-index: 1000;
    color: #fff;
    background-color: #191919;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1)
}

.mobile-nav-drawer .drawer-outside {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none
}

.mobile-nav-drawer .drawer-outside::-webkit-scrollbar {
    width: 0
}

.mobile-nav-drawer .drawer-header {
    margin-bottom: 5px
}

.mobile-nav-drawer .drawer-header button {
    padding: 20px 20px 5px 0
}

.mobile-nav-drawer .drawer-header button i.iconfont {
    color: #fff
}

.mobile-nav-drawer a:hover,
.mobile-nav-drawer a:focus {
    opacity: 0.7
}

.mobile-nav-level1 {
    margin: 0
}

.mobile-nav-level1 li {
    position: relative;
    display: block
}

.mobile-nav-level1 li.last {
    margin-bottom: 20px
}

.mobile-nav-level1 li a {
    text-decoration: none;
    color: #fff;
    display: block
}

.mobile-nav-level1 li.mobile-nav-item {
    border-bottom: 1px solid #333333
}

.mobile-nav-level1 li.mobile-nav-item:last-child {
    margin-bottom: 15px
}

.mobile-nav-level1 li.mobile-nav-sublink {
    border-bottom: none
}

.mobile-nav-level1 li.mobile-nav-sublink a {
    margin: 15px 0;
    color: #fff
}

.mobile-nav-level1 .mobile-nav-has-sublist {
    display: table;
    width: 100%
}

.mobile-nav-level1 .mobile-nav-has-sublist a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    padding: 15px 15px 15px 0
}

.mobile-nav-level1 .mobile-nav-has-sublist .mobile-nav-toggle {
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px
}

.mobile-nav-level1 .mobile-nav-has-sublist .mobile-nav-toggle button {
    padding: 15px 0 15px 15px;
    box-shadow: none
}

.mobile-nav-level1 .mobile-nav-has-sublist .mobile-nav-toggle button:focus {
    box-shadow: none
}

.mobile-nav-level1 .mobile-nav-has-sublist .mobile-nav-toggle button i.iconfont {
    color: #fff
}

.mobile-nav-level2 {
    margin: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mobile-nav-expanded+.mobile-nav-level2 {
    visibility: visible;
    max-height: 2000px;
    padding-left: 10px
}

.mobile-nav-level2 li a {
    font-weight: 400;
    font-size: 16px;
    padding: 3px 15px
}

.mobile-nav-level2 li.mobile-nav-item2 a {
    margin-top: 20px;
    color: #fff;
    opacity: 1
}

.mobile-nav-level2 li.mobile-nav-item2:first-child a {
    margin-top: 0
}

.mobile-nav-level2 li.mobile-nav-item2 a:hover {
    opacity: 0.7
}

.mobile-nav-level3 {
    margin: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mobile-nav-expanded+.mobile-nav-level3 {
    visibility: visible;
    max-height: 2000px;
    padding-left: 10px
}

.mobile-nav-level3 li a {
    font-size: 16px;
    margin: 0;
    display: table;
    color: #10ff53;
    opacity: 0.7 !important
}

.mobile-nav-level3 li.mobile-nav-item3 a {
    margin-top: 20px;
    color: #2d2d2d;
    opacity: 1
}

.mobile-nav-level3 li.mobile-nav-item3:first-child a {
    margin-top: 0
}

.header-mobile-search {
    position: fixed;
    top: 71px;
    left: 0;
    right: 0;
    display: none;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 10px;
    box-shadow: 0 4px 7px 0px rgba(0, 0, 0, 0.3)
}

.header-mobile-search form {
    position: relative;
    float: left;
    width: 90%
}

.header-mobile-search form input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 0;
    padding: .375rem 20px .375rem 20px
}

.header-mobile-search form input:focus,
.header-mobile-search button:focus {
    box-shadow: none
}

.header-mobile-search form button {
    position: absolute;
    padding: 0;
    line-height: 1.2;
    top: 7px;
    right: 0;
    z-index: 666
}

.header-mobile-search form button i {
    color: #222;
    font-weight: bold
}

.header-mobile-search .header-search-matching {
    top: 47px;
    border-radius: 0
}

.header-mobile-search button.search-close {
    width: 10%;
    padding: 8px 0
}

.footer {
    padding: 106px 0 54px 0;
    margin: 30px auto 0 auto;
    font-size: 13px;
    background: #191919
}

.common-footer-container h3,
.common-footer-container .common-footer-content,
.common-footer-container .footer-link li a,
.footer-note p {
    color: #fff
}

.footer-link {
    margin-bottom: 15px
}

.footer-link li a {
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all .5s
}

.footer-note {
    position: relative;
    margin-bottom: 25px
}

.footer-note p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px
}

.footer-note form {
    max-width: 315px
}

.footer-note .input-group>.form-control {
    width: 100%;
    padding: 0 45px 0 15px;
    height: 50px;
    font-size: 14px;
    line-height: 45px;
    background: none;
    color: #fff;
    border: 2px solid #686868;
    outline: none
}

.footer-note input:focus,
.footer-note input:valid {
    background: none;
    color: #fff;
    box-shadow: none
}

.footer-note .btn {
    background: #191919;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 10;
    padding: 0;
    height: 46px;
    width: 46px
}

.footer-note .btn:focus {
    box-shadow: none
}

.footer-note .btn i {
    font-size: 20px
}

.footer-note .subscription-tips {
    color: #fff;
    font-size: 12px;
    letter-spacing: .5px
}

.footer-note label.error {
    margin: 8px 0 0 0
}

.footer-note p.error-content {
    margin-bottom: 8px
}

.c-gray {
    color: #ccc;
    cursor: not-allowed
}

.c-white {
    color: #fff;
    cursor: pointer
}

.footer-address {
    margin: 0;
    padding-top: 73px;
    color: #6c6c6c;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-align: center;
    width: 100%
}

.footer-address a {
    color: #6c6c6c;
    text-decoration: none;
    transition: all .5s
}

.footer-address a:hover,
.footer-link li a:hover {
    color: #fff
}

.back-top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 108
}

.back-top a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #9f9f9f;
    color: #fff;
    border-radius: 2px;
    opacity: .95;
    display: inline-block;
    text-decoration: none
}

.back-top a i.iconfont {
    font-size: 30px
}

.back-top a:hover {
    opacity: .85
}

.cms-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold
}

.cms-container .btn-orange {
    padding: 8px 30px;
    border-radius: 0;
    text-transform: uppercase
}

.product-main {
    position: relative
}

.product-main ol.breadcrumb {
    padding: 0
}

.product-title .btn:hover {
    background: #191919;
    color: #fff
}

.product-main>.row {
    margin-top: 30px
}

.product-content {
    width: 100%;
    background: #fff
}

.product-content .product-img {
    display: block;
    margin: 0 auto 15px;
    position: relative;
    overflow: hidden
}

.product-content .product-img img {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%
}

.product-content .product-img-bg {
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.03
}

.product-content h3 {
    padding-top: 8px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid #d8d8d8
}

.product-content h3 a {
    color: #191919;
    text-decoration: none;
    transition: all .5s;
    display: block
}

.product-content h3 a:hover {
    color: #7f7f7f
}

.product-content .product-hover {
    height: 0;
    overflow: hidden
}

.product-content .product-original-price {
    margin: 0;
    font-size: 14px;
    color: #4d4d4d;
    text-transform: capitalize
}

.product-content .product-special-offer {
    margin: 0;
    font-size: 14px;
    color: #4d4d4d
}

.product-content .product-special-cost {
    color: #b12705
}

.product-content .product-original-cost {
    margin-left: 5px;
    opacity: .5;
    text-decoration: line-through
}

.product-content .product-iscount-rate {
    color: #191919
}

.img-additional .product-content .product-img img {
    max-height: 220px
}

.no-products-wrapper {
    text-align: center
}

.no-products {
    margin: 80px 0;
    letter-spacing: 1px;
    font-size: 26px
}

.products-go-home {
    color: #fff;
    background: #ff8b0f;
    padding: 8px 20px;
    display: none
}

.products-go-home:hover {
    color: #fff
}

.product-info .product-img-box {
    text-align: center
}

.product-info .product-img-box a {
    display: block;
    padding: 10px 0
}

.product-info .product-img-box img {
    max-width: 100%;
    max-height: 100%;
    background: #fff
}

.product-info .product-img-box .img-responsive {
    margin: 0 auto
}

.product-info .product-img-box .owl-dots .owl-dot {
    display: none
}

.owl-carousel.owl-loaded {
    display: grid !important
}

.product-info .product-shop-box {
    position: relative
}

.product-info .product-shop-box .product-name {
    font-size: 25px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 5px
}

.product-info .product-shop-box .product-prices {
    margin-bottom: 0;
    position: relative
}

.product-info .product-shop-box .product-prices .old-prices {
    text-decoration: line-through;
    color: #949494;
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
    font-size: 24px
}

.product-info .product-shop-box .product-prices .specail-prices {
    font-size: 24px;
    color: #b12705;
    font-weight: normal;
    display: inline-block
}

.product-info .product-shop-box .product-prices .prices {
    font-size: 24px;
    color: #4D4D4D;
    font-weight: normal;
    display: inline-block
}

.product-info .product-shop-box .product-prices .save-off {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px
}

.product-info .product-shop-box .product-reviews-average {
    margin-bottom: 5px
}

.reviews-score {
    color: #ffa600;
    display: inline-block;
    margin-left: -5px;
    position: relative;
    width: 90px;
    height: 19px
}

.reviews-score i.iconfont {
    width: 90px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    z-index: 2;
    left: 0
}

.reviews-score i.iconfont.icon-wuxing-bg {
    left: 0;
    z-index: 1;
    color: rgba(0, 0, 0, 0.2)
}

.reviews-total {
    margin-right: 10px;
    vertical-align: top
}

.product-info .product-shop-box .product-reviews-average a {
    font-weight: 700;
    color: #ffa600
}

.product-info .product-shop-box .product-sku {
    color: #8c959f;
    font-weight: bold;
    font-size: 14px;
    position: relative
}

.product-info .product-shop-box .product-brand {
    margin-top: 5px
}

.product-info .product-shop-box .availability {
    margin-top: 5px
}

.product-info .product-shop-box .product-color {
    padding-top: 15px
}

.product-info .product-shop-box .product-color li {
    float: left;
    margin: 0 5px 5px 0;
    border: 4px solid #fff;
    cursor: pointer;
    padding: 5px
}

.product-info .product-shop-box .product-color li:hover,
.product-info .product-shop-box .product-color li.active {
    border-color: #dee1e4
}

.product-info .product-shop-box .product-color li a {
    display: table-cell;
    width: 70px;
    height: 70px;
    vertical-align: middle
}

.product-info .product-shop-box .product-color li a img {
    max-width: 100%;
    max-height: 100%
}

.product-info .product-shop-box .product-options,
.product-info .product-short-description {
    margin-top: 5px
}

.product-info .product-shop-box .product-options dl,
.product-info .product-shop-box .product-options dl dd,
.product-info .product-qty-label {
    margin-bottom: 5px
}

.product-info .product-shop-box .product-options label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0
}

.product-info .product-shop-box .product-options .label-radio {
    cursor: pointer;
    color: #fff;
    padding: 6px 12px;
    margin: 8px 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    min-width: 80px;
    text-align: center;
    border-radius: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
    background: -webkit-gradient(linear, left top, left bottom, from(#c8dd95), to(#28a745));
    background: -moz-linear-gradient(-90deg, #c8dd95, #28a745)
}

.product-info .product-shop-box .product-options .label-radio:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#28a745), to(#c8dd95));
    background: -moz-linear-gradient(-90deg, #428739, #c8dd95)
}

.product-info .product-shop-box .product-options label.label-radio.active {
    border: 1px solid #777;
    background: #a2b598;
    color: #0a0a0a
}

.product-info .product-shop-box .product-options .label-radio:last-child {
    margin-right: 0
}

.product-info .product-shop-box .product-options .options-list li {
    float: left;
    padding: 5px;
    border: 2px solid #dee1e4;
    cursor: pointer;
    margin: 0 5px 5px 0
}

.product-info .product-shop-box .product-options .options-list li:hover,
.product-info .product-shop-box .product-options .options-list li.active {
    border-color: #888888
}

.product-info .product-size-chart {
    margin-top: 5px
}

.product-info .product-size-chart a {
    color: #333333;
    text-decoration: underline;
    font-size: 14px
}

.product-info .product-size-chart a:hover {
    color: #ff8b0f
}

.product-info .product-size-chart p {
    font-size: 14px;
    margin: 5px 0 0
}

.product-info .product-shop-box .product-qty {
    margin-bottom: 5px
}

.product-info .product-shop-box .product-qty .product-qty-content .qty-left {
    width: 50%
}

.product-info .product-shop-box .product-qty .product-qty-content .qty-right {
    width: 100%;
    display: flex
}

.product-info .product-shop-box .product-qty .product-qty-content .form-control {
    background-color: #fff;
    border-color: #6c757d
}

.product-info .product-shop-box .product-qty .product-add-cart {
    display: inline-block
}

.product-info .product-shop-box .presale-days {
    color: #ff0000;
    font-size: 16px;
    margin: 5px 0
}

.product-info .product-attribute thead th {
    border-bottom-width: 1px
}

.product-info .activity-countdown {
    margin: 5px 0 0;
    color: #000
}

.product-info .activity-countdown span {
    font-weight: 600
}

.product-tab>ul {
    display: block;
    width: 100%
}

.product-tab .tab-title {
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
    display: block;
    font-size: 16px;
    padding: 5px;
    height: 45px;
    line-height: 35px;
    text-align: left;
    position: relative
}

.product-tab .tab-title:before {
    content: '\e626';
    font-family: 'iconfont';
    font-size: 16px;
    height: 35px;
    width: 35px;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 0;
    text-align: center
}

.product-tab .tab-title.active:before {
    content: '\e63f'
}

.product-tab .tab-content {
    padding: 10px 5px
}

.product-tab .tab-content {
    font-size: 16px;
    line-height: 1.5
}

.product-tab .tab-content p {
    font-weight: 300
}

.product-info .product-shop-box .product-options .options-checkbox.active .custom-checkbox {
    padding-left: 0;
    display: inline-block;
    max-width: 100%
}

.product-info .product-shop-box .product-options .options-checkbox.active .custom-control-label::before,
.product-info .product-shop-box .product-options .options-checkbox.active .custom-control-label::after {
    display: none
}

.product-info .product-shop-box .product-options .options-list.active .label-radio,
.product-info .product-shop-box .product-options .options-checkbox.active .custom-control-label {
    color: #000;
    cursor: pointer;
    background: transparent;
    border-radius: .25rem;
    min-width: 50px;
    max-width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding: 5px;
    width: auto;
    line-height: 36px;
    margin: 5px 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    box-shadow: none
}

.product-info .product-shop-box .product-options .options-checkbox.active .custom-control-label:hover,
.product-info .product-shop-box .product-options .options-list.active .label-radio:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#28a745), to(#c8dd95));
    background: -moz-linear-gradient(-90deg, #428739, #c8dd95)
}

.product-info .product-shop-box .product-options .options-checkbox.active .custom-control-label.active,
.product-info .product-shop-box .product-options .options-list.active label.label-radio.active {
    border: 1px solid #777;
    background: #a2b598;
    color: #0a0a0a
}

.product-info .product-shop-box .product-options img {
    max-height: 36px
}

.product-info .product-shop-box .product-options .options-radio.active .custom-radio {
    margin-bottom: 10px
}

.product-info .product-shop-box .product-options .options-radio .custom-radio,
.product-info .product-shop-box .product-options .options-radio .custom-radio .custom-control-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.product-info .product-shop-box .product-options .options-radio .custom-radio .custom-control-label::before {
    border-radius: .25rem;
    top: 50%;
    transform: translateY(-50%)
}

.product-info .product-shop-box .product-options .options-radio .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: none;
    content: '✔';
    top: calc(50% - 1px);
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    text-align: center
}

.category-collection .col-6,
.category-collection .col-12 {
    margin-top: 30px
}

.category-collection .category-collection-title h2 {
    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    color: #191919
}

.category-collection .category-collection-grid {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    box-sizing: border-box
}

.category-collection .category-collection-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: #3d4246
}

.category-collection .category-collection-bg-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    box-sizing: border-box
}

.category-collection .category-collection-description-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3d4246;
    opacity: .4
}

.category-collection .category-collection-link:hover .category-collection-description-box:before {
    opacity: .8
}

.category-collection .category-collection-description {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 15px;
    color: #fff;
    font-size: 1.625em;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}

.category-image {
    padding: 6px 0;
    margin: 30px 0;
    text-align: center;
    background: #fff
}

.category-description {
    margin-bottom: 30px;
    background: #fff;
    width: 100%
}

.category-description p {
    padding: 6px 15px;
    margin: 0;
    font-size: 16px;
    line-height: 20px
}

.category-subcate {
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
    background: #fff
}

.category-subcate h4 {
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    color: #4a4b4d;
    background: #ededed
}

.category-subcate .category-subcate-img {
    padding: 0 15px;
    display: block;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #191919
}

.category-subcate .category-subcate-img:hover {
    color: #ff8b0f
}

.category-subcate .category-subcate-img img {
    margin-bottom: 15px
}

.category-subcate .category-subcate-img span {
    display: block;
    font-size: 14px
}

.category-subcate .col-md-3 {
    margin-bottom: 15px
}

.category-m-box {
    width: 100%
}

.category-m-box .category-m-filter:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.category-m-box .category-m-filter .btn {
    padding: 5px 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    background: #191919;
    text-transform: uppercase;
    border-radius: 0
}

.category-m-box .category-m-filter .btn:focus {
    box-shadow: none
}

.category-m-box .category-m-sort {
    text-align: right
}

.category-m-box .category-m-sort select {
    padding: 6px 5px
}

.category-m-box .category-m-filter-box {
    display: none
}

.category-m-box .category-m-filter-box ul {
    margin: 15px 0 0
}

.category-m-box .category-m-filter-box li {
    display: inline-block;
    margin: 0 10px 15px 0
}

.category-m-box .category-m-filter-box li:last-child {
    margin-right: 0
}

.category-m-box .category-m-filter-box li a {
    background: #191919;
    color: #fff;
    border-radius: 0
}

.category-m-box .category-m-filter-box li a:focus {
    box-shadow: none
}

.category-m-box .category-m-filter-box li i {
    font-size: 12px;
    padding-left: 6px
}

.category-m-filter-clear.mg-t15 {
    margin-top: 0 !important
}

.category-m-box .category-m-filter-clear a {
    display: block;
    background: #191919;
    color: #fff;
    border-radius: 0
}

.category-m-box .category-m-filter-select {
    margin-top: 15px
}

.category-m-box .category-m-filter-select select {
    height: 36px;
    line-height: 36px;
    width: 100%
}

.category-m-box .category-m-filter .btn,
.category-m-box .category-m-filter-box li a,
.category-m-box .category-m-filter-clear a {
    padding-bottom: 0;
    padding-top: 0;
    height: 36px;
    line-height: 36px
}

.category-header {
    margin: 24px 0;
    height: 40px;
    position: relative;
    display: table;
    width: 100%
}

.category .category-grid {
    margin: 0
}

.category-page-box {
    margin-bottom: 30px;
    display: table;
    width: 100%
}

.category-page-box .display-table {
    display: table-cell;
    vertical-align: middle
}

.category-page-box-mg-b0 {
    margin: 30px 0 0 0
}

.category-page-box .category-page-amount {
    padding: 5px 6px
}

.category-page-box .category-page-amount span {
    color: #242424
}

.category-page-box .category-page ul {
    margin: 0;
    align-items: center
}

.category-page-box .category-page .page-link {
    line-height: 1.2;
    color: #191919;
    border: none;
    border-radius: 0
}

.category-page-box .category-page .page-link:focus {
    box-shadow: none
}

.category-page-box .category-page .page-item.active .page-link {
    background: #e4e7ea;
    border-color: #e4e7ea;
    color: #000000;
    font-weight: 700
}

.pages {
    margin-top: 20px
}

.pages .pages-amount {
    display: block;
    float: right;
    margin-top: 6px
}

.pages .pages-amount span {
    color: #b12705
}

.pages ul.pagination {
    margin: 0 0 0 20px;
    float: right
}

.pages ul.pagination .page-link {
    color: #ff8b0f;
    padding-left: 8px;
    padding-right: 8px
}

.pages ul.pagination .page-item.active .page-link {
    background-color: #ff8b0f;
    border-color: #ff8b0f;
    color: #fff
}

.pages ul.pagination .page-item.active .page-link:hover {
    color: #fff
}

.category-page-box .category-pc-sort {
    padding-right: 6px
}

.category-filter-box {
    padding: 8px 16px;
    background: #f7f7f7;
    margin-bottom: 30px
}

.category-filter-select-list {
    list-style: none;
    margin-bottom: 8px
}

.category-filter-select-list li {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 5px;
    border: 1px solid #ff8b0f;
    line-height: 20px;
    box-sizing: border-box;
    transition: all linear .3s
}

.category-filter-select-list li a {
    text-decoration: none
}

.category-filter-select-list li:hover {
    border-color: #ccc
}

.category-filter-select-list li:hover a {
    color: #ccc
}

.category-filter-select-list li i {
    font-size: 14px;
    margin-left: 5px
}

.category-filter-select-list .category-filter-select-clear {
    border: 1px solid #000
}

.category-filter-select-list .category-filter-select-clear:hover {
    background: #000;
    cursor: pointer
}

.category-filter-select-list .category-filter-select-clear a {
    color: #191919
}

.category-filter-select-list .category-filter-select-clear:hover a {
    color: #fff
}

.category-filter-select-list .category-filter-select-clear a:focus {
    box-shadow: none
}

.category-filter-select select {
    width: auto;
    height: 35px;
    line-height: 35px;
    padding-left: 8px;
    margin-right: 10px;
    border: 1px solid #d8d8d8;
    color: #191919
}

.category-filter-select-list li:last-child,
.category-filter-select select:last-child {
    margin-right: 0
}

.category-filter-select span {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    color: #191919
}

.breadcrumb-box {
    margin-top: 30px
}

.breadcrumb-box .breadcrumb {
    margin-bottom: 0;
    padding: 0 16px;
    font-size: 18px;
    background: #fff;
    text-transform: uppercase
}

.breadcrumb-box .breadcrumb a {
    color: #191919;
    text-decoration: none
}

.breadcrumb-box .breadcrumb i.iconfont {
    padding-right: 15px;
    font-size: 14px;
    color: #d8d8d8
}

.breadcrumb-box .breadcrumb-item+.breadcrumb-item::before {
    content: ""
}

.breadcrumb-box .breadcrumb-item.active {
    color: #191919;
    font-weight: 700
}

.custom-text {
    text-align: center
}

.custom-text .custom-text-title {
    font-size: 26px
}

.custom-text .custom-text-content {
    font-size: 16px
}

.custom-text .custom-text-content img {
    max-width: 100%
}

.custom-text h2 {
    margin: 0 0 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #3d4246;
    font-size: 1em
}

.custom-text p {
    color: #69727b;
    margin: 0;
    font-size: 1em
}

.layout-imgtext .row {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.layout-imgtext img {
    max-width: 100%
}

.layout-imgtext h2 {
    margin: 0 0 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #3d4246;
    font-size: 26px
}

.layout-imgtext p {
    color: #69727b;
    margin: 0;
    font-size: 16px
}

.layout-imgtext a.btn {
    margin-top: 10px;
    white-space: inherit
}

.layout-imgtext .layout-imgtext-text {
    padding-top: 30px;
    padding-bottom: 30px
}

.layout-center-box>.container,
.layout-center .container {
    padding: 0
}

.layout-center-box>div,
.layout-center-top>div,
.layout-top>div,
.layout-center-bottom>div,
.layout-bottom>div,
.layout-center-box>div {
    margin-top: 30px
}

.layout-center-box>div:last-child,
.layout-top>div:last-child,
.layout-center-bottom>div:last-child,
.layout-bottom>div:last-child,
.layout-center-box>div:last-child,
.layout-center-top>div:last-child {
    margin-bottom: 0
}

.layout-center-bottom>div:first-child,
.layout-bottom>div:first-child,
.layout-top>div:first-child,
.layout-top>div.product-box:first-child,
.layout-top>div.custom-text:first-child,
.layout-top>div.layout-imgtext:first-child,
.layout-center-box>div:first-child,
.layout-center-top>div:first-child {
    margin-top: 30px
}

.layout-top>.layout-imggallery,
.layout-bottom>.layout-imggallery {
    margin: 0 auto 30px auto
}

.layout-top>.layout-imggallery:first-child {
    margin-top: 0
}

.layout-top>.layout-imggallery:last-child,
.layout-bottom>.layout-imggallery:last-child {
    margin-bottom: 0
}

.layout-bottom>.layout-imggallery:first-child {
    margin-top: 30px
}

.layout-top>.layout-imgcover:first-child {
    margin-top: 0
}

.layout-top>.layout-imgcover:last-child,
.layout-bottom>.layout-imgcover:last-child {
    margin-bottom: 0
}

.layout-bottom>.layout-imgcover:first-child {
    margin-top: 30px
}

.search-body .layout-center-box>div.category {
    margin-top: 30px
}

.search-body .layout-center-box>div {
    margin-bottom: 30px
}

.search-body .layout-center-box>div:last-child {
    margin-bottom: 0
}

.layout-center-box>#J_CheckoutFm {
    margin: 30px 0
}

.checkout-loading div {
    text-align: center
}

.checkout-loading img {
    position: absolute;
    top: 50%
}

.layout-top>.layout-imgfit:first-child {
    margin-top: 0
}

.layout-top>.layout-imgfit:last-child,
.layout-bottom>.layout-imgfit:last-child {
    margin-bottom: 0
}

.layout-bottom>.layout-imgfit:first-child {
    margin-top: 30px
}

.customer-title-box {
    margin: 0 0 15px;
    color: #191919;
    text-transform: uppercase
}

.customer-title-box.bb {
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 15px;
    margin-bottom: 20px
}

.customer-title-box h2,
.favorites-content .favorites-title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 500;
    color: #000
}

.customer-title-box .customer-title-box-btn {
    text-align: right
}

.customer-get-box {
    width: 500px;
    margin: 30px auto 0;
    padding: 15px;
    background-color: #f7f8f9
}

.customer-get-box .common-btn button {
    display: block;
    width: 100%
}

.customer-content a {
    text-decoration: none
}

.customer-content .customer-title1 {
    font-size: 1.42857em;
    font-weight: 600;
    margin: 0 0 0.5em
}

.customer-content .customer-title2 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase
}

.customer-box {
    padding: 15px 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.customer-box .customer-box-title a {
    float: right
}

.customer-box a:hover {
    text-decoration: underline
}

.customer-box .customer-box-content .table {
    margin-bottom: 0
}

.customer-box .customer-box-content p {
    margin-bottom: 5px;
    line-height: 20px
}

.customer-box .customer-box-content p:last-child,
.customer-box .customer-box-content address {
    margin-bottom: 0
}

.get-set-password {
    display: none;
    margin-top: 5px
}

.customer-address .address-default {
    position: relative
}

.customer-address .address-default div {
    display: inline-block
}

.customer-address .address-default span {
    position: absolute;
    top: 8px;
    left: -1px;
    z-index: 20;
    font-size: 12px;
    color: #fff;
    transform: rotate(-46deg)
}

.customer-address .address-default i {
    position: absolute;
    top: -7px;
    left: -27px;
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #ff8b0f;
    transform: rotate(135deg)
}

.customer-address .address-tr td:first-child {
    padding: .75rem .75rem .75rem 30px
}

.customer-address .address-btn-group {
    vertical-align: middle
}

.customer-address .address-btn-group a {
    margin-bottom: 10px;
    color: #fff;
    display: block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px
}

.customer-address .address-btn-group a:focus {
    box-shadow: none
}

.customer-address .address-btn-group a:last-child {
    margin: 0
}

.customer-address .address-back-btn i {
    font-size: 12px
}

.address-get-title {
    font-weight: 600;
    margin: 30px 0 0.5em
}

.get-change-password {
    display: none
}

.order-details-title .order-details-content {
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .25rem
}

.order-details-box .checkout-table li {
    padding-top: 9px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.order-details-content .row {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 0;
    border-radius: .25rem
}

.order-details-content .row .col-md-12 {
    padding: 10px
}

.order-details-content .row {
    background: #fff
}

.order-details-content .row .col-md-12 p.address-title {
    margin-bottom: 0;
    padding: 8px;
    background: #f2f2f2;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.order-details-content .row .col-md-12 address,
.address-content-details {
    padding: 10px;
    border: 1px solid #f2f2f2;
    margin: 0;
    color: #020202
}

.address-content-details strong {
    font-weight: bold;
    color: #000
}

.address-content-details p {
    margin: 0 0 8px 0
}

.order-details-box hr {
    margin: 20px 0
}

.order-details-box .clearfix {
    font-size: 15px
}

.order-details-box .grand-total {
    font-size: 20px;
    font-weight: 600
}

.shopping-settlement-content hr {
    margin: 15px 0
}

.order-details-box table td {
    padding: 8px
}

.order-details-box .checkout-table .checkout-table-product-img {
    line-height: 58px
}

.result-contact .order-determined-contact {
    border: 1px solid #ccc;
    border-radius: .25rem;
    padding: 10px;
    background: #f2f2f2
}

.result-contact .order-determined-contact strong {
    font-weight: bold;
    color: #FF0608
}

.result-contact .order-determined-contact a {
    color: #5B5B5B;
    text-decoration: none;
    font-weight: bold
}

.orders-details-show {
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #ccc
}

.orders-details-show p.orders-details-show-name {
    display: table-cell;
    width: 70%;
    margin: 0;
    text-align: left
}

.orders-details-show p.orders-details-show-price {
    display: table-cell;
    width: 30%;
    margin: 0;
    text-align: right
}

.order-review-img a {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.order-review-img a img {
    max-width: 100%;
    max-height: 100%
}

.order-review-img h3 {
    font-size: 16px;
    color: #191919;
    margin: 5px 0 0
}

.orders-review-word {
    vertical-align: middle
}

.orders-review-word .review-star {
    display: inline-block
}

.review-img:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.review-img a {
    display: block;
    width: 80px;
    height: 80px
}

.review-img a img {
    max-width: 100%;
    max-height: 100%
}

.review-img h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 0
}

.comment-box .comment-words strong {
    font-weight: 600
}

.comment-box p {
    margin-bottom: 10px;
    line-height: 20px
}

.comment-box .comment-explanation {
    color: #ff8b0f
}

.review-append-btn-box {
    vertical-align: middle !important
}

.review-append-btn-box a {
    width: auto;
    height: auto;
    text-align: right
}

.review-append-btn {
    display: block
}

.shopping-cart-form .table {
    margin-bottom: 0
}

.shopping-cart {
    padding: 30px 0 0;
    font-weight: 500
}

.shopping-cart .shopping-cart-info {
    max-width: 850px;
    margin: 0 auto
}

ul.cart-table li {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3
}

ul.cart-table li .cart-table-img {
    float: left;
    display: block
}

ul.cart-table li .cart-table-img a {
    display: block;
    padding: 10px;
    position: relative
}

ul.cart-table li .cart-table-img a .cart-table-img-background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.03
}

ul.cart-table li .cart-table-img img {
    max-width: 120px;
    padding: 15px 0
}

.cart-table-item {
    margin-left: 155px
}

.cart-table-item .cart-table-item-meta a {
    color: #000;
    display: block
}

.cart-table-item .cart-table-item-meta a.cart-table-name {
    margin-right: 30px;
    text-transform: uppercase;
    font-weight: 700
}

.cart-table-item .cart-table-item-meta a.cart-table-remove {
    float: right
}

.cart-table-item .cart-table-item-meta a.cart-table-remove .iconfont {
    font-size: 12px
}

.cart-table-item .cart-table-options {
    font-size: 14px;
    color: #717171
}

.cart-table-item .cart-table-options .cart-table-option {
    margin-right: 20px
}

.cart-table-item .cart-table-options .cart-table-option:last-child {
    margin-right: 0
}

.cart-table-item .cart-table-qty {
    margin-top: 10px
}

.cart-table-item .cart-table-qty input {
    width: 100px;
    font-size: 15px;
    background-color: #f6f6f6;
    border: none;
    color: #000;
    line-height: 24px;
    border-radius: 0
}

.cart-table-item .cart-table-qty .gift-input {
    background: transparent;
    border: none
}

.cart-table-item .cart-table-qty .gift-input:focus {
    box-shadow: none
}

.cart-table-item .cart-table-price {
    float: right;
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #888;
    font-weight: 700;
    vertical-align: middle
}

.cart-table-item .cart-table-qty button.btn {
    padding: .282rem .75rem;
    color: #fff;
    background-color: #ff8b0f
}

.cart-total-section label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block
}

.cart-total-box {
    text-align: right
}

.cart-total-section p {
    margin-bottom: 10px
}

.cart-total-section .cart-subtotal {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.cart-total-section .cart-subtotal .cart-subtotal-name {
    margin-right: 5px
}

.cart-total-section .cart-subtotal .cart-subtotal-price {
    min-width: 80px;
    text-align: right
}

.cart-total-section .cart-taxes {
    font-size: 14px;
    font-weight: 700
}

.cart-total-section .cart-checout-btn .btn {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    min-width: 150px;
    padding-top: 8px
}

.cart-total-box .cart-refresh .btn {
    min-width: 150px;
    font-size: 16px;
    color: #fff
}

.shopping-cart-body .checkout-step {
    margin-top: 20px
}

.checkout-step .checkout-step-box {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative
}

.checkout-step .checkout-step-title {
    padding: 10px 16px
}

.checkout-step .checkout-step-title>strong {
    color: #fff;
    background: #000000;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    vertical-align: text-bottom
}

.checkout-step .checkout-step-title>span {
    margin-left: 5px
}

.checkout-step .checkout-step-title>span.shop-cart-information-color {
    color: #cccccc
}

.checkout-step-content {
    padding: 0 16px 15px
}

.checkout-step-req {
    display: none
}

.checkout-step .checkout-step-disable .checkout-step-title>span {
    color: #cccccc
}

.checkout-step .checkout-step-disable .checkout-step-content {
    display: none
}

.checkout-step-shipping-method .checkout-step-content {
    padding-left: 18px;
    padding-right: 18px
}

.checkout-step .method-description {
    padding-left: 25px
}

.checkout-step .method-description p {
    margin-bottom: 0
}

.checkout-step .payment {
    margin-top: 1rem
}

.checkout-step .payment form {
    border: none;
    padding: 0
}

.checkout-step .pay-credit .form-row .pay-group-box {
    margin-bottom: 6px
}

.checkout-step .checkout-step-content-bordered {
    position: relative;
    min-height: 40px
}

.checkout-step .checkout-step-content-bordered .error-msg {
    font-size: 14px;
    color: #ff0000
}

.checkout-step .checkout-step-content-bordered img {
    max-width: 100%
}

.checkout-step dl {
    margin-bottom: 0
}

.checkout-step dl dd:last-child {
    margin-bottom: 0
}

.checkout-box-m {
    display: table;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100
}

.checkout-box-m .checkout-price,
.checkout-box-m .checkout-btn {
    display: table-cell;
    width: 50%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 1.25rem
}

.checkout-box-m .checkout-price {
    background: #fff
}

.checkout-box-m .checkout-btn {
    background: #ff8b0f
}

.checkout-box-m .checkout-btn .btn {
    padding: 0;
    font-size: 1.15rem;
    border: 0
}

.checkout-box-m .checkout-btn .btn:hover {
    background: #ff8b0f
}

.modal-box {
    background-color: #fbfaf6;
    opacity: .6;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%
}

.modal-box>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.error-coupon {
    color: #ff6d6d;
    line-height: 1.3em;
    margin: 0.57143em 0 0.28571em
}

.shopping-cart-empty-body .layout-center-box {
    color: #888
}

.cart-empty-title {
    padding: 38px 0 10px 0;
    font-size: 19px;
    color: #888;
    font-weight: 300;
    text-transform: uppercase
}

.checkout-table li {
    margin-bottom: 15px
}

.checkout-table li:last-child {
    margin-bottom: 0
}

.checkout-table .checkout-table-product-img {
    width: 65px;
    height: 70px;
    line-height: 62px;
    position: relative;
    border-radius: 8px;
    float: left;
    display: block;
    text-align: center;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.checkout-table .checkout-table-product-img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px
}

.checkout-table .checkout-table-product-qty {
    font-size: 12px;
    background-color: #FF6347;
    font-weight: 500;
    text-align: center;
    position: absolute;
    right: -9px;
    top: -9px;
    line-height: 22px;
    height: 21px;
    min-width: 21px;
    border-radius: 21px;
    color: #fff;
    box-sizing: border-box;
    white-space: nowrap;
    z-index: 3;
    padding: 0 7px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.checkout-table .checkout-table-product-description {
    margin-left: 80px
}

.checkout-table .checkout-table-product-name {
    font-size: 18px;
    color: #323232;
    font-weight: bold;
}

.checkout-table .checkout-table-product-options {
    font-size: 12px;
    color: #717171
}

.checkout-table .checkout-table-product-options .checkout-table-product-option {
    margin-right: 10px
}

.checkout-table .checkout-table-product-options .checkout-table-product-option:last-child {
    margin-right: 0
}

.checkout-table .checkout-table-product-price {
    float: right;
    display: block;
    margin-left: 15px
}

.checkout-total-box .float-left {
    font-size: 14px
}

.checkout-total-box .float-right {
    font-weight: 500
}

.checkout-total-box .checkout-total-zero {
    font-family: Helvetica Neue, sans-serif
}

.checkout-coupon i.iconfont {
    font-size: 14px
}

.checkout-coupon a {
    float: left;
    display: block;
    line-height: 20px
}

.coupon-input {
    background: transparent !important
}

.pay-credit {
    margin-top: 30px
}

.pay-credit form {
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 4px
}

.pay-credit p {
    margin-top: 15px;
    color: #000000;
    font-size: 16px
}

.pay-credit p span {
    float: right
}

.pay-credit li.clearfix {
    border: none;
    padding: 15px 0;
    margin-bottom: 15px;
    height: auto
}

.pay-credit img {
    max-width: 100%
}

.shopping-settlement {
    max-width: 78.57143em;
    padding: 0 2%;
    margin: 0 auto !important
}

.checkout-breadcrumb.d-table {
    margin-top: 0 !important
}

.shopping-settlement-content {
    background: #f2f2f2;
    padding: 40px
}

.shopping-settlement-content .checkout-table li:first-child {
    padding-top: 10px
}

.shopping-section-title {
    margin-bottom: 20px;
    color: #333;
    font-size: 1.28571em;
    line-height: 1.3em;
    font-weight: normal
}

.shopping-settlement-order {
    padding: 4em 0 0 4%
}

.shopping-settlement-footer a {
    color: #db7100;
    font-size: 14px;
    line-height: 42px
}

.shopping-settlement-footer a:hover {
    text-decoration: underline
}

.shopping-settlement-footer .settlement-footer-btn {
    padding: 8px 16px;
    font-size: 16px
}

.shopping-check-information,
.shopping-shipping-note {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0.85714em 1.14286em 0.85714em 1.14286em;
    background: #fff
}

.shopping-check-information hr {
    margin: 0.85714em 0
}

.shopping-check-information address {
    margin-bottom: 0;
    color: #333
}

.shopping-check-information a {
    color: #333
}

.shopping-check-information a:hover {
    text-decoration: underline;
    opacity: .8
}

.shopping-check-pay {
    margin-top: 30px;
    position: relative
}

.shopping-settlement-content .error-msg {
    color: #ff0000;
    padding: 0.85714em
}

.shopping-check-shipping {
    border: 1px #d9d9d9 solid;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box
}

.shopping-settlement-content dl {
    margin-bottom: 0
}

.shopping-settlement-content dd {
    padding: 1.14286em;
    box-sizing: border-box;
    border-bottom: 1px #d9d9d9 solid;
    margin-bottom: 0
}

.shopping-settlement-content dd:last-child {
    border-bottom: none
}

.shopping-settlement-content dd p {
    margin-bottom: 0;
    padding-left: 22px;
    color: #717171;
    font-size: 13px
}

.shopping-settlement-content dd img {
    max-width: 100%
}

.shopping-settlement-content .custom-control-label {
    font-size: 16px;
    display: block;
    cursor: pointer
}

.shopping-check-information .float-left {
    width: 15%
}

.shopping-check-information .float-right {
    width: 12%
}

.shopping-settlement-item-echo {
    width: 65%;
    margin: 0 auto
}

.shopping-settlement-btn {
    margin-bottom: 20px
}

.shopping-settlement-btn button {
    padding: .75rem 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
    background: #f2f2f2
}

.shopping-settlement-btn button.oldBgCcolor {
    background: #f2f2f2
}

.shopping-settlement-btn button.newBgCcolor {
    background: #e6e6e6
}

.shopping-settlement-btn button:focus {
    box-shadow: none
}

.shopping-settlement-btn button p {
    margin-bottom: 0
}

.shopping-settlement-btn button p.float-left {
    padding-left: 5px
}

.shopping-settlement-btn button p.float-right {
    padding-right: 5px;
    padding-top: 3px
}

.not-find-body .container {
    position: relative
}

.not-found-info {
    position: relative;
    z-index: 12;
    padding: 48.5px 0
}

.not-found-info h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 105px;
    color: #f35d34;
    text-transform: uppercase
}

.not-found-info h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    color: #000000
}

.not-found-info p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 15px 0
}

.not-found-info .btn {
    border-radius: 0.25rem !important;
    font-size: 18px;
    color: #fff;
    border-bottom: 2px solid;
    border-color: #ef6d00;
    padding: 10px 40px;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 20px 0 0;
    background-color: #ff8000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    cursor: pointer
}

.not-found-info .btn:hover {
    background: #ef6d00;
    color: #fff;
    text-decoration: none
}

.not-found-info .btn-brown {
    border-color: #7b7b7b;
    background-color: #9f9f9f
}

.not-found-info .btn-brown:hover {
    background: #7b7b7b
}

.commodity-review .list-box {
    max-height: 500px;
    overflow: hidden;
    border: 1px solid #eee
}

.commodity-review .list-box .list-group-item {
    padding: 12px
}

.commodity-review .list-box .list-group-item:first-child {
    border-top: 0 !important
}

.commodity-review .commodity-review-title {
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: .33px;
    font-weight: 600
}

.commodity-review .list-group-item {
    padding: 12px 0
}

.commodity-review .list-group-item:first-child,
.commodity-review .commodity-no-review {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important
}

.commodity-review .commodity-no-review p {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
    margin-bottom: 0
}

.commodity-review strong {
    font-weight: 700;
    padding: 0 8px
}

.commodity-review .comment-explanation {
    color: #ffa600
}

.product-slide .carousel-cell-image {
    max-width: 100%;
    max-height: 100%
}

.product-slide .carousel {
    margin-bottom: 0
}

.layout-top .container.product-slide,
.layout-bottom .container.product-slide {
    padding: 0
}

.product-slide .product-content {
    padding: 0
}

.sharer-box {
    text-align: left;
    padding-top: 5px
}

.sharer-box a {
    padding: 0 5px;
    color: #8c959f;
    display: inline-block;
    text-decoration: none
}

.sharer-box a i {
    font-size: 20px
}

.footer .sharer-box a {
    color: #fff
}

.sharer-box a:hover {
    color: #ffa600
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.product-sku .collection {
    display: inline-block;
    margin: 0 0 0 10px !important;
    background: transparent;
    box-sizing: border-box;
    vertical-align: middle
}

.product-sku .collection a {
    display: block;
    width: 50px;
    height: 30px
}

.product-info .product-shop-box .product-qty .product-qty-content .qty-right .btn {
    flex: 1 1 50%
}

.product-info .collection a {
    display: block;
    height: 48px;
    width: 48px;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

.product-info .collection a .heart {
    position: absolute;
    top: -1px;
    left: -12px;
    overflow: hidden;
    width: 70px;
    height: 48px;
    z-index: 99
}

.favorites-box .favorites-img .favorites-save {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100
}

.favorites-box .favorites-lick {
    display: inline-block;
    padding: 2px 5px;
    background: rgba(225, 225, 225, 0.9);
    position: absolute;
    left: 4px;
    top: 4px;
    color: #222;
    line-height: 1
}

.favorites-box .favorites-lick span {
    font-size: 14px
}

.favorites-box .favorites-lick .icon-aixin {
    color: #d53333;
    font-size: 16px
}

.favorites-box h3.favorites-commodity-name {
    font-size: 16px;
    margin: 5px 0 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.favorites-box h3.favorites-commodity-name a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #222
}

.favorites-box h3.favorites-commodity-name a:hover {
    text-decoration: underline;
    color: #191919
}

.favorites-box .favorites-mg {
    margin: 5px 0 0 0;
    color: #d10000;
    font-weight: bold;
    line-height: 1.2;
    font-size: 14px;
    display: table;
    vertical-align: middle;
    width: 100%
}

@media only screen and (max-width: 440px) {
    .not-found-info p br {
        display: block
    }
    .not-found-info .btn {
        display: block;
        margin: 20px 0 0
    }
}

@media only screen and (max-width: 500px) {
    .not-found-info h1 {
        font-size: 80px;
        line-height: 88px
    }
    .not-found-info h2 {
        font-size: 30px;
        line-height: 30px
    }
    .not-found-info p {
        font-size: 16px
    }
}

@media only screen and (max-width: 575px) {
    .header .header-logo {
        padding-left: 15px
    }
    .customer-title-box h2,
    .favorites-content .favorites-title {
        font-size: 24px
    }
    .page-width {
        padding-left: 10px;
        padding-right: 10px
    }
    .search-box-form .input-group-select-box {
        min-height: 38px !important
    }
    .header .col-md-2 {
        padding: 0
    }
    .product-title h3,
    .commodity-review .commodity-review-title {
        font-size: 18px;
        letter-spacing: 0.15px
    }
    .product-title .btn {
        padding: 6px 12px 4px 12px
    }
    .product-grid:last-child {
        margin-bottom: 0
    }
    .product-tab .tab-content {
        font-size: 14px
    }
    .review-img h3,
    .comment-box p {
        font-size: 14px;
        margin-bottom: 0
    }
    .review-img h3 {
        margin: 0 5px
    }
    .review-img .comment-box>div.mg-b10>img {
        width: 18px;
        height: 18px
    }
    .review-append-btn .btn {
        white-space: normal
    }
    .product-info .product-shop-box .product-qty .product-qty-content .qty-right .btn.mg-r10 {
        margin: 0 !important;
        border-right: 1px solid #ccc
    }
    ul.cart-table li .cart-table-img img {
        max-width: 100px
    }
    .cart-table-item {
        margin-left: 135px
    }
    .cart-table-item .cart-table-item-meta a.cart-table-name {
        font-size: 14px
    }
    .cart-table-item .cart-table-options {
        font-size: 12px
    }
    .cart-table-item .cart-table-options .cart-table-option {
        display: block;
        margin: 0
    }
    .cart-total-section label {
        text-align: center
    }
    .cart-total-box .cart-refresh {
        margin-bottom: 15px !important
    }
    .cart-total-box .cart-refresh .btn {
        width: 100%
    }
    .cart-total-section .cart-checout-btn .btn {
        display: block;
        width: 100%
    }
    .cart-total-box {
        text-align: center
    }
    .cart-table-item .cart-table-qty input {
        width: 50px;
        padding: 6px
    }
    .cart-total-section .cart-subtotal .cart-subtotal-name {
        float: left
    }
    .search-box-form h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px
    }
    .common-btn .common-btn-box {
        text-align: left;
        margin-top: 15px
    }
    .common-btn button.btn {
        display: block;
        width: 100%
    }
    .customer-title-box .customer-title-box-btn .btn {
        display: block;
        width: 100%;
        margin-top: 10px
    }
    .order-details-content .row {
        padding: 10px
    }
    .order-details-box .shopping-settlement-content {
        padding: 20px 0 0 0 !important;
        background: transparent !important
    }
    .order-details-box .shopping-settlement-content.bg-white {
        padding: 15px !important;
        background: #fff !important
    }
    .order-details-content .row .col-md-12 {
        padding: 5px
    }
    .orders-details-show {
        padding: 10px 5px !important
    }
    .review-img .col-12 {
        padding: 0
    }
    .customer-get-box {
        width: 100%
    }
    .shopping-box {
        background: #f2f2f2;
        margin: 0
    }
    .shopping-settlement-content {
        padding: 0 !important;
        background: transparent
    }
    .shopping-check-information .float-left,
    .shopping-check-information .float-right {
        width: 50%;
        margin-bottom: 10px
    }
    .shopping-check-information .float-right {
        text-align: right
    }
    .shopping-settlement-item-echo {
        width: 100%;
        margin: 0 auto
    }
    .shopping-settlement-btn p.float-left span,
    .shopping-settlement-btn p.float-right {
        font-size: 14px
    }
    .checkout-step-content .row .col-md-4 {
        padding: 0 15px
    }
    .shopping-settlement-footer .settlement-footer-btn {
        padding: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    .checkout-body>.container,
    .checkout-body>.container #J_CheckoutFm {
        padding: 0 15px
    }
    .checkout-body>.container form {
        overflow: hidden
    }
    .checkout-body .shopping-settlement>#J_CheckoutFm {
        padding: 0
    }
    .product-slide .carousel-cell {
        width: 100% !important;
        text-align: center
    }
    .product-slide .carousel-cell .product-price-box {
        text-align: left
    }
    .no-products {
        margin: 80px 0 30px;
        font-size: 20px
    }
    .product-info .product-shop-box .product-qty .product-qty-content .qty-left {
        width: 100%
    }
}

@media only screen and (min-width: 576px) {
    .search-box-form .form-control,
    .search-box-form .btn {
        padding: 12px 18px
    }
    .common-btn .pages {
        margin-top: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .footer .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%
    }
}

@media only screen and (max-width: 767px) {
    .pc-page-show {
        display: none
    }
    .m-page-show {
        display: block
    }
    .create-modal .col-md-6 {
        margin-bottom: 15px
    }
    .create-modal .col-md-6:last-child {
        margin-bottom: 0
    }
    .cms-container .btn-orange {
        display: block;
        width: 100%
    }
    .flickity-page-dots {
        bottom: 2px !important
    }
    .flickity-enabled.is-fullscreen .flickity-page-dots {
        bottom: 10px !important
    }
    .customer-content {
        font-size: 15px
    }
    .customer-content .customer-title2 {
        font-size: 25px
    }
    .custom-text .custom-text-title {
        font-size: 20px
    }
    .custom-text .custom-text-content {
        font-size: 15px
    }
    .layout-imgtext .layout-imgtext-img {
        order: 1
    }
    .layout-imgtext .layout-imgtext-text {
        padding-bottom: 0;
        order: 2
    }
    .layout-imgtext h2 {
        font-size: 20px
    }
    .layout-imgtext p {
        font-size: 15px
    }
    .layout-imggallery {
        margin: 0 auto
    }
    .customer-address .address-btn-group a {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
    .customer-address .address-btn-group a:last-child {
        margin-bottom: 0
    }
    .customer-address .address-btn-group {
        width: 100px
    }
    .order-determined .order-determined-box {
        margin-bottom: 15px
    }
    .order-determined-title {
        font-size: 1.45em
    }
    .order-determined .order-determined-subtitle {
        font-size: 1.25em
    }
    .hide-mobile {
        display: none
    }
    .orders-details-left {
        order: 2
    }
    .orders-details-right {
        order: 1
    }
    .orders-details-show {
        padding: 10px 20px
    }
    .pages .pages-amount {
        float: none;
        text-align: center
    }
    .pages ul.pagination {
        float: none;
        margin: 0
    }
    .product-info .product-shop-box .product-name {
        font-size: 22px
    }
    .product-body .footer .container {
        padding-bottom: 20px
    }
    .product-tab .tab-reviews .list-group-item {
        font-size: 14px
    }
    .pay-credit form {
        padding: 0
    }
    .pay-right-box img {
        border-top: none
    }
    .pay-credit .col-md-5,
    .pay-credit .col-md-7,
    .shopping-cart-body .col-md-4,
    .shopping-cart-body .col-md-8,
    .checkout-body .col-md-8 {
        padding-right: 0;
        padding-left: 0
    }
    .checkout-result-body>div.container {
        padding-right: 15px;
        padding-left: 15px
    }
    .custom-table td.img {
        width: 60px
    }
    .custom-table td,
    .custom-table th {
        padding: 8px;
        font-size: 14px
    }
    .order-determined .order-determined-back a {
        font-size: 14px
    }
    .product-main>.row {
        margin-top: 0
    }
    .product-main>.row .product-grid {
        margin-top: 5px
    }
    .category-page-box-mg-b0 {
        margin: 15px 0 0 0
    }
    .shopping-settlement-step5 {
        display: none
    }
    .shopping-settlement-contentStep {
        order: 1
    }
    .shopping-settlement-left-contentStep {
        order: 2
    }
    .shopping-settlement-right-contentStep .bg-white {
        background: transparent !important
    }
    .create-modal .modal-body form .col-md-6 {
        margin-bottom: 1rem
    }
    .create-modal .modal-body form .col-md-6:last-child {
        margin-bottom: 0
    }
    .not-found-info {
        text-align: center
    }
    .not-found-info h1 {
        margin-top: 50px
    }
    .carousel-pc {
        display: none
    }
    .carousel-mobile {
        display: block
    }
    .category-collection .col-6:nth-of-type(1),
    .category-collection .col-6:nth-of-type(2),
    .category-collection .col-12:first-child {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) {
    .carousel-pc .flickity-prev-next-button {
        top: auto !important;
        bottom: -100px !important;
        transform: none !important;
        z-index: 3 !important
    }
    .product-tab .tab-reviews .btn-reviews {
        width: auto
    }
    .shopping-cart-empty-body .layout-center-box {
        min-height: 350px
    }
    .cart-empty-title {
        padding: 150px 0 10px 0;
        font-size: 25px
    }
    .category-collection .category-collection-mg-t0 {
        margin-top: 0 !important
    }
    .orders-details-show {
        display: none
    }
    .hide-mobile {
        display: block !important
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .login-body .offset-sm-2 {
        margin-left: 5.333333%
    }
    .login-body .col-sm-3 {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%
    }
}

@media only screen and (max-width: 1024px) {
    .header .row .col-md-2 {
        max-width: 100%;
        flex: auto
    }
    .header .header-logo a {
        line-height: 0
    }
    .footer {
        padding: 40px 0;
        border-top: 1px solid #e9e7e7;
        text-align: center
    }
    .footer .footer-right-box {
        padding: 0;
        margin: 0 auto
    }
    .footer-note form {
        margin: 0 auto 24px auto
    }
    .footer-address {
        padding-top: 15px;
        margin: 0
    }
    .category .category-pc-menu {
        margin-top: 20px
    }
    .category .category-grid {
        margin: 20px -15px 20px -15px
    }
    .category .category-pc-filter {
        margin-top: 20px
    }
    .category-subcate {
        margin-bottom: 30px
    }
    .category-page-box {
        border: none
    }
    .category-page-box .category-page .page-item:first-child .page-link {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .category-page-box .category-page .page-item:last-child .page-link {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
    .shopping-settlement {
        padding: 0
    }
    .shopping-settlement-content {
        padding: 20px
    }
    .shopping-section-title,
    .shopping-section-login {
        float: none !important;
        margin-bottom: 15px
    }
    .shopping-settlement-footer>div.return-cart {
        order: 2;
        text-align: center;
        margin-top: 15px;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .shopping-settlement-footer>div.return-cart a {
        line-height: 28px
    }
    .shopping-settlement-footer>div.btn-continue {
        order: 1;
        text-align: center !important;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .shopping-settlement-footer>div.btn-continue .btn {
        width: 100%
    }
    .footer .sharer-box {
        text-align: center
    }
    .products-go-home {
        display: inline-block
    }
}

@media only screen and (max-width: 749px) {
    .cms-title {
        font-size: 25px
    }
    .ad-text-bar {
        padding: 10px 20px
    }
    .product-content .product-money2 {
        font-size: 14px
    }
    .category-collection .category-collection-description {
        padding: 0 5px;
        font-size: 1.25em
    }
    .shopping-cart-body .footer,
    .checkout-body .footer {
        padding: 40px 0 70px 0
    }
    .order-determined .order-determined-td-img img {
        max-height: 60px
    }
    .orders-get-table .order-determined-price {
        text-align: right
    }
    .order-review-img h3 {
        font-size: 14px;
        font-weight: 600
    }
    .orders-get-table td.order-determined-price {
        width: 100px !important
    }
    .table thead th {
        font-size: 14px
    }
    .common-tr td {
        font-size: 13px
    }
    .common-tr td:last-child {
        width: 60px
    }
    .common-tr td a {
        font-size: 13px
    }
    .common-tr td>p {
        margin-bottom: 0 !important
    }
    .common-tr td {
        vertical-align: top
    }
    .common-td li {
        display: block;
        margin-right: 0;
        font-size: 13px
    }
}

@media only screen and (max-width: 992px) {
    .not-found-info h1 {
        font-size: 90px
    }
    .not-found-info h2 {
        font-size: 45px;
        line-height: 45px
    }
    .monkey img {
        width: 282px
    }
}

@media only screen and (min-width: 750px) and (max-width: 1024px) {
    .category .col-lg-2,
    .category .col-lg-10 {
        flex: 0 0 100%;
        webkit-box-flex: 0;
        max-width: 100%
    }
}

@media only screen and (min-width: 1025px) {
    .header {
        padding: 0;
        min-height: 60px
    }
    .header .header-logo {
        height: 60px
    }
    .header .header-logo img {
        max-height: 50px
    }
    .footer {
        padding: 70px 0 50px 0
    }
    .footer-address {
        padding-top: 40px
    }
    .product-content {
        padding: 0 15px 15px 15px
    }
    .product-content h3,
    .product-content .product-original-price,
    .product-content .product-special-offer {
        font-size: 16px
    }
    .product-content h3 {
        min-height: 48px
    }
    .product-box .col-lg-4 {
        flex: 25%;
        max-width: 25%;
        -ms-flex: 25%
    }
    .product-grid {
        padding: 0
    }
    .select-store-currency,
    .select-store-language {
        display: inline-block !important
    }
    .search-body .category-page-box {
        margin-top: 30px
    }
    .customer-body .customer-box-content p.xlarge-hide.medium-hide,
    .customer-orders-body p.xlarge-hide.medium-hide {
        display: none
    }
}

@media only screen and (min-width: 1230px) {
    .header .header-nav ul li a {
        padding: 18px 20px 17px 20px
    }
    .product-grid {
        padding: 0
    }
    .product-grid:hover .product-content {
        position: relative;
        z-index: 100;
        box-shadow: 0px 30px 25px -6px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 30px 25px -6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 30px 25px -6px rgba(0, 0, 0, 0.15)
    }
    .product-grid:hover .product-content .product-hover {
        height: auto;
        overflow: visible
    }
}

@media only screen and (min-width: 1400px) {
    .header .header-nav ul li a {
        padding: 18px 25px 17px 25px
    }
}