a,
article,
aside,
body,
button,
dd,
details,
div,
dl,
dt,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
img,
input,
li,
menu,
nav,
ol,
p,
section,
select,
table,
tbody,
td,
textarea,
th,
tr,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    background: #f5f5f5;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif, sans-serif !important;
    transition: all .5s;
    color: #212529;
}

img {
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
}

a {
    outline: 0;
    color: #333;
}

a,
a:hover {
    text-decoration: none;
}

.pr {
    position: relative;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.show-title,
body {
    position: relative;
}

.back,
.customerShow-zoom,
.detail-tab.fixed,
.max-width,
.photo-gallery-container,
.sgk-container {
    max-width: 640px;
}

.max-width,
.sgk-container {
    background: #fff;
}

.sgk-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4rem;
    padding-top:10px;
}

.sgk-carousel {
    overflow: hidden;
}

.sgk-carousel .swiper-container-horizontal>.swiper-pagination-fraction {
    width: auto;
    right: 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 25px;
    padding: 0 5px;
}

.sgk-carousel .swiper-container-horizontal>.swiper-pagination-fraction {
    left: 15px;
    background: 0 0;
}

.price-area {
    background-color: #d0510c;
}

.orange-theme {
    background: linear-gradient(#e65100, #f7912e 9%, #dd600f 50%, #d0510c);
}

.price-area .price-box {
    height: 68px;
    padding-right: 90px;
    padding-top: 15px;
    margin-top: -8px;
    padding-left: 10px;
    color: #fff;
    z-index: 2;
}

.orange-theme .price-box {
    background: url('../img/price-bg.webp') top right no-repeat;
    background-size: 100% 108%;
}

.price-area .price-box .final-price {
    font-size: 2rem;
}

.price-area .price-box .old-price {
    font-size: 14px;
    text-decoration: line-through;
}

.price-area .promotion-flag {
    padding-right: 20px;
    margin-left: -90px;
    height: 60px;
    flex: 1;
}

.comments-list form,
.price-area .promotion-flag,
.product-detail .detail-tab .detail-tab-item:nth-child(2),
.vertical-list form {
    position: relative;
}

.price-area .promotion-flag span {
    margin-left: 80px;
    display: none;
    padding: 6px 12px;
    background: #fff;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    color: #090909;
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.2;
    z-index: 1;
}

#thumbs {
    margin: 10px 0;
}

#thumbs .swiper-wrapper {
    justify-content: flex-start;
}

#thumbs .swiper-slide {
    width: 15% !important;
    height: 100%;
    opacity: .4;
}

#thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

#thumbs img {
    max-height:96px;
}

#gallery .swiper-slide {
    text-align: center;
}

#gallery img {
    max-height:600px;
    width: auto;
    margin: 0 auto;
}

.address-box,
.col-12 {
    padding: 0 10px;
    background: #fff;
}

.product-name .sale-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
}

.product-name,
.service-item {
    border-bottom: 1px dashed #ccc;
}

.product-name {
    color: #d0510c;
}

.service-item span {
    color: #666;
    margin-right: 15px;
}

.service-item span i {
    color: #999;
    font-weight: 600;
    margin-right: 3px;
}

.detail-box {
    padding-top: 2px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: .3s all;
}

.product-detail .detail-tab {
    height: auto;
    line-height: initial;
    padding: .3rem 0;
    margin-top: 0;
    margin-bottom: 10px;
    border: 1px solid #dee2e6;
}

.detail-tab {
    background-color: #fff;
}

.detail-tab .detail-tab-item {
    font-size: 18px;
    display: block;
    text-align: center;
    flex: 1;
}

.product-detail .detail-tab .detail-tab-item {
    padding: .3rem 0;
}

.detail-tab .detail-tab-item span {
    height: 100%;
    display: inline-block;
    cursor: pointer;
}

.product-detail .detail-tab .detail-tab-item span {
    font-size: 16px;
}

.product-detail .detail-tab .detail-tab-item span.active {
    color: #ec4f2a;
}

.detail-tab .detail-tab-item span.active::after {
    content: " ";
    position: absolute;
    bottom: -1px;
    height: 2px;
    left: 0;
    width: 100%;
    background-color: #ec4f2a;
}

