﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@import 'font.css';

.detail-product {
    padding: 15px 0;
    background: #efefef;
}

    .detail-product .bread-cum .container {
        padding: 0 !important;
    }

    .detail-product .grid.listanh {
        padding-left: 0;
    }

    .detail-product .inner-page {
        padding: 0;
    }

        .detail-product .inner-page .img {
            overflow: hidden;
        }

            .detail-product .inner-page .img img {
                transition: all linear .3s;
            }

        .detail-product .inner-page figure:hover img {
            transform: scale(1.1);
        }

    .detail-product .bread-cum {
        background-color: transparent;
        border: none;
        display: flex;
        align-items: center;
    }

        .detail-product .bread-cum .container a {
            color: #222;
            font-size: 15px;
            opacity: 0.8;
        }

            .detail-product .bread-cum .container a:hover {
                color: var(--tt-default-color);
                opacity: 1;
            }

        .detail-product .bread-cum .container i {
            color: #222;
            opacity: 0.8;
            font-size: 12px;
            position: relative;
            top: 2px;
        }

    .detail-product h1 {
        font-size: 26px;
        margin: 20px 0;
        color: #1359bb;
        padding-left: 15px;
        margin-bottom: 5px;
    }

    .detail-product h2 {
        font-size: 15px;
        margin: 5px 0;
        font-family: helveNeueRe;
        font-weight: 100;
        opacity: .9;
    }

    .detail-product .fb {
        margin-left: 15px;
        display: flex;
        align-items: center;
    }

.zalo-share-button {
    margin-left: 4px;
}

.fb-like.fb_iframe_widget {
    width: auto;
    padding-right: 8px;
    height: 20px;
}

.detail-product .fb > .fb_iframe_widget iframe {
    width: 128px !important;
}

.detail-product section {
    font-family: helveNeueRe !important;
    font-size: 16px;
}

    .detail-product section ul li {
        margin: 5px 0;
    }

