.main-logo img{
  width: auto;
  max-height: 96px !important;
}
.sticky-logo img{
  width: auto;
  max-height: 64px !important;
}
.wpcpq-item-active .woocommerce-Price-amount {
    color: white !important;
}
.product-single-layout-01{
    .product_meta, .gf-product-share{
        display: none !important;
    }
    .owl-stage{
        transform: unset !important;
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: start !important;
        gap: 10px !important;
        .owl-item{
            margin: 0 !important;
        }
    }
}