/*********** CSS RESET **********/


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    -webkit-text-size-adjust: none;
    /*zoom:0.67;*/
}

ol,
ul {
    list-style: none;
}

body a {
    color: #333;
}

body a:focus,
body a:hover {
    color: #741fa2;
    text-decoration: underline;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font: normal 14px 'Google Sans', Roboto, Arial, Helvetica, sans-serif;
    color: #202124;
}

a {
    color: inherit;
    cursor: pointer;
}

a:active,
a:hover {
    color: none !important;
}

/*a img {
	opacity: 0.99;*/
/*firefox scale bug fix*/
/*}*/
table {
    width: 100%;
    border-collapse: collapse;
}

.hidden {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    height: 37px;
    /*safari padding fix*/
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

input,
textarea,
select,
button {
    font-size: 14px;
    font-family: 'Google Sans', Roboto, Arial, Helvetica, sans-serif;
    color: #202124;
    border-radius: 3px;
}

textarea {
    min-height: 100px;
}

select {
    min-width: 50px;
    padding: 6px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #ccc;
    color: #444;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
    vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
    cursor: pointer;
}

label,
label+* {
    vertical-align: middle;
}

.top-menu {
    text-align: left;
}

.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 96%;
    margin: 0 auto;
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 {
    margin: 0 0 50px;
}

.center-2,
.side-2 {
    margin: 0 0 50px;
}

.side-2:after {
    content: "";
    display: block;
    clear: both;
}

.page {
    min-height: 200px;
}

.page-title {
    min-height: 50px;
    margin: 10px 0 20px;
    padding: 10px 10px;
}

.page-title h1 {
    font-size: 30px;
    font-weight: normal;
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 .page-title,
.center-1 .title {
    text-align: center;
}

.buttons {
    margin: 0 0 20px;
    text-align: center;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url('../images/rss.png') center no-repeat;
    font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
}

.flyout-cart {
    display: none;
}

.banner {
    width: 100%;
    margin-bottom: 20px;
}

/*********** GLOBAL FORMS ***********/
.fieldset,
.section {
    position: relative;
    margin: 0px;
}

.fieldset .title,
.section .title {
    margin: 30px 0 15px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}

.fieldset .title strong,
.section .title strong {
    font-weight: normal;
}

.form-fields {
    position: relative;
    background-color: #f9f9f9;
    padding: 30px 15px 15px 15px;
}

.inputs {
    position: relative;
    margin: 0 0 30px;
    text-align: center;
    white-space: nowrap;
    /*fix for 'required' elements*/
    font-size: 0;
}

.inputs:after {
    content: "";
    display: block;
    clear: both;
}

.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
    /*reset zeroing*/
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
    width: 300px;
    max-width: 100%;
    background-color: #fff;
}

.inputs.custom-attributes {
    white-space: normal;
}

.inputs .option-list {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
}

.inputs .option-list li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
}

.inputs .option-list label {
    display: inline-block;
    width: auto !important;
    margin: 0 0 0 5px;
}

.inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}

.required {
    margin: 0 -8px 0 3px;
    /*siblings offset*/
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #f43046;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #e4434b;
    margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c;
}

.captcha-box {
    text-align: center;
    line-height: 0;
    /*firefox line-height bug fix*/
}

.captcha-box>div {
    display: inline-block;
    max-width: 100%;
}

.captcha-box input {
    height: auto;
}



/*********** HEADER ***********/


.header {
    position: relative;
    z-index: 10;
    margin: auto;
    text-align: center;
}

.header-upper {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
    background: #000;
    color: #fff;
}

.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.header-selectors-wrapper>div {
    display: block;
    width: 50%;
    margin: 10px auto;
    vertical-align: middle;
}

.header-selectors-wrapper select {
    width: 100%;
}

.header-links-wrapper {
    position: relative;
    padding: 20px 0;
}

.header-menu-mini {
    display: none;
    padding-left: 10px;
}

.header-menu-mini img {
    width: 32px;
    height: 32px;
}

.header-links {
    text-align: right;
}

.header-links ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header-links li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.header-links span,
.header-links a {
    display: inline-block;
    font-size: 1.5rem;
    /*reset zeroing*/
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
}

