/*#region Configuration*/

.translation-product .product-configuration {
    max-width: 1280px;
    width: 100%;
    padding: 40px 100px 30px 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.translation-product .product-configuration .col {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.translation-product .product-configuration .col.col-left {
    max-width: 660px;
}

.translation-product .product-configuration .col.col-left .image-container {
    max-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.translation-product .product-configuration .col.col-left .image-container .image {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.translation-product .product-configuration .col.col-left .slider {
    max-width: 640px;
    overflow: hidden;
    margin: 20px auto 10px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.translation-product .product-configuration .col.col-left .slider.short {
    margin: 10px 30px 10px auto;
}

.translation-product .product-configuration .col.col-left .slider > .slick-arrow {
    height: 32px;
    min-width: 32px;
    cursor: pointer;
    position: relative;
    background-image: url('../img/carousel_arrow.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.translation-product .product-configuration .col.col-left .slider > .slick-arrow.slick-disabled {
    background-image: url('../img/carousel_arrow_disabled.png');
}

.translation-product .product-configuration .col.col-left .slider > .slick-arrow:first-of-type {
    transform: rotate(180deg);
    margin-right: 6px;
}

.translation-product .product-configuration .col.col-left .slider > .slick-arrow:last-of-type {
    transform: rotate(360deg);
    margin-left: 6px;
}

.translation-product .product-configuration .col.col-left .slider .item {
    margin: 0 4px;
    outline: none;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
}

.translation-product .product-configuration .col.col-left .slider .item > .slide-image {
    max-width: 130px;
    max-height: 110px;
    display: block;
}

.translation-product .product-configuration .col.col-right {
    padding: 0 20px 30px 20px;
    max-width: 380px;
    margin-left: auto;
}

.translation-product .product-configuration .col.col-right .description {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
}

.translation-product .product-configuration .col.col-right .description .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

.translation-product .product-configuration .col.col-right .description .text {
    color: #ed4a69;
}

.translation-product .product-configuration .col.col-right .description .note {
    font-size: 12px;
    line-height: 14px;
    color: #9b9b9b;
    margin-top: 10px;
}

.translation-product .product-configuration .col.col-right .configuration {
    margin-top: 16px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 20px;
}

.translation-product .product-configuration .col.col-right .configuration .setting {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding: 10px 0;
}

.translation-product .product-configuration .col.col-right .configuration .setting.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.translation-product .product-configuration .col.col-right .configuration .setting .title {
    font-weight: bold;
    margin-bottom: 6px;
    font-family: "avalon_t", Helvetica, Arial, "Microsoft YaHei", "MicrosoftYaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}

.translation-product .product-configuration .col.col-right .configuration .selection-block,
.translation-product .product-configuration .col.col-right .configuration .available {
    min-height: 50px;
}

.translation-product .product-configuration .col.col-right .configuration .selected {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    cursor: pointer;
    height: 50px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    z-index: 2;
}

.translation-product .product-configuration .col.col-right .configuration .selected.force-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.translation-product .product-configuration .col.col-right .configuration .selected .text {
    font-weight: bold;
}

.translation-product .product-configuration .col.col-right .configuration .selected .modify,
.translation-product .product-configuration .col.col-right .configuration .selected:hover .text {
    color: #4a90e2;
}

.translation-product .product-configuration .col.col-right .configuration .selected:hover .modify {
    text-decoration: underline;
}

.translation-product .product-configuration .col.col-right .configuration .available {
    display: flex !important;
    transition: height 0.2s ease-in, opacity 0.2s ease-in;
}

.translation-product .product-configuration .col.col-right .configuration .available.force-hidden {
    height: 50px !important;
    opacity: 0;
    overflow: hidden;
}

.translation-product .product-configuration .col.col-right .configuration .available .label {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 0 20px;
    min-height: 50px;
}

.translation-product .product-configuration .col.col-right .configuration .available .label .text {
    font-weight: bold;
}

.translation-product .product-configuration .col.col-right .configuration .available input:checked + .label {
    border-color: #f8e71c;
    box-shadow: 0 0 0 1px #fffbc3;
}

.translation-product .product-configuration .col.col-right .configuration .available.direction-options,
.translation-product .product-configuration .col.col-right .configuration .available.time-options,
.translation-product .product-configuration .col.col-right .configuration .available.words-options {
    flex-direction: column;
}

.translation-product .product-configuration .col.col-right .configuration .available.direction-options {
    height: 106px;
}

.translation-product .product-configuration .col.col-right .configuration .available.time-options {
    height: 168px
}

.translation-product .product-configuration .col.col-right .configuration .available.pages-options {
    align-items: center;
    justify-content: flex-start;
}

.translation-product .product-configuration .col.col-right .configuration .available .direction-label:not(:last-child),
.translation-product .product-configuration .col.col-right .configuration .available .time-label:not(:last-child) {
    margin-bottom: 6px;
}

.translation-product .product-configuration .col.col-right .configuration .available .time-label .text {
    margin-right: 10px;
}

.translation-product .product-configuration .col.col-right .configuration .available .pages-control,
.translation-product .product-configuration .col.col-right .configuration .available .pages-input {
    width: 22px;
    height: 22px;
    border: 1px solid #6b6b6b;
    border-radius: 1px;
    color: #6b6b6b;
    margin-right: 6px;
    text-align: center;
}

.translation-product .product-configuration .col.col-right .configuration .available .pages-input {
    width: 40px;
}

.translation-product .product-configuration .col.col-right .configuration .available .pages-control {
    cursor: pointer;
    user-select: none;
}

.translation-product .product-configuration .col.col-right .configuration .available .pages-control.disabled {
    cursor: initial;
    opacity: 0.5;
    pointer-events: none;
}

.translation-product .product-configuration .col.col-right .configuration .available .pages-input::-webkit-outer-spin-button,
.translation-product .product-configuration .col.col-right .configuration .available .pages-input::-webkit-inner-spin-button,
.translation-product .product-configuration .col.col-right .configuration .available .words-input::-webkit-outer-spin-button,
.translation-product .product-configuration .col.col-right .configuration .available .words-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.translation-product .product-configuration .col.col-right .configuration .available .pages-input,
.translation-product .product-configuration .col.col-right .configuration .available .words-input {
    -moz-appearance: textfield;
}

.translation-product .product-configuration .col.col-right .configuration .available .pages-text {
    margin: 0 14px 0 4px;
}

.translation-product .product-configuration .col.col-right .configuration .available .pages-button,
.translation-product .product-configuration .col.col-right .configuration .available .words-button {
    min-width: 40px;
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 1px;
}

.translation-product .product-configuration .col.col-right .configuration .available .pages-button.disabled,
.translation-product .product-configuration .col.col-right .configuration .available .words-button.disabled {
    color: #ffffff !important;
    background-color: #d8d8d8 !important;
    cursor: default;
    pointer-events: none;
}

.translation-product .product-configuration .col.col-right .configuration .available .words-line {
    display: flex;
    align-items: center;
}

.translation-product .product-configuration .col.col-right .configuration .available .words-line:nth-child(2) {
    margin-top: 10px;
}

.translation-product .product-configuration .col.col-right .configuration .available .words-input {
    max-width: 80px;
    width: 100%;
    border: 1px solid #d8d8d8;
    color: #6b6b6b;
    padding: 2px 4px;
    font-size: 10px;
    height: 20px;
    line-height: 16px;
}

.translation-product .product-configuration .col.col-right .configuration .available .words-button {
    min-width: 44px;
    margin: 0 34px 0 6px;
    text-align: center;
    cursor: pointer;
}

.translation-product .product-configuration .col.col-right .configuration .available .words-text {
    font-size: 8px;
    line-height: 12px;
}

.translation-product .product-configuration .col.col-right .configuration .summary {
    font-size: 36px;
    line-height: 44px;
    color: #4a4a4a;
    font-weight: bold;
}

.translation-product .product-configuration .col.col-right .configuration .summary .line {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.translation-product .product-configuration .col.col-right .configuration .summary .line #total-price {
    margin: 0 4px;
}

.translation-product .product-configuration .col.col-right .configuration .summary .line .from {
    font-size: 22px;
    align-self: flex-end;
    line-height: 37px;
}

.translation-product .product-configuration .col.col-right .configuration .summary .line .from:first-child:not(:empty){
    margin-right: 4px;
}

.translation-product .product-configuration .col.col-right .configuration .summary .button {
    min-width: 138px;
    line-height: 44px;
    text-align: center;
    padding: 0 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

.translation-product .product-configuration .col.col-right .configuration .summary .button.button-dark {
    color: #ffffff;
    background-color: #4a4a4a;
    margin-right: 10px;
}

.translation-product .product-configuration .col.col-right .configuration .summary .button.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

/*#endregion Configuration*/

/*#region Carousel*/

.product-carousel {
    background-color: #f0f0f0;
}

/*#endregion Carousel*/

/*#region Promo*/

.product-promo {
    width: 100%;
    position: relative;
}

.product-promo .promo-image {
    display: block;
    width: 100%;
    max-width: 100%;
}

/*#endregion Promo*/

/*#region Details*/

.product-details {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.product-details .details-header {
    font-size: 32px;
    line-height: 40px;
    color: #4a4a4a;
    text-align: center;
    font-weight: bold;
    margin: 40px 0;
}

.product-details .comparison-row {
    display: flex;
    justify-content: space-between;
    min-height: 350px;
    padding: 10px 0;
}

.product-details .comparison-row:nth-child(even) {
    flex-direction: row-reverse;
}

.product-details .comparison-row .column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: calc(50% - 30px);
    min-height: 100%;
}

.product-details .comparison-row .column .details-text {
    font-size: 20px;
    line-height: 24px;
    color: #4a4a4a;
    padding: 0 30px;
    text-align: center;
}

.product-details .comparison-row .column .details-text .title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 24px;
}

.product-details .comparison-row .column .details-text .sub-title {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
}

.product-details .comparison-row .column.sub-title-column .details-text .title {
    color: #f2aa34;
    margin-bottom: 10px;
}

.product-details .comparison-row .column .single-image {
    display: block;
    max-width: 100%;
}

.product-details .comparison-row .column .comparison-container {
    position: relative;
    max-width: 100%;
}

.product-details .comparison-row .column .comparison-image {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
}

.product-details .comparison-row .column .single-image,
.product-details .comparison-row .column .comparison-image.comparison-base {
    box-shadow: 0 0 10px 4px #f0f0f0;
}

.product-details .comparison-row .column .comparison-image.comparison-overlay {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: 100%;
}

.product-details .comparison-row .column .comparison-image img {
    display: block;
    vertical-align: middle;
    max-height: 450px;
}

.product-details .comparison-row .column .comparison-image.comparison-base img {
    max-width: 100%;
}

.product-details .comparison-row .column .comparison-image.comparison-overlay img {
    height: 100%;
}

.product-details .comparison-row .column .comparison-slider {
    display: block;
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/*#endregion Details*/

/*#region Review*/

.product-review {
    background-color: rgba(242, 242, 242, 0.85);
}

.product-review .review-header {
    font-size: 36px;
    line-height: 44px;
    color: #4a4a4a;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.product-review .review-header > .text {
    margin-bottom: 20px;
}

.product-review .review-stages {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-review .review-stages .stage {
    width: 40px;
    height: 40px;
    margin: 0 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 2px solid #9b9b9b;
    background-color: transparent;
    transition: background-color 0.2s ease-in, border 0.2s ease-in 0.1s;
}

.product-review .review-stages .stage.active {
    background-color: #ffe256;
    border-color: #ffe256;
}

.product-review .review-stages .stage .dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #9b9b9b;
    transition: background-color 0.2s ease-in 0.1s;
}

.product-review .review-stages .stage.active .dot {
    background-color: #ffffff;
}

.product-review .review-stages .stage .text {
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 18px;
    color: #9b9b9b;
    line-height: 24px;
    white-space: nowrap;
    font-weight: bold;
}

.product-review .review-stages .stage.active .text {
    color: #4a4a4a;
}

.product-review .review-stages .line {
    width: 140px;
    height: 1px;
    background-color: #9b9b9b;
}

.product-review .review-stage-content {
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
}

.product-review .review-stage-content .stage-image {
    display: block;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.product-review .review-stage-content .stage-image.absolute-image {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-review .review-stage-content .stage-image.active {
    opacity: 1;
}

/*#endregion Review*/

/*#region Banner*/

.product-banner {
    display: flex;
    min-height: 480px;
    width: 100%;
    padding: 0 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.product-banner .text-column {
    width: 40%;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.product-banner.reverse .text-column {
    margin-left: auto;
}

.product-banner .text-column .title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}

/*#endregion Banner*/

/*#region Preview*/

body.no-scroll {
    height: 100% !important;
    overflow: hidden !important;
}

.product-carousel-preview {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: #ffffff;
}

.product-carousel-preview.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}

.product-carousel-preview .sidebar {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
    bottom: 24px;
    overflow-x: visible;
    overflow-y: auto;
    width: 110px;
    max-height: 100%;
}

.product-carousel-preview .sidebar .sidebar-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    margin-bottom: 20px;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}

.product-carousel-preview .sidebar .sidebar-item:hover,
.product-carousel-preview .sidebar .sidebar-item.active {
    transform: scale(1.1);
    opacity: 1;
}


.product-carousel-preview .sidebar .sidebar-image {
    display: block;
    max-width: 100%;
}

.product-carousel-preview .close-btn {
    top: 20px;
    right: 20px;
}

.product-carousel-preview .close-btn .close-img {
    display: block;
    max-width: 10px;
}

.product-carousel-preview .preview-slider > .slick-arrow,
.product-carousel-preview .close-btn {
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #8b8b8b;
    z-index: 10;
    background-color: #ffffff;
    height: 40px;
    min-width: 40px;
}

.product-carousel-preview .preview-slider > .slick-arrow:hover,
.product-carousel-preview .close-btn:hover {
    background-color: #efefef;
}

.product-carousel-preview .preview-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 100vh;
}

.product-carousel-preview .preview-slider > .slick-list {
    margin: 0 20px;
}

.product-carousel-preview .preview-slider .slick-list > .slick-track {
    height: 100vh;
}

.product-carousel-preview .preview-slider > .slick-arrow {
    top: calc(50% - 20px);
}

.product-carousel-preview .preview-slider > .slick-arrow > img {
    display: block;
    width: 6px;
}

.product-carousel-preview .preview-slider > .slick-arrow:first-of-type {
    transform: rotate(180deg);
    left: calc(50% - 460px);
}

.product-carousel-preview .preview-slider > .slick-arrow:last-of-type {
    left: calc(50% + 420px);
}

.product-carousel-preview .preview-slider .item {
    margin: 0 4px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    overflow: hidden;
}

.product-carousel-preview .preview-slider .item > .slide-image {
    height: 100%;
    display: block;
    max-width: 100%;
    object-fit: contain;
}

/*#endregion Preview*/

@media screen and (min-width: 1600px) {
    .product-carousel-preview .preview-slider > .slick-arrow:first-of-type {
        left: calc(50% - 600px);
    }

    .product-carousel-preview .preview-slider > .slick-arrow:last-of-type {
        left: calc(50% + 560px);
    }

    .product-review .review-stage-content .stage-image {
        max-width: 1700px;
    }

    .product-promo .promo-loader .dot {
        width: 8px;
        height: 8px;
    }
}




/*#region Highlight*/

.product-highlight {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    padding: 130px 60px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-highlight .highlight-title {
    font-size: 36px;
    line-height: 44px;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}

.product-highlight .highlight-column {
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-highlight .highlight-column .highlight-image,
.product-highlight .highlight-column .highlight-text {
    max-width: 100%;
    width: 100%;
}

.product-highlight .highlight-column .highlight-image {
    display: block;
}

.product-highlight .highlight-column .highlight-text {
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%);
    padding: 0 10px;
}

.product-highlight .highlight-loader {
    min-width: 60px;
    margin: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.product-highlight .highlight-loader .dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #8b8b8b;
    box-shadow: 0 0 4px 1px transparent;
}

.product-highlight.animating .highlight-loader .dot {
    animation: highlight-progress;
    animation-iteration-count: 1;
}

.product-highlight .highlight-loader.loader-left .dot:first-child {
    animation-duration: 4.8s;
    animation-delay: 0s;
}

.product-highlight .highlight-loader.loader-left .dot:nth-child(2) {
    animation-duration: 4.4s;
    animation-delay: 0.4s;
}

.product-highlight .highlight-loader.loader-left .dot:nth-child(3) {
    animation-duration: 4s;
    animation-delay: 0.8s;
}

.product-highlight .highlight-loader.loader-left .dot:nth-child(4) {
    animation-duration: 3.6s;
    animation-delay: 1.2s;
}

.product-highlight .highlight-loader.loader-left .dot:nth-child(5) {
    animation-duration: 3.2s;
    animation-delay: 1.6s;
}

.product-highlight .highlight-loader.loader-left .dot:last-child {
    animation-duration: 2.8s;
    animation-delay: 2s;
}

.product-highlight .highlight-loader.loader-right .dot:first-child {
    animation-duration: 2.4s;
    animation-delay: 2.4s;
}

.product-highlight .highlight-loader.loader-right .dot:nth-child(2) {
    animation-duration: 2s;
    animation-delay: 2.8s;
}

.product-highlight .highlight-loader.loader-right .dot:nth-child(3) {
    animation-duration: 1.6s;
    animation-delay: 3.2s;
}

.product-highlight .highlight-loader.loader-right .dot:nth-child(4) {
    animation-duration: 1.2s;
    animation-delay: 3.6s;
}

.product-highlight .highlight-loader.loader-right .dot:nth-child(5) {
    animation-duration: 0.8s;
    animation-delay: 4s;
}

.product-highlight .highlight-loader.loader-right .dot:last-child {
    animation-duration: 0.4s;
    animation-delay: 4.4s;
}

@keyframes highlight-progress {
    0% {
        background-color: #8b8b8b;
        box-shadow: 0 0 4px 1px transparent;
    }

    0.1% {
        background-color: #ffffff;
        box-shadow: 0 0 4px 1px #cccccc;
    }

    99.9% {
        background-color: #ffffff;
        box-shadow: 0 0 4px 1px #cccccc;
    }

    100% {
        background-color: #b8b8b8;
        box-shadow: 0 0 4px 1px transparent;
    }
}

/*#endregion Configurable Promo*/

@media screen and (min-width: 1600px) {
    .product-highlight .highlight-title {
        font-size: 38px;
    }

    .product-highlight {
        color: #ffffff;
        text-align: center;
        font-size: 26px;
    }

    .product-highlight .highlight-column .highlight-text {
        top: calc(100% + 10px);
        width: 80%;
        line-height: 36px;
    }
}

#translation-time .discounted-price {
    color:#9b9b9b;
    font-size:11px;
    margin-left: 5px;
    text-align:left;
}

#finalPrice .discounted-price {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: normal;
    margin-left: 8%;
    text-align: left;
    line-height: 37px;
    align-self: flex-end;
}

#finalPrice .discounted-price s {
    vertical-align: text-bottom;
    line-height: 1;
}

.discounted-red{
    color: #ed4a69!important;
}