.same-product {
}

    .same-product h3 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #1359bb;
    }

    .same-product .item {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

        .same-product .item.k {
            flex-direction: row-reverse;
        }

            .same-product .item.k .right {
                transform: translateX(40px);
            }

                .same-product .item.k .right .day {
                    right: unset;
                    left: 10px;
                }

        .same-product .item .left .img {
            overflow: hidden;
            position: relative;
        }

            .same-product .item .left .img .decor-day {
                position: absolute;
                background-color: red;
                z-index: 2;
                color: #ffeb3b;
                font-size: 12px;
                background-color: #4f4f4fb5;
                padding: 8px 10px;
                left: 20px;
                top: 20px;
                opacity: 0;
                transform: translateX(-60px);
                transition: all ease .3s;
                border-radius: 5px;
            }

        .same-product .item:hover .left .img .decor-day {
            opacity: 1;
            transform: translateX(0);
        }

        .same-product .item.k .left .img .decor-day {
            left: unset;
            right: 20px;
            transform: translateX(60px);
        }

        .same-product .item.k:hover .left .img .decor-day {
            opacity: 1;
            transform: translateX(0);
        }

        .same-product .item .left .img img {
            transition: all linear .4s;
        }

        .same-product .item:hover .left .img img {
            transform: scale(1.1);
        }

    .same-product .left {
        width: 60%;
        height: 300px;
        background-color: red;
    }

    .same-product .right {
        width: 45%;
        height: 350px;
        border: 1px solid #f7a852;
        padding: 15px;
        transform: translateX(-40px);
    }

        .same-product .right .content {
            position: relative;
            background-color: #f2f2f2;
            border-radius: 5px;
            padding: 10px;
            transition: all linear .2s;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .same-product .right:hover .content {
            background-color: #222;
        }

            .same-product .right:hover .content span {
                color: #fff;
            }

            .same-product .right:hover .content .day {
                color: #ffeb3b;
            }

        .same-product .right .content .day {
            position: absolute;
            right: 10px;
            bottom: 5px;
            color: var(--tt-default-color);
            font-size: 15px;
        }

        .same-product .right .content .title {
            margin-top: 0;
            font-size: 25px;
            font-family: helveNeueBold;
            color: #f7a852;
            text-align: center;
            text-transform: unset;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

        .same-product .right .content span {
            text-align: center;
            font-size: 18px;
            color: #222;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 7;
            padding: 0 10px;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            text-align: justify;
            margin-top: 15px;
        }

        .same-product .right .content .button {
            position: absolute;
            bottom: 45px;
            font-size: 16px;
            background-color: var(--tt-default-color);
            color: #fff;
            padding: 8px 12px;
            border-radius: 5px;
            transition: all linear .2s;
        }

            .same-product .right .content .button:hover {
                color: var(--tt-default-color);
                background-color: #fff;
            }

.list-infor {
    padding-left: 15px;
    font-size: 16px;
    padding-bottom: 25px;
}

    .list-infor p {
        position: relative;
        display: flex;
        align-items: center;
        font-family: 'BeVNR';
        font-size: 16px;
        margin: 0;
        color: #333;
        font-weight: normal;
    }

.detail-product > .grid.wide {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    padding: 10px 15px;
}

.list-infor p span {
    position: relative;
    top: 0px;
    padding-left: 5px;
}

.detail-product .left {
    height: 540px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.box-buy {
    display: flex; /* overflow:hidden; */
    margin-top: 10px;
    margin-left: 0;
}

    .box-buy input {
        background: #ffa510;
        color: #000;
        width: 282px;
        padding: 8px 0;
        border-radius: 3px;
        text-transform: uppercase;
        outline: none;
        cursor: pointer;
        background-position: center bottom;
        background-size: 100%; /* box-shadow: 1px 2px 5px #0000009c; */
        margin-left: 1px;
        font-family: nb;
        width: 50%;
        font-size: 17px;
    }

    .box-buy .clickbuybtn {
        background: #fff;
        color: #ed1c24;
        border-radius: 3px;
        text-transform: uppercase;
        outline: none;
        cursor: pointer;
        font-family: 'BeVNR';
        padding: 8px 0px;
        display: inline-block;
        height: 44px;
        box-sizing: border-box;
        line-height: 29px;
        font-size: 17px;
        width: 50%;
        text-align: center;
        border: 1px dashed #ed1c24;
    }

.filter-top-full-child .item.active {
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    margin-right: 3px;
    cursor: pointer;
    padding: 14px 10px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    color: #1359bb;
    border-radius: 5px;
    /* transform: translate(12px, 23px); */
    transition: all linear .2s;
    position: relative;
    padding-left: 0;
    padding-top: 29px;
}

.filter-content-full-child {
    padding: 20px;
    border: 1.5px dashed #b4b6bb;
    border-radius: 5px;
}

    .filter-content-full-child ul {
        padding-left: 25px;
    }

.btnAddCart {
    background: #fff;
    color: #005304;
    border: 1px dashed #005304;
    padding: 8px 0;
    border-radius: 3px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    background-position: center bottom;
    background-size: 100%;
    font-family: 'BeVNR';
}

.processbtn.btnAddCart {
    padding: 8px 0px;
    display: inline-block;
    height: 44px;
    box-sizing: border-box;
    line-height: 29px;
    font-size: 17px;
    width: 50%;
    text-align: center;
    margin-left: 15px;
}

.detail-product .container .left .swiperdetailpro {
    height: 100%;
    width: 100%;
}

.detail-product .left .nav-swiper-project {
    background-color: #fff;
    width: 100%;
    z-index: 2;
    border-radius: 5px;
    margin: 5px 0;
    margin-bottom: 30px;
}

a.item-pro-home-show img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: unset;
}

.detail-product .left .nav-swiper-project .container {
    position: relative;
    padding: 10px 49px;
}

.padding-swiper {
    position: relative;
    overflow: hidden;
}

.detail-product .left .nav-swiper-project .thumb-project {
    /* width: 81px !important; */
    height: 75px;
    position: relative;
    overflow: hidden;
    user-select: none;
}

div#ctl00_main_PnProChild {
    width: 100%;
}

.detail-product .left .nav-swiper-project .thumb-project.swiper-slide-thumb-active::before {
    opacity: 0;
}

.detail-product .left .nav-swiper-project .thumb-project::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    top: 0;
    z-index: 1;
    left: 0;
    transition: all linear .3s;
}

.detail-product .left .nav-swiper-project .thumb-project:hover img {
    transform: scale(1.1);
}

.detail-product .left .nav-swiper-project .thumb-project img {
    transition: all linear .2s;
}

.detail-product .left .swiperdetailproject {
    height: 100%;
    width: 100%;
}

.project-swiper-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid grey;
    top: 55%;
}

    .project-swiper-btn::after {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: gray;
    }

    .project-swiper-btn.swiper-button-next {
        right: 10px;
        pointer-events: all;
        opacity: 1;
        cursor: pointer;
    }

    .project-swiper-btn.swiper-button-prev {
        left: 10px;
        pointer-events: all;
        opacity: 1;
        cursor: pointer;
    }

