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

#ajaxcart_overlay{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 65535;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=80);
}
#ajaxcart_modal{
	position: fixed;
	z-index: 65536;
	background-color: #FFF;
	display: none;
	padding: 40px 30px 30px;
	border-radius: 4px;
}
.fullwrapper {position:relative;overflow:hidden;height: 100%;}
.fullwrapper .jshop_list_product {margin-top: 20px;;}
.nvg-topline {margin: -40px -30px 20px;padding: 10px;background: #eee;border-radius: 5px 5px 0 0;}
.nvg-close {position: absolute;top: 6px;right: 10px;color: #000;opacity: 0.4;}
.nvg-close:hover {opacity: 1;cursor:pointer;}
.close-x {font-size:27px;line-height:27px;}
.close-continue {margin: 10px 0;display: inline-block;}
.close-continue span {color: red; font-weight:bold;}
.close-continue:hover {cursor:pointer;}
.nvg-topline-text {font-weight:bold;font-size:110%;}
.nvg_car_modal_title {margin-bottom:20pxæ }
.nvg_ajcrtm_added_name {font-weight:bold;}
.nvg_ajcrtm_added_img {}

.nvg_ajcrtm_price {margin-top: 20px;}
.nvg_ajcrtm_price span, .nvg-modal-general-cart span{font-size: 130%;font-weight:bold}

.ajcrtm-quantity {
	position: relative;
}
.ajcrtm-quantity span.quantitymore,
.ajcrtm-quantity  span.quantityless {
	display: inline-block;
	border: 1px solid #ddd;
	padding:2px 5px;
}
.ajcrtm-quantity span.quantitymore:hover,
.ajcrtm-quantity  span.quantityless:hover {cursor:pointer;}



.nvg-modal-general-cart {background: #eee;padding: 10px 15px;border-radius: 7px;}
.nvg_ajcrtm_btn_tocart {background: #f56212;color: #fff;padding: 5px 12px;display: block;text-align: center;border-radius: 4px;}
.nvg_ajcrtm_btn_tocart:hover {background: #ff5a00;color: #fff;}


.nvg_car_modal_title{}
.nvg_car_modal_title_success{
	display:inline-block; 
	background:green; 
	height:25px;
	width:25px;
	line-height:25px;
	color:#fff;
	text-align:	center;
	border-radius:50%;
}

/*****************************************************/
.nvg-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nvg-grid > * {
  margin: 0;
}

.nvg-grid > * > :last-child {
  margin-bottom: 0;
}

.nvg-grid {
  margin-left: 0;
}
.nvg-grid > * {
  padding-left: 0
}
  
[class*='nvg-width'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.nvg-width-1-2 {
  width: 50%;
}

.nvg-width-1-3 {
  width: calc(100% * 1 / 3.001);
}
.nvg-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

.nvg-width-1-4 {
  width: 25%;
}
.nvg-width-3-4 {
  width: 75%;
}

/**********************************************/

.relatedincartheader {padding: 10px 7px;background: #ddd;font-size: 140%;font-weight: bold;}
.nvg-ajcrtm-rlts-list {}
.nvg-ajcrtm-rlts-list-img {max-height:40px;}



.nvg_car_modal_btn_tocart, .nvg_car_modal_btn_continue{
	display:inline-block; 
	padding:5px 10px;
	margin:20px 10px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	border:1px solid #aaa;
	border-radius:4px;
	text-decoration:none;
	color:#111;
}
 
.nvg_car_winclose{}
.nvg-ajcrtm-rlts-list-category-name {background: #efefef;padding: 5px 7px;text-align: center;}
.nvg-ajcrtm-rlts-list-category-block {}
.nvg_car_category_link, .nvg_car_category_link:hover, .nvg_car_category_link:focus{color:#555;text-decoration:none;font-weight:bold;font-size:120%; }


.nvg_car_prod_related_wrapper {border-top: 3px double #ccc; padding:20px; overflow: hidden;}
.nvg_car_prod_inline_related {display:inline-block; margin: 5px; border: 1px solid #ccc; padding:5px 7px;vertical-align:top;text-align:center;}
.cart_related_general_list .cart_related_product_wrapper {border-bottom:1px solid #ccc;padding: 5px 0;}
.cart_related_general_list .cart_related_product_wrapper *, .ajcrtm-quantity * {vertical-align:middle;}

.cart_related_product_image,
.cart_related_product_name,
.cart_related_product_price,
.cart_related_product_qty,
.cart_related_product_link {display:inline-block;}
.cart_related_product_image{width: 10%;}
.cart_related_product_name{width: 35%;}
.cart_related_product_price{width: 15%;font-size: 120%;font-weight: bold;}
.cart_related_product_qty{width: 15%;}
.cart_related_product_link {width: 20%;}
.ajcrtm-quantity-input, .incart-releated-prod-qty {max-width:35px;padding: 3px 5px;}


.cart_related_product_wrapper:hover .cart_related_product_link a {
background: rgb(255,168,76);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
color:#fff;
text-shadow: 0 1px 0 #000;
}
#ajaxcart_modal .cart_related_general_list { position: relative; overflow-y: auto;max-height: 250px;}
.cart_related_general_list {scrollbar-width: thin;}
.cart_related_general_list::-webkit-scrollbar {width: 4px;}
.cart_related_general_list::-webkit-scrollbar-track-piece  {background-color: #f0f0f0;}
.cart_related_general_list::-webkit-scrollbar-thumb {background: #ccc;height:40px;}
.cart_related_general_list::-webkit-scrollbar-thumb:hover {background: #555;}


@media (min-width: 320px) {
	#ajaxcart_modal{
		width: 280px;
		height:70%;
		padding: 5px;
	}
}

@media (min-width: 410px) {
	#ajaxcart_modal{
		width: 370px;
		height:70%;
		padding: 5px;
	}
}

@media (min-width: 768px) {
	#ajaxcart_modal{
		width: 700px;
		height: 450px;
		padding: 20px 15px 15px;
	}
}
/* Desktop and bigger */
@media (min-width: 960px) {
	#ajaxcart_modal{
		width: 700px;
		height: 450px;
		padding: 40px 30px 30px;
	}
}
/* Large screen and bigger */
@media (min-width: 1220px) {
	#ajaxcart_modal{
		width: 700px;
		height: 500px;
		padding: 40px 30px 30px;
	}
}		   