.product_wrapper {
    padding: 50px 0;
    background: #fff;
}
.productDetail_wrapper {
    margin-bottom: 30px;

    display: grid;
    grid-template-columns: 55% auto;
    grid-gap: 30px;
}
#gallery_Product {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.galleryProduct {
    position: relative;
    width: calc(100% - 120px);
    height: 100%;
    overflow: hidden;
}
.galleryProduct > * {
    height: 100%;
}
.galleryProduct a {
    display: block;
    aspect-ratio: 1 / 1;
}
.galleryProduct a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.galleryProduct .slick-slide > div {
    display: grid;
}
.galleryProduct .slick-prev,
.galleryProduct .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;

    background: #fb6e2e;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.25s ease;
}
.galleryProduct .slick-prev {
    left: 0px;
}
.galleryProduct .slick-next {
    right: 0px;
}

.thumbnailProduct {
    position: relative;
    width: 115px;
    padding-right: 15px;
}
.thumbnailProduct > div {
    display: block;
}
.thumbnailProduct > div img {
    width: 100%;
}
.thumbnailProduct .slick-slide > div {
    display: grid;
}
.thumbnailProduct .slick-slide {
    margin-bottom: 10px;
}
.thumbnailProduct .slick-slide:last-child {
    margin-bottom: 0;
}

.detailProduct {
    padding: 0 15px;
}
.detailProduct h1 {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-size: 1.7em;
}

.detailProduct .review_dtP {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    grid-gap: 7px;
}
.detailProduct .review_dtP .stars {
}
.detailProduct .review_dtP .text {
    font-size: 0.8rem;
}