.header-links a:hover {
    color: #fff;
}

.header-links .ico-login {
    padding-left: 34px;
    background-image: url('/img/person.png');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
}

.header-links .ico-login:hover {
    background-size: 28px;
}

#topcartlink {
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 10px auto 0;
    padding: 0 20px;
}

#topcartlink a {
    background: url('../img/i-cart.png') left center no-repeat;
    padding: 1px 0 0 48px;
}

.header-logo {
    margin: auto;
    width: 400px;
}

.header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    /*firefox line-height bug fix*/
}

.header-logo a img {
    max-width: 100%;
    opacity: 1;
}

.search-box form {
    display: inline-block;
    border-radius: 4px;
}

.search-box form:after {
    content: "";
    display: block;
    clear: both;
}

.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0;
    border-radius: 4px 0 0 4px;
    border: 0;
}

.search-box .search-box-button {
    float: left;
    border: none;
    min-width: 40px;
    background: url(../img/i-search.png) no-repeat left 7px;
    background-size: 28px;
    text-align: center;
    color: #fff;
    border-radius: 0 4px 4px 0;
    padding-left: 30px;
}

.search-box .search-box-button:hover {
    opacity: 0.9;
}

.search-box .ui-autocomplete-loading {
    background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}

.header-lower-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: 100%;
}




.header {
    width: 100%;
    margin: auto;
    background: #741fa2;
    position: relative;
}

.header-links-wrapper {
    float: right;
    padding: 0;
}

.header-links a,
.header-links span {
    line-height: 45px;
    text-transform: none;
    position: relative;
}

.header-lower-right {
    position: absolute;
    z-index: 1;
    right: calc(50% - 600px);
    top: 22.5px;
}

#topcartlink {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 18px;
}

#topcartlink {
    padding-right: 0px;
}


.header-lower {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 0rem;
}

/*
.search-box {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

    .search-box input.search-box-text,
    .search-box .search-box-button {
        height: 4.1rem;
    }*/


/*** NAVIGATION ***/

.header-menu {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: auto;
    text-align: center;
    margin: 0;
    /* box-shadow: 0 0px 20px 0px rgb(0 0 0 / 10%); */
}

.menu-toggle,
.sublist-toggle {
    display: none;
}

.header-menu>ul {
    /* display: block !important; /* prevents toggle display:none on resize */
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-menu>ul.mobile {
    display: none !important;
}

.header-menu>ul>li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}

.header-menu>ul>li>a {
    display: block;
    padding: 18px 20px;
    line-height: 1.5;
    font-size: 1.4rem;
    /*reset zeroing*/
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}

.header-menu>ul>li>a:hover {
    text-decoration: none;
    /* text-shadow: 1px 1px 1px #eee; */
}

.header-menu .sublist {
    display: none;
    position: absolute;
    width: auto;
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    left: 0;
    right: 0;
    top: 57px;
    min-height: 220px;
    transition: opacity 250ms ease-in-out 0s, visibility 250ms ease-in-out 0s;
    border: thin solid rgb(224, 224, 224);
    box-shadow: 0px 0px 15px #888888;
}

.header-menu .sublist li {
    position: relative;
}

.header-menu .sublist li:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #741fa2;
    content: ' ';
}

.header-menu .sublist li:hover {
    background: #fafafa
}

.header-menu ul li:hover>.sublist {
    display: block;
}

.header-menu .sublist .sublist {
    top: -10px;
    left: 100% !important;
}

.mainlist {}

.mainlist li {
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 10px;
}

.mainlist li a {
    text-decoration: none;
    color: #000;
}

/*** FOOTER ***/
.bg-red-footer {
    background: #741fa2;
}

