/*
Theme Name: Zota Child
Theme URI: https://elementor2.thembay.com/zota/
Author: Thembay
Description: This is a child theme for Zota
Version: 1.0
Author URI: https://thembay.com/
Template: zota
Text Domain: zota-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/****13-10-2021****/
.super_deal .block-inner .product-image img {
    height: 250px;
    object-fit: scale-down;
}
.new_arrivals .block-inner .product-image img {
    height: 160px;
    object-fit: scale-down;
}
.best_selling_products .block-inner .product-image img {
    height: 130px;
    object-fit: scale-down;
}
.most_view_products .block-inner .product-image img {
    height: 190px;
    object-fit: scale-down;
}
.top_rated .block-inner .product-image img, .top_recomendations .block-inner .product-image img {
    height: 190px;
    object-fit: scale-down;
}
.product-recently-viewed-header .product-item .product-image img{
	height: 90px;
	object-fit: scale-down;
}
#product-related .product-image img, .wishlist_view .product-thumbnail img  {
    height: 140px;
    object-fit: scale-down;
}
