body {
    font-size: 1rem;
    color: #333;
    background-color: rgba(58, 71, 84, 0.05);
    padding-bottom: 60px;
    padding-top: 60px;
}

html.mask {
    height: 100vh;
    max-height: calc(100vh - 10px);
    overflow: hidden;
}

.hide {
    display: none;
}

header {
    background-color: #fff;
}

html.loading>body:after,
html.mask body:after {
    content: ' ';
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1051;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

html.loading>body:after {
    background: rgba(0, 0, 0, 0.4) url(../images/mask-waiting.gif) no-repeat scroll center center;
}

html.loading body>*,
html.modal-open body> :not(.modal) {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.font-color {
    background: linear-gradient(to top, #ffba31, #ffd392, #fdf7ee);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

@media (max-width: 767px) {
    html.mask-sm body:after {
        content: ' ';
        left: 0;
        position: fixed;
        top: 0;
        z-index: 1051;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }
    html.loading,
    html.loading body,
    html.mask,
    html.mask body,
    html.mask-sm,
    html.mask-sm body,
    html.modal-open,
    html.modal-open body {
        max-height: 99% !important;
        height: 99%;
        overflow: hidden;
        display: block;
    }
    .fluid-sm {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.modal.msgbox .modal-body:before {
    content: '\f06a';
    color: #17a2b8;
    font-family: FontAwesome;
    width: 50px;
    height: 53px;
    margin: auto auto 15px auto;
    display: block;
    font-size: 4rem;
    color: #ddd;
    text-align: center;
    line-height: 53px;
}

.modal.msgbox.success .modal-body:before {
    content: '\f058';
    color: #28a745 !important;
}

.modal.msgbox.error .modal-body:before {
    content: '\f05e';
    color: #dc3545 !important;
}

@media (max-width: 576px) {
    .modal.msgbox .modal-dialog {
        margin: 200px auto;
        max-width: 90vw;
    }
}

.blur {
    position: relative;
    filter: url(blur.svg#blur);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    cursor: not-allowed !important;
}

.blur:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

header {
    border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
    header {
        margin-bottom: 15px;
    }
}

a {
    white-space: normal;
    background-color: transparent;
    color: #333;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

[role=button],
a {
    user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

a:active,
a:focus,
a:hover {
    outline: 0;
}

@keyframes fade {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.8;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.8;
    }
}

@media (min-width: 768px) {
    #help-list {
        display: block !important;
    }
}

.thumb {
    font-size: 0;
    position: relative;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
}

.fontS16 {
    font-size: 16px!Important;
}

.fontS18 {
    font-size: 18px!Important;
}

.fontS20 {
    font-size: 20px!Important;
}

.fontS22 {
    font-size: 22px!Important;
}

.fontS28 {
    font-size: 28px!Important;
}

.thumb.error:before,
.thumb:before {
    content: "";
    padding-bottom: 100%;
    height: 0;
    width: 1px;
    display: block;
    width: calc(1px * 0.1);
    visibility: hidden;
}

.thumb img {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    opacity: 1;
    width: 100%;
    max-width: 100% !important;
    max-height: 100%;
}

.thumb.error img,
.thumb.loading img {
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.thumb.error:after,
.thumb.loading:after {
    background-position: 50% 50%;
    animation: fade 0.8s infinite;
    -webkit-animation: fade 0.8s infinite;
    opacity: 0.7;
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.thumb.error {
    height: 100%;
    width: 100%;
}

.thumb {
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: contain;
}

.FixedWrap.Fixed .FixedPatch {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
    height: inherit;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}

img.Captcha {
    vertical-align: middle;
    cursor: pointer;
}

.input-radio input {
    font-size: 0;
    position: absolute;
    top: -100%;
    left: -100%;
}

.input-radio {
    background-color: #f9f9f9;
    background: linear-gradient(to bottom, #fff 20%, #f5f5f5 80%);
    background-position: 50% 50%;
    box-shadow: 0 0 1px #ddd;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.input-radio>input:checked~i {
    background-size: 16px 11px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAMAAACWh252AAAAb1BMVEUAAADmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgTmLgR5b0B6AAAAJHRSTlMA/u8HAfrUfzwrHREN9b61qZ+RiHFfVufi4dnLxXlNRzQlGGoCYGfIAAAAsUlEQVQoz33S1w7CMAxAUUoX3Xvvcv//GwkCOkSTvDlHsWU7N+XJbCUbKdgqT4BB7noMWq7wSHghdz8Es5S71wkf5b5aEExyd1u4P+S+NMLnLbRT4+xOBZWzO8T60ec7NMse5xqE3h4/hLfu8UVhgrXdTAFY67nmGED9rVma0G359qy/rgoNev+/L6f+zPUpPPQvJ2OBlg9ApEtm3wO8O5ZuLwJIDMX+E0gN5Q/MsqvrF6S2DuZzvJPzAAAAAElFTkSuQmCC);
}

.bd-title {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 3rem;
}

@media (max-width: 1200px) {
    .bd-title {
        font-size: calc(1.425rem + 2.1vw);
    }
    h2 {
        font-size: calc(1.325rem + 0.9vw);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-8px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(8px);
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-8px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(8px);
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-8px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(8px);
    }
}

.shake {
    animation-name: shake;
    -webkit-animation-name: shake;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.limit-time {
    line-height: 1;
    display: none;
}

.limit-time>* {
    font-weight: 400;
}

a[data-toggle]:hover {
    text-decoration: none;
}

a.thumbnail {
    display: block;
}

.product-labels {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
}

.product-label {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    display: block;
    margin-top: 5px;
    text-shadow: 1px 1px #000, 1px 1px 1px #fff;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 7px;
    text-align: center;
}

.product-label.label-new {
    background: #579ac1;
    text-shadow: 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 #579ac1;
}

.product-label.label-promote {
    background: #b8000f;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 1px #b8000f;
}

.product-label.label-lg {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.mark-icon.free-ship {
    color: #28a745;
    font-size: 0.8rem;
}

.breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.breadcrumb em {
    display: none;
}

.breadcrumb li {
    flex-shrink: 0;
}

.breadcrumb li:first-child span {
    display: none;
}

.breadcrumb li:first-child a:before {
    font-family: FontAwesome;
    content: "\f015";
    font-size: 1.2rem;
    line-height: 1;
}

.breadcrumb li>a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
    .breadcrumb li:nth-last-child(n+3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 0;
    }
}

.icon-new:after {
    padding: 0 3px;
    display: inline-block;
    content: "New";
    font-size: 0.6rem;
    color: red;
    background-color: #ff6;
    vertical-align: super;
    border-radius: 40%;
    font-weight: 400;
}

.site-nav-wrap {
    background-color: rgba(0, 0, 0, 0.06);
}

#site-nav {
    height: 42px;
    white-space: nowrap;
}

#site-nav .site-nav-items a {
    margin-left: 1.3rem;
}

#logo {
    font-size: 1.7rem;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
    opacity: 0.8;
    /* text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); */
    text-decoration: none;
    display: inline-block;
}

#logo i {
    font-style: normal;
    color: #b8000f;
}

#logo[text]::after {
    content: attr(text);
    display: block;
    font-size: 11px;
    color: #999;
    text-shadow: none !important;
    font-weight: 400;
}

.main-cart {
    display: grid;
    height: 100%;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    z-index: 3;
}

.main-cart>a {
    color: #fff;
    background-color: #5f1792;
    border: 1px solid #5f1792;
    font-size: 1.3rem;
    text-align: center;
    line-height: 2.8rem;
    height: 100%;
    overflow: hidden;
}

.main-cart.show>a {
    color: #5f1792;
    background-color: #fff;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
    border-bottom: none !important;
    box-shadow: 1px -3px 3px rgba(0, 0, 0, 0.3);
}

.main-cart-wrap {
    color: #666;
    font-size: 0.9rem;
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #3a4754;
    left: -180%;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.main-cart:not(.show) .main-cart-wrap {
    display: none;
}

.main-cart-wrap .name {
    font-size: 0.9rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-height: 2.8rem;
    overflow: hidden;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main-cart-wrap>.wrap {
    max-height: 500px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

[data-shippping-mark] {
    position: relative;
}

[data-shippping-mark]:before {
    padding: 2px 8px;
    position: absolute;
    left: 0;
    content: attr(data-shippping-mark);
    background: rgba(87, 154, 193, 0.3);
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
    bottom: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

[data-cart-count] {
    position: relative;
}

[data-cart-count]:after {
    padding: 2px 2px;
    content: attr(data-cart-count);
    color: #fff;
    font-size: 0.7rem;
    position: absolute;
    top: -40%;
    background-color: rgba(239, 80, 66, 0.9);
    border-radius: 50%;
    right: 0;
    margin-right: -50%;
    min-width: 1rem;
    line-height: 1;
}

@keyframes toandfro {
    0% {
        left: 0;
    }
    60% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes toandfro {
    0% {
        left: 0;
    }
    60% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes toandfro {
    0% {
        left: 0;
    }
    60% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

@-o-keyframes toandfro {
    0% {
        left: 0;
    }
    60% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

.toandfro {
    position: relative;
    overflow: hidden;
}

.toandfro:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    animation: toandfro 2s linear infinite;
    width: 3px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.3), #fff, rgba(255, 255, 255, 0.3));
}

footer {
    background: #5f1792;
    margin-top: 15px;
    color: #fff;
}

#footer-menu {
    margin-bottom: 30px;
}

#footer-menu .col {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-menu a {
    padding-bottom: 7px;
    display: inline-block;
    color: #78b8ff;
    font-size: 14px;
}

#footer-menu a:hover {
    text-decoration: none;
    color: #fff;
}

#footer-menu a:before {
    /* font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  margin-right: 8px; */
}

.list-unstyled {
    margin-top: 12px;
}

#bottom {
    white-space: nowrap;
    background: #5f1792;
    padding: 20px;
    border-top: 1px solid #5f1792;
}

#bottom * {
    color: #fff;
}

#copyright {
    text-align: center;
}

.sns-icons {
    font-size: 1.6rem;
}

.sns-icons>* {
    margin-right: 15px;
}

@media (max-width: 767px) {
    #site-nav {
        background-color: #fff;
        height: 50px;
        white-space: nowrap;
    }
    #site-nav a {
        color: #2677e7;
    }
    #site-nav .site-nav-items a {
        font-size: 1.3rem;
    }
    #logo[text]::after {
        font-size: calc(10px + 0.1vw) !important;
    }
    #logo {
        font-size: calc(14px + 0.7vw) !important;
    }
    #main-search {
        transition: max-height 0.25s linear;
        overflow: hidden;
        max-height: 120px;
    }
    #main-search:not(.active) {
        max-height: 0 !important;
    }
    #main-search>div.row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #copyright,
    .sns-icons {
        text-align: center;
    }
    #footer-menu .newsletter-wrap {
        background: #eee;
    }
}

