﻿.detail-product-top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.detail-left-swiper .swiper {
    width: 100%;
}

.detail-product {
    background: url(/Design/img/MocHuynhThuan/f1.png) no-repeat;
    background-size: cover;
}

    .detail-product .grid.wide,
    .detail-product-same .grid.wide {
    }

.price-sub {
    opacity: .5;
    text-decoration: line-through;
}

    .price-sub strong {
        color: #333 !important;
        font-size: 20px;
    }

.p-product-item .text svg path {
    fill: #fff;
}

.p-product-item .text svg {
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.detail-product-catalog h3 {
    margin: 0;
    text-transform: uppercase;
    color: var(--default-color-1);
    font-weight: 100;
    margin: 0;
    font-weight: 100;
    color: #232c4173;
    font-size: 15px;
    font-family: monM;
}

.detail-product-catalog span {
}

    .detail-product-catalog span a {
        color: var(--default-color-2);
        font-size: 16px;
        margin-top: 10px;
    }

        .detail-product-catalog span a:hover {
            text-decoration: underline;
        }

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

.detail-product-top .left {
    width: 50%;
}

.detail-product-top .left-img {
    max-height: 454px;
    height: auto;
}

    .detail-product-top .left-img .swiper {
        height: 100%;
    }

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

    .detail-product-top .left .img a {
        height: 100%;
    }

    .detail-product-top .left .img img {
        border-radius: 12px;
    }

.detail-product-top .right {
    width: 50%;
    padding: 0 0;
    padding-right: 20px;
}

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

.detail-product-same {
    background-color: #d6e3f0;
    /* background-image: url(../../../Design/img/home-ct-bg.svg); */
    /* background-size: cover; */
}

    .detail-product-same .same-title {
        margin: 0;
        text-transform: uppercase;
        color: #3275b6;
        font-size: 28px;
        font-family: 'Montserrat-Black';
        font-weight: normal;
    }

.detail-left-swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .detail-left-swiper .right-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        padding: 0 12px;
        z-index: 3;
        pointer-events: none;
    }

    .detail-left-swiper .right-btn-item {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-size: 16px;
        background-color: #ffffff78;
        color: var(--default-color-1);
        backdrop-filter: blur(2px);
        cursor: pointer;
        transition: all .3s;
        pointer-events: all;
    }

        .detail-left-swiper .right-btn-item:hover {
            background-color: #fff;
        }

    .detail-left-swiper .swiper-slide-thumb-active .right-img::before {
        opacity: 0;
    }

    .detail-left-swiper .right-img {
        position: relative;
        cursor: pointer;
        height: 143px;
        border-radius: 12px;
    }

        .detail-left-swiper .right-img img {
            border-radius: 12px;
        }

        .detail-left-swiper .right-img:hover::before {
            backdrop-filter: blur(0);
        }

        .detail-left-swiper .right-img::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 2;
            background-color: #232c4180;
            backdrop-filter: blur(2px);
            transition: all .3s;
            border-radius: 10px;
        }

.detail-product-info {
}

    .detail-product-info h1 {
        margin: 0;
        font-weight: 100;
        color: var(--default-color-2);
        font-size: 28px;
        font-family: 'MonB';
        line-height: 162%;
    }

    .detail-product-info h2 {
        margin: 0;
        font-weight: 100;
        line-height: 162%;
        margin-top: 8px;
        font-size: 18px;
        font-family: 'MonR';
        color: #ffffff;
    }

.detail-product-options {
    border-top: 1px solid #747474;
    padding: 20px 0;
    margin: 33px 0;
    border-bottom: 1px solid #747474;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-product-price {
}

    .detail-product-price h3 {
        margin: 0;
        font-weight: 100;
        color: #3275b6;
        font-size: 15px;
        font-family: monM;
        background: #fff;
        padding: 10px 15px;
        width: max-content;
        border-radius: 8px;
    }

    .detail-product-price span {
        display: flex;
        align-items: center;
        font-size: 26px;
        margin-top: 8px;
        font-weight: 100;
    }

.my-discount {
    background-color: var(--default-color-1);
    position: absolute;
    line-height: 100%;
    font-weight: 100;
    font-size: 17px;
    font-family: monM;
    color: #fff;
    border-radius: 55px;
    padding: 6px 14px;
    left: calc(100% + 7px);
    bottom: 0;
}

.detail-product-price span strong {
    color: var(--default-color-2);
    font-weight: 100;
}

.detail-product-price span p {
    margin: 0;
    display: block;
    margin-left: 8px;
    color: var(--default-color-1);
    font-size: 18px;
}

.detail-product-content {
    padding: 15px 0;
    background-image: url(../../../Design/img/home-design-bg.svg);
    background-size: cover;
}

    .detail-product-content section {
        color: #4a4a4a;
        line-height: 175%;
        font-size: 16px;
    }
/*RS*/
@media(max-width:1023px) {
    .detail-product-top {
        flex-direction: column;
    }

    .p-product-item:hover .p-product-content {
        opacity: 1;
        display: none;
    }

    .detail-product-top .left,
    .detail-product-top .right {
        width: 100%;
        padding: 0;
    }

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

    .detail-product-top .right {
        padding: 20px;
    }

    .detail-product-same .container {
        padding: 30px;
    }

    .detail-product-content {
        padding: 10px 0;
    }

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

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

    .detail-product-top .right {
        flex-direction: column-reverse;
        display: flex;
    }

    .detail-product-info {
        padding-top: 20px;
    }

    .detail-product-top .left-img {
        max-height: 597px;
        height: auto;
    }

    .detail-left-swiper .right-img {
        height: auto;
        max-height: 184px;
    }
}

@media(max-width:739px) {
    .detail-product-top .left-img {
        height: 295px;
    }

    .detail-product-top .right {
        padding: 10px 0;
        flex-direction: column-reverse;
        display: flex;
    }

    .detail-product-info h1 {
        font-size: 20px;
        line-height: 152%;
    }

    .detail-product-price {
        border-bottom: 0;
        margin-bottom: 10px;
        padding-bottom: 0;
        width: fit-content;
    }

        .detail-product-price:last-child {
            margin-bottom: 0;
        }

        .detail-product-price span {
            font-size: 18px;
        }

            .detail-product-price span p {
                font-size: 15px;
            }

    .my-discount {
        font-size: 13px;
    }

    .price-sub strong {
        font-size: 16px;
    }

    .detail-product-price h3 {
        font-size: 14px;
    }

    .detail-left-swiper .right-img {
        height: 100px;
    }

    .detail-product-info {
        padding-top: 20px;
    }

        .detail-product-info h2 {
            font-size: 16px;
            margin-top: 2px;
        }

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

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

    .same-wrap .my-fix-tc.p-product-item {
        height: 100%;
    }

    .detail-product-options {
        align-items: unset;
        justify-content: space-between;
        flex-direction: column;
        padding: 0;
        margin: 6px 0;
        padding: 14px 0px;
    }

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

    .detail-product-top .left-img {
        /* max-height: 290px; */
        height: auto;
    }

    .detail-left-swiper .right-img {
        height: auto;
        height: 86.78px;
    }

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