.detail-box img,
.detail-box video {
    width: 100%;
    height: auto;
}

.product-detail .detail-tab .detail-tab-item span.active::after {
    background-color: #ec4f2a;
    bottom: -8px;
}

.product-detail .detail-tab .detail-tab-item:nth-child(2)::after,
.product-detail .detail-tab .detail-tab-item:nth-child(2)::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #dee2e6;
    position: absolute;
    top: 0;
    bottom: 0;
}

.stick-service {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 150px;
    height: 1px;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    z-index: 10
}

.stick-service .rowdiv {
    float: right;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    z-index: 100
}

.stick-service img {
    width: 100%;
    height: 100%
}

.AR-rtl .stick-service .rowdiv {
    float: left;
    margin-left: 10px
}

.footer-img,
.home-table {
    border-top: 10px solid #f5f5f5;
}

.about-shop {
    padding: 20px 10px;
}

.about-shop .shop-logo {
    max-width: 120px;
    margin-right: 10px;
    padding-right: 10px;
}

.about-shop .shop-slogan {
    flex: 1;
}

.article {
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.article a {
    color: #999;
    text-decoration: underline;
    padding: 5px 10px;
}

.fixed-button-group {
    max-width: 640px;
    margin: 0 auto;
    padding: 2px 0;
    background: #fff;
    height: 58px;
    font-size: .875rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
}

.fixed-button-group .width {
    width: 80px;
    height: 100%;
    margin-right: 2px;
}

.fixed-button-group .width a {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.fixed-button-group i {
    font-size: 1.8rem;
    margin-right: 5px;
    color: #666;
}

.fixed-button-group i {
    line-height: 1;
}

.fixed-button-group .width a p {
    line-height: 14px;
}

.fixed-button-group .width {
    width: 80px;
    height: 100%;
    margin-right: 2px;
}

.whatsapp-css.service-btn i.iconfont {
    position: relative;
    color: #25d366;
    z-index: 1;
}

.whatsapp-css.service-btn i.iconfont:before {
    content: '\ea07';
}

.whatsapp-css.service-btn i.iconfont::after {
    content: '';
    background-color: #fff;
    width: 65%;
    height: 65%;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 5px;
    z-index: -1;
}

.fixed-button-group .buy-now i {
    color: #fff;
    display: inline;
    transform: scaleX(-1);
}

.iconnew-06-gouwuche:before {
    content: "\e60f";
}

.fixed-button-group .buy-now {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d0510c;
    color: #fff;
    font-size: 20px;
    border-radius: 42px;
    height: 84%;
}

.orange-theme.buy-now {
    background: linear-gradient(#e65100, #f7912e 9%, #dd600f 50%, #d0510c);
}

.buy-now {
    cursor: pointer;
}

.flex-btw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-dec {
    border-bottom: 1px solid #eee;
}

.confirm-btn,
.flex,
.flex-btw,
.flex-cen,
.flex-hh {
    display: flex;
}

.detail-tab .detail-tab-item span.active,
.stars {
    color: #ec4f2a;
}

.detail-tab.fixed {
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: 0;
    position: fixed;
}

.stars .comment-imgj {
    display: none;
}

.comment-pics ul li img,
.comment-zoom-container .close,
.big-sku .close {
    cursor: pointer;
}

.big-sku .close {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 17px;
    border: 1px solid #e2e2e2;
    right: 2%;
    top: 5%;
    z-index: 99999999;
}

.big-sku .close {
    top: 10%;
    right: 2%;
}

.big-sku .close i {
    color: #f2f2f2;
}

.comments-list,
.vertical-list {
    height: 400px;
    overflow: hidden;
}

.addcart-specs-content dt {
    width: auto;
    margin: 0 10px 0 0 !important;
    line-height: 27px;
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 15px;
    float: none !important;
}

.addcart-specs-content dd {
    display: flex;
    flex-flow: row wrap;
    margin-left: 0 !important;
}

.addcart-specs-content .addcart-spec-img img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 10px;
    max-height: 100px;
}

.addcart-quantity-content {
    text-align: right;
}

.addcart-quantity .addcart-quantity-content {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
}

.addcart-specs-content .addcart-spec-img {
    display: flex;
    flex-flow: column;
    border: 0;
    overflow: visible;
}

.view-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 4px 10px 4px 4px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    display: block !important;
}

.view-bg .prev-img {
    font-size: 12px;
    color: #fff;
}

.addcart-spec-img font {
    vertical-align: middle;
    word-break: keep-all;
}

.addcart-spec-img {
    cursor: pointer;
}

.addcart-specs-body .addcart-specs-content .addcart-spec-img {
    border-radius: 0;
    padding: 5px;
    position: relative;
}

.addcart-specs-body .addcart-specs-content .addcart-spec-img.active {
    border-radius: 0;
    background-color: transparent !important;
}

.addcart-specs-body .addcart-specs-content .addcart-spec-img.active font {
    color: #ec4f2a !important;
}

.big-sku {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in;
}

.big-sku.gui-big-show {
    opacity: 1;
    visibility: visible;
    z-index: 3000;
}

.big-sku .swiper-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
}