@media (min-width: 768px) {
    .logo-wrap {
        position: relative;
        height: 100%;
        z-index: 1;
    }
    .logo-wrap>a {
        position: absolute;
        top: calc(100% + 22px);
    }
}

@media (max-width: 767px) {
    .menu-sm {
        max-width: 500px;
        height: 100%;
        width: 100%;
        z-index: 1052;
        transition: transform 0.6s ease-out;
        -webkit-transition: transform 0.6s ease-out;
        position: fixed;
        top: 0;
        bottom: 0;
        max-height: 100vh;
    }
    .menu-sm.show {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        visibility: visible;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .menu-sm>div.menu-layout {
        height: 100%;
        width: 100%;
    }
    .menu-sm>div.btn-side {
        height: 100%;
        width: 50px;
        position: relative;
    }
    .menu-sm>div.btn-side i {
        overflow: hidden;
        position: absolute;
        top: 42%;
        font-size: 40px;
        text-align: left;
        font-style: normal;
        height: 72px;
        width: 36px;
        background-color: #666;
        text-align: center;
    }
    .menu-sm>div.btn-side i:before {
        font-family: FontAwesome;
        cursor: pointer;
        content: "";
        color: #ccc;
    }
    .menu-sm>div.menu-layout>div.menu-header {
        color: #fff;
        padding: 0 15px;
        background-color: #3a4754;
        height: 50px;
        overflow: hidden;
        line-height: 50px;
        white-space: nowrap;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
        position: relative;
        z-index: 1;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 0;
    }
    .menu-sm>div.menu-layout>div.menu-header>* {
        color: #e6e6e6;
        font-size: 1.3rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu-sm>div.menu-layout>div.menu-wrap {
        height: 100%;
        max-height: calc(100% - 50px);
        -webkit-max-height: calc(100% - 50px);
        background-color: #fff;
        position: relative;
        z-index: 2;
        overflow: auto;
    }
    .menu-sm:not(.show)>div.menu-layout>div.menu-wrap {
        overflow: hidden;
    }
    .menu-sm.menu-left>div.btn-side {
        float: right;
    }
    .menu-sm.menu-left>div.btn-side i {
        border-radius: 0 144px 144px 0;
    }
    .menu-sm.menu-left>div.btn-side i:before {
        content: "\f104";
        margin-left: -10px;
    }
    .menu-sm.menu-left>div.menu-layout>div.menu-header [data-toggle=menu]:before {
        content: "\2715";
    }
    .menu-sm.menu-left:not(.show) {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        left: 0;
    }
    .menu-sm.menu-right>div.btn-side {
        float: left;
    }
    .menu-sm.menu-right>div.btn-side i {
        border-radius: 144px 0 0 144px;
        right: 0;
    }
    .menu-sm.menu-right>div.btn-side i:before {
        content: "\f105";
        margin-right: -10px;
    }
    .menu-sm.menu-right:not(.show) {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        right: 0;
    }
}

.menu-show {
    display: block;
}

@media (min-width: 768px) {
    #main-menu>.btn-side,
    #main-menu>.menu-layout>.menu-header {
        display: none;
    }
}

.main-nav ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.main-nav li>a {
    display: block;
}

.main-nav li:not(.show)>div {
    display: none;
}

.main-nav>ul>li>a {
    font-size: 1rem;
    /* font-weight: 700; */
}

@media (max-width: 767px) {
    #main-menu .menu-wrap {
        background-color: #e9ecef;
    }
    #main-menu .expand-nav {
        padding-right: 10px;
        padding-left: 10px;
    }
    #main-menu .expand-nav a {
        display: block;
        padding: 10px 15px;
        font-size: 1rem;
        font-weight: 700;
    }
    .main-menu>div.menu-layout>div.menu-wrap {
        padding: 0 10px 10px 10px;
    }
    .main-nav {
        padding-right: 10px;
        padding-left: 10px;
        background-color: #fff;
    }
    .main-nav li>a {
        padding: 15px 15px;
        position: relative;
    }
    .main-nav li:not(:last-child)>a {
        border-bottom: 1px solid #e7e6e3;
    }
    .main-nav li div {
        margin-left: 15px;
        border-left: solid 1px #e7e6e3;
    }
    .main-nav li>div {
        margin-top: -1px;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }
    .main-nav li.child>a:after {
        content: "\f105";
        color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        font-weight: 400;
        top: 50%;
        right: 0;
        margin-top: -10px;
        position: absolute;
        font-size: 22px;
        line-height: 1;
        font-family: FontAwesome;
    }
    .main-nav li.child>a:after {
        color: #50ad55;
        content: "\f103";
        transition: transform 0.3s ease-out;
        -webkit-transition: transform 0.3s ease-out;
    }
    .main-nav li.child.show>a:after {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
}

