/**
* Theme Name: Liquory Child
* Description: This is a child theme of Liquory, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: liquory
* Version: 1.0.5
*/
body .product-transition{
	height: 180px;
    display: flex;
}
body li.product .product-transition img {
    display: flex;
    object-fit: cover;
    width: auto;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    width: auto;
    margin: 0 auto;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image:hover a img {
    opacity: 1;
}


.account-dropdown.active li a {
    color: #888888;
}

.account-dropdown.active li a:hover {
    color: #888888;
    text-decoration: underline;
}