/*
Theme Name: Chonweb Child
Description: This is a child theme for Chonweb Theme
Author: Chonweb
Template: chonweb
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#wide-nav > .flex-row > .flex-left {
    min-width: 278px;
}
#mega-menu-wrap {
    background: #aa4b4d;
}
.product-thumbnails img {
    height: 102px;
}
.image-fade_in_back .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 180px;
    object-fit: cover;
}
.product-gallery-slider img {
    height: 360px;
    object-fit: cover;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.product-gallery-slider img {
    height: 228px;
}
.product-thumbnails img {
    height: 60px;
}
}