@media (min-width: 768px) {
    #main-menu .menu-wrap>.menu-nav {
        display: inline-block;
    }
    #main-menu .menu-wrap>.menu-nav>a {
        display: inline-block;
        font-size: 1.1rem;
        /* font-weight: 700; */
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
    }
    #main-menu .menu-wrap>.menu-nav>a.cur {
        color: #5f1792;
    }
    #main-menu .menu-wrap>.menu-nav.tree-nav>a {
        background-color: #5f1792;
        color: #fff;
        min-width: 230px;
    }
    #main-menu .menu-wrap>.tree-nav {
        position: relative;
    }
    #main-menu .menu-wrap>.tree-nav>.main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
    }
    #main-menu.show .menu-wrap>.tree-nav>.main-nav {
        display: block;
    }
    #main-menu.show .menu-wrap>.tree-nav {
        z-index: 3;
    }
    .expand-nav {
        white-space: nowrap;
        overflow: hidden;
        text-align: left;
    }
    .main-nav {
        background-color: #fff;
        border: 1px solid #2677e7;
    }
    .main-nav li>a {
        display: block;
    }
    .main-nav li>div {
        position: absolute;
        left: 100%;
        top: -2px;
        border-radius: 0 3px 3px 3px;
        background-clip: padding-box;
        width: 800px;
        max-width: calc(100vw - 260px) !important;
        background-color: #fff;
        border: solid 1px #2677e7;
        margin-left: 0;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    }
    .main-nav li.child ul {
        overflow: auto;
        display: flex;
        padding: 5px 10px 0 10px;
        flex-wrap: wrap;
        max-height: calc(100vh - 200px) !important;
    }
    .main-nav li.child ul>li {
        width: 50%;
        padding: 8px;
    }
    .main-nav>ul>li>a {
        font-size: 1rem;
        /* font-weight: 700; */
        padding: 12px 15px;
        display: block;
        margin-top: 1px;
        position: relative;
        border-bottom: 1px solid #e7e6e3;
    }
    .main-nav>ul>li.show {
        position: relative;
        z-index: 1;
    }
    .main-nav>ul>li.show>a {
        margin-top: 0;
        border-bottom: 1px solid #3a4754;
        border-top: 1px solid #3a4754;
        z-index: 1;
        background-color: #fff;
        margin-right: -1px;
    }
    .main-nav>ul>li.show>a,
    .main-nav>ul>li>a:hover {
        color: #579ac1;
    }
    .main-nav>ul>li>a {
        display: flex;
        justify-content: space-between;
    }
    .main-nav>ul>li>a:after {
        font-family: FontAwesome;
        content: "\f105";
        display: inline-block;
    }
    .main-nav>ul>li:not(.show)>a:after {
        color: #ccc;
    }
    .main-nav li>div>a:last-child {
        padding: 10px;
        width: 100%;
        background-color: #e9ecef;
        display: block;
        color: #b8000f;
        text-align: right;
    }
    .main-nav li>div>a:last-child::after {
        content: " »";
    }
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #e69500;
}

.price {
    color: #b8000f;
    white-space: nowrap;
}

.price-new {
    color: #b8000f;
    white-space: nowrap;
}

.price-save {
    color: #696973;
    font-size: 0.9rem;
}

.price-old {
    text-decoration: line-through;
    color: #8b9198;
    white-space: nowrap;
}

.price-group .price,
.price-group .price-new {
    font-size: 2rem;
}

.price-group .price-old {
    margin-right: 10px;
}

@keyframes flicker {
    0% {
        background-color: #f93;
    }
    25% {
        background-color: #f60;
    }
    75% {
        background-color: #f60;
    }
    100% {
        background-color: #f99;
    }
}

@-webkit-keyframes flicker {
    0% {
        background-color: #f93;
    }
    25% {
        background-color: #f60;
    }
    75% {
        background-color: #f60;
    }
    100% {
        background-color: #f99;
    }
}

@-moz-keyframes flicker {
    0% {
        background-color: #f93;
    }
    25% {
        background-color: #f60;
    }
    75% {
        background-color: #f60;
    }
    100% {
        background-color: #f99;
    }
}

@-o-keyframes flicker {
    0% {
        background-color: #f93;
    }
    25% {
        background-color: #f60;
    }
    75% {
        background-color: #f60;
    }
    100% {
        background-color: #f99;
    }
}

.price-wrap {
    position: relative;
    z-index: 1;
}

.deals {
    text-align: center;
    position: absolute;
    top: -28px;
    right: 12px;
    z-index: 2;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.deal-icon {
    background-color: #f99;
    padding-right: 4px;
    padding-left: 4px;
    animation: flicker 1.5s 1;
    -moz-animation: flicker 1.5s 1;
    -webkit-animation: flicker 1.5s 1;
    -o-animation: flicker 1.5s 1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    font-size: 14px;
    height: 30px;
    min-width: 100px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 30px;
    opacity: 0.9;
    display: block;
}

.deals .limit-time {
    white-space: nowrap;
    padding: 3px 6px;
    background: rgba(58, 71, 84, 0.8);
    color: #fff;
    font-size: 0.7rem;
    display: block;
}

#tab-specification .item {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
}

#tab-specification>div.item:not(:last-of-type) {
    border-bottom: solid 1px rgba(226, 226, 226, 0.8);
}

#PhotoWrap:not(.inited) .thumb {
    height: 100%;
}

@media (max-width: 767px) {
    #PhotoWrap:not(.inited) .thumb {
        min-height: 100vw;
    }
    #product .swiper-container {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    #PhotoWrap:not(.inited) .swiper-slide {
        min-height: 100%;
        width: 100%;
    }
    #PhotoWrap:not(.inited) .thumb {
        min-height: 100%;
    }
    #product {
        background-color: #fff;
        padding: 15px;
    }
    #product .swiper-slide {
        text-align: center;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    #product .price-group {
        border-right: 1px solid rgba(226, 226, 226, 0.8);
    }
}

@media (min-width: 1200px) {
    #product .swiper-container .swiper-wrapper {
        height: 525px;
        width: 100%;
    }
}

.col-form-label:after {
    content: ":";
}

.swiper-container {
    position: relative;
}

.swiper-container .swiper-button-prev {
    left: 0;
}

