/**
* @package Joomla
* @subpackage JoomShopping
* @author Nevigen.com
* @website https://nevigen.com/
* @email support@nevigen.com
* @copyright Copyright © Nevigen.com. All rights reserved.
* @license Proprietary. Copyrighted Commercial Software
* @license agreement https://nevigen.com/license-agreement.html
**/

.quantity_frequency_wrapper {}
.block_product .quantity_frequency_wrapper {text-align:center;display:none;margin:10px 0;}
.block_product:hover .quantity_frequency_wrapper {display:block;}
.block_product .quantity_frequency_sell {text-align:center;display:none;}
.block_product:hover .quantity_frequency_sell {display:block;}

.quantity_frequency_minus_button,
.quantity_frequency_plus_button {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #ccc;
	font-size: 25px;
	text-align: center;
	color: #fff;
}
.jshop_prod_cart .quantity_frequency_minus_button,
.jshop_prod_cart .quantity_frequency_plus_button {
	width: 25px;
	height: 25px;
	line-height: 28px;
}
.quantity_frequency_disable_button {

}

.quantity_frequency_minus_button:hover,
.quantity_frequency_plus_button:hover {
	cursor:pointer;
	background: #e22e2e;
}

.quantity_frequency_quantity {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	min-width:35px;
	text-align:center;
}

.prod_qty_input {
	display: block!important;
	width: auto!important;
}
.quantity_frequency_sell {
	font-weight:bold;
	margin: 10px 0;
}
@media (max-width: 1270px) {
	.block_product .quantity_frequency_wrapper,
	.block_product .quantity_frequency_sell {
		display: block;
	}
}
