/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2023 | 06:54:59 */
.ycb-brand-logo a img {
   /*max-width: 60px;*/
   max-height: 30px;
   width: 60px !important;
   /*height: auto;*/
   aspect-ratio: attr(width) / attr(height);
	object-fit: contain;
}
.ycb-brand-logo {
    display: flex;
    align-items: center;
	margin-bottom: 20px;
}

.ycb-brand-logo a {
	margin: 0 5px;
	max-width: 60px;
}
.single-product .entry-summary .ycb-brand-logo a img {
    /*max-width: 100px;*/
    max-height: 60px;
    width: 100px !important;
}