.swiper-container .swiper-button-next {
    right: 0;
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:not(:first-child) {
    display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px !important;
    color: #fff;
}

.swiper-buttons {
    height: 100%;
    width: 100%;
    position: relative;
}

.swiper-container:not(:hover) .swiper-button {
    display: none;
}

.swiper-container .swiper-button.swiper-button-disabled {
    display: none;
}

.swiper-container .swiper-button:not(.swiper-button-disabled):hover {
    background: #b8000f;
}

.swiper-container .swiper-button {
    width: 35px;
    height: 35px;
    background: #2c3640;
    border-width: 4px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.swiper-pagination {
    width: 100%;
    bottom: 0;
}

.swiper-pagination-bullet {
    margin: 0 3px;
    border-radius: 50% !important;
    background-color: #eee;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    border-radius: 50%;
}
.home-swiper .swiper-container{
    margin: 0 15px;
    /* box-sizing: border-box;
    width: 100%; */
    overflow: hidden;
    border-radius: 10px;
}
.home-swiper {
    padding-bottom: 15px;
    background: #45106a;
}
.home-swiper header{
    border-bottom: 0;
}
.home-swiper .mobileBox{
    background: #45106a;
}

.home-swiper img {
    width: 100%;
    max-height: 100%;
}

.page-product h1 {
    font-size: 1.1rem;
}

.page-products h1 {
    font-size: 1.4rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-height: 2rem;
    overflow: hidden;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .page-home h1 {
        font-size: 1.8rem;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        color: #666;
        max-height: 6rem;
        overflow: hidden;
        display: box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.nav-tabs {
    padding-left: 15px;
}

#main-slogan {
    background: #3a4754;
    color: #8f9da6;
}

#main-slogan h5 {
    color: #e6e6e6;
    font-size: 1.1rem;
    font-family: Vollkorn;
    margin-top: 10px;
}

#main-slogan .info-block {
    padding: 15px;
    text-align: center;
}

#main-slogan .info-block .fa {
    font-size: 3rem;
}

.Calculator {
    padding: 15px;
    background-color: #fff;
}

.modal .Calculator {
    padding: 0;
}

.share-widget {
    padding: 4px;
    overflow: auto;
    white-space: nowrap;
}

.share-widget>* {
    margin-right: 6px;
}

@media (max-width: 767px) {
    .share-widget {
        text-align: center;
    }
}

.navtorgeBox{
    background: linear-gradient(180deg, #673e85 0%, #f4f5f6 100%);
}
a.share-icon,
a.share-icon:hover,
a.share-icon:link {
    color: #fff;
    text-decoration: none;
}

.share-icon {
    padding: 2px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 1;
}

.share-icon:before {
    font-family: FontAwesome;
}

a.share-icon:hover {
    position: relative;
}

a.share-icon:hover:after {
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
}

.share-icon.twitter {
    background-color: #5f1792;
    cursor: pointer;
    font-weight: 500;
}

.share-icon.twitter:before {
    content: "\f099\00a0";
}

.share-icon.facebook {
    background-color: #5f1792;
}

.share-icon.facebook:before {
    content: "\f09a\00a0";
}

.share-icon.vk {
    background-color: #5b88bd;
}

.share-icon.vk:before {
    content: "\f189\00a0";
}

.share-icon.linkedin {
    background-color: #0073b1;
}

.share-icon.linkedin::before {
    content: "\f0e1\00a0";
}

.share-icon.google-plus {
    border: 1px solid rgba(0, 0, 0, 0.17);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
    transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
    -webkit-appearance: none;
    background-color: #fff;
}

.share-icon.google-plus::before {
    content: "\f0d5";
    color: #db4437;
}

.share-icon.pinterest {
    background-color: #db4437;
    color: #fff;
}

.share-icon.pinterest:hover {
    box-shadow: inset 0 0 1px #000;
}

.share-icon.pinterest:before {
    content: "\f0d2";
}

.stars {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: middle;
    line-height: 100%;
}

.stars.stars-m {
    font-size: 12px;
}

.stars i:before {
    content: "\f005";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    margin-right: 8px;
    color: #ccc;
}

.stars.star1 i:before,
.stars.star2 i:before,
.stars.star3 i:before,
.stars.star4 i:before,
.stars.star5 i:before {
    color: #fc6;
}

.stars.star1 i+i:before {
    color: #ccc;
}

.stars.star2 i:nth-child(2)~i:before {
    color: #ccc;
}

.stars.star3 i:nth-child(3)~i:before {
    color: #ccc;
}

.stars.star4 i:nth-child(4)~i:before {
    color: #ccc;
}

.stars.star5 i:nth-child(5)~i:before {
    color: #ccc;
}

.float {
    padding: 2px;
    position: fixed;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 888;
    right: 10px;
}

.float a {
    margin-top: 4px;
    display: block;
    opacity: 0.35;
    cursor: pointer;
    font-size: 50px;
    line-height: 1;
    text-decoration: none !important;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}

.float a.fa-chevron-circle-up {
    font-size: 0;
    transition: all 0.3s ease-in;
    text-align: center;
    visibility: hidden;
}

.float a.active {
    font-size: 50px;
    transition: font-size 0.3s ease-in 0.5s;
    visibility: visible;
}

@media (max-width: 768px) {
    .float {
        bottom: 20px;
    }
}

@media (min-width: 768px) {
    .float a:hover {
        opacity: 1 !important;
    }
}

@media (min-width: 1200px) {
    .float {
        right: calc((100vw - 1250px)/2);
    }
}

body.page-cart .float {
    display: none !important;
}

#cart-content a.product-name {
    max-height: 60px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
}

#cart-content {
    padding: 15px;
}

#cart-content>div.row:not(:first-child):before {
    margin: 1rem;
    content: "";
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
}

#cart-content .number-control {
    max-width: 140px;
}

#cart-content small {
    border-radius: 0.25rem;
    padding: 2px 6px;
    margin-top: 3px;
    background-color: #5f17926e;
    color: #fff;
    font-size: 12px;
}

#cart-content form {
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 15px;
}

#cart-content form:last-child {
    border-bottom: 0;
}

.number-control {
    white-space: nowrap;
    display: inline-block;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    overflow: hidden;
    background-color: #e9ecef;
    vertical-align: middle;
}

.number-control input[type=number] {
    border-radius: 0 !important;
    border: none;
    border-style: none !important;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    background-color: #fff;
    resize: none;
    width: calc(1.5em + 0.75rem + 2px);
}

.number-control>button {
    border-radius: 0;
    background-color: #e9ecef;
    outline-width: 0;
    border: none;
    border-style: none;
    outline-style: none;
    -webkit-border-radiusoutline-color: invert;
}

.number-control>* {
    display: inline-block;
    line-height: 1.5;
}

#accordion .panel {
    background-color: #fff;
    padding: 15px;
}

.total-wrap {
    display: inline-block;
}

.total-table {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
}

.total-wrap .total-table>div.total-line {
    display: table-row;
}

.total-wrap .total-table>div.total-line>* {
    display: table-cell;
    padding: 8px;
    text-align: right;
}

.total-wrap .total-table>div.total-line>span {
    padding-left: 1rem;
}

.total-wrap .total-table>div.total-line:last-child>* {
    font-size: 1.1rem;
}

*>.widget:not(:first-child) {
    margin-top: 10px;
}

*>.widget:not(:first-child) h2 {
    margin-bottom: 1rem;
}

.widget.link-grid a {
    display: block;
    padding: 10px 0;
    font-size: 0.9rem;
}

.widget.link-grid a:before {
    content: "\25C8";
    margin-right: 6px;
    line-height: 1;
    color: #ccc;
}

@media (max-width: 575px) {
    .widget.link-grid a {
        font-size: 1rem;
        padding: 15px 0;
    }
    .widget.link-grid .row> :not(:last-child) a {
        border-bottom: solid 1px #ddd;
    }
}