.big-sku .swiper-arrow::after {
    color: #fff;
    font-size: 16px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.big-sku .swiper-pagination {
    max-width: 100%;
    max-height: 70%;
    width: auto;
    color: #fff;
    left: auto;
    right: 10px;
}

.big-sku .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.big-sku .swiper-slide img {
    max-width: 640px;
    max-height: calc(100% - 30px);
    width: 100%;
    z-index: 1;
}

.big-sku .swiper-slide span {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    z-index: 2;
    display: block;
    text-align: center;
}

.addcart-specs-title {
    font-size: 15px;
}

#addcart-quantity-dec,
#addcart-quantity-inc {
    cursor: pointer;
}

.nav-box {
    background: #fff;
    display: none;
    border-bottom:1px solid #ccc;
}

.header {
    padding: .8rem 0;
}

.header .nav-logo {
    display: flex;
    align-items: center;
}

.btn-disabled {
    pointer-events: none;
    min-height: 44px
}

.btn-disabled [class*=loader-] {
    line-height: 0
}

.buy-now {
    cursor: pointer
}

.addcart-specs {
    padding:0;
}

.addcart-spec-img font {
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.addcart-spec-img.active font {
    border-color:#ec4f2a;
}

.variations {
    width:100%;
}

.variations tr {
    width: 100%;
}

.variations .label {
    width:10%;
}

.variations label {
    margin-bottom:0;
    font-weight: 500;
}

.variations .value {
    display: flex;
    flex-wrap: wrap;
}

.variations .addcart-spec-img {
    text-align: center;
}

.specification-warning {
    display: block;
    margin-top:10px;
    width:100%;
}

.addcart-specs-content {
    padding-bottom: 15px;
}

.pay-box {
    padding: 0 16px !important;
}

.pay-box {
    padding-bottom: 10px !important;
}

.pay-box .site-payment-type {
    padding-top: 10px;
}

.pay-bottom-serive {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}

.pay-bottom-serive>.svg-img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.pay-bottom-serive>div {
    flex: 1;
}

.pay-bottom-serive .hint,.pay-bottom-serive .title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 8px;
    font-weight: 700;
}

.pay-bottom-serive .hint {
    color: #999;
    font-weight: 400;
    text-align: left;
}

.pay-bottom-serive .safety {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 4px;
}

.pay-bottom-serive .flex {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.pay-bottom-serive .flex img {
    height: 35px;
    width: auto;
    margin: 8px 8px 0 0;
    max-width: 100%;
}

.serive-verify {
    border-bottom:10px solid #f5f5f5;
}

.article-content {
    padding: 15px;
}

@media screen and (max-width: 919px) {
    .nav-box {
        display: block;
    }

    .header {
        align-items: center;
    }

    .header .container {
        justify-content: center;
    }

    .header:after {
        display: block;
        position: fixed;
        bottom: 0;
        transition: all .5s ease 0s;
        top: 0;
    }

    .header:after {
        content: '';
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .4);
        z-index: 3;
        visibility: hidden;
        opacity: 0;
    }

    .header .container .nav-logo {
        margin-right: unset !important;
    }

    .header .nav-logo img {
        max-width: 120px;
        max-height:80px;
    }
}

@media (min-width: 768px) {
    .price-area .price-box .final-price {
        font-size:1.8rem;
    }
}

@media (min-width: 640px) {
    .body-box,
    body {
        max-width: 100% !important;
    }
}