.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.container-detail {
    align-items: center;
    max-width: 1120px;
    margin: 20px auto;
}

.bread-crumb {
    background: #eeeeee;
    padding: 13px 15px;
}

.product-detail {
    display: flex;
    gap: 20px;
}

.product-detail-right {
    width: calc(100% - 600px);
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.product-detail-right h1 {
    display: block;
    color: #ff6600;
    font-size: 25px;
    margin-bottom: 10px;
}

.product-detail-right a img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.product-detail-right a {
    display: flex;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background: #ff6600;
    padding: 8px 40px;
    margin-top: 20px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
}

.product-information {
    list-style: none;
    line-height: 1.9;
}

.product-items {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.product-item-label {
    font-size: 15px;
    font-weight: bold;
    margin: 0px 5px 0px 0px;
}

.price-new-detail {
    color: #ff8500;
    font-size: 26px;
    font-weight: 700;
}

.price-old-detail {
    margin-left: 10px;
    color: #666;
    text-decoration: line-through;
}
.desc-information-product {
    color: #ffffff;
}
.desc-information-product table,
.desc-information-product tr,
.desc-information-product th,
.desc-information-product td ,
.desc-information-product img {
    max-width: 100%;
    object-fit: contain;
}

.desc-information-product ul li {
    margin-left: 15px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-detail-left {
    width: 100%;
    max-width: 600px;
}

.product-detail-left .MagicZoom {
    border-radius: 5px;
}

.product-detail-gallery {
    position: relative;
    margin-top: 15px;
}


.thumbnail-grid img {
    border-radius: 5px;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
}

.thumbnail-grid .owl-item a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.next-left,
.next-right {
    background: #ccc;
    padding: 5px 8px;
    font-size: 20px;
    align-content: center;
    max-height: 30px;
}

.title-product-detail {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.title-product-detail li {
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    background: #ccc;
    padding: 10px 15px;
    list-style: none;
}

.title-product-detail li:hover {
    background: var(--color-orange);
}

.specifications-product {
    padding-top: 10px;
    margin-top: 10px;
    border-top: #ccc solid 1px;
}

.specifications-product span {
    font-size: 18px;
    color: #f1c40f;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
}

.product-desc-information ul li {
    line-height: 1.2;
    margin: 15px 0px 0px 15px;
    font-size: 18px;
}
.product-desc-information {
    color: #ffffff;
}
.product-desc-information img {
    object-fit: contain;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 10px 0px;
}
.product-desc-information table
{
    max-width: 100%;
    width: 100%;
}
.suite-product {
    font-size: 18px;
    color: #0f0f0f;
    font-weight: 700;
    margin-top: 20px;
}

.img-info {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 5px;
    margin-top: 20px;
}

.img-info img {
    width: 100%;
    border-radius: 5px;
}

.add-cart-product-detail-btn-cat {
    padding: 10px 0px;
    background: #fd6e1d;
    color: #fff;
    border-radius: 5px;
    margin: 0px auto;
    white-space: nowrap;
    text-align: center;
    max-width: 90%;
}

.add-cart-product-detail-btn-cat span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.product-viewed {
    margin-top: 60px;
}

.product-item-content-cat {
    text-align: center;
}

.product-list-cat-ot {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 5px;
}

.product-item-cat a img {
    width: 200px;
    height: 200px;
}

.product-item-cat {
    border: #ccc solid 1px;
    height: 350px;
    line-height: 1.7;
}

.price-new-detail-cat {
    color: #ff8500;
    font-size: 20px;
    font-weight: 700;
}

.price-old-detail-cat {
    margin-left: 10px;
    color: #666;
    text-decoration: line-through;
    align-content: center;
}

.name-product-cat {
    font-weight: 700;
}

.title-product-detail {
    margin-bottom: 16px;
}

.title-product-detail li {
    font-weight: 600;
}
.category_title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.desc-product-detail{
    padding: 36px 0;
}
.product_category_section {
    padding: 50px 0;
}
/** Product relation **/
.product-detail-relation {
    padding: 60px 0;
}

/* 4K and Ultra-wide Screens */
@media (min-width: 1600px) {
}

/* Ultra Large Devices (Extra Large Desktop) */
@media (max-width: 1599px) {
}

/* XXL Devices (Large Desktop) */
@media (max-width: 1399px) {
}

/* Extra Large Devices (Small Desktop) */
@media (max-width: 1199px) {
}

/* Large Devices (Tablets) */
@media (max-width: 991px) {
    .product-detail {
        flex-direction: column;
    }
    .product-detail-right {
        width: 100%;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-item .info{
        padding: 8px;
    }

    .title-filter{
        flex-direction: column;
    }
}

/* Medium Devices (Tablets) */
@media (max-width: 767px) {
    .product-items{
        justify-content: center;
    }
    .category_title {
        font-size: 24px;
        text-align: center;
        width: 100%;
    }
    .product_category_section  {
        padding: 20px 0;
    }
}

/* Small Devices (Phones) */
@media (max-width: 575px) {
    .thumbnail-grid a {
        width: calc(25% - 9px);
    }
}

/* Extra Small Devices */
@media (max-width: 374px) {
    .thumbnail-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