.footer-newsletter {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    margin: auto;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-newsletter .footer-newsletter-title {
    padding: 3rem 0;
    text-align: left;
    font-size: 24px;
    text-align: center;
}

.newsletter {
    max-width: 818px;
    width: 100%;
    position: relative;
}

.newsletter-email {
    display: block;
    overflow: hidden;
    position: relative;
}

.newsletter-email input[type="email"] {
    float: left;
    width: 100%;
    border-radius: 64px;
    height: 5rem;
    margin: 0 -1px 0 0;
    padding-left: 30px;
}

.newsletter-email .newsletter-subscribe-button {
    position: absolute;
    right: 0.5rem;
    border-radius: 3.2rem;
    height: 4rem;
    background-color: #741fa2;
    font-size: 1.6rem;
    top: 0.5rem;
    color: #fff;
    padding: 0 20px;
}

.newsletter .newsletter-result {
    position: absolute;
    top: 58px;
    left: 30px;
    z-index: 1;
    color: red;
}

.footer-upper {
    width: 1440px;
    margin: 0 auto;
    padding: 3rem 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
}

.footer-block .title {
    margin-bottom: 15px;
}

.footer-block .list li {
    margin-bottom: 15px;
}

.footer-bar {
    border-bottom: solid 20px #741fa2;
    text-align: center;
    padding-bottom: 15px;
}

.footerlinks {
    text-align: center;
}

.footerlinks a {
    display: inline-block;
    margin: 0 10px 15px 0px;
}

/*** COLUMN ***/
.home-page {
    padding: 0px 0px 40px 0px;
}

.homeh1 {
    margin: 0px 0px 40px;
    font-size: 3rem;
    text-align: center;
}

.flex-column {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-column .homeitem {
    flex: 0 0 auto;
    margin: 0px 24px 24px 0px;
    width: calc(25% - 18px);
    max-width: 364px;
    position: relative;
    list-style: none;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dedede;
}

.flex-column .homeitem:hover {
    box-shadow: 5px 5px 10px #dedede
}

.flex-column .homeitem:nth-child(4n) {
    margin-right: 0px;
}

.homeitem img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.homeitem a {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.proimg {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.adinfo {
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 22px 12px 22px 16px;
    color: #000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
    min-height: 96px;
}

.adinfo .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
}

.adinfo .price {
    font-size: 18px;
    padding-top: 5px;
    color: #fff
}

.adinfo .price span {
    display: inline-block;
    color: red;
}

.adinfo .price .old-price {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: line-through;
    font-style: italic;
    color: #3f3f3f;
}

.adinfoimg {
    position: absolute;
    top: -52px;
    left: 12px;
    width: 80px;
    height: 60px;
    padding: 0px;
    border-radius: 7px;
    background: rgb(227, 24, 55);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.adinfoimg img {
    display: block;
    max-height: 100%;
    max-width: 80%;
}

.jWNVJs {
    font-size: 2rem;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav {
    height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    position: relative;
}


.nav ul li a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding-right: 18px;
    margin-right: 7px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nav ul li span {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.nav ul li a.arrow {
    right: 0px;
    background-image: url('../img/arrow-right.png');
    background-size: 12px 12px;
    background-position: right center;
    background-repeat: no-repeat;
}


/*	product detail*/
.product-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
}

.product-main .product-image {
    width: 50%;
}

.product-main .product-image img {
    max-width: 600px;
    width: 100%;
}

.product-main .product-attributes {
    flex: 1;
    padding-left: 50px;
}

.product-main .product-attributes .price .price-new {
    color: red;
    font-size: 18px;
}

.product-main .product-attributes .price .price-old {
    text-decoration: line-through;
}

.shipping-bar {
    margin-top: 30px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.time-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    border-radius: 5px;
}

.time-list .time-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.time-list .time-row img {
    width: 22px;
    margin-top: 15px;
    margin-right: 15px;
}

.time-list .handling-time {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}

.time-list .handling-time::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #dedede;
    transform: rotate(45deg) translate(14px, 14px);
    border-top: none;
    border-right: none;
}

.time-list .handling-time .title {
    font-weight: 700;
}

.checkout-buttons {
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.ant-btn.btn-checkout {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    height: auto;
    text-transform: uppercase
}

#order-list-container {
    margin: 0px auto 20px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}

#content-container h2.title {
    margin: 0px 0px 20px 0px;
}

/*Orders*/
#order-list {
    border-collapse: collapse;
    width: 100%;
}

#order-list th,
#order-list td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ccc;
}

#order-list th {
    background-color: #f0f0f0;
}

#order-list tr:hover {
    background-color: #f0f0f0;
}

#order-list td.pending {
    color: #f44336;
}

