.item_product_main .product-info .price-box{
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    margin-right: 0;
    align-items: center;
}
.item_product_main .product-info .action-cart{
    position: relative;
}
.product-image-detail .gallery-top img{
    height:100%;
    object-fit: cover;
}
.product_description_short{
    padding: 10px 0;
}
.product_description_short ul{
    list-style: inherit;
}
.product-img img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}
.item_product_main .product-info .price-box .price{
    border: none;
    box-shadow: none;
    outline: none;
    background: var(--main_color);
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 20px;
    border-radius: 5px;
    display: inline-block;
}
@media (min-width: 1200px) and (max-width:1399px) {
    #header-main ul li a {
        margin-right: 15px;
    }
    #header-main ul li a.caret-down:before {
        left: 100%;
    }
}
img {
  /* Tạo khung viền cho ảnh */
  border: 1.3px solid #000; 
  
  /* Bo tròn các góc của ảnh */
  border-radius: 12px; 
  
  /* (Tùy chọn) Đảm bảo ảnh không bị tràn ra ngoài phần tử chứa nó */
  max-width: 100%;
  height: auto;
}
.item_product_main .image_thumb img{
    margin-top: 0;
    padding-bottom: 0;
}
.block-des .des{
    width:100% !important;
}
.block-des .des *{
    color:#000 !important;
}
.collectiontitle{
    font-size: 30px;
    font-weight: bold;
}
.product-image-detail .gallery-top img,.product-image-detail .gallery-thumbs .swiper-slide img,.header-item__image img{
    border:unset;
}
.right-content .product-card.product-column a {
    display: flex;
    gap: 20px;
}
.right-content .product-card.product-column .product-card__top {
    width: 185px;
}