.box-box {
    background-color: rgb(245, 245, 245);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.box-box-first {
    margin-top: 20px;
}

#reviews-list {
    max-height: 500px;
    overflow-y: auto;
}

.stars ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
    cursor: pointer;
}

.stars li svg polygon {
    transition: fill 0.2s;
}

.stars li.hover svg polygon, .stars li.selected svg polygon {
    fill: rgb(255, 204, 0);
}

.product-detail .name-product {
    font-size: 30px;
    margin-bottom: 15px;
}

.product-container {
    position: relative;
}

.product-container .brand {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.brand img {
    max-width: 100px;
}

.product-container .item .wrap-img {
    padding-bottom: 100%;
}

.product-container .item .wrap-img #icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 65px;
    height: 65px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.product-container .slick-dots {
    margin-top: 15px;
}

.product-container .slick-arrow {
    opacity: 1;
    background: rgba(183, 183, 183, 0.2) !important;
}

.product-container .slick-arrow svg path {
    fill: rgb(0, 0, 0);
}

.product-container .slick-dots li.slick-active {
    width: 25px;
    border-radius: 30px;
    background-color: rgb(250, 189, 92);
}

.product-container .slick-dots li {
    width: 5px;
    height: 5px;
    background-color: rgb(212, 215, 217);
}

.tab-scroll {
    margin: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.tab-scroll .scroll-to {
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-scroll .scroll-to .image {
    border: 1px solid rgb(233, 233, 233);
    width: 50px;
    height: 50px;
    padding: 6px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.tab-scroll .scroll-to span {
    font-size: 12px;
    line-height: 16px;
    color: rgba(40, 38, 38, 0.67);
    margin-top: 10px;
    display: block;
}

.commit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 35px;
}

.commit .item {
    font-size: 12px;
    display: grid;
    grid-template-columns: 36px auto;
    gap: 5px;
    align-items: center;
}

.group-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: rgb(255, 255, 255);
    gap: 20px;
}

.group-header .stars {
    margin-bottom: 0px;
}

.group-header .status {
    color: var(--color-2);
    background-color: rgb(38, 166, 91);
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 13px;
    display: none;
}

.group-header .status.out-of-stock {
    background-color: var(--color-3);
}

.box-des {
    margin-top: 35px;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 5px;
    padding: 0px 15px 10px;
    background: #fff;
}

.box-des .title {
    color: white;
    background: rgb(211, 182, 123);
    padding: 3px 14px;
    margin-top: -15px;
    max-width: max-content;
    font-weight: 600;
    margin-left: 5px;
    font-size: 16px;
    border-radius: 4px;
}

.box-des .title {
    display: flex;
}

.box-des .title svg {
    width: 20px;
    height: 20px;
}

.box-des.gift .title {
    border-radius: 30px;
    gap: 10px;
}

.box-des .content-des {
    padding-top: 10px;
}

.box-des .content-des.khuyenmai ul {
    margin-bottom: 0px;
}

.ytp-cued-thumbnail-overlay-image {
    background-size: contain;
}

.product-content .price-wrap .price-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
}

.price-wrap .price-new .price {
    font-size: 18px;
    font-weight: 500;
}

.price-wrap .price-new .price span {
    color: var(--color-3);
    font-size: 24px;
}

.price-wrap .price-new .price a {
    font-size: 19px;
    color: var(--color-3);
}

.price-wrap .price-new .note {
    color: rgb(136, 136, 136);
    font-weight: 400;
}

.product-content .price-wrap .price-old {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
}

.price-wrap .price-old .price {
    font-size: 15px;
}

.price-wrap .price-old .discount {
    border: 1px dotted var(--color-3);
    border-radius: 5px;
    padding: 4px 20px;
    margin-left: 20px;
    color: var(--color-3);
    font-size: 13px;
    font-weight: 600;
}

.choose-config .title-box {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0px 5px;
}

.option-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.option-item {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 12px;
    padding: 13px 10px 10px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--color-2);
    transition: 0.25s;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px 0px;
    margin-bottom: 0px;
    font-weight: 400;
    color: rgb(102, 102, 102);
}