.detail-product .left .swiperdetailproject2 {
    width: 100%;
    overflow: unset;
    margin: 0 auto;
}

.detail-product .filter-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    z-index: 1;
    border-top: 1px solid #e1e0e0;
}

    .detail-product .filter-top .item {
        color: #666;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 20px;
        margin-right: 3px;
        cursor: pointer;
        padding: 14px 10px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        color: #1359bb;
        border-radius: 5px;
        /* transform: translate(12px, 23px); */
        transition: all linear .2s;
        position: relative;
        padding-left: 0;
        padding-top: 29px;
    }

.list-infor > p {
    color: #ed1c24;
    font-size: 21px;
}

.item.m-c-t {
    margin-top: 31px;
}

.detail-product .filter-top .item:after {
    /* content: ""; */
    width: 41%;
    height: 2px;
    background: #1359bb;
    display: block;
    margin-top: 5px;
}

.detail-product .filter-content {
    width: 100%;
    padding: 20px;
    font-family: 'BeVNR';
    border: 1.5px dashed #b4b6bb;
    margin-top: -1px;
    overflow: hidden;
    border-radius: 5px;
}

    .detail-product .filter-content .item {
        opacity: 0;
        height: 0;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

        .detail-product .filter-content .item.show {
            opacity: 1;
            height: auto;
            line-height: 1.5;
            font-size: 18px;
        }

.box-buy .clickbuybtn:hover {
    background: #ffd450;
    color: #32393f;
}

.processbtn.btnAddCart:hover {
    background: #ffd450;
    color: #333;
    border: 1px solid #ffd450;
}

.project-child-relate {
    background: #fffefe;
    padding-top: 12px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.top-img-product-new-home a img {
    display: block;
    width: 100%;
    height: 355px;
    object-fit: cover;
    transition: all .3s;
    overflow: hidden;
}

li.item-product-new-home:hover .top-img-product-new-home a img {
    transform: scale(1.1);
}

.star-product-home i {
    font-size: 14px;
    color: #f4c32e;
}

.top-img-product-new-home a {
    overflow: hidden;
}

.star-product-home {
    margin-top: 8px;
    margin-bottom: 14px;
}

.wp-price-product-home {
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.wp-product-new-home .grid.wide {
    max-width: 1204px;
}

.bottom-information-product-new-home h4 {
    font-size: 20px;
    color: #1359bb;
    font-family: 'BeVNR';
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.price-product-new-home {
    font-size: 20px;
    font-family: 'BeVNR';
    color: #ec0e0e;
}

span.price-product-old-home {
    font-size: 16px;
    font-family: 'SFPROR';
    color: #5a5a5a;
    text-decoration: line-through;
    margin-left: 5px;
}

.bottom-information-product-new-home {
    background: #fff;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-top: unset;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 3px 12px 1px rgb(145 145 145 / 16%);
}

.textsl {
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

    .textsl input {
        display: inline-block;
        font-size: 18px;
        width: 30px;
        background: none;
        border: 1px solid #e1dddd;
        border-radius: 0;
        text-align: center;
        height: 32px;
        outline: none;
        padding: 5px 0;
        box-sizing: border-box;
        cursor: pointer;
        color: #333;
        border-radius: 9px;
    }

        .textsl input.qtyminus, .textsl input.qtyplus {
            height: 32px;
        }

    .textsl .quantity-selector {
        margin: 0;
        width: 50px;
        padding-left: 14px;
    }

.hotline-cus a {
    font-size: 18px;
    display: block;
    color: #1359bb;
    background: #fff;
    border: 1px dashed #1359bb;
    text-align: center;
    padding: 11px;
    position: relative;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    transition: all .3s;
    display: none;
}

    .hotline-cus a:hover {
        background: #1359bb;
        color: #fff;
    }