.detailProduct .stock_dtP {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    grid-gap: 7px;
    font-size: 0.8rem;
}
.detailProduct .stock_dtP:before {
    top: 50%;
    position: relative;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.detailProduct .stock_dtP.instock:before {
    background-color: #43b600;
}
.detailProduct .stock_dtP.instock:before {
    background-color: #43b600;
}
.detailProduct .stock_dtP.outofstock:before {
    background-color: #ff3434;
}

.detailProduct .code_dtP {
    font-size: 16px;
}
.price_dtP {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin: 30px 0;
}
.sale_price {
    font-size: 2em;
    color: #000;
}
.price {
}
.price span {
    display: block;
}
.percentage_off {
    display: inline-block !important;
    border-radius: 4px;
    background: #fb6e2e;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 1.1em;
    font-weight: 600;

    margin-bottom: 5px;
}
.price_old {
    font-size: 1.2em;
    font-weight: 400;
    color: #b6b6b6;
    text-decoration: line-through;
}

.price_dtP .contact {
    background: #e01020;
    border-radius: 4px;
    border: none;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.price_dtP .contact:hover {
    background-color: var(--cl1);
    box-shadow: 5px 5px 15px #0000000d;
    color: #fff;
    transform: translateY(-3px);
}

.action_dtP {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 15px;
    margin-bottom: 10px;
}
.quantity_dtP {
    width: 100%;
    display: grid;
    grid-template-columns: 50px auto 50px;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
}
.quantity_dtP .qty_btn {
    background: #fff0;
    border: 0;
    height: 50px;
    font-size: 1.5em;
    font-weight: 300;
    color: #000;
}
.quantity_dtP input.quantity {
    border: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;

    font-size: 1.5em;
    font-weight: 300;
    color: #000;
}
.action_dtP .add_cart {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 20px;

    border: 1px solid #000;
    border-radius: 5px;
    background: #fff0;
    color: #000;
    font-size: 1em;
    font-weight: 600;

    transition: all 0.25s ease 0s;
}
.action_dtP .add_cart:hover {
    border: 1px solid #000;
    background: #000;
    color: #ffffff;
}

.buy_now {
    margin-bottom: 10px;

    display: block;
    width: 100%;
    height: 55px;
    padding: 0px 20px;

    border: 0;
    border-radius: 5px;
    background: #fb6e2e;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
}
.buy_now span {
    font-weight: 400;
    font-size: small;
}
.hotline_dtP {
    text-align: center;
}
.hotline_dtP a {
    color: #fb6e2e;
}

/* Cam kết */
ul.commits_dtP {
    margin-top: 20px;
}
ul.commits_dtP li {
    display: grid;
    grid-template-columns: 25px 1fr;
    grid-gap: 20px;
    align-items: center;
}
ul.commits_dtP li + li {
    margin-top: 15px;
}
ul.commits_dtP img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
ul.commits_dtP div {
    font-size: 0.8rem;
}
/*END Cam kết */

/*Mô tả - Thông số */
.accordion_dtP .accordion_item {
    border-bottom: 1px solid #000;
}
.accordion_dtP .accordion_title {
    padding: 15px 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion_dtP .accordion_title h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #000;
}
.accordion_dtP .accordion_title .plus_icon svg {
    width: 0.78125rem;
    height: auto;
}
.accordion_dtP
    .accordion_title:has(+ .accordion-collapse.show)
    .plus_icon
    svg
    path:nth-of-type(2) {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.accordion_dtP .accordion_body {
    padding-bottom: 10px;
}
/*END Mô tả - Thông số */

.search__detailproduct {
}
.share_social {
    text-align: left;
}
.t_share_social {
    margin-bottom: 10px;
    font-size: 1.1em;
}
.share_social a {
    display: inline-block;

    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    transition-duration: 0.5s;
    vertical-align: middle;
}
.share_social a:last-child {
    margin-right: 0px;
}
.share_social a.facebook {
    background-color: #3b5999;
    border: 1px solid #3b5999;
}
.share_social a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
}
.share_social a.linkedin {
    background-color: #0e76a8;
    border: 1px solid #0e76a8;
}

.content_dtP {
    margin: 0;
    margin-bottom: 30px;
}

.article_content {
    position: relative;
    padding: 20px;
}
.article_content .__content {
    font-size: 14px;

    height: 450px;
    overflow: hidden;
    transition: 0.3s;
}
.__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.__content img {
    display: block;
    height: auto;
    margin: 0 auto 20px;
    max-width: 90%;
}
.__content ol,
.__content ul {
    margin-bottom: 10px;
    padding-left: 30px;
}
.__content ol li,
.__content ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.__content ol li:before,
.__content ul li:before {
    background: #ff3d3d;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 6px;
    position: relative;
    top: -2px;
    width: 7px;
}

.article_content .__content.show {
    height: auto;
}
.article_content .bg_article {
    background: linear-gradient(
        to bottom,
        rgba(255 255 255 / 0),
        rgba(255 255 255 / 62.5),
        rgba(255 255 255 / 1)
    );
    bottom: 15px;
    height: 105px;
    left: 0;
    position: absolute;
    width: 100%;

    display: none;
}
.article_content .bg_article.hidden {
    display: none;
}
.article_content .btn_article__content {
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 340px;
    padding: 10px 5px;
    text-align: center;
}
.article_content .btn_article__content.hidden {
    display: none;
}

/* ================= VARIANT ================= */
.wrapper_attribute {
    margin-bottom: 20px;
}
.attribute {
    margin-bottom: 10px;
}
.attribute_item {
    margin-bottom: 5px;
}
.attribute_item span {
    font-weight: 600;
    color: #ff0000;
}
.attribute_value {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.choose_attribute {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background: #f9f9f9;
    transition: all 0.2s;
    display: inline-block;
    text-align: center;
}
.choose_attribute:hover {
    background: #eaeaea;
}
.choose_attribute.selected {
    background: #000;
    color: #fff;
    border-color: #000;
}
.choose_attribute.disabled {
    pointer-events: none;
    opacity: 0.4;
    background: #eee;
}
.choose_attribute_color {
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.choose_attribute_color img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 3px;
}
.choose_attribute_color.selected {
    border-color: #000;
    background: #fff0;
}
.choose_attribute_color.disabled::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
    border-radius: 3px;
}
/* ================= END VARIANT ================= */

.relatedProduct {
    padding-left: 50px;
}
.relatedProduct_headding {
    padding: 15px 0;
    font-size: 1.5em;
    font-weight: 800;
    color: #000;
    border-bottom: 1px solid #000;
}
.relatedProduct_body {
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}
.relatedProduct_body .itemproduct {
}
/* =================  */
/* =================  */
/* =================  */

@media (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
