/*
Theme Name:   Shoptimizer Child
Theme URI:    https://www.commercegurus.com/wordpress-themes/shoptimizer
Description:  Shoptimizer Child Theme with Modern Sidebar Design
Author:       CommerceGurus
Author URI:   https://www.commercegurus.com/
Template:     shoptimizer
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  shoptimizer-child
*/

/*
 * Parent theme styles are automatically loaded by Shoptimizer
 * This file can be used for custom CSS overrides
 * Additional custom styles are in /assets/css/
 */

 body {
  direction: rtl !important;
}
html {
  direction: rtl !important;
}

.rtl .call-back-feature {
    right: auto;
    left: 150px !important;
}



 ul.products li.product img {
    /* max-height: 264px !important; */
}

@media screen and (max-width: 768px) {
  
 ul.products li.product img {
    /* max-height: 135px !important; */
}

}