.product-top-main {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
}
.product-top-wrap{
    padding: 32px 0 0;
   
}
.product-top-main .product-top-left {
    min-width: 128px;
    width: 128px;
}

.product-top-main .product-top-left img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.product-top-main .thumbnail {
    border: 2px solid #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    border-radius: 50%;
    overflow: hidden;
}

.product-top-main h1 {
    font-size: 36px;
    text-transform: initial;
    margin: 0;
    color: #000;
}
.product-top-right {
    display: flex;
}
.product-top-center {
    z-index: 1;
    width: 100%;
    display: flex
}

button#btn-share {
    margin: 0;
    padding: 0;
    color: #000;
    width: 20px;
    height: 20px;
    border: none;
    min-height: 20px;
    display: flex;
    justify-content: center;
}

button#btn-share svg {
    width: 20px;
    height: 20px;
}
.product-child-list ul.child-cats {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 16px;
    gap: 8px;
}

.product-child-list ul.child-cats li {
    margin: 0;
    list-style: none;
}

.product-child-list ul.child-cats li a {
    display: inline-flex;
    line-height: 38px;
    padding: 0 16px;
    border: 1px solid #e5e5e5;
    border-radius: 99px;
    font-size: 14px;
    color: #000;
}

.product-child-list ul.child-cats li a:hover {
    background-color: #e5e5e5;
}
.fillter-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-child-bottom {
    display: flex;
    justify-content: space-between;
}

.product-child-bottom .post-count {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.fillter-right button {
    margin: 0;
    padding: 0;
    min-height: 24px;
    height: 24px;
    font-size: 14px;
    text-transform: initial;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.fillter-right button svg {
    width: 16px;
    height: 16px;
}
.image-tools.absolute.bottom.left.z-3 {
    display: none;
}
.woocommerce-product-gallery__image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}
.default-price-wrapper {
    margin-bottom: 24px;
}

.default-price-wrapper .product_price {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.default-price-wrapper .product_price .sale_price {
    font-size: 30px;
    font-weight: 400 !important;
    display: inline-block;
    line-height: 1;
}

.default-price-wrapper .product_price .regular_price {
    color: #545454;
    font-size: 16px;
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color: #a3a3a3;
}

.percentage_discount {
    font-size: 14px;
    font-weight: bold;
}
.percentage_discount span {
    color: red;
}
.product_info h1.product-title {
    font-size: 30px;
    margin-bottom: 16px;
    color: #000;
}

.product_info  .ux-quantity {
    display: none;
}
.default-price-wrapper .product_price span {
    font-weight: 600;
}

.default-price-wrapper .product_price .regular_price span {
    color: #a3a3a3;
}
.product-short-description {
    font-size: 14px;
}
.product_poli {
    padding: 16px;
    background: #FCFBF9;
    margin: 24px 0;
    display: flex;
}

.product_poli .item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.product_poli .item .icon {
    width: 36px;
    height: 36px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-bottom: 8px;
    background: #F0F0EC;
    border-radius: 50%;
}

.product_poli .item span.text-xs {
    font-size: 12px;
    font-weight: bold;
}

.product_poli .item 
 span.text-2 {
    font-size: 12px;
}

.product_info form.cart {margin-bottom: 8px;flex-flow: row;gap: 8px;}

button.single_add_to_cart_button.button.alt {
    font-size: 14px;
    padding: 0 24px;
    background: none;
    color: #000;
    text-transform: inherit;
    border-radius: 8px;
    height: 40px;
}

button.button.buy_now_button {
    border-radius: 8px;
    text-transform: inherit;
    font-size: 14px;
}
a.zalo_pro {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    color: #2E6CF6;
    font-size: 12px;
    align-items: center;
    gap: 4px;
}

a.zalo_pro svg {
    width: 14px;
}

a.zalo_pro:hover span {
    text-decoration: underline;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){

}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .product-top-wrap {
        padding-top: 16px;
    }
    
    .product-top-main {
        gap: 16px;
        margin-bottom: 16px;
    }
    
    .product-top-main .product-top-left {
        min-width: 92px;
        width: 92px;
    }
    .product-child-list ul.child-cats li a{
        padding: 0 8px;
    }
    .product-top-main h1 {
        font-size: 24px;
    }
    .category-page-row .product-small.box .box-image{
        aspect-ratio: 3 / 4;
    }
    .product_info h1.product-title {
        font-size: 20px;
    }
    button.single_add_to_cart_button.button.alt {
        color: transparent;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shopping-cart h-5 w-5" aria-hidden="true"><circle cx="8" cy="21" r="1"></circle><circle cx="19" cy="21" r="1"></circle><path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"></path></svg>');
        background-repeat: no-repeat;
        width: 40px;
        padding: 0;
        background-position: center;
        background-size: 18px;
    }
}