.mySwiper {
    margin-top: 10px;
}

#pro-banner {
    max-width: 720px;
    position: sticky;
    top: 215px;
    display: flex;
    align-items: start;
    /* flex-wrap: wrap; */
}

.productdetails-left .swiper-slide {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productdetails-left .left-imgs {
    scrollbar-width: none; /* Firefox */
}
.productdetails-left .left-imgs::-webkit-scrollbar {
    /* display: none; Chrome Safari */
}

.productdetails-left .left-imgs {
    max-height: 556px;
    overflow-y: auto;
    box-sizing: border-box;
    overflow-x: hidden;
    direction: rtl;
}

.productdetails-left .left-imgs::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.productdetails-left .left-imgs:vertical { 
	width: 2px;
}

.productdetails-left .left-imgs::-webkit-scrollbar-thumb { 
	border-radius: 8px; 
	border: 2px solid rgba(255,255,255,.4); 
	background-color: rgba(0, 0, 0, .5);
}


.productdetails-left .left-imgs .img-container {
    position: relative;
    margin: 0 12px 12px 0;
    width: 132px;
    box-sizing: border-box;
}

.productdetails-left .left-imgs .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.productdetails-left .swiper-container {
    flex: 1;
    background-color: #fff;
}

.swiper-slide-thumb-active {
    border: 1px solid #73788a;
}

.swiper-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.pro-swiper-pagination{
    display: none;
}
.productdetails {
    margin: 0 auto 10px;
    display: flex;
}

.productdetails-left {
    width: 592px;
    box-sizing: border-box;
}

.productdetails-right {
    padding-left: 60px;
    overflow-y: auto;
    width: 100%;
}

.productdetails-right h1 {
    font-size: 18px!important;
    color: #333;
    font-family: Muli-Bold!important;
    font-weight: bold;
    letter-spacing: 0px!important;
    text-transform: capitalize!important;
}

.productdetails-right .sub-title {
    margin: 10px 0;
}

.productdetails-right .price {
    font-size: 24px;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 30px;
    font-family: Muli-ExtraBold!important;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.productdetails-right .price .radiogroup .c-rate-item .c-icon--star_full {
    font-size: 14px;
}

.productdetails-right .price .review-top {
    display: inline-block;
}

.productdetails-right .price .review-top span {
    font-size: 12px;
    font-weight: normal;
}

.productdetails-right .price .review-top .review-count {
    text-decoration: underline;
}

.product-rating{
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

.product-rating-star {
    display: inline-flex;
    padding-top: 1px;
    margin-right: 4px;
}

.product-rating-star li .c-icon--star_full {
    font-size: 12px;
    color: #ffb400;
    width: 1em;
}

.productdetails-right .ac_style_pdp {
    display: flex;
    align-items: center;
    clear: both;
    font-size: 14px;
    font-family: Muli-SemiBold, Muli !important;
    font-weight: 600;
    color: #E61717;
    line-height: 18px;
    margin-bottom: 14px !important;
    margin-top: 6px;
    cursor: pointer;
    letter-spacing: 0px !important;
}

.productdetails-right .ac_style_pdp i {
    font-size: 12px;
}

.productdetails-right .ac_style_pdp:hover {
    text-decoration: underline;
}

.productdetails-right .ac_style_pdp i:first-child {
    margin-right: 4px;
}

.productdetails-right .free-btn {
    text-decoration: underline;
    cursor: pointer;
    color: #333;
    font-size: 12px!important;
}

.productdetails-right .pro-form-variants {
    margin-bottom: 24px;
    margin-top: 15px;
}

.productdetails-right .pro-form-variants .text-wrapper {
    border-style: solid;
    border-color: #eae7e4;
    border-radius: 0px;
    border-width: 1px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.productdetails-right .pro-form-variants .text-wrapper a {
    text-decoration: underline;
}

.productdetails-right .size {
    margin-bottom: 10px;
}

.productdetails-right .size .size-title .title {
    font-size: 14px;
}

.productdetails-right .size .size-title em {
    color: #e95144;
    margin: 0 6px;
}

.productdetails-right .size .size-title i {
    font-size: 12px;
    color: #73788A;
}

.productdetails-right .size .size-content {
    display: flex;
    flex-wrap: wrap;
    /* gap: 5px; */
}
.productdetails-right .size .size-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(/static/image/ico-select.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    background-size: 11px;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 10px;
    padding-right: 28px;
    width: 100%;
    cursor: pointer;
    outline: none;
    border: 1px solid #bfbfbf;
    max-width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
}
.productdetails-right .size .size-content p {
    border: 1px solid #ddd;
    padding: 4px 20px;
    box-sizing: border-box;
    text-align: center;
    color: #73788A;
    transition: all 0.5 linear;
    cursor: pointer;
    /* width: 78px; */
    margin: 0 5px 5px 0;
}

/* .productdetails-right .size .size-content p:hover {
    box-shadow: 0 0 0 1px #000;
    border-color: #000;
    color: #000;
} */

.shadow {
    box-shadow: 0 0 0 1px #000;
    border-color: #000 !important;
    color: #000 !important;
}

.productdetails-right .color {
    display: flex;
    flex-direction: column;
}

.quantity-box {
    display: flex;
    width: 100%;
}

.quantity {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.quantity .quantity-content {
    display: flex;
    width: 140px;
    padding: 6.5px 10px;
    border: 1px solid #ddd;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
}
.quantity .quantity-content button {
    padding: 0 28px;
    font-size: 20px;
    color: #999;
}

.quantity .quantity-content .num {
    width: 40px;
    text-align: center;
    margin-top: 5px;
}

.productdetails-right .color .color-content {
    display: flex;
    /* margin: 10px 0; */
    flex-wrap: wrap;
    gap: 5px;
}

.productdetails-right .color .color-text {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    font-family: Muli-Bold!important;
}

.productdetails-right .color .color-text i {
    font-family: Muli-Bold!important;
    margin-left: 6px;
}

.productdetails-right .color .color-content p {
    /* margin-right: 20px; */
    border: 1px solid #ddd;
    padding: 8px 20px;
    color: #73788A;
    width: 140px;
    text-align: center;
    cursor: pointer;
    /* margin-top: 10px; */
}

/* .productdetails-right .color .color-content p:hover {
    box-shadow: 0 0 0 1px #000;
    border-color: #000;
    color: #000;
} */

.productdetails-right .quantity {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 10px;
    flex-wrap: wrap;
}

.add-to-cart, .buy-now {
    display: flex;
    max-width: 480px;
    margin-top: 10px;
}
.buy-now {
    margin-bottom: 10px;
}
.add-to-cart {
    margin-left: 15px;
    width: 100%;
}

.add-to-cart > .add {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
    
}

.add, .buy{
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 18px;
    flex: auto;
    font-family: Muli-Bold!important;
    letter-spacing: 1px!important;
    line-height: 48px;
}

.add-to-cart i {
    padding: 6px;
    border: 1px solid #D8D8D8;
    margin-left: 16px;
    color: red;
    border-radius: 4px;
    text-align: center;
    flex: 0.1;
    font-size: 20px;
}

.lion-price {
    margin: 16px 0px -10px;
    color: #333;
}

.lion-price .will-get-point {
    color: #B78126;
    font-weight: bold;
    font-family: Muli-Bold!important;
}

.pro-tabs {
    margin-top: 40px;
    width: 100%;
}

.pro-tabs .pro-tabs-item {
    padding: 15px 0;
    width: 100%;
    letter-spacing: 1px!important;
    color: #333;
    border-top: 1px solid #f2f2f2;
    cursor: pointer;
    font-family: Muli-Bold!important;
}

.pro-tabs .pro-tabs-item .pro-tabs-title {
    font-size: 14px!important;
    font-weight: 400;
}

.pro-tabs .pro-tabs-item .pro-tabs-title .iconfont {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #a2a2a2;
    font-weight: normal;
    padding-right: 15px;
}

.pro-tabs .pro-tabs-item .pro-con {
    display: none;
    width: 100%;
    padding: inherit;
}

.pro-tabs .pro-tabs-item .pro-con p {
    width: 100%;
    margin: auto;
    padding: inherit;
    word-break: break-word;
}

.pro-tabs .pro-tabs-item .pro-con p img {
    width: 100%;
    object-fit: contain;
}

.text-head {
    color: #333333;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-weight: bold;
    padding-top: 30px;
}

.recently-list,
.like-list {
    margin: 0 20px;
}

.swiper-button-prev,
.swiper-button-next {
    z-index: 1111;
    opacity: 1;
    color: #454545;
    background: hsla(0, 0%, 100%, .7);
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin-top: 0;
    width: 40px;
}

.swiper-button-next {
    left: unset;
    right: 0;
}

.new-logo {
    position: absolute;
    width: 39px;
    height: 22px;
    margin: 10px;
    left: 0px;
    top: 0px;
}

.new-logo img.new-logo-img {
    z-index: 2;
}

.off-logo {
    display: inline-block;
    width: 75px;
    height: 28px;
    font-size: 14px;
    font-family: Muli-Bold, Muli !important;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    background: url(../img/off_red.png) no-repeat;
    background-size: cover;
    margin-left: -9px;
    margin-top: 8px;
    position: absolute;
    z-index: 1;
}

.pro-img {
    width: 100%;
    display: block;
}

.pro-img:hover .img {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.pro-img img {
    width: 100%;
}

.pro-title {
    color: #333;
    font-family: Muli-SemiBold!important;
    font-weight: normal;
    display: -webkit-box;
    min-width: 0;
    font-size: 14px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pro-money {
    letter-spacing: 1px;
    font-family: Muli-ExtraBold!important;
    font-size: 12px;
}

.comment-review {
    margin: 0 auto;
    background: #fafafa;
}

.comment-review .no-review-top {
    padding-bottom: 30px;
    padding-top: 40px;
    text-align: center;
}

.comment-review .no-review-top .review-radiogroup {
    margin-bottom: 6px;
    display: inline-flex;
}

.comment-review .no-review-top .review-radiogroup .icon-star {
    font-size: 16px;
    display: block;
    width: 1em;
    line-height: 1em;
    color: #ffb400;
    position: relative;
    font-family: c-icon, sans-serif!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.comment-review .no-review-top .review-radiogroup .icon-star::before {
    content: '\e75b';
}

.comment-review .no-review-top .c-button {
    font-family: Muli-Bold, Muli, sans-serif!important;
    font-weight: bold;
    margin-top: 10px;
    padding: 13px 20px;
    background: #000;
    color: #fff;
}

.comment-container {
    padding: 32px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
}

.reviews-left {
    display: inline-block;
    overflow: hidden;
    padding-right: 60px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    vertical-align: top;
}

.reviews-left .reviews-score {
    font-family: Muli-Bold, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    height: 75px;
    line-height: 75px;
    color: #333;
}

.radiogroup {
    margin-bottom: 14px;
    display: inline-flex;
}

.radiogroup .ratings-item {
    position: relative;
    margin-right: 4px;
}

.radiogroup .ratings-item .icon-pinglunxingxing, .radiogroup .ratings-item .icon-pinglunxingxing1, .radiogroup .ratings-item .icon-banxing {
    position: relative;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffb400;
    font-size: 20px;
    display: block;
    width: 1em;
    line-height: 1em;
}

.comment-content .radiogroup {
    margin-top: 5px;
}

.comment-content .radiogroup .c-rate-item .icon-pinglunxingxing {
    font-size: 16px;
}

.iconfont.icon-pinglunxingxing, .iconfont.icon-banxing, .iconfont.icon-pinglunxingxing1 {
    font-size: 15px;
    color: #ffb400;
}

.c-icon--star_full::before {
    content: '\e6ca';
}

.radiogroup .c-rate-item .half::before {
    content: '\e6d5';
}

.c-rate__icon--half {
    position: relative;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-family: c-icon, sans-serif!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffb400;
    font-size: 15px;
    display: block;
    width: 1em;
    line-height: 1em;
}

.c-rate__icon--half::before {
    content: '\e75b';
}

.radiogroup .c-rate-item .c-rate__icon--half {
    width: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.reviews-left .reviews-count {
    color: #333;
    font-size: 12px;
    line-height: 15px;
    text-transform: lowercase;
}

.reviews-middle {
    display: inline-block;
    overflow: hidden;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    width: 276px;
}

.reviews-middle .middle-title {
    color: #333;
    margin-bottom: 16px;
    font-family: Muli-Bold, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.reviews-middle .review-progress {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.reviews-middle .review-progress:not(:last-child) {
    margin-bottom: 12px;
}

.reviews-middle .review-progress .progress-text {
    -ms-flex-preferred-size: 65px;
    color: #666;
    -webkit-flex-basis: 65px;
    flex-basis: 65px;
    font-size: 12px;
}

.reviews-middle .review-progress .progress-track {
    background: #f0f0f0;
    height: 8px;
    margin: 0 16px;
    position: relative;
}

.reviews-middle .review-progress .progress-portion {
    -ms-flex-preferred-size: 45px;
    background: #000;
    -webkit-flex-basis: 45px;
    flex-basis: 45px;
    height: 100%;
    left: 0;
    position: absolute;
}

.reviews-middle .review-progress .progress-percentage {
    -ms-flex-preferred-size: 44px;
    color: #333;
    -webkit-flex-basis: 44px;
    flex-basis: 44px;
    font-size: 12px;
    width: 44px;
}
.reviews-right{
    width: 800px;
}

.reviews-list .reviews-item {
    position: relative;
    display: block;
    cursor: pointer;
}

.reviews-list .reviews-item .reviews-img {
    width: 100%;
    position: relative;
    height: 0;
    background-color: #eee;
    padding-bottom: 100%;
    display: block;
}

.reviews-list .reviews-item .reviews-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.comment-filter {
    background: #fff;
    position: relative;
}

.comment-filter .comment-tags .c-tag {
    display: inline-block;
    height: 36px;
    padding: 0 8px;
    background-color: #f2f2f2;
    color: #333;
    font-size: 14px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    line-height: 36px;
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    margin-right: 10px;
    margin-top: 4px;
    cursor: pointer;
}

.comment-filter .comment-tags .c-tag.c-tag-checked {
    background-color: #e8f5fd;
    color: #1ea0f0;
    font-family: Muli-Bold, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.comment-filter .comment-tags .c-button {
    position: absolute;
    right: 0;
    font-family: Muli-Bold, Muli, sans-serif!important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 13px 20px;
    box-sizing: border-box;
}

.comment-filter .comment-filter-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 14px;
}

.comment-filter .comment-filter-pc .left {
    max-width: calc(100% - 300px);
    position: relative;
}

.comment-filter .comment-filter-pc .left .rate-select {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 36px;
    margin-bottom: 16px;
    margin-right: 16px;
    padding: 0 12px;
    vertical-align: top;
    width: 200px;
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.rate-select .rate-select-reference {
    color: #333;
    font-size: 14px;
    vertical-align: top;
}

.rate-select .icon-shaixuanxia {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #999;
}

.comment-filter-pc .c-popup {
    overflow-y: auto;
    background-color: #fff;
    transition: transform .05s;
    z-index: 2;
    transition-duration: 0s;
    position: absolute;
    left: 0px;
    top: 36px;
    margin: 0px;
    display: none;
}

.comment-filter-pc .rate-select-content {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0;
    width: 200px;
}

.comment-filter-pc .radiogroup {
    margin-bottom: 0;
    align-items: center;
}

.comment-filter-pc .radiogroup .c-rate-item .c-icon--star_full {
    font-size: 16px;
}

.rate-select-content .c-rate-select-option {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 36px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 36px;
    padding: 0 12px;
}

.rate-select-content .c-rate-select-option .c-count,
.rate-select-content .c-rate-select-option .c-text {
    font-family: Muli-light, sans-serif;
}

.comment-filter .comment-filter-pc .right {
    position: relative;
}

.comment-filter .comment-filter-pc .right .sort-select-name {
    color: #333;
    font-size: 14px;
    line-height: 36px;
    margin-right: 8px;
    font-family: Muli-Bold, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.comment-filter .comment-filter-pc .right .c-select {
    min-width: 147px;
    display: inline-block;
    cursor: pointer;
}

.comment-filter .comment-filter-pc .right .select-reference {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #333;
    color: #333;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Muli-light, sans-serif;
    font-size: 14px;
    height: 28px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.comment-filter .comment-filter-pc .right .c-popup {
    overflow-y: auto;
    background-color: #fff;
    transition: transform .05s;
    z-index: 3;
    transition-duration: 0s;
    position: absolute;
    right: 0px;
    top: 34px;
    margin: 0px;
    display: none;
}

.comment-filter .comment-filter-pc .right .c-select__content {
    width: 191px;
    margin-top: 10px;
    padding: 4px 0;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}

.comment-filter .comment-filter-pc .right .c-select__option {
    font-size: 14px;
    height: 36px;
    padding: 0 12px;
    line-height: 36px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    color: #333;
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.comment-filter .comment-filter-pc .right .c-select__option.c-select__option--selected {
    font-family: Muli-Bold, sans-serif!important;
}

.rate-select-content .c-rate-select-option:hover {
    background-color: #f2f2f2;
    font-family: Muli-bold, sans-serif;
    font-weight: bold;
}

.comment-filter .comment-filter-pc .right .c-select__option:hover, .comment-filter .comment-filter-pc .right .c-select__option.selected {
    background-color: #f7f7f7;
    font-family: Muli-bold, sans-serif;
}

.comment-list {
    background: #f6f6f6;
}

.comment-item {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
}

.comment-user .avatar-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-avatar {
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
}

.c-avatar__text {
    color: #999;
    line-height: 1.6em;
    font-family: Muli-Bold, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.comment-user .comment-user-name {
    display: inline-block;
    margin-left: 12px;
    width: 250px;
}

.comment-user .comment-user-name .user-name {
    color: #333;
}

.c-muli-bold {
    font-family: Muli-Bold, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.c-muli-light {
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.comment-user .comment-user-info {
    color: #999;
    font-size: 12px;
}

.comment-item .like {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 15px;
    position: absolute;
}

.comment-item .like .like-count {
    font-size: 12px;
    margin-left: 2px;
    vertical-align: text-top;
}

.comment-item .comment-time {
    color: #999;
    font-size: 12px;
    height: 15px;
    position: absolute;
}

.comment-item .radiogroup .c-rate-item .c-icon--star_full {
    font-size: 16px;
}

.pagination {
    text-align: center;
}

.pagination .pagination-nav {
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
}

.pagination .pagination-nav-item {
    display: inline-block;
    padding: 16px 20px;
    font-size: 12px;
    color: #000;
}

.pagination .pagination-nav-item.is-active {
    color: #454545;
    border-bottom: 3px solid;
    border-bottom-color: #454545;
}

.pagination .pagination-nav-item .iconfont {
    font-size: 12px;
}

.comment-filter-btns-m {
    display: none;
}

.sort-pop {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 10;
    -webkit-box-shadow: 0 -2px 10px rgb(54 54 54 / 20%);
    box-shadow: 0 -2px 10px #36363633;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    z-index: 120;
}

.m-collect {
    display: none;
}

.coment-con {
    padding: 16px;
    color: #333;
    font-size: 14px;
    line-height: 21px;
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 32px;
    overflow: hidden;
    padding: 0 20px;
    display: none;
}

.coment-title {
    border-bottom: 1px solid #f7f7f7;
    color: #333;
    font-size: 18px;
    height: 63px;
    line-height: 63px;
    padding: 0 8px;
    position: relative;
    font-family: Muli-Bold, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.coment-title i {
    color: #333;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 20px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.coment-con .form-wrap {
    padding: 30px 40px;
}

.coment-con .form-wrap .form-item {
    margin-bottom: 20px;
}

.coment-con .form-wrap .form-item .form-title {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-right: 6px;
    vertical-align: text-bottom;
    font-family: Muli-SemiBold, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.coment-con .form-wrap .form-item .form-title.required::before {
    color: #e61717;
    content: "*";
}

.form-wrap .radiogroup .c-rate-item .c-icon--star_full {
    font-size: 16px;
}

.coment-con .form-wrap .form-item .input-nav {
    margin-top: 4px;
}

.coment-con .form-wrap .form-item .input-nav textarea {
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #fff;
    transition: border .1s;
    color: #333;
    cursor: text;
    padding: 12px;
    cursor: inherit;
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    width: 100%;
    resize: none;
}

.coment-con .form-wrap .form-item .input-nav input {
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #d8d8d8;
    color: #333;
}

.radio-nav {
    margin-top: 12px;
    margin-right: 16px;
    display: inline-block;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.radio-nav .c-radio {
    position: relative;
    flex: none;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.radio-nav .c-radio.c-radio-checked {
    border-color: #333;
}

.radio-nav .c-radio::after {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #333;
    border-top: 0;
    border-left: 0;
    border-radius: 8px;
    transform: scale(0);
    opacity: 0;
    content: ' ';
}

.radio-nav .c-radio.c-radio-checked::after {
    transform: scale(1);
    opacity: 1;
}

.radio-nav .c-radio-label {
    color: #333;
    line-height: 24px;
    font-size: 14px;
    margin-left: 5px;
}
    
.comment-content .comment-imgs{
    margin-top: 16px;
}

.review_btn {
    display: flex;
    margin-top: 5px;
    gap: 0 2em ;
    font-size: 13px;
    user-select: none;
}
.review_btn .visited {
    color: #ccc;
}
.review_btn .helpful,
.review_btn .unhelpful {
    cursor: pointer;
}

.product-summary {
    position: sticky;
    display: block;
    /* margin-top: 10px; */
    /* font-size: 12px; */
    /* top: 556px; */
    width: 100%;
}

.product-summary p {
    padding: 15px 0;
    word-break: break-word;
}

.mobile-product-summary {
    display: none;
}

.img-container.swiper-slide.active {
    border: 1px solid #000;
}

.content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-footer .review-reply-btn {
  padding: 5px 10px;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
}

.review-reply-form {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  margin-top: 12px;
  border-top: 1px solid #e9e9e9;
}

.review-reply-form .form-group {
  margin-bottom: 15px;
}

.review-reply-form .form-group label {
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
}

.review-reply-form .form-group input, .review-reply-form .form-group textarea {
  padding: 6px 12px;
  width: 100%;
  color: #555;
  font-family: PetcoCircularTT-Regular, arial;
  font-size: 14px;
  outline: none;
  resize: vertical;
  border: 1px solid rgb(216, 216, 216);
}

.review-reply-form .form-group .replySubmit {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}

.review-reply-form .form-group .red {
  display: none;
}

.review-reply-form .form-group.invalid .red {
  display: block;
  margin-top: 4px;
  color: #f1152f;
  font-size: 10px;
}

.review-answer-list {
  display: none;
}

.review-answer-list .review-answer-item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e9e9e9;
}

.review-answer-item .review-answer-info {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 769px) {
    .review-progress {
        -ms-flex-preferred-size: 140px;
        -webkit-flex-basis: 140px;
        flex-basis: 140px;
    }
    .reviews-middle .review-progress .progress-track {
        -ms-flex-preferred-size: 140px;
        -webkit-flex-basis: 140px;
        flex-basis: 140px;
    }
    .comment-list {
        padding-bottom: 40px;
        padding-top: 32px;
    }
    .comment-item {
        padding: 32px;
    }
    .comment-item:not(:last-child) {
        margin-bottom: 24px;
    }
    .c-avatar {
        width: 60px;
        height: 60px;
        font-size: 36px;
    }
    .comment-user .comment-user-name {
        right: 32px;
        top: 32px;
    }
    .comment-user .comment-user-name .user-name {
        font-size: 18px;
    }
    .comment-user .comment-user-info {
        margin-left: 72px;
        margin-top: 14px;
        width: 238px;
    }
    .comment-user .comment-user-info .comment-user-info-row {
        line-height: 15px;
        margin-bottom: 9px;
    }
    .comment-user .comment-user-info .info-label {
        margin-right: 2px;
    }
    .comment-content .comment-content-title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 8px;
    }
    .comment-content .comment-content-text {
        font-size: 14px;
        line-height: 21px;
    }
    .comment-content .comment-content-summarytext{
        font-size: 14px;
        line-height: 21px;
        word-break: break-word;
        margin-bottom: 1em;
    }
    .comment-item .like {
        bottom: 32px;
        right: 32px;
    }
    .comment-item .comment-time {
        right: 32px;
        top: 32px;
    }

    .comment-content .comment-imgs img{
        height: 128px;
        margin-right: 8px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 128px;
    }

    .uploader-wrapper {
        height: 136px;
        padding-top: 48px;
        width: 136px;
    }

    .uploader-icon {
        height: 40px;
        width: 40px;
    }
    .comment-container .c-button {
        display: none;
    }
    .upload-img-wrapper {
        width: 136px;
        height: 136px;
        margin-right: 5px;
        border: 1px solid #d8d8d8;
        position: relative;
    }
}

@media screen and (min-width: 1352px) {
    .comment-container {
        margin: 0 auto;
        width: 1240px;
        padding: 32px 0;
        position: relative;
    }
    .comment-filter {
        margin: 0 auto;
        padding: 32px 0 0;
        width: 1240px;
    }
    .comment-list {
        margin: 0 auto;
        width: 1240px;
    }
    .comment-filter .comment-tags .c-button {
        right: 0px;
    }
}

@media screen and (min-width: 1008px) {
    .recently-list,
    .like-list {
        margin: 0 90px 30px 90px;
    }
}

@media screen and (min-width: 1025px) {
    .productdetails {
        max-width: 1240px;
    }
    .productdetails-left{
        width: 744px;
    }
    .breadcrumbs {
        display: flex;
        flex-flow: row wrap;
        padding-top: 15px;
        font-size: 8px;
        width: 100%;
        max-width: 1240px;
        margin: auto;
    }
    .product_info {
        margin-top: 10px;
    }
    .img-container>.img {
        height: 198px;
    }
    .swiper-wrapper > .swiper-slide > .img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        aspect-ratio: 1;
    }
}

@media (max-width: 1352px) and (min-width: 769px) {
    .comment-container {
        max-width: 100%;
        padding-left: 56px;
        padding-right: 56px;
    }
    .comment-filter {
        margin: 0 auto;
        max-width: 100%;
        padding: 32px 56px 0;
    }
    .comment-list {
        max-width: 100%;
        padding-left: 56px;
        padding-right: 56px;
        box-sizing: border-box;
    }
    .comment-filter .comment-tags .c-button {
        right: 56px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .productdetails-left {
        max-height: 576px;
        max-width: 452px;
    }
    .productdetails {
        max-width: 994px;
    }
    .productdetails-left .left-imgs {
        height: 384px;
    }
    .productdetails-left .left-imgs .img-container {
        width: 56px;
        height: 86px;
        margin: 0 8px 8px 0;
    }
}

@media screen and (max-width: 1024px) {
    .add-to-cart .add {
        font-size: 14px;
    }
    .productdetails-right {
        padding: 0 20px;
        margin-top: 3%;
    }
    .crumbs {
        padding: 5px 20px 0;
        font-size: 8px;
    }
    .productdetails {
      margin-top: 5px;
    }
}

@media screen and (min-width: 1280px) {
  .productdetails-left .left-imgs {
    min-width: 144px;
  }
  .productdetails-left .swiper-container {
    min-width: 556px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .productdetails-left .left-imgs .img-container {
        width: 104px;
        height: 156px;
    }
}

@media screen and (max-width: 850px) {
    .productdetails {
        max-width: 767px;
    }
    .left-imgs {
        display: none;
    }
}
@media screen and (max-width: 1325px) { 
    .reviews-right{
        max-width: 600px;
    }
}
@media screen and (max-width: 1125px) { 
    .reviews-right{
        max-width: 400px;
    }
}
@media screen and (max-width: 978px) { 
    .comment-container{
        display: block;
    }
    .reviews-right{
        width: 100%;
        margin-top: 10px;
        max-width: unset;
    }
}

@media screen and (max-width: 768px) {
    .off-logo {
        width: 62px;
        height: 22px;
        line-height: 18px;
        font-size: 12px;
        margin-left: -4px;
        margin-top: 5px;
    }
    .productdetails {
        flex-flow: wrap;
        max-width: 767px;
    }
    .mySwiper {
        display: none;
    }
    .productdetails-left {
        width: 100%;
    }
    .pro-swiper-pagination{
        display: block;
        width: 70px;
        transform: translateX(-50%);
        left: 90%;
        line-height: 16px;
        height: 20px;
        padding: 2px 10px 4px;
        font-size: 14px;
        box-sizing: border-box;
        color: #fff;
        margin-bottom: 5px;
        background-color: rgba(0,0,0,.5);
        border-radius: 10px;
    }
    .text-head {
        font-size: 18px!important;
        padding-top: 0;
    }
    .reviews-left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .comment-container {
        padding: 16px;
    }
    .reviews-left .reviews-score {
        display: inline-block;
        font-size: 36px;
        height: 45px;
        letter-spacing: 2px;
        line-height: 45px;
        margin-right: 8px;
    }
    .reviews-rates {
        display: inline-block;
    }
    .radiogroup .c-rate-item .c-icon--star_full {
        font-size: 14px;
    }
    .radiogroup {
        margin-bottom: 4px;
    }
    .comment-filter {
        border-bottom: 8px solid #f5f5f5;
        max-width: 100%;
        padding: 16px 16px 0;
    }
    .comment-filter .comment-tags .c-button {
        right: 16px;
    }
    .comment-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 15px;
    }
    .comment-item:not(:last-child) {
        margin-bottom: 8px;
    }
    .c-avatar {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .comment-user .comment-user-name {
        bottom: 24px;
        left: 15px;
    }
    .comment-user .comment-user-name .user-name {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .comment-user .comment-user-info {
        margin-top: 16px;
    }
    .comment-user .comment-user-info .comment-user-info-row {
        display: inline-block;
        line-height: 15px;
        margin-bottom: 8px;
        margin-right: 20px;
    }
    .comment-item .comment-imgs {
        margin-bottom: 34px;
    }
    .comment-item .like {
        bottom: 24px;
        right: 15px;
    }
    .comment-item .comment-time {
        top: 32px;
        right: 15px;
    }
    .comment-filter .comment-filter-pc {
        display: none;
    }
    .comment-filter-btns-m {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 16px;
    }
    .comment-filter .comment-filter-btns-m .comment-filter-btn {
        margin-top: 10px;
    }
    .comment-filter .comment-filter-btns-m .comment-filter-btn .c-muli-bold {
        font-size: 14px;
        margin: 0 4px;
    }
    .comment-filter .comment-filter-btns-m .comment-filter-btn .icon-shaixuanxia {
        color: #999;
        font-size: 16px;
        height: 16px;
        line-height: 18px;
        vertical-align: text-top;
    }
    .sort-pop.is-show {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
    .sort-pop .sort-pop-header {
        position: relative;
        padding: 13px 20px;
        border-bottom: 1px solid rgba(227, 227, 227, .4);
        text-align: center;
    }
    .sort-pop .sort-pop-header i {
        position: absolute;
        left: 20px;
        top: calc(50% - 8px);
        font-size: 12px;
    }
    .sort-pop .sort-pop-header .sort-pop-title {
        letter-spacing: 1px!important;
        font-family: Muli-Bold!important;
        font-size: 15px;
        font-weight: 400;
    }
    .sort-pop .sort-pop-list {
        max-height: 385px;
        padding: 18px 0;
    }
    .sort-pop .sort-pop-list button {
        color: #666;
        letter-spacing: 1px!important;
        padding: 12px 20px;
        width: 100%;
        cursor: pointer;
        text-align: center;
        font-size: 12px;
    }
    .m-collect {
        position: fixed;
        width: 80%;
        max-width: 316px;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 120;
        background: white;
        overflow-y: auto;
    }
    .m-collect .m-collect-con {
        height: calc(100vh - 164px);
        overflow-y: auto;
        padding: 16px;
    }
    .m-collect .m-collect-con .m-collect-item{
        display: inline-block;
        background-color: #f2f2f2;
        font-family: Muli-Light,sans-serif;
        color: #333;
        padding: 10px;
        margin: 5px;
        width: 45%;
    }
    .m-collect .m-collect-con .m-collect-item.checked{
        background-color: #e8f5fd;
        color: #1ea0f0;
        font-family: Muli-Bold,sans-serif;
    }

    .m-collect .m-collect-con .c-option-point{
        font-size: 12px;
        vertical-align: baseline;
    }
    .m-collect .radiogroup .c-rate-item .c-icon--star_full{
        font-size: 16px;
    }
    .m-collect .m-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 68px;
        position: relative;
        -webkit-box-shadow: 0 -1px rgb(227 227 227 / 60%) inset;
        box-shadow: 0 -1px #e3e3e399 inset;
    }
    .m-collect .m-title .m-title-name {
        letter-spacing: 1px!important;
        font-family: Muli-Bold!important;
        font-size: 16px;
    }
    .m-collect .m-title i.iconfont {
        right: 18px;
        position: absolute;
        font-size: 13px;
    }
    .m-collect-apply {
        padding: 24px;
        box-sizing: border-box;
        -webkit-box-shadow: 0 -1px #e3e3e3;
        box-shadow: 0 -1px #e3e3e3;
    }
    .m-collect-apply button {
        position: relative;
        display: inline-block;
        padding: 14px 28px;
        line-height: normal;
        border: 1px solid transparent;
        border-radius: 0;
        text-align: center;
        font-weight: 400;
        font-style: normal;
        background-color: transparent;
        -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
        transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
        z-index: 1;
        -webkit-tap-highlight-color: initial;
        font-family: Muli-Bold!important;
        letter-spacing: 1px!important;
        color: #fff;
        border-color: #000;
        width: 100%;
    }
    .m-collect-apply button::before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        z-index: -1;
        -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
        transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
        transition: transform .45s cubic-bezier(.785, .135, .15, .86);
        transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
        background-color: #000;
    }
    .m-collect-apply button:hover {
        color: #000;
        background-color: transparent;
    }
    .m-collect-apply button:hover:before {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scaleX(0);
    }
    .m-collect .m-title i.iconfont {
        right: 30px;
    }
    .review-progress .progress-track {
        -ms-flex-preferred-size: 214px;
        -webkit-flex-basis: 214px;
        flex-basis: 214px;
    }
    .coment-con .form-wrap {
        padding: 30px 0;
    }
    .comment-filter .comment-tags .c-button {
        display: none;
    }
    .comment-filter .comment-tags .c-button {
        right: 0px;
    }
    .comment-container .c-button {
        font-family: Muli-Bold, Muli, sans-serif!important;
        font-weight: bold;
        padding: 9px 10px;
        background: #000;
        color: #fff;
        font-size: 12px;
        margin-left: 10px;
    }
    .comment-container .c-button {
        position: absolute;
        right: 16px;
        top: 20px;
        font-family: Muli-Bold, Muli, sans-serif!important;
        font-weight: bold;
        background-color: #000;
        color: #fff;
        padding: 8px 8px;
        display: block;
    }
    
    .comment-content .comment-imgs img{
        height: 110px;
        margin-right: 8px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 110px;
    }
    .reviews-left{
        padding-right: 0;
    }
    /* .swiper-slide > .img {
        height: 616px;
    } */

    .uploader-icon {
        height: 26px;
        width: 26px;
     }
    .uploader-wrapper {
        height: 106px;
        padding-top: 38px;
        width: 106px;
    }
    .upload-img-wrapper {
        width: 106px;
        height: 106px;
        margin-right: 5px;
        border: 1px solid #d8d8d8;
        position: relative;
    }
    .productdetails-right h1 {
        font-size: 14px !important;
        line-height: 21px;
    }
    .product-summary {
        display: none;
    }
    .mobile-product-summary {
        display: block;
        margin-top: 10px;
    }
    .mobile-product-summary p {
        padding: 15px 0;
        word-break: break-word;
    }
    .pro-tabs {
        margin-top: 30px;
    }
}

@media screen and (max-width: 640) {
    .productdetails-left {
        padding: 0;
    }
    .productdetails-right .price {
        font-size: 20px;
    }
}

/* 评论区域 */

.c-uploader {
    display: inline-block;
}

.c-uploader__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.c-uploader__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}

.uploader-wrapper {
    border: 1px solid #d8d8d8;
    text-align: center;
}

.form-label {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    vertical-align: text-bottom;
}

.c-muli-semibold {
    font-family: Muli-SemiBold,sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.c-uploader__input-wrapper {
    position: relative;
}

.c-btn {
    display: block;
    margin-top: 34px;
    width: 216px;
    height: 44px;
    color: #fff;
    border: 1px solid #000;
    background: #000;
    transform-origin: left center;
    transform: scale(1,1);
    transition: transform .45s cubic-bezier(.785,.135,.15,.86);
}

.properties {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.properties .properties-item {
    margin-right: -1px;
    margin-bottom: -1px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    padding: 8px 0 8px 8px;
    width: 35%;
    background-color: #eee;
}

.properties .properties-item-v {
    width: 65%;
    background-color: transparent;
}

.describe {
    display: flex;
    width: 100%;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    line-height: 20px;
}

.crumbs_tit {
    font-weight: 400;
    font-family: none;
    margin-top: -4px;
}

.breadcrumbs ul li a {
    line-height: 20px;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

/* .breadcrumbs ul li a:after {
    content: ">";
    padding: 0rem 0.25rem;
    width: 15px;
    font-size: 14px;
} */

.file-upload-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.upload-img-delete {
    position: absolute;
    z-index: 11;
    right: 8px;
    top: 5px;
    cursor: pointer;
    font-size: 12px;
}

.error-label {
    display: none;
    color: red;
}

.error-label.error {
    display: block;
}

.comment-wrapper {
    width: 100%;
    background-color: #f6f6f6;
}