/*animation*/
@keyframes searchBar {
    from {
        width: 77px;
    }

    to {
        width: 150px;
    }
}

@-moz-keyframes searchBar /* Firefox */
{
    from {
        width: 77px;
    }

    to {
        width: 150px;
    }
}

@-webkit-keyframes searchBar /* Safari 和 Chrome */
{
    from {
        width: 77px;
    }

    to {
        width: 150px;
    }
}

@-o-keyframes searchBar /* Opera */
{
    from {
        width: 77px;
    }

    to {
        width: 150px;
    }
}

strong, th {
    font-weight: 500;
}

.site_top::after {
    content:"";
    clear:both;
    height:0px;
    display:block;
}

.site_top img {
    width: 100%;
    max-width: 100%;
    float: left;
}

    .site_top_content {
        width: 1200px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.site_top .site_top_price {
    color: #fff600
}

.site_top_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.shop_now {
    width: 130px;
    background: #ff9600;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    height: 33px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    margin-left: 20px;
}

.highlight {
    color: #d0a478;
    font-weight: 500;
}

.bolder {
    font-weight: 500;
}

/*header-upper*/
.header-upper {
    height: 37px;
}

.header-upper-container {
    width: 1200px;
    margin: auto;
}

.currency-selector {
    text-align: left;
}

.currency-container {
    display: inline-block;
    position: relative;
}

    .currency-container img.country-flag {
        height: 32px;
        float: left;
        margin-right: 5px;
    }

.currency-list {
    background: #fff;
    color: #000;
    position: absolute;
    left: -10px;
    top: 37px;
    border: 1px solid #dedede;
    border-top: 0;
    display: none;
}

    .currency-selector-title {
        height: 37px;
        line-height: 37px;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-weight: 500;
    }

        .currency-selector-title span {
            margin-top: 2px;
        }

.currency-list .currency-item {
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: 500;
}

    .currency-list .currency-item:hover {
        background: #ffb400;
        color: #fff;
    }

    .currency-list .currency-item span {
        margin-top: 2px;
    }

/*Language*/
.language-selector select {
    background: #000;
    color: #fff;
    border-radius: 5px;
}

    .language-selector select:focus,
    .language-selector select:active {
        background: #000;
        color: #fff;
    }


.header-selector-right {
    float: right;
    height: 37px;
    line-height: 37px;
}

    .header-selector-right a {
        text-transform: uppercase;
    }

        .header-selector-right a.track-order {
            display: inline-block;
            padding-left: 20px;
            background: url("../images/tracking-icon.png") no-repeat left center;
        }
        .header-selector-right a.contact-us {
            padding-left: 20px;
            background: url("../images/contactus-icon.png") no-repeat left center;
        }
a.ico-account {
    background: url('../images/orders-icon.png') left center no-repeat;
    padding: 1px 0 0 25px;
    background-size:20px 20px;
}
#topcartlink a{
    position:relative;
}
a span.cart-qty {
    position: absolute;
    left: 12px;
    top: 6px;
    line-height: 10px;
    border-radius: 50%;
    background: #ffb400;
    color: #fff;
    padding: 2px 2px;
    font-size: 10px;
    min-width: 13px;
    text-align: center;
}

.header-lower-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    margin: auto;
    width: 1200px;
}

    .header-lower-container .header-lower-left,
    .header-lower-container .header-logo,
    .header-lower-container .header-lower-right {
        flex: 1
    }
.header-logo{
    padding-left:20px;
    text-align:left;
    flex:1;
}
.header-menu > ul{
    flex:auto;
}
.header-lower-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    flex: 1;
}
.currency-selector{
    padding-right:18px;
}
.currency-selector-title span {
    color: #fff;
}
    .currency-selector-title span:hover {
        color: #ffb400;
    }

    .header-links a, .header-links span {
        color: #fff
    }

.homepage .master-wrapper-content {
    width: 100%;
}

.banner img {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
}

.content-banner{
    display:none;
}

.aboutuspage .content-banner {
    background: url('../images/about-us-bg.png') no-repeat center 100%;
    width: 100%;
    height: 499px;
    display: block;
}
.contactuspage .content-banner {
    background: url('../images/contactus-bg.jpg') no-repeat center 100%;
    width: 100%;
    height: 399px;
    display: block;
}
/*how to order steps*/

.how-to-steps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    text-align: center;
}

    .how-to-steps .step {
        width: 150px;
        font-size:24px;
    }

        .how-to-steps .step img {
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
        }

        .how-to-steps .step h3 {
            font-size: 14px;
            font-weight: normal;
        }
.crystals-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
    flex-wrap: wrap;
    max-width: 1350px;
    margin: auto;
    margin-top: 60px;
    padding-bottom:70px;
}

    .crystals-list .crystal-type {
        width: 247px;
        height: 247px;
        border-radius: 50px;
        overflow: hidden;
        position: relative;
    }

    .crystals-list .crystal-icon {
        width: 247px;
        height: 247px;
        object-fit: cover;
    }
    .crystals-list .crystal-type div {
        position: absolute;
        bottom: 0px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        word-break: break-word;
        color: #fff;
        width:100%;
        border-radius:30px;
        z-index:1;
        background:linear-gradient(to bottom,rgba(233,217,217,0),rgba(18,18,18,1));
    }
/*featured-categories*/
.featured_category {
    padding-bottom: 10px;
    background:#f7f7f7;
}

.featured_category_container {
    max-width: 100%;
    width: 1600px;
    margin: auto;
}

.featured_category .featured_category_title,
.new_arrival .featured_category_title {
    padding: 40px 0px 30px 0;
    font-size: 36px;
    color: #000;
    text-align: center;
}

.featured_category_row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .featured_category_row:last-child {
        margin-bottom: 0px;
    }

.crystals-featured-products .featured_category {
    background: #fff;
}
.crystals-video{
    display:flex;
    flex-direction:column;
    flex:1;
    justify-content:center;
    align-items:center;
    background:#2c3034;
    font-weight:normal;
    padding:30px;
}
    .crystals-video .crystals-video-title {
        font-size:45px;
        color:#fff;
        padding-bottom:10px;
    }
        .crystals-video .crystals-video-desc{
            font-size:18px;
            color:#ffffff;
            padding-bottom:20px;
            width:625px;
            text-align:center;
        }
.swiper {
    width: 100%;
    height: 508px;
    margin:auto;
}
    .swiper .swiper-wrapper {
        height: 350px;
        margin-top:79px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        flex-direction:column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 385px;
        height: 100%;
        border: 1px solid #dedede;
        box-shadow: 2px 5px 8px #bfbfbf;
        border-radius: 5px;
        padding:20px;
    }
    .gallery .swiper-slide img{
        max-width:100%;
    }
.swiper .swiper-button-prev {
    left: calc(50% - 744px);
    background-image: url('/images/arrow-left.png');
    background-repeat: no-repeat;
    background-size: 56px 56px;
    width: 56px;
    height: 56px;
}
.swiper-button-prev:after, .swiper-button-next:after{
    font-size:0px !important;
}
.swiper .swiper-button-next {
    left: calc(50% + 744px);
    background-image: url('/images/arrow-right.png');
    background-size: 56px 56px;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
}
.review-block-head img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.review-block-name{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    padding:15px 0px;
    color:#000;
}
    .review-block-name label{
        display:inline-block;
        margin-right:15px;
    }
    .review-block-content {
        font-size: 16px;
        color: #212121;
        text-align: left;
        line-height: 26px;
    }
