﻿.detail-product-top {
    display: flex;
}

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

.detail-product {
    padding-top: 50px;
}

    .detail-product .grid.wide,
    .detail-product-same .grid.wide {
        padding: 0;
    }

.home-slogan-list {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 12px;
    position: relative;
    z-index: 0;
}

h3.same-title-title {
    margin: 0;
    color: #439edc;
    font-size: 22px;
    font-family: 'monEB';
    font-weight: 100;
}

.home-slogan-item h3 {
    margin: 0;
    color: #439edc;
    font-size: 16px;
    font-family: 'monSB';
    text-transform: none;
}

.home-slogan {
    position: relative;
    background: transparent;
    padding: 0;
}

.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;
    display: none;
}

.stars-product-seller.list-star-pro-child {
    border-bottom: 1px solid #33333317;
}

.code-pro-guarantee-pro {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'MonR';
}

    .code-pro-guarantee-pro strong {
        margin-right: 5px;
    }

.guarantee-item-pro {
    margin-left: 30px;
}

.stars-product-seller.list-star-pro-child i {
    font-size: 15px;
}

main {
    padding-bottom: 182px;
}

.p-product-list-child.rs {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 23px;
    row-gap: 23px;
    margin-top: 35px;
}

.price-sub {
    text-decoration: line-through;
    opacity: .5;
    display: none !important;
}

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

.detail-product-catalog {
}

    .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%;
    padding-right: 20px;
}

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

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

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

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

    .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-left: 0;
}

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

.detail-product-same {
}

    .detail-product-same .same-title {
        margin: 0;
        text-transform: uppercase;
        color: #439edc;
        font-size: 28px;
        font-family: 'monEB';
        font-weight: 100;
    }

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

    .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 {
        height: 140px;
        position: relative;
        cursor: pointer;
        border-radius: 10px;
    }

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

        .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: 22px;
        font-family: 'MonB';
        line-height: 125%;
    }

    .detail-product-info h2 {
        margin: 0;
        font-weight: 100;
        font-size: 17px;
        line-height: 162%;
        color: var(--default-color-1);
        display: none;
    }

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

.detail-product-price {
    width: fit-content;
}

.detail-product-sub {
    color: var(--default-color-1);
    font-family: 'monM';
    font-size: 18px;
    transition: all .3s;
    width: fit-content;
    display: block;
}

    .detail-product-sub a {
        background-color: var(--default-color-2);
        width: fit-content;
        color: #fff;
        font-family: 'monM';
        font-size: 20px;
        padding: 10px 16px;
        border-radius: 50px;
        margin-top: 10px;
        transition: all .3s;
    }

    .detail-product-sub:hover a {
        background-color: var(--default-color-3);
        color: #fff;
    }

.title-name-size, .title-name-thickness {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'MonR';
}

.list-size-pro, .list-thickness-pro {
    display: flex;
    flex-wrap: wrap;
}

.item-thickness-pro span, .item-size-pro span {
    cursor: pointer;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    color: #333;
    font-family: 'monSB';
    padding: 6px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 50px;
}

.item-thickness-pro, .item-size-pro {
    margin-right: 6px;
    margin-bottom: 6px;
}

    .item-size-pro span:hover, .item-thickness-pro span:hover {
        border-color: #e26d38;
        color: #e26d38;
    }

    .item-thickness-pro span.active, .item-size-pro span.active {
        border-color: #e26d38;
        color: #e26d38;
    }

.size-item-pro-child-list, .thickness-item-pro-child-list {
    padding-top: 10px;
    border-top: 1px solid #33333317;
    margin-top: 10px;
}

.title-name-thickness strong, .title-name-size strong {
    margin-right: 10px;
}

.detail-product-price h3 {
    margin: 0;
    font-weight: 100;
    color: #232c4173;
    font-size: 15px;
    font-family: monM;
}

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

    .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: var(--default-color-1);
        line-height: 175%;
        font-size: 16px;
    }
/*RS*/
@media(max-width:1023px) {
    .detail-product-top {
        flex-direction: column;
    }

    h3.same-title-title {
        font-size: 20px;
    }

    main {
        padding-bottom: 70px;
    }

    .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;
        margin-top: 0;
        padding-bottom: 0;
    }

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

    .detail-product-options {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
}

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

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

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

    .code-pro-guarantee-pro {
        font-size: 14px;
    }

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

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

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

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

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

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

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

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

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

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

    .title-name-size, .title-name-thickness {
        font-size: 14px;
    }

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

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

    .home-slogan-item h3 {
        font-size: 14px;
        text-align: center;
    }

    .home-slogan-item {
        padding: 0;
    }

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

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

    .detail-product-sub {
        margin-top: 10px;
        font-size: 15px;
        margin-top: 14px;
    }

        .detail-product-sub a {
            font-size: 15px;
        }

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