.woocommerce div.product div.images.woocommerce-product-gallery{
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 10px
}
.woocommerce div.product div.images .flex-control-thumbs li{
    width: 100%;
}
.gallery-summary{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.woocommerce div.product div.summary{
    width: 100%;
}
.woocommerce div.product .product_title{
    font-size: 20px;
}
.dressDetail{
    margin-bottom: 20px
}
.dressDetail em{
    font-size: 20px;
    color: #c8c8c8;
}
.dressDetail .group{
    margin-top: 25px;
}
.dressDetail dl{
    display: flex;
    gap: 20px;
}
.dressDetail dl > *{
    flex-grow: 1;
    margin: 0;
    flex-basis: 0
}
.dressDetail dt{
    font-weight: 700;
}
#zalo-chat{
    width: 100%;
}

@media screen and (min-width: 768px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        max-width: 65%;
        flex: 0 0 65%;
    }
    .woocommerce div.product div.summary{
        max-width: calc(35% - 25px);
        flex: 0 0 calc(35% - 25px);
    }
    .woocommerce div.product div.images .flex-control-thumbs{
        flex: 0 0 25%;
    }
}