/*
 * @package    Nevigen JShop Kharkiv5uk3 Package
 * @version    __DEPLOY_VERSION__
 * @author     Nevigen.com - https://nevigen.com
 * @copyright  Copyright © Nevigen.com. All rights reserved.
 * @license    Proprietary. Copyrighted Commercial Software
 * @link       https://nevigen.com
 */

.categ_block.uk-card-default {
	/*box-shadow: 0 0 2em #f1f1f1 inset;*/
    background: #fafafa;
    border: 1px solid #eee;
}
.jshop .product_label {
	position: absolute;
	z-index: 1;
	top:7px;
	left:7px;
}
 
.productfull .product_label {
	left:auto;
	right:15%;
}

.old_price {
	text-decoration: line-through;
}

.fielderror {
	border: 2px solid red !important;
}

div.quantity {
	position: relative;
	cursor: pointer;
	width: 65px;
}

div.quantity span.quantitymore,
div.quantity span.quantityless {
	display: block;
	position: absolute;
	right: 0;
	width: 15px;
	height: 50%;
	border-left: 1px solid #ddd;
}

div.quantity span.quantitymore {
	top: 0;
	border-bottom: 1px solid #ddd;
}

div.quantity span.quantityless {
	top: 50%;
}

div.quantity span.quantitymore:after,
div.quantity span.quantityless:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -3px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 6px solid #717171;
}

div.quantity span.quantityless:after {
	border-top: 6px solid #717171;
	border-bottom: 0px;
}


.block_sorting_count_to_page {
	padding: 2px 12px;
}

/*.activeorderedblock {*/
/*	font-size: 120%;*/
/*}*/

.box_products_sorting .order.other span {
	display: inline-block;
	padding: 0 7px;
	border-right: 1px solid #eaeaea;
}

.box_products_sorting .other span:hover, .box_products_sorting .order.active:hover {
	cursor: pointer;
}

.stars_no_active{
    height:19px;
    background-image:url(../images/star.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.stars_active{
    height:19px;
    background-image:url(../images/star.png);
    background-repeat: repeat-x;
    background-position: 0px -19px;
}

.product_not_availabel {
	opacity: .35
}

.requiredtext {
	color: #A00;
}

.attributes_name, .freeattribut_name, .extra_fields_name, .manufacturer_title, .vendor_title, #vendinfo span.name {
	font-weight: bold;
}

.jshop .input_type_radio input[type="radio"] {
	display: none;
}

.jshop.productfull .radio_attr_label {
	border: 1px solid #eee;
	background: #fff;
	min-width: 35px;
	display: inline-block;
	text-align: center;
	margin: 3px;
	padding: 2px 7px;
}

.jshop.productfull .radio_attr_label:hover {
	background: #eee;
	z-index: 10;
}

.jshop.productfull .input_type_radio input[type="radio"]:checked + label span {
	background: #607d8b;
	color: #fff;
	border: 1px solid #777;
	-webkit-font-smoothing: antialiased;
}

.jshop_cart_attribute {
	padding: 0;
	margin: 0;
}

#quantity {
	max-width: 80px;
	margin-bottom: 0;
}

.extra_row_nvg {
	border-bottom: 1px dotted #ddd;
	line-height: 200%;
}
.product  .uk-card-body{
	padding-bottom: 10px;
}
.product  .uk-card-footer {
    border-top: none;
	padding-top: 0;
}
.tm-prodlist-img {height:240px;}

.price_fract {text-decoration:underline;color: #777;}
.productfull .prod_qty_input, .productfull .buttons {
	display: inline-block;
}

.productfull div.quantity {
	width: auto;
}

.jshop_related .button_wishlist {
	display: none;
}

.quantityless:hover, .quantitymore:hover {
	cursor: pointer;
}

img.logo_manufacturer {
	max-height: 120px;
}

.jshop_order_step {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #000;
	margin-right: 10px;
}

.jshop_order_step.prev {
	background: #eee
}

.jshop_order_step.active {
	background: green;
	color: #fff;
}

.firsttwowords {color: #002855;font-weight:bold}
.product_bonus {font-size: 10px;}

.nvg-icon-answer{transform: rotate(180deg);min-width:30px;}
.nvg-icon-answered{transform: rotate(180deg);min-width:30px;color:#0077CC;}
.tm-border-success {border:#0077CC 2px solid}
.tm-title-answer-admin {color:#0077CC;}


@media screen and (max-width: 640px) {
	.productfull .product_label {
		right:0;
	}
}