.btn-filter,
a.btn-filter:hover {
    display: inline-block;
    font-size: 1rem;
    border-radius: 5px 5px 0 0;
    padding: 9px 10px;
    white-space: nowrap;
}

#filter .row a {
    display: block;
    padding: 4px;
    margin-bottom: 10px;
}

#filter .row a:before {
    content: "\25C8";
    margin-right: 6px;
    line-height: 1;
    color: #ccc;
}

#filter .row a.Selected {
    color: #b8000f;
}

#filter h4 {
    font-size: 1.1rem;
}

#filter h4 .fa {
    opacity: 0.5;
    font-size: 80%;
}

.product-layout h4 {
    font-size: 0.9rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #666;
    max-height: 2.2rem;
    min-height: 2.2rem;
    overflow: hidden;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-layout .grid {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    align-self: stretch !important;
}

.product-layout .grid .wrap {
    background-color: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.product-layout .grid .thumb {
    margin-bottom: 10px;
}

.product-layout .grid .btn-line {
    font-size: 1.1rem;
}

@media (min-width: 320px) and (max-width: 575px) {
    .product-layout .grid {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product-layout>div:nth-of-type(odd) {
        padding-right: 5px;
    }
    .product-layout>div:nth-of-type(even) {
        padding-left: 5px;
    }
}

@media (min-width: 576px) and (max-width: 859px) {
    .product-layout .grid {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .product-layout .grid {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .product-layout>div:nth-of-type(3n+1) {
        padding-left: 15px;
        padding-right: 0;
    }
    .product-layout>div:nth-of-type(3n+3) {
        padding-left: 0;
        padding-right: 15px;
    }
}

@media (min-width: 860px) {
    .product-layout .grid {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .pagination>* {
        min-width: 33.333%;
        text-align: center;
    }
    .Showing,
    .pagination> :not(.current):not(.prev):not(.next) {
        display: none;
    }
    .pagination [data-page-total]:after {
        content: "/" attr(data-page-total);
    }
    .pagination .page-link {
        padding: 0.75rem 1.5rem;
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.input-card-group,
.input-cvv2-group {
    position: relative;
}

.input-cvv2-group:after {
    content: "";
    display: inline-block;
    height: 22px;
    width: 34px;
    background-size: 34px 22px;
    background-image: url(../images/cvv.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -11px;
}

.input-card-group .icon-card {
    position: absolute;
    top: 50%;
    right: 8px;
}

.input-card-group .icon-card.icon-sm {
    height: 22px;
    width: 34px;
    margin-top: -11px;
}

.input-card-group .icon-card i {
    background-position: 0 0;
    display: inline-block;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-image: url(../images/card.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.icon-card.icon-sm>i {
    background-size: 32px 469px;
    border-radius: 4px;
}

.icon-card.icon-sm i.visa {
    background-position: 0 -319px;
}

.icon-card.icon-sm i.mastercard {
    background-position: 0 -239px;
}

.icon-card.icon-sm i.discover {
    background-position: 0 -106px;
}

.icon-card.icon-sm i.amex {
    background-position: 0 -53px;
}

.icon-card.icon-sm i.diners {
    background-position: 0 -133px;
}

.icon-card.icon-sm i.jcb {
    background-position: 0 -80px;
}

.icon-card.icon-sm i.maestro {
    background-position: 0 -213px;
}

.icon-card.icon-sm i.unionpay {
    background-position: 0 -345px;
}

.icon-card.icon-sm i.elo {
    background-position: 0 -398px;
}

.icon-card.icon-sm i.verve {
    background-position: 0 -292px;
}

.icon-card.icon-sm i.solo {
    background-position: 0 -372px;
}

.icon-card.icon-sm i.paypal {
    background-position: 0 -425px;
}

.icon-card.icon-sm i.dankort {
    background-position: 0 -447px;
}

.starrating>input {
    display: none;
}

.starrating label:before {
    content: "\f005";
    margin: 2px;
    font-family: FontAwesome;
    display: inline-block;
}

.starrating>label {
    color: #ffca08;
}

.starrating>input:checked~label {
    color: #ccc;
}

.message:before {
    font-family: FontAwesome;
    content: "\f071";
    display: block;
    font-size: 3rem;
    color: #f90;
    text-align: center;
}

.size-box {
    position: relative;
}

.size-box .size-item-box {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #eee;
    background-color: #f5f7f9;
    z-index: 6;
}

.size-box .size-item-box>div {
    flex: 0 0 25%;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    box-sizing: border-box;
}

.size-box .size-item-box>div.active {
    border: 1px solid #b8000f;
}

.hdTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.hdTitle h4 {
    font-size: 18px;
}

.hdTitle a {
    font-size: 14px;
    color: #666;
}

.f_footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 22;
    border-top: 1px solid #ddd;
}

.f_footer a {
    padding: 6px 0;
    flex: 1;
    text-align: center;
}

.f_footer a i {
    font-size: 20px;
}

.f_footer a p {
    font-size: 14px;
    line-height: 0.8rem;
}

#cargory h2 {
    display: none;
}

.priceRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.priceRow small {
    margin-left: 10px;
}

.shoppingFooter {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: #eee 2px -8px 13px 0px;
}

.shoppingFooter .total {
    color: #df4553;
    font-size: 1.2rem;
    line-height: 60px;
    margin-left: 20px;
}

.shoppingFooter div {
    height: 100%;
    flex: 1;
    align-items: center;
}

.shoppingFooter div a {
    height: 100%;
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.shoppingFooter div a p {
    margin-bottom: 0;
}

.fixedHdTop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 22;
    border-bottom: 1px solid #eee;
}

.freightMask,
.freight {
    display: none;
}

.accountNavList {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 6px;
}

.btn-secondary {
    color: #fff;
    background-color: #5f1792;
    border-color: #5f1792;
}

.shoppingFooter .btn-secondary {
    color: #fff;
    background-color: #5f1792;
    border-color: #5f1792;
}

.shoppingFooter .btn-primary {
    color: #fff;
    background-color: #5f1792;
    border-color: #5f1792;
}

.form-control {
    /* border: 1px solid #df4553; */
}

.card-header:first-child {
    background-color: #fff;
}

.card {
    border: 0;
}

.accountNavList a {
    display: block;
    margin: 6px 0;
}

.accountNavList i {
    font-size: 32px;
    color: #666;
}

.accountNavList p {
    margin-bottom: 0;
    font-size: 14px;
}

.f_footer a.cur {
    color: #5f1792;
}

main {
    margin-bottom: 20px;
}

.bg-secondary {
    background-color: #5f1792!important;
}

.breadcrumb {
    background-color: #fff!important;
}

.text-success {
    color: #5f1792!important
}

.list-group-item {
    border: 1px solid rgb(211 226 245);
}

.text-info {
    color: #5f1792!important;
}

.order_hd {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    color: #333;
    justify-content: space-between;
    padding: 0 10px;
    justify-items: center;
    height: 60px;
    line-height: 60px;
    background: #e6e7e8;
}


/* details */

.productPrice .price {
    font-size: 26px;
}

.productPrice .price-old {
    font-size: 14px;
}

.share-widgetBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.share-widgetBox a {
    margin: 0 5px;
}

.share-widgetBox a img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}

.detailFooter .addCar {
    background-color: #5f1792;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 135px;
    display: inline-block;
}

.detailFooter .addCar p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

.product_info {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.product_info h4 {
    font-size: 20px;
    margin: 5px 0;
}

.carMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #000;
    z-index: 29;
    display: none;
}

.carDemol {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 30;
    padding: 15px;
    display: none;
    border-radius: 10px 10px 0 0;
}

.carDemol h5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.carDemol h5 span {
    color: #5f1792;
    font-size: 14px;
}

.sizeList {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    overflow-y:scroll;
}

.sizeList span {
    padding: 8px 10px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.sizeList span.cur {
    color: #2677e7;
    border: 1px solid #2677e7;
}

.c_qty {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addToCar {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.addToCar button {
    flex: 1;
    background-color: #5f1792;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    border: 0;
    margin: 0 10px;
}

.addToCar button.cose {
    background: #ddd;
    color: #333;
}

.hdnavRight {
    height: 42px;
    line-height: 42px;
}

.hdnavRight span {
    margin-left: 20px;
    font-size: 14px;
}

.hdnavRight span i {
    font-size: 22px;
    color: #5f1792;
}

.rowProductBox {
    /* padding: 15px 7px; */
    box-sizing: border-box;
}

.rowProductList {
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.rowProductList .productImg {
    width: 130px;
    height: 130px;
    position: relative;
}

element.style {}

.products_prompt span {
    font-size: 11px;
    display: block;
    font-weight: 400;
    margin-top: -5px;
}

.products_prompt {
    position: absolute!important;
    font-family: "Trebuchet MS";
    top: 8px;
    right: 5px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    padding: 4px 0 0 0;
    line-height: 21px;
    color: #ea7070;
    z-index: 1;
    font-weight: 700;
    transform: initial;
    z-index: 2;
    background: #fbe0cd;
}

.products_new {
    position: absolute!important;
    font-family: "Trebuchet MS";
    top: 4px;
    right: 5px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    padding: 8px 0 0 0;
    line-height: 21px;
    color: #ea7070;
    z-index: 1;
    font-weight: 700;
    transform: initial;
    z-index: 222;
}

.products_new img {
    width: 100%;
    height: 100%;
}

.rowProductList .productImg img {
    width: 100%;
    height: 100%;
}

.productINfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    justify-content: center;
}

.productINfo .priceRow {
    margin-top: 10px;
}

.themes_products_title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    font-size: 16px;
}


/* 首页 */

.cargorylist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cargory2 {
    padding: 5px 10px;
    text-align: center;
    flex-direction: row;
    width: 25%;
    justify-items: center;
    margin: 5px 0;
}

.cargory2 span {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}

.cargory2 span img {
    width: 100%;
    height: 100%;
}

.cargory2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loginBox .intro {
    line-height: 24px;
}

.loginBox .intro dt {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.loginBox .intro dd {
    /* padding-left: 20px; */
    line-height: 24px;
    font-size: 14px;
    color: #757575;
    letter-spacing: -0.5px;
}

.loginBox .intro dd span {
    color: #b8000f;
    margin-right: 5px;
}

.loginBox .form-control {
    border-color: #a0a09f;
}

.loginBox .btn-primary {
    color: #fff;
    background-color: #5f1792;
    border-color: #5f1792;
}


.loginBox .btn-guge {
    color: #333;
    background-color: #fff;
    border-color: #5f1792;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.loginBox .btn-guge img{
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
 
.loginBox .form-group {
    margin-bottom: 2rem;
}

.loginBox label {
    display: inline-block;
    margin-bottom: 1rem;
}

.loginBox h3 {
    margin-bottom: 1.5rem;
}

.loginBox .form-control {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}

.loginBox .btn-primary {
    margin: 10px 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
}


.productRowTwo {
    padding: 10px;
    box-sizing: border-box;
}

.productRowTwo .grid {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.mobileBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    /* background-color: #fff; */
    z-index: 22;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* border-bottom: 1px solid #eee; */
}

.mobileBox .logo {
    width: 180px;
    padding-left: 10px;
}

.mobileBox .logo img {
    width: 100%;
}

.mobileBox .search {
    flex: 1;
    margin: 0 10px;
    position: relative;
}

.mobileBox .search input {
    width: 100%;
    height: 40px;
    padding: 5 10px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 2px solid #5f1792;
    border-radius: 6px;
    padding-left: 15px;
}

.mobileBox .search i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #5f1792;
}

.main-nav ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nav-tabs {
    padding-left: 15px;
}

.nav-tabs .nav-link.active {
    color: #5f1792;
    border: 0;
    background: transparent;
    font-weight: bold;
    border-bottom: 2px solid #5f1792;
}

.QuantitySel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.QuantitySel label {
    margin-bottom: 0;
    margin-right: 6px;
}

.QuantitySel .qty {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.QuantitySel .qty span.jianNum{
    line-height: 26px;
}
.QuantitySel .qty span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #5f1792;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.QuantitySel .qty input {
    width: 50px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #5f1792;
    color: #333;
    margin: 0 3px;
}

.review {
    padding-top: 15px;
}

.reviewBox>div {
    display: flex;
    flex-direction: column;
}

.reviewImg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    /* padding-top: 15px; */
}

.reviewImg>a {
    display: inline-block;
    width: 106px;
    height: 106px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
}

.reviewImg>a>img {
    height: 100%;
    width: 100%;
}


/* 订单 */

.cardBox {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 7px 15px;
}

.cardItem {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
    display: block;
    position: relative;
}

.cardItem:last-child {
    border: 0;
}

.cardItem .dataTime {
    font-size: 14px;
    color: #666;
}


/* 搜索 */

.searchBoxHd {
    padding: 0 5px;
}

.searchBoxHd a {
    width: 30px;
    text-align: center;
}

.searchBoxHd button.icon-sousuo {
    border: 0;
    text-align: center;
    width: 50px;
    height: 40px;
    background: #5f1792;
    color: #fff;
    font-size: 22px;
    border-radius: 20px;
    line-height: 40px;
}

.historyBox {
    /* margin-top: 60px; */
}

.historySearch {
    padding: 20px 15px;
}

.HistoryItem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.HistoryItem a {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    white-space: pre-wrap;
    display: block;
    overflow-wrap: break-word;
}


/* 分类 */

.cateGoryBox {
    position: relative;
    height: 800px;
    margin-bottom: 0;
    /* margin-top: 75px; */
    height: 100%;
    overflow-y: auto;
}

.cateGoryBox .cateGory {
    position: fixed;
    left: 0;
    top: 75px;
    width: 92px;
    /* height: 100%; */
    background-color: #f5f5f5;
    padding-left: 0;
    overflow-y: scroll;
    z-index: 2;
    border: 0;
    height: calc(100vh - 3.86rem - 4.25rem);
}

.cateGoryBox .cateGory li {
    height: 50px;
    line-height: 50px;
    /* border-bottom: 1px solid #eee; */
    text-align: center;
    font-size: 13px;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    word-break: break-all;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 2px;
}

.cateGoryBox .cateGory i{
    font-size: 26px;
    position: absolute;
    left: 0;
    top: -12px;
    color: red;
}
.cateGoryBox .cateGory li span{
    width: 3px;
    height: 13px;
    display: inline-block;
    background: transparent;
    margin-right: 4px;
    border-radius: 3px;
}
.cateGoryBox .cateGory li.cur span{
    width: 2px;
    height: 10px;
    display: inline-block;
    background: #5f1792;
   
    margin-right: 4px;
    border-radius: 3px;
}
.cateGoryBox .cateGory li.cur {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    color: #5f1792;
}


.categoryProduct {
    width: 100%;
    padding-left: 90px;
    box-sizing: border-box;
    /* height: 100%; */
    background-color: #f5f5f5;
    padding-top: 10px;
    height: calc(100vh - 3.46rem - 4rem);
    overflow: hidden;
}


.categoryProduct .rowProductBox {
    margin-bottom: 0;
}

.categoryProduct .rowProductList {
    padding: 6px 0;
    margin-bottom: 0;
}

.categoryProduct>div {
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 15px;
    /* height: 100%; */
    border-radius: 15px 15px 0 0;
    overflow-y: scroll;
    padding-bottom: 80px;
}
.categoryProduct .categoryNav{padding-bottom: 0;}

.categoryProduct .selBox{
    height: 100%;
    padding-top: 0;
}


.categoryProduct dt {
    height: 40px;
    /* border-bottom: 1px solid #f5f5f5; */
    line-height: 40px;
    font-size: 15px;
    overflow-x: scroll;
    margin-bottom: 10px;
    overflow-y: hidden;
}

.categoryProduct dd .productImg {
    height: auto;
}

.categoryNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0!important;
}

.categoryNav a {
    display: inline-block;
    white-space: nowrap;
    padding: 0 6px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    font-weight: normal;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}
.categoryNav a >i{
    color: red;
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 18px;
}

.categoryNav a.cur {
        /* border: 1px solid #5f1792; */
        color: #5f1792;
        border-bottom: 2px solid #5f1792;
        background: transparent;
        border: 0;
        border-bottom: 2px  solid #5f1792;
}

.searchBoxHd .searchBoxInput {
    flex: 1;
    height: 36px;
    padding: 5 10px;
    box-sizing: border-box;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    /* border: 2px solid #2677e7; */
    border-radius: 20px;
    padding-left: 12px;
    margin-left: 20px;
    margin-right: 10px;
    text-align: left;
    background-color: #f4f5f6;
    overflow: hidden;
}

.searchBoxHd form {
    display: flex;
    flex: 1;
}

.searchBoxHd .searchBoxInput i {
    font-size: 18px;
    margin-top: 5px;
}

.searchBoxInput input {
    width: 100%;
    border: 0;
    background-color: transparent;
}

.listNav {
    position: fixed;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 30px;
    /* border-bottom: 1px solid #ddd; */
    background-color: #f5f5f5;
    top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    z-index: 3;
}

.listNav>span {
    width: 60px;
    height: 30px;
    /* background-color: pink; */
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
}

.listNav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
}

.listNav li {
    flex: 1;
    text-align: center;
}

.listNav li span {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
}

.listNav li span.cur {
    background-color: #fff;
    color: #5f1792;
    border-radius: 15px;
}

.container-lg {
    overflow: hidden;
    width: 100%;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.accountBox {
    height: 240px;
    background: transparent;
    border: 0;
}

.accountBox .hd {
    background: url(../images/account_bg.png) no-repeat;
    height: 180px;
    color: #fff;
    padding: 15px;
    background-size: cover;
}

.accountBox .set {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.accountBox .set a {
    color: #fff;
}

.accountBox .userName {
    font-size: 18px;
}

.accountBox .navItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: #ddd 0px 1px 2px;
}

.accountBox .navItem>a {
    display: flex;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    color: #5f1792;
    align-items: center;
}

.accountBox .navItem>a span {
    font-size: 14px;
}

.accountBox .navItem>a i {
    font-size: 30px;
}

.accountBox .navItem>a img {
    width: 50px;
    height: 50px;
}

.accountOrder {
    /* margin-top: -40px; */
}

.accountOrder .card {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: #ddd 0px 1px 2px;
}

.accountOrder .card-body {
    padding: 15px;
}

.accountOrder .card-header {
    padding: 10px 15px;
}

.categoryProduct .rowProductList .productImg {
    width: 100px;
}

.categoryProduct .products_prompt {
    /* width: 30px;
  height: 32px;
  font-size: 12px;
  background-color: transparent; */
}

.colorTxt {
    color: #5f1792;
}

a,
a:hover {
    text-decoration: none;
}

.addressAddBox input,
.addressAddBox select {
    line-height: 45px;
    height: 45px;
}

.addressAddBox button,
#addAddress {
    height: 45px;
    margin-top: 30px;
    line-height: 45px;
    padding: 0 20px;
}

.set-Box {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
}

.set-Box .setItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.orderDetail .cardItem>div {
    padding: 8px;
    line-height: 30px;
}

.orderDetail .cardItem>div span {
    margin-right: 5px;
}

.orderDetail .btn {
    height: 45px;
    margin-top: 30px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 1rem;
}

.serverBox {
    position: fixed;
    bottom: 90px;
    right: 60px;
    min-width: 180px;
    padding: 5px 0;
    background: #fff;
    z-index: 9999;
    border-radius: 10px;
}

.serviceList {
    padding: 0;
    margin: 0;
}

.serviceList li {
    width: 100%;
    height: 35px;
    padding: 2px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.serviceList li:last-child {
    border: 0;
}

.serviceList li a {
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.serviceList li a i {
    color: #5f1792;
    border-radius: 10px;
    font-size: 20px;
    margin: 0;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    border-radius: 2px;
}

main {
    width: 100%;
    overflow-x: hidden;
}


/* 详情轮播 */

.p-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.p-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.p-swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.p-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
    position: relative;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #fff;
}

element.style {}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #ccc;
    text-align: center;
    line-height: 30px;
    top: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: 1px solid #ddd;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marginNone {
    margin-left: -15px;
    margin-right: -15px;
}

.contactBox {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border: 4px solid #5f17926e;
    border-radius: 50%;
    margin-top: 10px;
}

.contactBox a {
    display: inline-block;
    line-height: 22px;
}

.contactBox a i {
    font-size: 16px;
    color: #5f1792;
}

.line1rem {
    line-height: 1rem!important;
}

.checkoutBox {
    padding-top: 15px;
    padding-bottom: 70px;
}

.checkoutFooter {
    border: 10px solid #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: #eee 2px -8px 13px 0px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}

.checkoutFooter button{
    display: block;
    border: 0;
    height: 50px;
}

.checkoutBox .addressSel,
.DeliveryBox {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}

.checkoutBox .addressSel p {
    margin-bottom: 5px;
}

.checkoutBox .addressSel>a {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    text-align: center;
}

.checkoutBox .addressSel>a>i {
    font-size: 22px;
    color: #0073b1;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.lineTitle {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}

.deliveryItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    margin-left: -5px;
    margin-bottom: 15px;
}

.deliveryItem:last-child {
    margin-bottom: 0;
}

.deliveryItem>div {
    flex: 1;
}

.deliveryItem>span {
    width: 80px;
    text-align: right;
    color: #b8000f;
}

.deliveryItem p {
    margin-bottom: 0;
}

.deliveryItem i {
    width: 42px;
    font-size: 22px;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.icon-danxuanxuanzhong {
    color: #5f1792;
}

.tb_size tbody,
.tb_size {
    width: 100%;
}

.tb_size {
    margin-bottom: 20px;
}

.tb_size tbody tr {
    height: 36px;
    line-height: 36px;
}

thead tr {
    background: #5f1792;
    height: 36px;
    line-height: 36px;
}

.tb_size thead tr th {
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 12px;
}

.tb_size td,
.tb_size th {
    text-align: center;
    font-size: 14px;
}

.tb_size tr:nth-child(even) {
    background-color: #f7f2fc;
}

.addressLeft {
    padding-left: 50px;
}

.selAddress {
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -15px;
}

.selAddress i {
    font-size: 28px;
}


/* about */

.aboutList ul {
    padding-left: 0;
    padding: 0 15px;
}

.aboutList ul li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #ddd;
}

.aboutList ul li:last-child {
    border: 0;
}

.aboutList ul li a {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.aboutList ul li a i {
    color: #999;
    font-size: 14px;
}

.payBox {
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 100%;
}

.payBtns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tips {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 50px 0 50px;
}

.tips span {
    font-size: 26px;
    color: #000;
    line-height: 44px;
}

.payBtns a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ddd;
    color: #666;
    text-align: center;
    margin: 0 6px;
    font-size: 14px;
    justify-content: center;
}

.tips .ico {
    font-size: 36px;
    margin-right: 5px;
}

.greenColor {
    color: #28a745!important;
}

.orangeColor {
    color: #f90!important;
}

.redColor {
    color: #b8000f!important;
}

.detailBanner>a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #66666696;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
    font-size: 20px;
}

.errorBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.errorBox .pic {
    width: 200px;
    height: 200px;
}

.errorBox .pic img {
    width: 100%;
    height: 100%;
}

.errorBox p {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 30px;
}

.thumb>a {
    width: 100%;
}

#product .swiper-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #fff;
}

.detailminiSwiper .swiper-slide {
    height: 80px;
}

.detailminiSwiper .swiper-slide img {
    height: auto;
}

.detailmaxSwiper .swiper-slide {
    min-height: 400px;
    width: 100%;
}

.f_footer a {
    display: inline-block;
    position: relative;
}

.f_footer span.number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: 8px;
    top: 6px;
    font-size: 12px;
    background-color: #f60;
    border-radius: 50%;
    color: #fff;
}

.orderProdcuts {
    padding: 5px;
    overflow: hidden;
}

.orderProdcuts .lineTitle {
    padding-left: 15px;
}

.backTop {
    width: 40px;
    /* height: 92px; */
    right: 5px;
    bottom: 130px;
    z-index: 27;
    display: block;
    background-color: #ffffff94;
    text-align: center;
    position: fixed;
    padding: 11px 0 11px 5px;
    border-radius: 25px;
    box-shadow: 0px 0px 4px 1px #ddd;
}

.backtopBox {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url('../images/back_top.png') no-repeat;
    background-size: contain;
}

.xiaoxiCon{
    width: 30px;
    height: 30px;
    line-height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #5f1792;
    margin-top: 10px;
    border: 4px solid #5f17926e;
}
.xiaoxiCon i{
    font-size: 14px;
    font-weight: bold;
}

.N_tips {
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.none_Data {
    text-align: center;
    padding: 15px 0;
}

.none_Data .pic {
    width: 150px;
    height: 150px;
    display: inline-block;
}

.none_Data .pic img {
    width: 100%;
    height: 100%;
}

.none_Data p {
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
    color: #999;
}
.picNoData{
    padding: 60px 0 0;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.picNoData .pic{
    width: 120px;
    height: 120px;
}
.picNoData .pic img{
    width: 100%;
    height: 100%;
}
.picNoData p{
    margin-top: 20px;
    font-size: 18px;
}

.preferential{
    color: #fff;
}
.cargoryBox{
    background: linear-gradient(180deg, #45106a 0%, #673e85 100%);
}
.new_kill {
    width: 100%;
    /* padding: 0.32rem 0.42667rem;
    margin: 0 auto 0.46933rem; */
    box-sizing: border-box;
    background: url("/images/new/red.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 0.17067rem 0.17067rem 0 0;
  }
  
  .new_kill .ul {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .secondSkill {
    overflow: scroll;
    white-space: nowrap;
  }
  
  .secondSkill .li {
    display: inline-block;
    vertical-align: top;
    width: 95px;
    height:140px;
    background-color: #fff;
    border-radius:6px;
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
  }
  .new_kill  .title{
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #fff;

}
  .new_kill .secondSkill .li .li_img {
    width: 95px;
    height: 95px;
    margin: auto;
  }
  
  .new_kill .ul .li .li_img {
    width: 95px;
    height: 95px;
    margin: auto;
  }
  .new_kill .secondSkill .li .li_img img{
    width: 100%;
    height: 100%;
  }
  
  .new_kill .ul .li .price, .new_kill .secondSkill .li .price {
    font-size: 16px;
    margin-top: 10px;
  }
  
  .searchMobile{
    background-color: #fff;
  }
.searchMobile .searchBoxInput{
    border: 2px solid #5f1792;
}
.searchMobile .searchBoxInput{
    margin-left: 10px;
    background-color: #fff;
}
.loadingTxtCenter{
    text-align: center;
    font-size: 12px;
    color: #666;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.loadingTxtCenter .spinner-border{
    margin-right: 6px;
}
.sizeTips{
    background-color: #601792;
    color: #f7f2fc;
    text-align: center;
    padding:15px 8px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    border-radius: 8px;
}
.sizeTitle{
    margin: 15px 0;
}
.sizeTips .pic{
    width: 220px;
    margin-bottom: 6px;

}
.sizeTips .pic img{
    width: 100%;
}

.isNone{
    display: none!important;
}
.isShow{
    display: block!important;
}
.checkoutFooter .placeOrder{
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   background:#ffc439;
   color: #000;
   width: 100%;
   border-radius: 5px;
} 
.checkoutFooter .creditCard{
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   background:#2C2E2F;
   color: #fff;
   margin-top: 10px;
   border-radius: 5px;
   width: 100%;
}
.checkoutFooter .creditCard img{
   width: 35px;
   height: 25px;
   margin-right: 10px;
}
.checkoutFooter .placeOrder img{
   width: 75px;
   height: 30px;
   margin-right: 10px;
}
.paypalImg{
    width: 75px;
    height: 30px;
    margin-right: 10px;
}
.paypalImg img{
    width: 100%;
    height: 100%;
}
.whiteColor{
    color: #fff!important;
}

.ctrlFlexBox{
    position:relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:10px;
    }
    .ctrlFlexBox .inputFlex{
    position:relative;
    flex:1;
    margin-right:8px;
    display:flex;
    flex-direction:row;
    align-items:center
    }
    
    
    .ctrlFlexBox .inputFlex{
    position:flex;
    flex-direction:row;
    align-items:center;
    }
    .input_border_red{
    border: 1px solid #df4553!important;
    }
    .ctrlFlexTipBox{
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-top:10px;
    }
    .ctrlFlexTipBox>span{
    z-index: 22;
    width: 20px;
    height: 20px;
    line-height:20px;
    display: inline-block;
    text-align: center;
    margin-right:6px;
    }
    .ctrlFlexTipBox span img{
    width:100%;
    height:100%;
    }


/* 视频层 */
    #playShow{
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 23;
    }
    .detailmaxSwiper .ico{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        z-index: 2;
        margin-left: -30px;
        margin-top: -30px;
        font-size: 30px;
        background: #f5f5f5;
        border-radius: 50%;
        overflow: hidden;
        padding-left: 6px;
        box-sizing: border-box;
    }
    #playShow span{
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        box-sizing: border-box;
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 20px;
        background: #f5f5f5;
        border-radius: 50%;
    }