#order-list td.processing {
    color: #2196f3;
}

#order-list td.cancelled {
    color: #9e9e9e;
}

#order-list td.completed {
    color: #4caf50;
}

#order-list button {
    background-color: #741fa2;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#order-list .btn-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#order-list button:hover {
    background-color: #d32f2f;
}

#order-list td button.cancel-btn {
    background-color: #9e9e9e;
}

#order-list td button.cancel-btn:hover {
    background-color: #757575;
}

#order-list td button.detail-btn {
    background-color: #f43046;
}

#order-list td button.detail-btn:hover {
    background-color: red;
}

/*���������������ݲ���*/

#layout-container {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    width: 1200px;
}

#menu-container {
    width: 220px;
    margin-right: 20px;
}

#menu-container .info {
    margin: 0px 0px 20px 0px;
    border-left: 2px solid #741fa2;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    margin-bottom: 10px;
}

.menu-item a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}

.menu-item.active a {
    background-color: #741fa2;
    color: #fff;
}

#content-container {
    flex: 1;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    min-height: 500px;
}

.content-item {
    display: none;
}

.content-item.active {
    display: block;
}

.content-item h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.search-form {
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.search-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search-row .search-row-left,
.search-row .search-row-right {
    flex: 1;
    margin-right: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Form field styles */
.search-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.search-form input[type="text"],
.search-form select {
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
}


/* Form button styles */
.search-form button {
    background-color: #741fa2;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.search-form button:hover {
    background-color: #741fa0;
}

.personal-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.personal-info li {
    margin-bottom: 30px;
}

.personal-info label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

.personal-info input,
.personal-info textarea {
    border: 1px solid #ccc;
    padding: 8px 5px;
    width: 40%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight:normal;
    line-height:initial
}
    .personal-info textarea{
        width:60%
    }

    .personal-info button {
        background-color: #333;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
    }


.order-container header {
    background-color: #333;
    color: #fff;
    padding: 20px;
}

.order-container h1 {
    margin: 0;
    font-size: 32px;
}

.order-container .order-details {}

.order-container table {
    width: 100%;
    border-collapse: collapse;
}

.order-container th,
td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.order-container th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.order-container .order-totals {
    margin-top: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.order-container .order-totals table {
    width: 300px;
}

.order-container .order-totals th {
    text-align: right;
}

.order-container .order-totals tfoot {
    font-weight: bold;
}

.order-container .detail-box {
    box-shadow: 2px 3px 5px #dedede;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.order-container .detail-box .title {
    margin: 0px 0px 20px 0px;
}

:root {
    --primary-color: #f43046;
    /* 激活蓝 */
    --success-color: #741fa2;
    /* 完成绿 */
    --pending-color: #d9d9d9;
    /* 待处理灰 */
    --text-color: rgba(0, 0, 0, 0.85);
}

.order-stepper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.order-stepper .step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    /* 自动等分空间 */
}

/* 进度连接线 */
.order-stepper .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    /* 圆圈中心高度 */
    left: calc(50% + 20px);
    width: calc(100% - 40px);
    height: 2px;
    background: var(--pending-color);
    z-index: 1;
}

/* 节点圆圈 */
.order-stepper .circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--pending-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: var(--pending-color);
    z-index: 2;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.order-stepper .label {
    font-size: 14px;
    color: #8c8c8c;
    text-align: center;
    transition: all 0.3s ease;
}

/* --- 状态样式 --- */

/* 1. 已完成 (Completed) */
.order-stepper .step.completed .circle {
    background-color: var(--success-color);
    border-color: var(--success-color);
    color: #fff;
}

.order-stepper .step.completed .label {
    color: var(--success-color);
}

.order-stepper .step.completed::after {
    background: var(--success-color);
    /* 连接线变绿 */
}

/* 2. 当前激活 (Active) */
.order-stepper .step.active .circle {
    border-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(24, 144, 255, 0.2);
    /* 呼吸光圈效果 */
    transform: scale(1.1);
}

.order-stepper .step.active .label {
    color: var(--primary-color);
    font-weight: bold;
}


.notification .custom-note {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    /* 固定一行高度 */
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: all 0.3s ease;
    border-left: 4px solid;
    /* 左侧加粗边框突出状态 */
}

/* 消息内容：自动撑开，超出省略 */
.notification .message {
    flex: 1;
    font-size: 14px;
    margin: 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 图标样式 */
.notification .icon {
    font-weight: bold;
    font-size: 16px;
}

/* 关闭按钮 */
.notification .close-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.notification .close-btn:hover {
    color: rgba(0, 0, 0, 0.6);
}

/* --- 成功状态颜色 --- */
.notification .success {
    background-color: #f6ffed;
    border-color: #52c41a;
    color: #389e0d;
}

.notification .success .icon {
    color: #52c41a;
}

/* --- 失败状态颜色 --- */
.notification .failed {
    background-color: #fff2f0;
    border-color: #ff4d4f;
    color: #cf1322;
}

.notification .failed .icon {
    color: #ff4d4f;
}

/*Login ҳ��*/
.main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px;
    background-repeat: no-repeat;
    background-position: 270px 130px;
    background-size: contain;
}


.main-container .login-desc {
    flex: 1;
    line-height: 30px;
    height: 100%;
}

.login-desc .title,
.register .title {
    font-size: 18px;
    font-weight: bold;
}

.login-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 400px;
}

