/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset 'utf-8';

.detail_box .detail_box_col:first-child {
    width: 60%;
}

.detail_box .detail_box_col:last-child {
    width: 36%;
}

.main_wrap_detail {
    background-image: url(../../../assets/images/share/bg_yellow.webp);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
    padding: 60px 0;
}

.slider-single {
    margin: 0 0 20px 0;
}

.slider-nav .slick-slide {
    padding-right: 5px;
}

.slider-nav .slick-track {
    margin-left: 0;
}

.slider-nav .slick-slide img {
    cursor: pointer;
}

.slider-nav .slick-slide img:hover {
    opacity: 0.7;
}

.product-lineup-purchasre__row {
    padding-top: 14px;
    padding-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #eae8dd;
}

.product-lineup-purchasre__row>dt {
    width: 105px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.product-price {
    font-weight: bold;
    color: #C90000;
    font-size: 16px;
}

.detail_title {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
}

.detail_txt {
    font-size: 16px;
}

.product-lineup-purchasre__row dt {
    font-size: 16px;
}

.input-number {
    border: 1px solid #ccc;
    height: 34px;
    padding: 6px 12px;
}

.btn-plus,
.btn-minus {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    cursor: pointer;
}

.add_cart {
    margin: 20px auto 10px;
}

.btn_buy,
.btn_cart {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}

.btn_buy a,
.btn_cart a {
    background-color: #C90000;
    font-size: 16px;
    color: #fff;
    padding: 10px 39px;
    border-radius: 7px;
    display: block;
}

.btn_buy a {
    background-color: #424242;
}

.product_final li {
    font-size: 15px;
}

.detail_text {
    background-color: #F9F8EE;
    padding: 30px;
    margin: 0 auto 50px;
}

.detail_text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

.detail_text p {
    font-size: 16px;
}

.detail_box {
    margin: 0 auto 50px;
}

.product_shop_box {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .detail_box .detail_box_col:first-child {
        width: 55%;
    }

    .detail_box .detail_box_col:last-child {
        width: 42%;
    }

    .detail_title {
        font-size: 18px;
    }

    .detail_txt {
        font-size: 14px;
    }

    .product-lineup-purchasre__row dt {
        font-size: 14px;
    }

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

    .btn_buy a, .btn_cart a {
        font-size: 14px;
        padding: 7px 39px;
    }

    .add_cart {
        margin: 15px auto 10px;
    }

    .btn_buy, .btn_cart {
        margin: 0 auto 10px;
    }

    .product_final li {
        font-size: 14px;
    }

    .product-lineup-purchasre__row>dt {
        width: 70px;
    }

    .input-number {
        padding: 6px 5px;
        width: 40px;
    }

}

@media only screen and (max-width: 767px) {
    .detail_box {
        display: block;
    }

    .detail_box .detail_box_col:last-child,
    .detail_box .detail_box_col:first-child {
        width: 100%;
        margin: 0 auto 20px;
    }

    .slider-single img {
        width: 100%;
    }

    .detail_text {
        padding: 15px;
        margin: 0 auto 30px;
    }

    .detail_text p {
        font-size: 14px;
    }

    .detail_text h3 {
        font-size: 16px;
    }

    .main_wrap_detail {
        padding: 30px 0;
    }

}