.option-item:hover {
    border-color: var(--color-3);
}

.option-item.disabled:hover {
    border-color: rgb(234, 234, 234);
}

.option-item.disabled {
    background-color: rgb(234, 234, 234);
}

.option-item input {
    display: none;
}

.custom-radio {
    width: 22px;
    height: 22px;
    border: 1px solid rgb(187, 187, 187);
    border-radius: 50%;
    position: relative;
}

.option-item .custom-radio::after {
    content: "✔";
    font-size: 14px;
    color: white;
    background: rgb(211, 210, 210);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.option-item.active .custom-radio::after {
    background: rgb(76, 175, 80);
}

.option-item input:checked + .custom-radio {
    border-color: rgb(76, 175, 80);
}

.option-item input:checked + .custom-radio + .option-text {
    font-weight: 500;
}

.option-item input:checked ~ .option-text .title {
    color: rgb(0, 0, 0);
}

.option-item .option-text .price {
    color: var(--color-3);
}

.option-item .option-text .price-old {
    font-size: 12px;
}

.option-item .option-text .price-old .discount {
    background-color: var(--color-3);
    color: var(--color-2);
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.option-item.active {
    border-color: rgb(246, 180, 67);
}

.button-add-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.button-add-group button {
    border-radius: 5px;
    padding: 10px 25px;
    color: var(--color-1);
}

.button-add-group .contact-now {
    background-color: var(--color-3);
    font-size: 18px;
    text-transform: uppercase;
    grid-column: 1 / -1;
    font-weight: 700;
}

.button-add-group .buy-now {
    background-color: var(--color-3);
    font-size: 18px;
    line-height: 20px;
    color: var(--color-1);
    font-weight: 600;
}

.button-add-group .sub {
    font-size: 13px;
    opacity: 0.8;
    display: block;
    font-weight: 600;
}

.button-add-group .add-cart {
    background-color: var(--color-3);
    color: var(--color-1);
}

.button-add-group .add-cart svg path {
    stroke: rgb(0, 0, 0);
}

.button-add-group .add-cart svg circle {
    fill: rgb(0, 0, 0);
}

.button-add-group .add-cart svg line {
    stroke: rgb(255, 255, 255);
}

.call-to-buy {
    margin-top: 20px;
    background: rgb(0, 0, 0);
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
}

.call-to-buy .title-text {
    font-size: 18px;
    text-align: center;
    margin: 5px 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.call-to-buy .sub-title {
    text-align: center;
}

.form-call {
    position: relative;
}

.form-call input {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    background-color: white;
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

.form-call button {
    background: var(--color-3);
    height: 40px;
    color: var(--color-1);
    border: 1px solid var(--color-3);
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    padding: 0px 15px;
    min-width: 115px;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    &:hover {
        background-color: white;
        color: var(--color-3);
    }
}

.call-to-buy .sub {
    margin-top: 10px;
    text-align: center;
}

.call-to-buy .sub a {
    color: rgb(255, 193, 1);
    font-size: 16px;
    font-weight: 700;
}

.document {
    margin-top: 15px;
}

.document .title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
}

.document table {
    background-color: rgb(245, 245, 245);
    width: 100%;
}

.document table td {
    padding: 10px;
}

.product-detail-right {
    margin-left: 10px;
}

.product-detail-right .block {
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
}

.product-detail-right .block ul {
    padding: 0px 10px 10px;
}

.product-detail-right .block:not(:last-child) {
    margin-bottom: 15px;
}

.product-detail-right ul li {
    list-style: none;
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    line-height: 25px;
    font-size: 14px;
}

.product-detail-right .block.contact p {
    line-height: 25px;
    font-size: 15px;
}

.product-detail-right .product-featured ul li {
    display: block;
}

.product-detail-right .product-featured ul li a {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    line-height: 25px;
    font-size: 15px;
}

.product-detail-right ul li img, .product-detail-right ul li svg {
    width: 20px;
    height: 20px;
}

.product-detail-right .title {
    font-size: 17px;
    margin-bottom: 12px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 15px;
    color: var(--color-1);
    background: linear-gradient(0deg, var(--color-3), var(--color-4));
}

.parameter {
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
}

.parameter h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.parameter table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.parameter table tr:nth-of-type(2n+1) {
    background: rgb(245, 245, 245);
}

.parameter table td {
    padding: 10px;
    border: none;
    text-align: left !important;
}

.parameter table td:nth-child(n) {
    width: 30%;
}

.parameter table td:nth-child(2n) {
    width: 70%;
}

.product-content-detail {
    margin-top: 30px;
    border-radius: 10px;
}

.product-content-detail .content-limit {
    overflow: hidden;
    height: auto;
    transition: height 0.45s;
    position: relative;
}

.btn-xem-them {
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid var(--color-2);
    color: var(--color-2);
    display: block;
    max-width: 150px;
    margin: 12px auto 0px;
    transition: 0.3s;
}

.product-content-detail .btn-xem-them:hover {
    background-color: var(--color-3);
    color: var(--color-1);
}

.product-content-detail h2.title {
    font-size: 22px;
    margin-bottom: 15px;
}

.title-section-product {
    font-size: 22px;
    margin-bottom: 15px;
}

.accordion-item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-bottom: 10px;
}

.accordion-title {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding-right: 30px;
}

.accordion-title::after {
    content: "+";
    position: absolute;
    right: 5px;
    font-size: 20px;
    transition: 0.3s;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item.active .accordion-title::after {
    content: "—";
}

.accordion-item.active .accordion-title {
    color: var(--color-3);
}

.accordion-content {
    max-height: 0px;
    overflow: hidden;
    padding: 0px 16px;
    transition: max-height 0.35s;
}

.accordion-content .content {
    padding-top: 15px;
}

.accordion-content p {
    margin-bottom: 5px;
}

.subtitle-product {
    display: flex;
    align-items: center;
    color: rgb(136, 136, 136);
    margin-top: 6px;
}

.subtitle-product::before {
    content: "";
    display: inline-flex;
    background: rgb(255, 153, 0);
    width: 75px;
    height: 1px;
    margin-right: 10px;
}

.filter-category {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 18px;
}

.filter-category .item {
    padding: 6px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    border: 1px solid rgba(136, 136, 136, 0.5);
    border-radius: 10px;
    display: inline-block;
}

.filter-category .item:hover {
    color: var(--color-2);
    background-color: var(--color-3);
    border: 1px solid var(--color-3);
}

.product-related-slider .slick-slide {
    margin: 10px 8px 0px;
}

.product-related-slider .slick-list {
    margin: 0px -8px;
}

.product-related ul li {
    list-style: none;
    display: inline-block;
}

.product-related .tab-buttons button {
    font-size: 14px;
    padding: 10px 20px;
    background-color: rgba(102, 102, 102, 0.14);
    border-radius: 5px;
}

.product-related .tab-buttons button.active {
    color: var(--color-2);
    background-color: var(--color-3);
    font-weight: 700;
}

.product-related .tab-buttons {
    white-space: nowrap;
    overflow-x: auto;
}

.review-wrap .section-title {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(56, 56, 56);
}

.rating-summary {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.rating-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.score-number {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.score-total {
    font-size: 16px;
}

.stars-display ul {
    display: flex;
    gap: 5px;
}

.stars-display ul li {
    list-style: none;
}

.rating-count {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.btn-write-review {
    width: 100%;
    padding: 10px 15px;
    background: var(--color-3);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn-write-review:hover {
    background: var(--color-4);
}

.rating-bars {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 10px;
}

.rating-bar-item {
    display: grid;
    grid-template-columns: 80px 1fr 50px;
    align-items: center;
    gap: 15px;
}

.rating-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.star-icon {
    display: flex;
}

.bar-container {
    background: rgb(160, 160, 160);
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: rgb(255, 204, 0);
    border-radius: 4px;
    transition: width 0.5s;
}

.rating-number {
    text-align: right;
    font-size: 14px;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.review-title {
    font-size: 18px;
    font-weight: 600;
}

.filter-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 6px 18px;
    border: 1px solid var(--color-4);
    background: white;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 3px;
}

.filter-btn:hover {
    border-color: rgb(255, 149, 0);
    color: rgb(255, 149, 0);
}

.filter-btn.active {
    border-color: var(--color-3);
    color: var(--color-3);
    font-weight: 600;
}

.review-item {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.review-item:last-child {
    border-bottom: none;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 10px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
    background-color: var(--color-3);
}

.reviewer-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.reviewer-name {
    font-weight: 600;
    /* color: rgb(255, 255, 255); */
    font-size: 16px;
}

.review-date {
    font-size: 13px;
    color: rgb(153, 153, 153);
}

.review-content {
    margin-bottom: 10px;
}

.review-text {
    /* color: rgb(255, 255, 255); */
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 8px;
}

.review-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1;
}

.review-images img {
    width: 77px;
    height: 77px;
    object-fit: contain;
}

.check-sell {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(0, 171, 86);
    margin-bottom: 10px;
}

.check-sell .icon-check {
    display: block;
    width: 14px;
    height: 14px;
    background-color: rgb(0, 171, 86);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0px 6px 0px 0px;
}

.check-sell .icon-check::before {
    content: "";
    width: 6px;
    height: 3px;
    border-left: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%) rotate(-45deg);
}

.admin-reply {
    margin: 10px 0px;
    background: rgb(243, 244, 246);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(226, 226, 226);
}

.admin-reply h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

.modal-overlayyy {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 102;
    justify-content: center;
    align-items: center;
}

.modal-overlayyy .modal-content {
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 15px;
    max-width: 645px;
    width: 90%;
    animation: 0.3s ease 0s 1 normal none running fadeIn;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--color-3);
}

.modal-overlayyy .modal-header {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.modal-overlayyy .modal-content form {
    padding: 25px;
    background-color: white;
}

.modal-overlayyy .write-rate .stars {
    display: block;
}

.modal-overlayyy .modal-header h2 {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.modal-overlayyy .close-btn-modal svg {
    width: 20px;
    height: 20px;
}

.modal-overlayyy .close-btn-modal svg path {
    fill: rgb(0, 0, 0);
}

.modal-overlayyy .form-group {
    margin-bottom: 15px;
}

.modal-overlayyy input, .modal-overlayyy select, .modal-overlayyy textarea {
    color: #333;
    padding: 10px;
    height: 46px;
    width: 100%;
    resize: none;
    font-size: 14px;
    border-radius: 5px;
    background-color: #eeeeee;
    border: none;
    font-family: inherit !important;
}

.modal-overlayyy textarea {
    height: unset;
}

.modal-overlayyy .submit {
    font-size: 16px;
    margin: 0px auto;
    display: block;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 30px;
    background: var(--color-3);
    color: rgb(0, 0, 0);
    transition: 0.3s;
}

.modal-overlayyy .submit:hover {
    background: var(--color-4);
}

.modal-overlayyy .write-rate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

@keyframes fadeIn {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.upload-section {
    margin-top: 15px;
}

.upload-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.upload-item {
    position: relative;
    aspect-ratio: 1 / 1;
    border: 2px dashed rgb(221, 221, 221);
    border-radius: 8px;
    background: rgb(248, 249, 250);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

.upload-item:hover {
    border-color: rgb(253, 184, 19);
    background: rgb(255, 248, 230);
}

.upload-item.has-image {
    border-style: solid;
    border-color: rgb(253, 184, 19);
    padding: 0px;
}

.upload-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-icon {
    width: 64px;
    height: 64px;
}

.upload-number {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.btn-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(231, 76, 60, 0.9);
    color: white;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.upload-item:hover .btn-remove {
    display: flex;
}

.upload-note {
    font-size: 13px;
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

input[type="file"] {
    display: none;
}

#review-wrap, #parameter, #product-content-detail {
    scroll-margin-top: 100px;
}

.news-related-product .row {
    row-gap: 10px;
}

.news-related-product .item-news .wrap-img {
    padding-bottom: 75%;
    border-radius: 4px;
}

.news-related-product .item-news h3 {
    font-weight: 500;
}

.news-related-product .item-news .title {
    font-size: 16px;
}

.news-related-product .item-news .des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

.news-related-product .item-news:not(:last-child) {
    margin-bottom: 16px;
}

#modal-videos .modal-content {
    max-width: 800px;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    overflow: inherit;
}

#modal-videos .close-btn-modal {
    position: absolute;
    top: -30px;
    right: 0px;
    z-index: 1;
}

.video-thumb-slider {
    margin-top: 3px;
}

.video-thumb-slider .slick-slide {
    margin: 0px 5px;
}

.video-thumb-slider .slick-list {
    margin: 0px -5px;
}

.video-thumb-slider .item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.btn-open-modal.wrap-img::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.catalog iframe {
    width: 100%;
    height: 600px;
}

.content-des {
    overflow: hidden;
    transition: max-height 0.4s;
    position: relative;
}

.content-des.expanded {
    max-height: 1000px;
}

.content-des.expanded::after {
    display: none;
}

.toggle-des {
    display: inline-block;
    padding: 5px 12px;
    font-size: 14px;
    margin: 7px 0px 0px 7px;
    color: var(--color-1);
    background: var(--color-3);
    border-radius: 20px;
}

.video-slider .slick-slide {
    margin: 0px 10px;
}

.video-slider .slick-list {
    margin: 0px -10px;
}

.video-slider iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

#show-price-new {
    color: var(--color-3);
    font-size: 25px;
}

.product-option {
    margin-top: 20px;
}

.product-option-title {
    margin-bottom: 5px;
}

.product-option-select {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.product-option-select .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(221, 221, 221);
    transition: 0.3s;
    color: rgb(255, 255, 255);
    padding: 10px 15px;
}

.product-option-select .item.active {
    border: 1px solid var(--color-3);
}

@media (max-width: 768px) {
    .product-content, .product-detail-right {
        margin-left: 0px;
        margin-top: 15px;
    }

    .catalog iframe {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 550px) {
    .box-box {
        padding: 12px 8px;
    }

    .product-detail .name-product {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .tab-scroll .scroll-to {
        width: 60px;
    }

    .tab-scroll .scroll-to .image {
        padding: 10px;
    }

    .tab-scroll .scroll-to span {
        font-size: 11px;
    }

    .commit {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    .group-header .status {
        margin-left: 0px;
    }

    .price-wrap .price-old .price {
        font-size: 13px;
    }

    .button-add-group {
        margin-top: 20px;
    }

    .call-to-buy {
        margin-top: 20px;
        padding: 10px 15px 15px;
    }

    .call-to-buy .title {
        margin-bottom: 10px;
    }

    .call-to-buy .sub {
        margin-top: 15px;
        font-size: 12px;
    }

    .document {
        margin-top: 30px;
    }

    .parameter {
        margin-top: 30px;
    }

    .product-content-detail {
        margin-top: 30px;
    }

    .title-section-product {
        font-size: 20px;
    }

    .filter-category .item {
        padding: 6px 15px;
        font-size: 13px;
    }

    .filter-category {
        gap: 6px;
    }

    .review-wrap .section-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .filter-btn {
        padding: 4px 10px;
    }

    .filter-buttons {
        gap: 4px;
    }

    .rating-summary {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 30px;
    }

    .rating-bar-item {
        grid-template-columns: 50px 1fr 25px;
    }

    .news-related-product .item-news .des {
        display: none;
    }

    .news-related-product {
        margin-top: 30px;
    }

    .upload-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .upload-number {
        display: none;
    }

    #modal-videos .modal-content {
        padding: 10px;
    }

    #modal-videos #video-frame {
        height: 250px;
    }

    .modal-overlayyy .modal-content form {
        padding: 20px;
    }

    .document table td {
        display: block;
        width: 100%;
    }

    #modal-videos iframe {
        height: 200px;
    }
}
