/*
Theme Name: jupiter
Theme URI: http://themeforest.net/user/artbees
Author: Artbees
Author URI: http://themeforest.net/user/artbees
Version: 5.0.9
Description: A Beautiful, Professional and Ultimate Wordpress Theme Made by Artbees. Jupiter is a Clean, Flexible, fully responsive and retina ready Wordpress theme. Its smart and hand crafted environment allows you to Build outstanding websites easy and fast.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*

Main Stylesheet file is located at stylesheet/css/styles.css

*/
/*Примечание: этот простой код CSS можно поместить в свой файл custom.css темы*/
/*Этот CSS также добавляет троеточие ... в конце каждого заголовка товара*/

.woocommerce ul.products li.product h3 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.single_variation_wrap {
display: block !important;
}
form.cart input.minus{}
form.cart input.plus{
	margin-top: 29px;
    height: 20px;}
input.input_text.qty.text{height: 40px;}