.cartajax-module{font-size:12px;position:relative;margin:8px 0 0;padding:0;}
.cartajax-module ul{margin:0px;}
.cartajax-module li{display: block;}
.cartajax-module .clear{clear:both;overflow:hidden;height:0;}
.cartajax-module h2{font-weight:400;font-size:24px;margin:0 0 20px;}
.cartajax-module .cartajax-module-total{font-size:16px;}
.cartajax-module .cartajax-module-checkout{width:100%;border-top:1px solid #EEE;font-size:16px;text-align:right;padding:10px 0 0;}
.cartajax-module .cartajax-module-item{position:relative;border-bottom:1px solid #EEE;margin:0 0 10px;padding:0 0 10px;}
.cartajax-module .cartajax-module-item-label{font-weight:700;}
.cartajax-module .cartajax-module-item-count{font-weight:700;font-size:150%;}
.cartajax-module .cartajax-module-item-price{position:absolute;right:0;bottom:4px;font-weight:700;}
.cartajax-module .cartajax-module-item-remove{cursor : pointer;position : absolute;right : 0;top : 0;background : url('images/cartajax-remove.png') no-repeat 0 0;display : block;height : 16px;width : 16px;z-index : 65535;}
.cartajax-module .cartajax-module-item-remove:hover{cursor : pointer;position : absolute;right : 0;top : 0;background : url('images/cartajax-remove.png') no-repeat 0 -16px;display : block;height : 16px;width : 16px;z-index : 65535;}
.cartajax-module .jshop_cart_attribute{font-weight: bold;font-style: italic;font-size: 11px;margin-bottom: 4px;margin-top: 1px;padding-left: 10px;}
.cartajax-module .modal-footer {padding:10px 20px;}
.cartajax-module .modal-footer .tm-flex-between {justify-content: space-between;}
.cartajax-module-bottom {}
.cart-bottom-button {}
#theBasketContent .basketSubtotal {
    border-bottom: 0px;
    font-weight: bold;
    text-align: right;
	color: #000;
}
.nvg-cart-module .modal-body {
    position: relative;
    padding: 0;
}
.nvg-cart-wrapper > div {
    border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
.nvg-cart-wrapper > div:last-child {
    border-bottom: none;
}

.tm-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
	margin-left: -15px;
	padding-left: 15px;
	text-align:left;
}
.tm-flex-between {justify-content: space-between;}
.tm-flex-end {justify-content: flex-end;}
.nvg-cart-item-image {width: calc(100% * 1 / 6.001);text-align:center;}
.nvg-cart-item-image img{max-height: 80px;}
.nvg-cart-item-useinfo {width: calc(100% * 5 / 6.001);}

.nvg-cart-item-name a {font-size:14px;}
.nvg-cart-item-ean {color: #999;}
.nvg-cart-item-atributes .jshop_cart_attribute {text-align:left;padding: inherit;font-weight: normal;
    font-style: inherit; font-size: inherit;}

.nvg-cart-item-price-qty {width:auto}
.nvg-cart-item-price {text-align:right;font-size:14px;margin-right: 15px;}
.nvg-cart-item-qty {position:relative;max-width:120px;display: inline-block;vertical-align: middle;}
/*.nvg-cart-item-qty input {border-left:none;border-right:none;}
.nvg-cart-item-qty .input-group-addon {background-color: #fff;border-radius:0;color:#ccc;font-size:16px;padding:3px 6px;}
.nvg-cart-item-qty .input-group-addon:hover, .nvg-cart-item-remove:hover {text-decoration:none;cursor:pointer;}*/

.nvg-cart-item-qty input {
	max-width: 100%;
    width: 100%;
	height: 40px;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
	text-align: center;
	-webkit-appearance: none;
    overflow: visible;
	box-sizing: border-box;
	margin: 0;
    border-radius: 0;
	padding-right: 40px!important;
	padding-left: 40px!important;
}
.cart-minus-item, .cart-plus-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
	font-size:16px;
	font-weihght:normal;
}
.cart-plus-item {
    right: 0;
    left: auto;
}
.cart-minus-item:hover, .cart-plus-item:hover {text-decoration:none;cursor:pointer;color: #999;}

.basketPrice {color: #000!important;}

.nvg-cart-item-price-qty .input-group {
    position: relative;
    display: inline-table;
}

/*.cartajax-qnty.form-control {width: 30px;padding: 3px 6px;text-align: center;}*/
.nvg-cart-item-remove {padding-left:20px;}
.nvg-cart-item-remove:hover {text-decoration:none;cursor:pointer;}
.tm-width-auto {width: auto;}
.tm-width-1-2 {width:50%;}

@media (min-width :480px) {
	#oneStepCheckoutForm .total-prod {width :100%;}
	.minicart-margin-top {margin-top: 0;}
	.nvg-cart-item-useinfo {padding:0 20px!important;}
	.nvg-cart-item-image img {max-height: 30px;max-width:30px;}
	.tm-flex-between {justify-content: space-between;}
	.nvg-cart-item-price-qty, .nvg-cart-item-name {width:100%}
	.tm-child-width-1-2 > div {width:100%;}

}
@media (min-width: 640px) {
	.nvg-cart-item-price-qty, .nvg-cart-item-name {width:100%}
		.nvg-cart-item-price-qty {margin-top:5px;}
	.tm-flex-between {justify-content: space-between;}
	.nvg-cart-item-image img {max-height: 30px;max-width:30px;}
	.tm-child-width-1-2 > div {width:100%;}
}
@media (min-width: 780px) {

}
@media (min-width: 960px) {
	.nvg-cart-item-name, .nvg-cart-item-price-qty, .nvg-cart-item-price {
		width: 50%;
	}
	.tm-flex-between {justify-content: flex-end;}
	.tm-child-width-1-2 > div {width:50%;}
	.nvg-cart-item-image img {max-height: 60px;max-width:60px;}
}



@media (max-width: 479px) {
	.nvg-cart-item-price-qty, .nvg-cart-item-name {width:100%}
	.nvg-cart-item-price-qty {margin-top:5px;}
	.tm-flex-between {justify-content: space-between;}
	.nvg-cart-item-image img {max-height: 30px;max-width:30px;}
	.tm-child-width-1-2 > div {width:100%;}
	.cartajax-module .cartajax-module-total {font-size: 14px;}
	#theBasketContent .modal-footer input {
    padding: 5px 10px;
    font-size: 14px;
}
}