.text-limit-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* 限制最多显示 8 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Follow Us*/
.custom-follow-us {
    background: #fff;
}

.custom-follow-us-container {
    width: 1200px;
    margin: auto;
}

.custom-follow-us-title {
    text-align: center;
    position: relative;
    font-size: 46px;
    color: #000;
    padding: 65px 0px 35px 0px;
}

    .custom-follow-us-title span::before,
    .custom-follow-us-title span::after {
        position: absolute;
        top: calc(50% + 18px);
        height: 1px;
        content: "";
        background: #dcdcdc;
    }

    .custom-follow-us-title span::before {
        left: 0;
        right: calc(50% + 150px);
    }

    .custom-follow-us-title span::after {
        right: 0;
        left: calc(50% + 150px);
    }

.custom-follow-review {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 65px 60px 15px 45px;
    position: relative;
    margin-top: 25px;
}

.review-quote {
    position: absolute;
    left: 45px;
    top: -25px;
}

.customer-review-content {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.review-footer {
    color: #282525;
    margin-top: 20px;
    margin-bottom: 10px;
}

.review-view-all {
    position: absolute;
    right: 60px;
    bottom: 15px;
    color: #282525;
}
.crystals-reviews{
    background:#fff;
    height:615px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
    .crystals-reviews .review-title{
        font-size:36px;
        color:#000;
        margin-top:75px;
    }
    .footer {
        background-color: #161a1d;
    }
.footer-newsletter {
    width: 1600px;
    max-width:100%;
    margin: auto;
    color: #fff;
}

    .footer-newsletter .footer-newsletter-title {
        padding: 30px 0px 10px;
        text-align: left;
        font-size: 24px;
    }

.footer-bar {
    text-align: center;
    background: #fff;
    padding: 20px 0;
}

    .footer-bar .footer-bar-copy {
        color: #666;
        text-align: center;
    }

/*Shopping Cart*/
body.main-cart {
    background: #eff1f1;
}

    body.main-cart .header {
        background: #fff;
    }

.cart-processing {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
}

    .cart-processing span {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
    }

    .cart-processing .step {
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cart-processing .step-1 {
        background: url("../images/process-1.png") no-repeat 100% 100%;
        width: 33%;
        height: 70px;
        background-position: center left;
        background-size: contain;
    }

        .cart-processing .step-1 span {
            background: url("../images/cart_red.png") no-repeat left center;
        }

            .cart-processing .step-1 span.selected {
                color: #202124;
                font-weight: 500;
                background-image: url("../images/cart_red.png")
            }

    .cart-processing .step-2 {
        background: url("../images/process-2.png") no-repeat 100% 100%;
        width: 34%;
        height: 70px;
        margin-left: -1%;
        background-position: center left;
        background-size: contain;
    }

        .cart-processing .step-2 span {
            background: url("../images/cart-icon-2.png") no-repeat left center;
        }

            .cart-processing .step-2 span.selected {
                color: #1e1e22;
                font-weight: 500;
                background-image: url("../images/cart-icon-2.png")
            }

    .cart-processing .step-3 {
        background: url("../images/process-3.png") no-repeat 100% 100%;
        width: 35%;
        height: 70px;
        margin-left: -1%;
        background-position: center left;
        background-size: contain
    }

        .cart-processing .step-3 span {
            background: url("../images/cart-icon-3.png") no-repeat left center;
        }

            .cart-processing .step-3 span.selected {
                color: #1e1e22;
                font-weight: 500;
                background-image: url("../images/cart-icon-3.png")
            }

body.categorypage .master-wrapper-content,
body.onsale-page .master-wrapper-content {
    width: 100%;
}

    body.categorypage .master-wrapper-content .breadcrumb,
    body.onsale-page .master-wrapper-content .breadcrumb,
    body.categorypage .master-wrapper-content .master-column-wrapper,
    body.onsale-page .master-wrapper-content .master-column-wrapper {
        width: 1200px;
        margin: auto;
    }

.full-desc-title {
    font-size: 32px;
    margin: 20px 0;
    text-align: left;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.span_nr {
    width: 120px;
    height: 28px;
    border-radius: 2px;
    border: solid 1px #ddd;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
}

    .span_nr .em_sub {
        height: 26px;
        width: 32px;
        display: block;
        cursor: pointer;
        float: left;
        text-align: center;
        line-height: 26px;
        background-color: #F9F7F8;
        border-right: solid 1px #ddd;
        font-size: 18px;
    }

    .span_nr .em_add {
        height: 26px;
        width: 32px;
        display: block;
        cursor: pointer;
        float: right;
        text-align: center;
        line-height: 26px;
        font-size: 18px;
        background-color: #F9F7F8;
        border-left: solid 1px #ddd;
        font-style: normal;
    }

    .span_nr .qty-input {
        width: 100%;
        display: block;
        float: left;
        line-height: 25px;
        border: 0;
        margin: 1px 0;
        height: 25px;
        padding: 0;
        text-align: center;
    }

body.customer-info {
    background: #eff1f1;
}



.listbox .customer-info a {
    background: url("../images/info-icon.png?v=1.1") no-repeat 25px center
}

.listbox .customer-addresses a {
    background: url("../images/location-icon.png?v=1.1") no-repeat 25px center
}

.listbox .customer-orders a {
    background: url("../images/orderinfo-icon.png?v=1.1") no-repeat 25px center
}

.listbox .change-password a {
    background: url("../images/change-pass-icon.png?v=1.1") no-repeat 25px center
}

.listbox .log-out a {
    background: url("../images/logout.png?v=1.1") no-repeat 25px center;
}

.customerinfo-myaccount {
    padding: 30px 40px 20px 40px;
    font-size: 24px;
}
    .customerinfo-myaccount span {
        display: inline-block;
        padding-left: 25px;
        border-left: 5px solid #ffb400;
        text-transform: capitalize;
    }
    .customerinfo-breadcrumb {
        height: 65px;
        line-height: 65px;
        font-size: 14px;
        color: #929292
    }

    .customerinfo-breadcrumb span {
        color: #4c4c5a;
    }

.customerinfo-breadcrumb-title {
    margin-left: 40px;
    margin-right: 40px;
    border-bottom: 1px solid #dcdcdc;
    color: #131212;
    font-size: 20px;
    padding: 20px 0px;
}

.form-fields {
    background: #fff;
}

.address-list-page .a-item {
    padding: 40px;
}

.addressitem {
    width: 370px;
    float: left;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    border: 1px solid #000;
    border-radius: 5px;
}

.newaddress {
    width: 370px;
    height: 156px;
    float: left;
    text-align: center;
    font-size: 13px;
    color: #c1c1c1;
    cursor: pointer;
    border: 1px solid #dcdcdc;
}

    .newaddress i {
        margin-top: 35px;
        font-size: 20px;
        position:relative;
    }
    .newaddress span{
        width:44px;
        height:44px;
        display:inline-block;
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
    }

.addressname {
    font-size: 18px;
    font-weight: normal;
    color: #191b1b;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 16px;
}

    .addressname span {
        color: #6e6e6e;
        font-size: 14px;
        font-weight: normal;
    }

.address-delete {
    float: right;
    cursor: pointer
}

.addressinfo {
    color: #000;
    font-size: 14px;
    padding: 16px;
    line-height: 20px;
    overflow: hidden;
}

.clearfix::after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
}

.order-list-page .no-data {
    padding: 40px;
    text-align: center;
    font-size: 18px;
}

.order-list-page .order-list {
    padding: 15px 40px;
}

.order-list .order-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.order-head .order-item {
    height: 35px;
    background: #eeeeee;
}

.order-body .order-item {
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
}

span.status {
    display: inline-block;
    width: 88px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    color: #fff
}

.status-pending {
    background-color: #f39c12;
}

.status-processing {
    background-color: #00c0ef;
}

.status-complete {
    background-color: #00a65a;
}

.status-cancelled {
    background-color: #dd4b39;
}

.th-1 {
    flex: 1;
    padding: 0px 10px;
}

.th-2 {
    flex: 2;
    padding: 0px 10px;
}

.th-1_5 {
    flex: 1.5;
    padding: 0px 10px;
}

.text-center {
    text-align: center
}

body.loginpage .master-wrapper-content,
body.orderdetailpage .master-wrapper-content {
    width: 100%;
}

body.loginpage .page,
body.orderdetailpage .order-details-page .page-body {
    width: 1200px;
    margin: auto;
}
.center-1 {
    margin: 0px;
}
.order-overview-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.order-detail-b-s, .order-review-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
}

.shipping-info-wrap,
.billing-info-wrap {
    margin: 20px 0 0;
    width: 48%;
    border: 1px solid #ddd;
}

    .shipping-info-wrap .shipping-info .title,
    .billing-info-wrap .billing-info .title {
        border-bottom: 1px solid #ddd;
        height: 58px;
        line-height: 58px;
    }

        .shipping-info-wrap .shipping-info .title strong,
        .billing-info-wrap .billing-info .title strong {
            font-size: 20px;
            margin-left: 25px;
        }

    .shipping-info-wrap .info-list,
    .billing-info-wrap .info-list {
        padding: 10px 25px;
    }

.login-container {
    width: 505px;
}

.inputs .login-button {
    width: 100%;
    background: #000;
    border:1px solid #000;
}
    .inputs .login-button:hover {
        background: #852688;
        border: 1px solid #252123
    }

    .login-container .rememberme {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

.login-right-container {
    margin-left: 60px;
    width: 525px;
}

    .login-right-container .buttons{
        text-align:left;
    }
.inputs.submit-container{
    margin-bottom:20px;
}

.register-container {
    width: 760px;
    border: 1px solid #707070;
    margin: auto;
}

    .register-container .form-fields {
        padding: 45px 85px 60px 85px;
    }

    .register-container .inputs input[type="text"],
    .register-container .inputs input[type="email"],
    .register-container .inputs input[type="tel"],
    .register-container .inputs input[type="password"],
    .register-container .inputs select {
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-color: #707070;
        width: 100%;
        font-size: 20px;
        color: #a2a2a2;
        padding-left: 0px;
    }

.registration-page .register-container .button-1 {
    width: 100%;
    border: 0px;
    background: #000
}

.registration-result-page .button-1 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 180px;
    border: 0px;
}

.inputs.submitbuttons {
    margin-top: 65px;
    margin-bottom: 0px;
}

.register-container .title {
    text-align: left;
    padding: 45px 85px 0px 85px;
    color: #100f0f;
    margin: 0px;
}

    .register-container .title strong {
        font-size: 32px;
    }

    .register-container .title .subtitle {
        margin-top: 30px;
    }
        .register-container .title .subtitle a{
            font-weight:normal;
        }

        .register-container .field-validation-error {
            text-align: left;
        }

.ico-login {
    background: url(../images/my-icon.png) left center no-repeat;
    padding: 1px 0 0 33px;
    background-size:28px 20px
}

.search-bar{
    height:45px;
}
input.search {
    border: 0px;
    float: left;
    cursor: pointer;
    padding-left: 25px;
    padding-right:0px;
    background: url(../images/my-search.png) left center no-repeat;
    width:0px;
    height: 45px;
    border-radius: 0px;
}
input.search.onfocus{
    animation:searchBar 0.1s linear;
    width:150px;
    border-bottom:1px solid #000;  
}
.search-sp {
    color: #000;
    cursor: pointer;
    flex: 1;
    display:flex;
    height: 45px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.header-lower-right > div.my-select {
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    margin-right: 10px;
    width:100px;
}

.header-lower-right .my-select-title::after {
    position: absolute;
    right: 5px;
    top: 11px;
    z-index: 1;
    content: '';
    width: 10px;
    height: 5px;
    cursor: pointer;
    background: url(../images/dropdown-icon.png) right center no-repeat;
}

.my-select .my-select-title {
    text-align: left;
    cursor: pointer;
}

.feature_block {
    position: relative;
    height:314px;
}

    .feature_block:hover .feature_mask,
    .feature_block:hover .feature_shop {
        display: block;
    }

    .feature_block .feature_shop,
    .feature_block .feature_mask {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .feature_block .feature_mask {
        background: #000;
        opacity: 0.3;
        z-index: 2;
        display: none;
    }

    .feature_block .feature_shop {
        z-index: 3;
        left: 0;
        right: 0;
        text-align: center;
        display: none;
        top: 180px;
    }

        .feature_block .feature_shop a {
            padding: 10px 10px;
            text-align: center;
            color: #000;
            background: #fff;
            font-size: 13px;
            border: 1px solid #fff;
            display: block;
            margin: auto;
        }

    .feature_block .feature_title {
        position: absolute;
        left: 0;
        right: 0;
        top: 125px;
        font-size: 36px;
        color: #fff;
        z-index: 1;
        text-align: center;
    }

    .feature_block:hover .feature_title {
        z-index: 3;
    }

    .feature_block .title_3 {
        top: 128px;
        text-align: left;
        padding-left: 45px;
    }

    .feature_block .feature_shop.a_3 {
        left: 70px;
        right: unset;
    }

    .feature_block .title_4 {
        top: 120px;
        text-align: right;
        padding-right: 170px;
    }

    .feature_block .feature_shop.a_4 {
        right: 200px;
        left:unset
    }

    .feature_block .title_8 {
        top: 128px;
        text-align: left;
        padding-left: 310px;
    }

    .feature_block .feature_shop.a_8 {
        left: 310px;
        right: unset;
    }

    .feature_block .title_nl {
        top: 128px;
        text-align: left;
        padding-left: 80px;
    }

    .feature_block .feature_shop.a_nl {
        left: 80px;
        right: unset;
    }

    .feature_block .title_crystal {
        top: 128px;
        text-align: left;
        padding-left: 60px;
    }

    .feature_block .feature_shop.a_crystal {
        left: 60px;
        right: unset;
    }

.social_share {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
    .social_share .social_share_item{
        margin-right: 16px;
    }

        .social_share .social_share_item img {
            width: 30px;
        }

::-webkit-input-placeholder { /* WebKit browsers */
    color: #d1d1d1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d1d1d1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d1d1d1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #d1d1d1;
}

.category-page .item-box .product-box-add-to-cart-button{
    display:none;
}
.category-page .item-box .buttons{
    min-height:40px;
}
.category-page .item-box:hover .product-box-add-to-cart-button {
    display: block;
}
.payment-method-status{
    position:relative;
}
.payment-method-submit {
}
    .payment-method-submit .re-order-button {
        border: none;
        background-color: #d0a478;
        padding: 8px 20px;
        text-align: center;
        color: #fff;
    }

.header-menu .sub-list-container {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative ;
    padding-bottom:20px;
}

    .header-menu .sub-list-container ul {
        margin-right: 50px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap:wrap;
    }

    .header-menu .sub-list-container h3 {
        font-size: 0px;
        font-weight: 500;
        margin-top: 10px;
    }
.sub-list-infos{
    width:calc(100% - 300px)
}
.sub-list-infos li {
    width: 250px;
    padding-right: 30px;
    margin-right: 30px;
    font-size: 16px;
    color: #202124;
    margin-top: 10px;
    background: url(../images/pointer.png) no-repeat 230px 5px;
    min-height: 30px;
    line-height: 30px;
}
    .sub-list-infos li > a {
        font-size: 16px;
        font-weight: 500;
    }
    .sub-list-infos a li:hover {
        color: #852688;
    }
.third-level > div {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #333;
}
    .third-level > div a:hover {
        color: #852688;
    }
    .sub-list-container .img-right {
        position: absolute;
        right: 0px;
        top: 15px;display:none;
    }
        .sub-list-container .img-right img {
            max-width: 300px;
            max-height: 185px;
            border-radius: 3px;
        }

.right-tools {
    position: fixed;
    right: 30px;
    bottom: 128px;
    z-index: 99;
}
.right-tools>div{
    cursor:pointer
}
.tool-describe {
    position: absolute;
    right: 80px;
    bottom: 80px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    width: 385px;
    z-index:999;
    text-align:center;
    padding:0px 8px;
    box-sizing:border-box;
    font-size:16px;
    display:none;
}
.tool-logo{
    margin-top:35px;
}
    .tool-logo img{
        max-width:300px;
    }
    .tool-title {
        font-size: 16px;
        color: #000000;
        padding-top: 15px;
    }
.tool-subtitle {
    font-size: 13px;
    color: #636363;
    padding-top: 5px;
    line-height: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom:20px;
}
.tool-item {
    margin: 20px 40px 0px 40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom:20px;
}
    .tool-item:last-child {
        border-bottom: 0px;
    }
    .tool-item::after {
        display: block;
        clear: both;
        height: 1px;
        content: "";
    }
    .tool-item .tool-item-left {
        width: 75px;
        text-align: center;
        height: 100%;
        float:left;
        /*padding-top:10px;*/
    }
        .tool-item  .first {
            color: #000000;
        }
    .tool-item .second {
        color: #000000;
        font-size:13px;
    }

        .tool-item .tool-item-right {
            text-align: left;
            padding-left: 75px;
        }

.tool-describe .close{
    position:absolute;
    right:20px;
    top:20px;
    cursor:pointer;
}

/*product detail page attributes*/
.overview a {
    color: #d0a478;
    font-weight: 500;
}
.attributes {
}

    .attributes dl {
        overflow: hidden;
    }

    .attributes dt,
    .attribute-label {
        display: block;
        margin: 0 0 5px;
        color: #202124;
        font-size: 18px;
        font-weight: 500;
    }
    .category-block .category-block-title
    .attribute-data,
    .attributes li {
        margin: 0 0 5px;
    }
    .attributes dd {
        margin-bottom: 30px;
    }
    .attributes .option-list {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .attributes .option-list::after {
        clear: both;
        height: 1px;
        content: "";
        display: block;
    }
.attributes .option-list input[type="radio"], .attributes .option-list input[type="checkbox"].bundles_notused {
    display: none;
}

    .attributes .option-list li {
        margin-right: 8px;
        width: auto;
    }

        .attributes .option-list li.has-price {
            margin-right: 0px;
            width: 100%;
        }

    .attributes .option-list img {
        max-width: 30px;
        max-height: 30px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .attributes .option-list label.labelforradio, .attributes .option-list label.labelforradioimg {
        width: 100%;
        white-space: nowrap;
        border: solid 2px #ddd;
        border-radius: 3px;
        padding: 3px 10px;
        cursor: pointer;
        margin: 2px 0px;
        line-height: 30px;
        min-width: 50px;
        text-align: left;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .attributes .option-list label.labelforradioimg {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0px;
        height: 98%;
    }

    .attributes .option-list label.labelforradio span {
        white-space: normal;
        text-align: center;
        width: 100%;
    }

    .attributes .option-list label.labelforradioimg span {
        width: 100px;
        white-space: normal;
        text-align: center;
        line-height: 20px;
        margin: 5px 0;
    }

    .attributes .option-list .has-price label.labelforradio span {
        white-space: normal;
        text-align: initial;
        width: auto;
    }

    .attributes .option-list label.labelforradioimg img {
        max-width: 100px;
        max-height: 100px;
        margin-right: 0px;
    }

        .attributes .option-list label.labelforradio:hover, .attributes .option-list label.labelforradio.selected,
        .attributes .option-list label.labelforradioimg:hover, .attributes .option-list label.labelforradioimg.selected {
            border: solid 2px #d0a478;
        }

.attributes .attribute-description {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #333;
    margin: 5px 0;
}
.mightyoulike .item-box{
    text-align:center
}
.mightyoulike .name {
    height: 50px;
    overflow: hidden;
}


/*Common Pages*/
.common-left-part {
    width: 100%;
    box-sizing:border-box;
    font-size: 18px;
}
    .common-left-part .common-title {
        color: #272424;
        font-weight: 500;
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
        text-transform:uppercase;
    }
    .common-left-part .common-menu {
        margin: 0;
        padding: 20px 0px 0px 0px;
    }
    .common-left-part ul li {
        padding-bottom: 20px;
    }
        .common-left-part ul li:last-child {
            border-bottom: 1px solid #e5e5e5;
        }
        .common-left-part ul li a {
            color: #131212;
        }
.commonpage .header-menu {
    border-bottom: 0px;
}
.commonpage .master-column-wrapper{
    padding-top:20px;
}
.commonpage .side-2 {
    padding: 0px;
}
.commonpage .center-2{
    padding-left:20px;
}
.commonpage .topic-page .page-title,
.commonpage .contact-page .page-title {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    min-height: initial;
    padding-bottom: 20px;
}
.commonpage .topic-page h1,
.commonpage .page-title h1 {
    font-size: 20px;
    font-weight: 500;
}
.commonpage .topic-page .page-body {
    padding-top: 20px;
}

.quantity-container{
    background:url('../images/add-minuse.png') no-repeat center center;
    width:173px;
    height:54px;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    margin-top:20px;
    cursor:pointer
}
.quantity-container span{
    height:54px;
    width:57px;
}
    .quantity-container input{
        border:0px;
        text-align:center;
        height:54px;
        line-height:54px;
        flex:1
    }

.topic-page h3 {
    margin: 20px 0px 20px 0px;
    font-size: 24px;
    font-weight: 500;
}
.topic-page b {
    font-size: 16px;
    font-weight: 500;
}
.faq-item{
    background:#fff;
    box-shadow:0 0 10px #dedede;
    padding:30px 40px;
    margin-bottom:20px;
}
.faq-item-title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    position: relative;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}
    .faq-item-title::after{
        content:"";
        background:url('../images/add-circle.png') no-repeat;
        background-size:32px 32px;
        position:absolute;
        right:0px;
        top:0px;
        width:32px;
        height:32px;
        cursor:pointer
    }
.faq-item-content {
    display: none;
    font-size: 14px;
}
.faq-item-select .faq-item-content {
    display: block;
}
.faq-item-select .faq-item-title::after {
    content: "";
    background: url('../images/minuse-circle.png') no-repeat;
    background-size: 32px 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.aboutus h1 {
    font-size: 36px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 60px 0px;
}
.aboutus .aboutus-row{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}
    .aboutus .aboutus-row .aboutus-row-left, 
    .aboutus .aboutus-row .aboutus-row-right{
        flex:1;
    }
        .aboutus .aboutus-row .aboutus-row-left .img-container {
            text-align: left;
        }
        .aboutus .aboutus-row .aboutus-row-right .img-container {
            text-align: right;
        }
        .aboutus .aboutus-row .content-container {
            text-align: center;
            padding:0px 55px;
        }

.contact-page .processing {
    width: 1200px;
    background: #d0a478;
    height: 186px;
    position: absolute;
    top: -95px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.contact-page{
    padding-top:90px;
}
   
    .contact-page .processing .process {
        color: #fff;
    }
    .contact-page .process-right-main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex: 1;
    }
    .contact-page .process-right-main .process-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        height:93px;
        width:100%;
    }
    .contact-page .processing .process-1{
        font-size:24px;
        text-align:center;
    }
    .contact-page .processing .process-2,
    .contact-page .processing .process-3,
    .contact-page .processing .process-4,
    .contact-page .processing .process-5,
    .contact-page .processing .process-6 {
        display: flex;
        flex-direction: row;
        align-items: center;
        width:33%
    }
    .contact-page .processing .process-4 {
        justify-content: flex-start;
    }
        .contact-page .processing .process img {
            margin-right: 22px;
            height:31px;
            width:41px
        }
            .contact-page .processing .process img.img48 {
                width: 48px;
                height: 48px;
                margin-right: 14px
            }
    .contact-page .processing .process-info{
        font-size:18px;
        margin-right:22px;
        flex:1
    }
        .contact-page .processing .stick {
            width: 2px;
            background: #fff;
            height: 45px;
            margin-right:20px;
        }

    .contact-page .result {
        text-align: center;
        line-height: 30px;
        margin: 80px 0;
        color: #852688;
        font-size: 16px;
    }

.form-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 80px;
}

.form-container .form-right{
    width:29.58%;
    min-height:200px;
    padding-left:70px;

}
    .form-container .form-left{
        flex:1;
    }
.tracking-form {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 30px;
}
    .tracking-form div {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .tracking-form input {
        height: 40px;
        line-height: 40px;
        border: none;
        border-radius: 5px;
        width: 100%;
        background: #d0a478;
        color: #fff;
    }

.form-container .form-fields{
    padding:0px;
}
.form-container .inputs{
    position:relative;
}
/*.form-container .inputs{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
}*/
    .form-container .inputs.row-focus label {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        top:10px;
        transition: all 0.15s ease-in;
    }
    .form-container .inputs label {
        font-size: 20px;
        color: #191817;
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        line-height: 60px;
        text-align: left;
        padding-left:20px;
        cursor:pointer;
        z-index: 1
    }

    .form-container .inputs .input-item {
        width: 100%;
        background: #f8f8f8;
        min-height: 60px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        position: relative;
    }
    .form-container .inputs.row-error .input-item{
        border:1px solid #852688;
    }
        .form-container .inputs.row-error .input-item::after {
            width: 22px;
            height: 22px;
            position: absolute;
            background: url('../images/error-icon.png') no-repeat center center;
            right: 10px;
            top: calc(50% - 11px);
            z-index: 1;
            content: ''
        }

.form-container .error {
    display: none;
    color: red;
    padding: 3px 0px;
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.inputs.row-error .error {
    display: block;
}

.form-container .inputs.row-focus input[type="text"],
.form-container .inputs.row-focus input[type="email"],
.form-container .inputs.row-focus select,
.form-container .inputs.row-focus textarea {
    opacity: 1;
}
.inputs .input-item input[type="text"],
.inputs .input-item input[type="email"],
.form-container .inputs select,
.inputs .input-item textarea {
    height: 60px;
    box-sizing: border-box;
    background: none;
    border: 0px;
    width: 100%;
    padding: 30px 20px 0px 20px;
    opacity: 0;
}
    .inputs .input-item textarea{
        padding-left:20px;
        padding-top:0px;
        min-height:60px;
        height:auto;
        margin-top:30px;
    }

.form-container input[type="submit"] {
    width: 320px;
    height: 58px;
    font-size: 20px;
    background: #d0a478;
}
        .form-container input[type="submit"]:hover {
            background: #d0a478;
        }

.trackingpage .master-wrapper-content{
    width:100%;
}
.trackingpage .center-1{
    margin:0px;
}
.trackingpage .contact-page {
    padding: 0px;
}
.tracking-bg {
    background: url('../images/tracking-bg.jpg') no-repeat center 100%;
    width: 100%;
    height: 725px;
    display: block;
}
.tracking-page-form {
    width: 760px;
    margin: auto;
    padding-top: 190px;
}
.tracking-page-form .tracking-title {
    font-size: 42px;
    color: #fff;
    padding-bottom: 40px;
    text-align: center
}
.tracking-form-row input[type='text'],
.tracking-form-row input[type='submit']{
    padding-left:30px;
    padding-right:30px;
}

.tracking-form-row input[type='text'],
.tracking-form-row input[type='submit'],
.tracking-form-row input[type='email'] {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    font-size: 16px;
}
.tracking-form-row .tracking-btn{
    background:#d0a478;
    color:#fff;
    border:0px;
    font-size:20px;
 }


/*登录*/
.register-page-new,
.login-page-new {
    width: 800px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}
.register-page-new {
    padding-top: 40px;
}
    .login-left,
    .login-right {
        flex: 1;
    }

.register-left{
    width:370px;
}
.register-right {
    padding-top: 124px;
    flex:1;
}
.register-right .right-container{
    padding-left:60px;
}

.register-left .register-title {
    font-size: 36px;
    color: #26252b;
    margin-bottom: 30px;
}
        .register-left .form-title {
            font-size: 24px;
            color: #949494;
            margin-bottom:20px;
        }

    .login-left .login-title{
        font-size: 26px;
        color: #26252b;
        padding-bottom:28px;
    }
    .login-left .form-title {
        font-size: 24px;
        padding-bottom: 15px;
        color: #26252b;
    }
    .login-left .login-form {
        border: 1px solid #e5e5e5;
        padding:40px 50px;
        border-radius:5px;
    }
.register-item,
.login-item {
    margin-bottom: 15px;
    position: relative;
}
    .register-item .error,
    .login-item .error {
        display: none;
        color: rgb(221, 29, 29);
        padding: 3px 0px;
    }


.register-form-row,
.login-form-row {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
}
.register-item label,
.login-item label {
    padding-top: 12px;
    padding-left: 20px;
    font-size: 18px;
    transition: all 0.15s ease-in;
    display: block;
    position: absolute;
    z-index:2
}
.register-form-row input,
.login-form-row input {
    border: 0px;
    width: 100%;
    padding-top: 35px;
    padding-left: 20px;
    opacity:0
}
.register-item.row-focus label,
.login-item.row-focus label {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.register-item.row-focus input,
.login-item.row-focus input {
    opacity: 1
}
.register-item.row-error .register-form-row,
    .login-item.row-error .login-form-row {
        border-color:rgb(221, 29, 29);
        position:relative;
    }
    /*.register-item.row-error .register-form-row::after,
    .login-item.row-error .login-form-row::after{
        width:22px;
        height:22px;
        position:absolute;
        background:url('../images/error-icon.png') no-repeat center center;
        right:10px;
        top:calc(50% - 11px);
        z-index:1;
        content:''
    }*/
.register-item.row-error .error,
.login-item.row-error .error {
    display: block;
}
.forgot-pass a {
    color: #1c4f9d;
}
.forgot-pass {
    margin-bottom: 20px;
}
.commonBtn {
    height: 50px;
    border: 0px;
    border-radius: 3px;
    font-size: 18px;
}
.form-button .login-btn {
    width: 100%;
    background: #d0a478;
    color: #fff;
}
.register-form .form-button .login-btn{
    width:100%;
}

.login-right .right-container {
    padding-left: 70px;
    padding-top: 70px;
}

.right-container .right-title {
    font-size: 20px;
    color: #2c3036;
    margin-bottom:15px;
}
.right-container .right-content {
    line-height: 25px;
    color: #2c3036;
    padding-bottom:10px;
}
.right-content-items {
    margin-left: 30px;
    margin-top: 5px;
    color: #232329;
    line-height:26px;
    text-transform:uppercase
}
.login-register-btn {
    width: 210px;
    background: #fff;
    color: #2c3036;
    border: 1px solid #2c3036;
}
.checkout-guest-btn {
    background: #d0a478;
    width: 210px;
    color: #fff;
    margin-bottom: 20px;
}
.register-btn {
    width: 100%;
}
.have-account {
    text-align: center;
}
.have-account div {
    width: 190px;
    font-size: 14px;
    color: #232329;
    height:58px;
    line-height:58px;
    margin:auto;
    position:relative;
}
    .have-account div::before {
        width: 90px;
        position: absolute;
        height: 1px;
        background: #bfbfbf;
        left: -90px;
        top: 29px;
        content: ""
    }
    .have-account div::after {
        width: 90px;
        position: absolute;
        height: 1px;
        background: #bfbfbf;
        right: -90px;
        top: 29px;
        content: ""
    }
.register-form .message-error li{
    margin-bottom:20px;
}

.password-recovery-page {
    width: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: auto;
}
.generaltopic .master-wrapper-content {
    width: 100%;
}
    .generaltopic .master-wrapper-content .master-column-wrapper {
        width: 1200px;
        margin: auto;
    }
.generaltopic .topic-banner .topic-banner-center {
    padding-left: 100px;
    width: 880px;
    height: 160px;
    margin: auto;
    color: #fff;
    background: url('../images/info.png') no-repeat left 10px center;
}

.generaltopic .topic-banner .topic-banner-center .topic-banner-title {
    padding-top: 50px;
    padding-bottom: 10px;
}
.topic-banner {
    background: #d0a478;
    width: 100%;
}
.topic-banner .topic-banner-center .topic-banner-title {
    font-size: 26px;
    padding-bottom: 5px;
    padding-top: 30px;
}
.topic-banner .topic-banner-center .topic-banner-desc {
    font-size: 16px;
}

.mightyoulike .old-price {
    text-decoration: line-through;
}
.mightyoulike .new-price {
    color: #852688;
}
.mightyoulike .select-span {
    display: inline-block;
}
.mightyoulike .select-checkbox {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.no-cart {
    margin: 130px auto;
    width: 550px;
}
    .no-cart img {
        float: left;
        margin-top: -15px;
        margin-right: 35px;
        position: relative;
        zoom: 1;
    }
.no-cart-info {
    overflow: hidden;
    zoom: 1;
}
    .no-cart-info h3 {
        margin-bottom: 15px;
        font-size: 18px;
        color: #343434;
    }
    .no-cart-info a {
        color: #ffb400;
    }

.change-payments-button {
    padding: 3px 10px;
    background-color: #fff;
    border: 1px solid #ffb400;
}

.payment-list-item .step-title .title {
    margin-bottom: 10px;
}

.customer-payment-select {
    margin: auto;
    text-align: center;
}

    .customer-payment-select li {
        border: 1px solid #dedede;
        vertical-align: top;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 10px;
        float: left;
        cursor: pointer;
        width: 98%;
        padding: 15px 5px 0;
        min-height: 110px;
    }

        .customer-payment-select li.selected,
        .customer-payment-select li:hover {
            border: 1px solid #852688;
        }

        .customer-payment-select li img {
            max-width: 100%;
            max-height: 100%;
        }

.cart-notification {
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    margin: auto;
    margin-bottom: 30px;
    border: 2px solid #ffc107;
    min-height: 80px;
    background: #ffffcc;
}

    .cart-notification .icon-left {
        background: #852688;
        width: 80px;
        height: 80px;
        float: left;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        padding-left: 10px;
        padding-top: 10px;
    }

    .cart-notification .icon-right {
        padding: 10px 20px 10px 20px;
        line-height: 30px;
        text-align: left;
    }

.btn-cancel {
    display: inline-block;
    padding: 5px 20px;
    background: #d0a478;
    color: #fff;
    border-radius: 3px;
}

.phone-number {
    margin: 10px 0;
}


a.csstooltip {
    outline: 0;
}

    a.csstooltip:hover {
        text-decoration: none;
    }

    a.csstooltip u {
        text-decoration: underline;
    }

    a.csstooltip span {
        z-index: 10;
        display: none;
        padding: 10px 9pt;
        margin-top: -24px;
        margin-left: 9pt;
        width: 300px;
        line-height: 1pc;
        text-align: left;
        border-radius: 3px;
        box-shadow: 5px 5px 8px #ccc;
    }

a.csstooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #dca;
    background: #fffaf0;
}

a.csstooltipshort span {
    margin-top: -2pc !important;
    width: 200px !important;
}

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -9pt;
}
.category-pro-list{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-content:center;
    margin-top:20px;
    margin-bottom:20px;
    flex-wrap:wrap;
}
.category-pro-list .category-pro-item{
    width:350px;
}
    .category-pro-list .category-pro-item:nth-child(3n){
        margin-right:0px;
    }
    .category-pro-list .category-pro-item a{
        display:block;
    }
    .category-pro-list .category-pro-item a img{
        max-width:100%;
    }

.review-back{
    font-size:14px;
    text-align:left;
}
    .review-back a:hover {
        color:#852688
    }
.product-reviews-page .inputs label, .write-review .review-rating label, .write-review .review-rating div.name-description {
    width: 120px;
}
.product-reviews-page .title{
    text-align:left;
}
.checkout-left .page-body {
background:#fff;
}

.track-page {
    padding-top: 20px;
}
.wz-notification {
    border: 1px solid #dedede;
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
    background: #fcfcfc;
    font-size: 12px;
    font-weight: 500;
}
.attribute-squares.color-squares .attribute-square {
    width: 60px !important;
    height: 60px !important;
    border-radius:5px;
    border:2px solid #dedede !important;
}
.attribute-squares.color-squares .selected-value .attribute-square {
    border-color: #852688 !important;
}

.onsale-navbar {
    width: 100%;
    z-index: 999;
    background-color: #be2f5d;
}
    .onsale-navbar .onsale-nav-container{
        width:1200px;
        height:60px;
        margin:auto;
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-direction:row
    }
body .onsale-navbar .swiper-wrapper {
    height: 60px;
    width: auto;
    background: none;
    border-radius: 0px;
    position: absolute;
}
    body .onsale-navbar .swiper-wrapper .swiper-slide {
        width: auto;
        height: 60px;
        padding: 0px 30px;
        float: left;
        color: #fff;
        line-height: 60px;
        font-weight: 500;
        text-transform: uppercase;
    }
        body .onsale-navbar .swiper-wrapper .swiper-slide:hover {
            background: #ffe4e6;
            color: #000;
        }
.onsale-navbar .swiper-container {
    width: 1100px;
    height: 60px;
    position: relative;
}
.onsale-navbar .swiper-button-next {
    width: 50px;
    height: 60px;
    background: url(/Themes/PGFinds/Content/images/onsale-arrow-right.png) no-repeat right center;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    cursor: pointer;
    margin-top:0px;
}

.onsale-navbar .swiper-button-prev {
    width: 50px;
    height: 60px;
    background: url(/Themes/PGFinds/Content/images/onsale-arrow-left.png) no-repeat left center;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
    cursor: pointer;
    margin-top: 0px;
}
.category-block{
    text-align:center;
}
    .category-block .category-block-title {
        color: #be2f5d;
        font-size: 28px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .category-block .category-block-short-desc {
        color: #6a5c61;
        font-size:15px;
        margin-bottom:35px;
        font-style:italic;
    }
    .onsale-category-list {
        width: 1200px;
        margin: auto;
        border-radius: 30px;
        background: #fff;
        padding: 30px;
        margin-top:50px;
    }

.onsale-page .master-wrapper-content {
    background: #ffe4e6
}
.sticky-wrapper{
    z-index:999;
    margin-top: -4px;
}
.feature-new-list{
    display:flex;
    flex-direction:column;
}
.feature-new-list .list-row{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}
    .feature-new-list .list-row img {
        width: 100%;
    }
    .feature-new-list .middle-block{
        width:20px;
    }
    .feature-new-list .list-row .list-row-block{
        position:relative;
    }
    .feature-new-list .list-row .row-text {
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: #fff;
        font-size: 30px;
        text-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    }
.home-topic {
    text-align: center;
    padding-top: 50px;
}
    .home-topic .home-topic-title {
        color: #000;
        font-size: 32px;
        line-height: 38px;
        max-width: 880px;
        display: inline-block;
    }
    .home-topic .home-topic-body {
        font-size: 14px;
        line-height: 28px;
        padding: 40px 20px 0 20px;
        text-align: left;
    }
.home-topic-footer {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
}
    .home-topic-footer a {
        color: #2F2C2C
    }
.feature-footer {
    height: 235px;
    background-color: #f5f5f5;
}
.feature-footer-list{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    height:100%;
}
.feature-footer .feature-footer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 235px;
    text-align: center;
}
    .feature-footer .feature-footer-block span {
        font-size: 16px;
        color: #3d3a3a;
        line-height:18px;
        display:inline-block;
        margin-top:15px;
    }

.slide-photo {
    width: 100%;
    height: 384px;
    position: relative;
    cursor: pointer;
}
    .slide-photo .info-mask {
        position: absolute;
        z-index: 1;
        height: 180px;
        opacity: .8;
        background-color: #fff;
        bottom: 0px;
        left: 0;
        right: 0;
        padding: 20px;
        font-size: 18px;
        display:none;
        flex-direction:column;
        align-items:flex-start;
        justify-content:flex-start;
    }
        .slide-photo:hover .info-mask{
            display:flex;
        }
        .slide-photo .info-mask .info-name {
            font-weight: 500;
            color: #000;
        }
    .slide-photo .info-mask .info-desc {
        color: #5e5e60;
        font-size: 16px;
        line-height: 24px;
        flex: 1;
        overflow: hidden;
    }
.info-product {
    height: 140px;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
    .info-product .product-photo {
        width: 120px;
        height: 120px;
    }
    .info-product .product-photo img {
        border-radius: 3px;
    }
    .info-product .product-title {
        padding-left: 20px;
    }
        .info-product .product-title a {
            font-size: 16px;
            line-height: 24px;
        }
.home-rating {
    overflow: hidden;
    padding: 5px 2px 50px 2px;
    position: relative;
}
.home-rating .swiper-slide {
    box-shadow: 0 0px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.designPhoto{
    display:block;
}

.onsale{

}
.icon-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.category-pro-list .feature_block {
    height: auto;
    width: 250px;
    margin: 0 10px;
}
    .category-pro-list .feature_block .feature_mask {
        display: block;
    }
    .category-pro-list .feature_block .feature_shop {
        display: block;
        top: calc(50% - 20px);
    }
    .category-pro-list .feature_block:hover .feature_shop a {
        background:#fff;
        color:#000;
    }
    .category-pro-list .feature_block:hover .feature_mask {
        opacity:0.2
    }
    .category-pro-list .feature_block img{
        max-width:100%;
    }
.spotify-cart-area {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.summary-item-right .spotify-cart-area{
    width:260px;
}
.spotify-cart-area-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
}
    .spotify-cart-area-row label{
        display:inline-block;
        width:125px;
        font-weight:500;
    }
    .spotify-cart-area-row div {
        display: inline-block;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .spotify-cart-area-row img {
        height: 30px;
    }


.bg2 {
    background: linear-gradient(#b153b494, #852688);
}

.featured_category_title2 {
    padding: 40px 0px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    position: relative;
}

.home-review {
    margin: auto;
    max-width: 100%;
    width: 100%;
    /*  display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    column-count: 5;
    column-gap: 15px;
    padding: 0px 20px;
}

.home-review-item {
    /*width: 19%;*/
    background: #fff;
    margin-bottom: 15px;
    break-inside: avoid;
}

    .home-review-item .review-photo {
        margin: auto;
        cursor: pointer;
    }

.home-review-content {
    padding: 10px;
    font-size: 16px;
}

    .home-review-content > div:nth-child(1) {
        font-size: 20px;
    }

    .home-review-content > div:nth-child(3) {
        margin: 10px 0;
    }

.home-review-more {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 20px;
    margin: 15px auto;
    display: block;
    text-align: center;
    padding: 8px 10px;
    border-radius: 14px;
    width: 210px;
}

.home-flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 40px;
}

    .home-flex img {
        margin-bottom: 10px;
    }
.fonts-container{
    padding-top:20px;
}
.invalid-lenth{
    padding:10px 0px;
    color:red;
}
.new-uploader{
   padding:10px 0px;
}

.order-notification {
    line-height: 20px;
    padding: 15px;
    border: 2px solid #ffc107;
    font-size: 14px;
    border-radius: 3px;
    background: #ffffcc;
    margin-bottom: 10px;
}

.shipments a {
    color: #852688;
}
/*.attributes .qq-upload-button, .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    background: #852688;
}*/
 

.shipping-custom {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.hurry-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.shipping-custom .text {
    font-size: 17px;
}
.wt-grid {
    display: flex;
    flex-wrap: wrap;
}

.fulfillment_timeline {
    flex-grow: 1;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.etsy-icon-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.etsy-icon {
    display: inline-block;
    fill: currentColor;
    height: 40px;
    vertical-align: middle;
    width: 40px;
    background-color: #d0a478;
    border-radius: 50%;
    display: flex;
}

    .etsy-icon svg {
        margin: auto;
    }

.timeline-line {
    flex-grow: 1 !important;
}

    .timeline-line div {
        height: 50%;
        border-bottom: 1px solid #d0a478 !important;
    }

.timeline-date {
    color: #3B4148;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: Nunito;
    margin: 10px 0 0;
}

svg.shipping_info_icon path {
    fill: #852688;
}

svg.shipping_info_icon.truck {
    transform: scaleX(-1);
    transform-origin: center;
    transform-box: fill-box;
}

.js-shipping-time, .timeline-title {
    color: #3B4148;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.notice_on_shipping {
    font-size: 16px !important;
    font-weight: 400;
    color: #0C94A4;
    padding: 10px 0 0;
}

.fulfillment_timeline:nth-child(2) {
    text-align: center;
}

.fulfillment_timeline:nth-child(3) {
    text-align: right;
}
.hidden__line {
    opacity: 0;
}
.fulfillment_timeline-wrap{text-align:center;}

#product-tabs {
    display: flex;
    flex-wrap: wrap;
}
    #product-tabs .ui-tabs-nav {
        width: 100%;
        border-bottom: 0;
        display: flex;
        margin-bottom: 15px !important;
    }
        #product-tabs .ui-tabs-nav li {
            color: #3b4148;
            border: none;
            flex-grow: 1;min-width:auto;
            border-bottom: 4px solid #F5F5F6 !important;
        }
            #product-tabs .ui-tabs-nav li a {
                color: #a9acaf;
                border: none;
                padding: 0.5rem 0 !important;
                font-size: 15px;
            }
            #product-tabs .ui-tabs-nav li.ui-state-active a {
                background: #fff;
                color: #3b4148;
            }
    #product-tabs .ui-tabs-nav li.ui-state-active {
                background: #fff;
                border-bottom: 4px solid #3B4148 !important;
            }
    #product-tabs  .ui-tabs .ui-tabs-nav li {
        margin: 0;
        float: none;
       
    }

.ui-tabs .ui-tabs-panel {
    padding: 4px !important;
    line-height: 1.5;
}

.overview #product-tabs .short-description {
    border: 0;
    height: 300px;
    overflow-y: auto;
    font-size: 14px;
    padding: 0px;
}
.short-description::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 10px;
}

.short-description::-webkit-scrollbar-thumb {
    background-color: #85268890;
    border-radius: 10px;
}

    .short-description::-webkit-scrollbar-thumb:hover {
        background-color: #852688;
    }

.short-description::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
#product-tabs, .ui-tabs, .ui-widget {
    font-family: normal 14px 'gillsansnova', Roboto, Arial, Helvetica, sans-serif !important;
}

.flexprice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.freeshipping {
    color: #fff;
    background: #d0a478;
    border-radius: 12px;
    margin: 0 0 10px;
    padding: 5px 10px;
    line-height: 16px;
    display: inline-block;
}

.item-box .prices{
    margin-bottom:0;
}
.layui-layer .layui-layer-btn .layui-layer-btn1 {
    border-color: #d0a478;
    background-color: #d0a478;
}

.cart-footer .checkout-button:hover {
    background-color: #d0a478;
}

.styleimage {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.product-essential{
    width:1500px;
    margin:auto;
    max-width:100%;
}
.detail-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

    .detail-tags .title {
        padding-bottom: 10px;
    }

    .detail-tags a {
        color: #852688;
        padding-bottom: 10px;
    }
.detail-promotion {
    width: 100%;
}

    .detail-promotion .promotion-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding: 10px 10px;
        border-radius: 3px;
        border: 1px dashed #852688;
        color: #7e40b2;
        background: #F5EDFC
    }

    .detail-promotion .info-apply {
        cursor: pointer;
    }

        .detail-promotion .info-apply a {
            color: #7e40b2;
        }
.header-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color:#000;
}
.price-shipping{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
}
    .price-shipping .freeshipping{
        margin-left:20px;
    }
.master-wrapper-content{
    width:1600px;
    max-width:100%;
}
.overview {
    width: 41%;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 20px 50px;
    background: #f8f8f8;
}
    .overview .short-description{
        font-size:inherit;
        background:#fff;
    }
.master-wrapper-content.productpage {
    width: 1500px;
    max-width: 100%;
}

.order-summary-content,
.checkout-page {
    margin-bottom: 30px;
}
.checkout-page .buttons .btn-sure:hover {
    background-color: #d0a478 !important;
}

/*product detail description*/
.detail{
    width:100%;
}
    .detail .row-one {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-bottom: 20px
    }
        .detail .row-one .left-img {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center
        }
.row-one .left-img img {
    width: 630px;
    max-width: 100%;
    border-radius: 10px
}
.row-one .right-text{
    flex:1;
}
    .row-one .right-text h1 {
        width: 90%;
        margin: 0px auto 20px;
    }
    .row-one .right-text .describe {
        font-size: 16px;
        line-height: 30px;
        width: 90%;
        max-width: 100%;
        margin:auto;
    }
.detail .row-repeat {
    padding: 20px;
    background-color: #f8f8f8
}
.detail .row-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px
}
.row-item .row-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items:center;
}
.row-item img {
    margin: auto;
    max-width: 100%;
    border-radius: 10px
}
.row-item .row-left .row-content {
    padding: 20px;
    width: 90%;
    border: 1px solid #dedede;
    border-radius: 10px;
    background-color: #fff
}
.row-item h1 {
    margin:0px auto 20px;
    width:90%;
}
.row-item .row-content .row-content-info {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    max-width: 100%;
    margin: auto;
}
.row-item .row-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}
@media (min-width:1001px) {
    .boximg {
        border: 2px solid transparent;
        max-width: 100%;
        height: 180px;
        width: 180px;
        border-radius: 8px;
        transition: 0.5s;
        display: block;
        margin: auto;
    }

    a:hover .boximg {
        border: 2px solid #f43046;
    }

    .sub-list-infos, .header-menu .sub-list-container ul {
        width: 100%;
    }

    .header-menu .sublist li {
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        width: 240px;
        background: none;
    }

    .sub-list-infos li > a {
        padding-left: 0;
    }
    .stage {
        position: relative;
        overflow: hidden;
    }

    .prev-stage, .next-stage {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .prev-stage {
        left: -50px; 
        transform: translate(-50px, -50%);
    }

    .next-stage {
        right: -50px; 
        transform: translate(50px, -50%);
    }

  
    .stage:hover .prev-stage,
    .stage:hover .next-stage {
        opacity: 1;
        transform: translateY(-50%);
    }

    .stage:hover .prev-stage {
        left: 10px; 
    }

    .stage:hover .next-stage {
        right: 10px;
    }

}

@media(max-width:1001px){
    .product-essential {
        width: 100%;
    }
}