﻿.detail-product-slug {
}

    .detail-product-slug .container {
        display: flex;
        align-items: center;
        padding: 10px 0;
        flex-wrap: wrap;
        line-height: 144%;
    }

        .detail-product-slug .container > div {
            display: flex;
        }

.detail-product-detail {
}

    .detail-product-detail.no-shadow::before {
        display: none;
    }

    .detail-product-detail .title {
        text-transform: uppercase;
        color: var(--default-color-4);
        margin: 0;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 100;
        font-family: 'robotoSeSBI';
        width: 100%;
    }

.detail-product-slug .container a {
    display: block;
    font-size: 13px;
    color: var(--default-color-2);
    transition: all .3s;
}

    .detail-product-slug .container a:hover {
        color: var(--default-color-1);
    }

.detail-product-slug .container span {
    display: block;
    margin: 0 6px;
    color: #333;
    font-size: 13px;
}

.detail-product-slug .container p {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.detail-product-tag {
    position: relative;
    width: fit-content;
    user-select: none;
    cursor: pointer;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

    .detail-product-tag h3 {
        margin: 0;
        text-transform: uppercase;
        font-family: 'interSB';
        font-size: 14px;
        color: #333;
    }

    .detail-product-tag .help-container {
        border: 1px solid #33333330;
        display: flex;
        align-items: center;
        position: relative;
        margin-left: 10px;
        padding: 4px 12px;
        pointer-events: none;
        max-width: 300px;
        background-color: #fff;
    }

    .detail-product-tag .tag-drop {
        position: absolute;
        top: 100%;
        z-index: 5;
        min-width: 100%;
        background-color: #fff;
        left: 0;
        border-radius: 3px;
        box-shadow: 0 0 10px 0 #33333375;
        overflow: hidden;
        display: none;
        max-width: 304px;
        width: 100vw;
    }

    .detail-product-tag .text {
        color: #333333;
        font-size: 14px;
        pointer-events: none;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .detail-product-tag i {
        color: #33333391;
        font-size: 14px;
        margin-left: 10px;
        pointer-events: none;
    }

    .detail-product-tag .tag-drop {
        position: absolute;
        top: 100%;
        z-index: 5;
        min-width: 100%;
        background-color: #fff;
        left: 0;
        border-radius: 3px;
        box-shadow: 0 0 10px 0 #33333375;
        overflow: hidden;
        display: none;
        max-width: 304px;
        width: 100vw;
    }

    .detail-product-tag .tag-drop-item {
        font-size: 13px;
        line-height: 150%;
        padding: 6px 12px;
        cursor: pointer;
        transition: all .3s;
    }

.detail-product {
    background-image: url(/Design/img/home-bg-2.png);
    background-size: cover;
}

.detail-product-container {
    overflow: hidden;
    padding: 30px 0;
}

.detail-product-wrap {
}

.detail-product-top {
}

    .detail-product-top .top-left .swiper {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .detail-product-top .top-left {
        float: left;
        width: 450px;
    }

        .detail-product-top .top-left .img-top {
            height: 437px;
        }

        .detail-product-top .top-left .swiper .swiper-slide:nth-child(4) {
        }

            .detail-product-top .top-left .swiper .swiper-slide:nth-child(4) .img-link {
                pointer-events: all;
            }

        .detail-product-top .top-left .swiper .swiper-slide:nth-child(1),
        .detail-product-top .top-left .swiper .swiper-slide:nth-child(2),
        .detail-product-top .top-left .swiper .swiper-slide:nth-child(3),
        .detail-product-top .top-left .swiper .swiper-slide:nth-child(4) {
            display: block;
        }

        .detail-product-top .top-left .swiper .swiper-slide {
            display: none;
        }

            .detail-product-top .top-left .swiper .swiper-slide:nth-child(4) .img-count {
                opacity: 1;
            }

        .detail-product-top .top-left .img-bottom {
            height: 102px;
            transition: all .3s;
            cursor: pointer;
        }

        .detail-product-top .top-left .img-link {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            pointer-events: none;
        }

        .detail-product-top .top-left .img-count {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #0000006b;
            color: #fff;
            text-align: center;
            opacity: 0;
            line-height: 150%;
            font-size: 15px;
        }

        .detail-product-top .top-left .img-bottom:hover {
            opacity: .7;
        }

        .detail-product-top .top-left .swiper-slide-thumb-active .img-bottom {
            border: 1px solid var(--default-color-1);
        }

    .detail-product-top .top-right {
        float: right;
        width: calc(100% - 450px);
        padding-left: 28px;
    }

    .detail-product-top .top-right-item {
    }

        .detail-product-top .top-right-item:nth-child(1) {
            width: 65%;
            float: left;
        }

        .detail-product-top .top-right-item:nth-child(2) {
            width: 35%;
            float: right;
        }

.detail-product-title {
    margin: 0;
    font-family: 'robotoSeB';
    color: #1B0D00;
    font-size: 23px;
    line-height: 158%;
}

    .detail-product-title strong {
        color: var(--default-color-2);
        font-size: 16px;
    }

.detail-product-descript {
    margin: 0;
    font-weight: 100;
    font-size: 17px;
    color: #333;
    margin-top: 0;
    margin-bottom: 18px;
    font-family: 'interM';
    line-height: 170%;
}

.detail-product-sub1 {
    color: var(--default-color-2);
    line-height: 150%;
    font-family: 'interSB';
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 10px;
}

.detail-product-tc {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 22px;
}

    .detail-product-tc .tc-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .detail-product-tc .tc-item .img {
            height: 48px;
            display: flex;
            align-items: end;
            align-items: flex-end;
            align-items: self-end;
        }

        .detail-product-tc .tc-item img {
            max-height: 57px;
        }

        .detail-product-tc .tc-item span {
            font-family: 'robotoSeSB';
            color: #333;
            font-size: 16px;
            display: block;
        }

.detail-product-btn {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #3333331a;
    border-radius: 8px;
    padding: 10px;
    border-radius: 55px;
    justify-content: space-between;
    margin: 18px 0;
    user-select: none;
}

    .detail-product-btn a:nth-child(1) {
        color: #fff;
        background: url(/Design/img/btn-decor-black.png) no-repeat;
        background-size: cover;
    }

    .detail-product-btn a:nth-child(2) {
        background-color: var(--default-color-2);
        color: #fff;
    }

    .detail-product-btn a {
        width: calc(50% - 5px);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-family: 'interSB';
        border-radius: 55px;
        line-height: 100%;
        padding: 15px 12px;
        transition: all .3s;
        font-size: 20px;
    }

        .detail-product-btn a.dis {
            opacity: .4 !important;
            cursor: not-allowed;
        }

        .detail-product-btn a:hover {
            opacity: .6;
        }

        .detail-product-btn a i {
            margin-right: 10px;
        }

.detail-product-note {
    color: var(--default-color-1);
    font-size: 15px;
    margin: 14px 0;
}

    .detail-product-note i {
    }

    .detail-product-note span {
    }

.detail-product-top .wrap-right {
    padding-left: 15px;
}

.detail-product-top .wrap-right-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.detail-product-top .wrap-right-title {
    text-transform: uppercase;
    font-family: 'robotoSeSBI';
    color: var(--default-color-4);
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 5px;
}

.detail-product-top .wrap-right-list {
}

.detail-product-top .wrap-right-item {
    font-size: 14px;
    font-family: 'interM';
    color: #333333bd;
    border-bottom: 1px solid #3333331c;
    padding: 8px 8px;
}

    .detail-product-top .wrap-right-item:hover {
        color: var(--default-color-1);
        border-color: var(--default-color-1);
    }

.detail-product-top .wrap-right-img {
    margin-top: 13px;
    border-radius: 5px;
    overflow: hidden;
}

.detail-product-price {
    padding: 12px 0;
}

    .detail-product-price .price-item {
        font-size: 16px;
        color: #333;
    }

        .detail-product-price .price-item strong {
            color: var(--default-color-2);
            font-family: interSB;
            font-size: 21px;
        }

        .detail-product-price .price-item.new {
        }

        .detail-product-price .price-item.old {
            text-decoration: line-through;
            font-size: 15px;
            margin-top: 2px;
            opacity: .6;
        }

.detail-product-bottom {
    padding-bottom: 25px;
}

    .detail-product-bottom .bottom-wrap {
        width: 100%;
        display: flex;
    }

.detail-product-detail:first-child {
    width: 45%;
}

.detail-product-detail .btn-pop:hover {
    opacity: .7;
}

.detail-product-detail .btn-pop {
    position: absolute;
    bottom: 10px;
    background-color: var(--default-color-2);
    color: #fff;
    border-radius: 55px;
    font-size: 15px;
    padding: 4px 14px;
    margin: 0 auto;
    left: calc(50% - 50px);
    width: 100px;
    user-select: none;
    cursor: pointer;
    transition: all .3s;
}

.detail-product-detail {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    line-height: 150%;
    color: #333;
    font-size: 16px;
    margin-bottom: 18px;
    height: fit-content;
    max-height: 500px;
    overflow: hidden;
}

    .detail-product-detail::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        box-shadow: 0 0 55px 73px #fff;
    }

    /* width */
    .detail-product-detail::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .detail-product-detail::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    .detail-product-detail::-webkit-scrollbar-thumb {
        background: var(--default-color-1);
        border-radius: 55px;
    }

    .detail-product-detail:nth-child(2) {
        flex: 1;
        margin-left: 20px;
    }

    .detail-product-detail table {
        border: none;
        font-size: 14px;
    }

    .detail-product-detail tbody {
        border: none;
    }

    .detail-product-detail tr {
    }

    .detail-product-detail th {
    }

    .detail-product-detail td {
        border: none;
        padding: 8px;
        border: 1px solid #3333331f;
    }

        .detail-product-detail td:first-child {
            text-transform: uppercase;
            color: var(--default-color-1);
            font-family: 'interM';
        }

.detail-product-bottom .bottom-side {
    width: 100%;
}

.detail-product-bottom .bottom-side-container {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.detail-product-bottom .bottom-side-swiper {
    overflow: hidden;
    padding: 10px;
}

.detail-product-bottom .bottom-side-title {
    margin: 0;
    text-transform: uppercase;
    font-family: 'robotoSeSBI';
    color: var(--default-color-4);
    font-size: 22px;
    margin-bottom: 6px;
}

.detail-product-tag.active .tag-drop {
    display: block;
}

.mychoiceprice {
    display: inline-flex;
}

    .mychoiceprice strong {
        display: none;
    }

        .mychoiceprice strong.show {
            display: block;
        }

.detail-product-top .wrap-right-img img {
}
/*RS*/
@media(max-width:1023px) {
    .detail-product-top .top-left,
    .detail-product-top .top-right {
        float: unset;
        padding: 0;
        width: 100%;
    }

    .detail-product-top .top-right-item:nth-child(1),
    .detail-product-top .top-right-item:nth-child(2) {
        width: 100%;
    }

    .detail-product-title {
        margin-top: 20px;
        font-size: 30px;
    }

    .detail-product-top .wrap-right {
        padding: 0;
    }

    .detail-product-top .top-right-item {
        float: unset !important;
        padding: 0;
    }

        .detail-product-top .top-right-item:nth-child(2) {
            margin-top: 20px;
            display: none;
        }

    .detail-product-detail,
    .detail-product-bottom .bottom-side,
    .detail-product-bottom .bottom-wrap {
        float: unset;
        width: 100%;
        padding: 0;
    }

    .detail-product-detail {
        padding: 20px 20px;
        margin-bottom: 16px;
        width: 100% !important;
        flex: unset;
        margin: 0 !important;
        margin-bottom: 15px !important;
        max-height: 350px;
        font-size: 15px;
        line-height: 153%;
    }

    .detail-product-bottom {
        padding-bottom: 15px;
    }

        .detail-product-bottom .bottom-wrap {
            flex-direction: column;
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .detail-product-top .top-left .img-top {
        height: 740px;
    }

    .detail-product-top .top-left .img-bottom {
        height: 180px;
    }
}

@media(max-width:739px) {
    .detail-product-bottom .bottom-side-container {
        padding: 10px;
    }

    .detail-product-bottom .bottom-side-swiper {
        padding: 3px;
    }

    .detail-product-container {
        padding: 20px 0;
    }

    .detail-product-top .top-left .img-top {
        height: 360px;
    }

    .detail-product-top .top-left .img-bottom {
        height: 87px;
    }

    .detail-product-title {
        font-size: 21px;
    }

    .detail-product-descript {
        margin-bottom: 12px;
    }

    .detail-product-btn a {
        padding: 12px 12px;
        font-size: 16px;
    }

    .detail-product-tc .tc-item span {
        font-size: 14px;
        margin-top: 10px;
    }

    .detail-product-detail {
        padding: 10px 12px;
        margin-bottom: 16px;
        max-height: 650px;
    }

    .p-product-item {
        padding-bottom: 8px;
    }
}