.login-container a {
    color: #fff;
}

.login-container .login-form {
    background-color: rgba(138, 43, 226);
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.login-container h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.login-container .form-group {
    margin-bottom: 20px;
    text-align: left;
}

.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form-group.space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.login-container label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.form-group-inline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.form-group-inline .form-group {
    width: calc(50% - 5px);
}

button[type="submit"] {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #741fa2;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.register {
    width: 50%;
    min-height: 400px
}

.register-describe {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #741fa2;
    padding: 20px;
    border-radius: 5px;
}

.register-describe .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.register-describe ul {
    list-style: decimal;
    margin-left: 20px;
}

.register-describe ul li {
    margin-bottom: 10px;
    line-height: 22px;
}

.register-describe .summary {
    font-weight: 500;
}

.register-form {
    margin-top: 30px;
}

.register-form .form-group {
    display: flex;
    flex-direction: column;
}

.header-cart {
    background: url('/img/cart-icon.png') no-repeat left center;
    background-size: 20px 20px;
    cursor: pointer;
    padding-left: 30px;
}

.header-cart:hover {
    background-size: 24px 24px;
}

.search-box-button:hover {
    background-size: 32px;

}

.header-cart span {
    position: absolute;
    top: 5px;
    left: 12px;
    width: 16px;
    height: 16px;
    background: #f50;
    color: #fff;
    border-radius: 8px;
    font-size: 10px;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header-cart:hover span {
    top: 4px;
    left: 13px;
    width: 17px;
    height: 17px;
    border-radius: 9px
}

.product-attrs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.product-attrs .left {
    width: 30%;
}

.product-attrs .right {
    width: 69%;
}

.product-attrs .right .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-attrs .right .attributes {
    font-size: 14px;
}

.product-attrs .attributes .row-item {
    margin-bottom: 3px;
}

.product-attrs .attributes label {
    margin-bottom: 0px;
    font-weight: 600;
}

.product-attrs .attributes .row-item-column {
    display: flex;
    flex-direction: column;
}

.category-container {
    min-height: 400px;
}

.category-container .category-title {
    padding: 10px 10px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.category-container .category-title h3 {
    margin: 0px;
}

.sub-category-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
    ;
}

.sub-category-list .category-item {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    ;
}

.sub-category-list .category-item img {
    max-width: 300px;
}

.sub-list-container {
    padding: 0px 20px;
}

.sub-list-container-img {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}

.sub-list-container-img img {
    max-width: 200px;
    max-height: 200px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #741fa2;
    border-color: #741fa2
}

.no-data {
    color: #f43046;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no-data span {
    margin-top: 50px;
}

.paypal-container {
    width: 400px;
    margin: auto;
    padding-top: 20px;
}

.paypal-container .item-row {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

.paypal-container .item-row span {
    font-weight: 700;
}

.paypal-button {
    width: 200px;
    margin-top: 20px;
}

.completed-container {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.completed-container .content {
    margin-top: 20px;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.product-details img {
    max-width: 100%;
}

.product-short-desc {
    padding-bottom: 20px;
}

.video-icon {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.m-show {
    display: none;
}

.login-container form-group a {
    color: #fff;
}

.social-media {
    margin-top: 20px;
}

.social-media .twitter-share-button {
    font-weight: 500;
    cursor: pointer;
    background: #741fa2;
    color: #fff;
    box-sizing: border-box;
    height: 28px;
    border-radius: 14px;
    padding: 1px 12px 1px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 85px;
}

.social-media .twitter-share-button i {
    width: 18px;
    height: 18px;
    background: url('../img/icon-twitter.png') no-repeat center center;
    background-size: 18px 18px;
    display: inline-block;
}

.swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
}

.bottom-menu {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: #fff;
    border-top: 1px solid #dedede
}

.bottom-menu .bottom-menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #333;
}

.bottom-menu .bottom-menu-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-menu .bottom-menu-item img {
    width: 30px;
    height: 30px;
}

.action-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.button {
    padding: 10px 20px;
    color: #fff;
    background: #741fa2;
    border-radius: 3px;
    border: 1px solid #741fa2;
}

.button-red {
    background: #f43046;
    border: 1px solid #000;
}

.btn-red {
    background-color: #e4434b;
    border-color: #e4434b;
}

.btn-white {
    background-color: #fff;
    border-color: #dedede;
    color: #333;
}

.announcement,
.admin_bar {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.admin_bar {
    background: #000;
    color: #fff;
}

.announcement img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.announcement a,
.admin_bar a {
    color: #fff;
    font-weight: bold
}

.product-reviews {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
}

.pagination-container {
    text-align: right;
}

.pagination>li>a,
.pagination>li>span {
    color: #741fa0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #741fa0
}

.cate-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-container {
    padding-top: 30px;
}

.continue-with-facebook {
    position: fixed;
    right: 30px;
    top: 30px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #1877f2;
    box-shadow: 1px 2px 8px #dedede;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    z-index: 100;
    padding: 10px 20px;
}

.continue-with-facebook button {
    padding: 5px 20px 5px 10px;
    border: 0px;
    background: #1877f2;
    color: #fff;
    font-size: 16px;
}

.continue-with-facebook .fb-close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -8px;
    top: -8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.continue-with-facebook .fb-close img {
    width: 100%;
}

.footer-social-media {
    margin-bottom: 15px;
}

.footer-social-media .sm-icon {
    width: 30px;
}

.page-search {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 200px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    box-shadow: 3px 3px 10px #dedede;
}

.page-search .p-close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 32px;
    width: 32px;
    z-index: 1;
    cursor: pointer;
}

.page-search {
    display: none;
}

.search-box-container {
    width: 500px;
    height: 50px;
    margin-top: 75px;
    margin-left: calc(50% - 250px);
}

.search-box-container .searchbox-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-box-container .searchbox-detail .input-container {
    padding-left: 25px;
    padding-right: 25px;
    line-height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #000;
    border-radius: 25px;
    flex: 1;
}

.search-box-container .searchbox-detail .input-container input {
    padding: 8px;
    height: 48px;
    width: 100%;
    border: 0px;
    color: #000;
}

.searchbox-detail .btn-search {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #000;
    margin-left: 20px;
    padding: 10px;
    background-image: url('/img/icon-nextstep-white.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    border: 0px;
}

.searchbox-detail .btn-search img {
    max-width: 100%;
}

.mini-menu-left-bar {
    display: none;
    cursor: pointer;
}

.ant-image {
    height: 100%;
}

.ant-image .ant-image-img {
    max-height: 100%;
    max-width: 100%;
}

.cart .coupon-info {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.cart .coupon-info .anticon {
    margin-left: 10px;
}

#spinnerDialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.fb-login-btn {
    background: #1877F2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #fff;
    cursor: pointer;
}

.commonBtn {
    height: 50px;
    border: 0px;
    border-radius: 3px;
    font-size: 18px;
}

.fb-login-btn .fb-login-img {
    margin-left: 20px;
    margin-right: 20px;
}

.fb-login-btn .fb-login-info {
    text-align: center;
    flex: 1;
    padding-right: 30px;
}

