/*Login Box Start*/
/*
#vshop-login {
    display: none;
    z-index: 9999;
    position: fixed;
    height: auto;
    top: 50%;
    left: 60%;
    width: 30%;
    margin-left: -25%;
    margin-top: -12.5%;
	background: rgba(255, 255, 255, .9);
	border-top-right-radius: 3em;
	border-bottom-left-radius: 3em;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	padding: 0.5em;
	color: #fff;
	text-shadow: 1px 1px 0px #003647;
}

#login-inner {
	border-top-right-radius: 2.5em;
	border-bottom-left-radius: 2.5em;
	background-color: rgba(16, 128, 154, 0.75);
	border: 1px solid #0ea4c6;
	padding: 2em 1em 1em 1em;
	text-align:center;
}
#vshop-login label{display:block}
#login-inner input {
	border-color: #003647;
	display:block;
	margin:0 auto;
}

#login-inner .h1 {
	color: #fff;
	margin-top: 0;
	font-size: 2.5em;
	text-align:center;
}

#login-inner a {
	color: #fff;
}

#login-inner .close {
	position:absolute;
	top: -0.75em;
	left: -0.5em;
	font-size: 1.5em;
}

.login_overlay {
    background-color: #003647;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity = 50); 
	-webkit-filter: blur(20px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='15');
	transition : all 1s ease-out;
	z-index:999;
}
/*Login box End*/

/*Shopping cart box start*/

/* Content */
#vshop-cart{
   /*min-height: 20px;*/
   /*right: 10px;*/
   /*top: 10px;*/
   /*width: 280px;	*/
}
/*
.shoppingCart{
  position:absolute;
  margin-top:0;
  top:10px;
  right:5px;
  overflow:hidden;
  color:#495860;
  color:hsla(201,14%,33%,0.8);
  -webkit-border-radius:4px 4px 0 0;
	 -moz-border-radius:4px 4px 0 0;
		  border-radius:4px 4px 0 0;
  -webkit-box-shadow:0 2px 3px 1px rgba(0,0,0,0);
	 -moz-box-shadow:0 2px 3px 1px rgba(0,0,0,0);
		  box-shadow:0 2px 3px 1px rgba(0,0,0,0);
  -webkit-transition:all 0.4s;
	 -moz-transition:all 0.4s;
	   -o-transition:all 0.4s;
		  transition:all 0.4s;
}
.shoppingCart:hover{
 color:#495860;
 -webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);
		 box-shadow:0 2px 4px 1px rgba(0,0,0,0.1);
}
.shoppingCart summary{
 padding:5px;
 height:20px;
 line-height:20px;
 cursor:pointer;
 overflow:hidden;
 background:#222;
 background:-webkit-gradient(linear,left top,left bottom,color-stop(.01, #4ca9e2),color-stop(1, #1d7cb7));
 background: -webkit-linear-gradient(top,#4ca9e2 1%,#1d7cb7 100%);
 background: -moz-linear-gradient(top,#4ca9e2 1%,#1d7cb7 100%);
 background: -o-linear-gradient(top,#4ca9e2 1%,#1d7cb7 100%);
 background: linear-gradient(top,#4ca9e2 1%,#1d7cb7 100%);
 -webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
		 border-radius:4px 4px 0 0;
 -webkit-box-shadow:inset 0 1px 0 #72b3d3, inset 0 -1px 0 #155f8e;
	-moz-box-shadow:inset 0 1px 0 #72b3d3, inset 0 -1px 0 #155f8e;
		 box-shadow:inset 0 1px 0 #72b3d3, inset 0 -1px 0 #155f8e;
}
 .shoppingCart h4{
	float:left;
	color:#d4f1ff;
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
 }
.shoppingCart:hover h4{
   color:#fff;
}
.arrow{float:right;width:0;height:0;margin-top:7px;border-right:4px solid transparent;
border-bottom:4px solid hsla(200,17%,93%,0.5);
border-left:4px solid transparent;
-webkit-transition:all 0.5s;
   -moz-transition:all 0.5s;
	 -o-transition:all 0.5s;
		transition:all 0.5s;
}
.shoppingCart:hover .arrow{
   border-bottom-color:hsla(200,17%,93%,1);
   -webkit-transform:rotate(-180deg);
	  -moz-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		   transform:rotate(-180deg);
}
.shoppingCart ul{
 list-style:none;
 position:relative;
 display:block;
 margin:0;
 padding:0;
 width:280px;
}

.shoppingCart li{
	padding:0;
	overflow:hidden;
	height:0px;
	background:#fff;
	-webkit-transition:all 0.3s;
	   -moz-transition:all 0.3s;
		 -o-transition:all 0.3s;
			transition:all 0.3s;
}
.shoppingCart:hover li{
   height:auto;
   padding:10px 15px;
   border-bottom:1px solid rgba(0,0,0,0.1);
   -webkit-box-shadow:inset 0 1px 0 #fff;
	  -moz-box-shadow:inset 0 1px 0 #fff;
		   box-shadow:inset 0 1px 0 #fff;
}
/* .shoppingCart:hover li:hover{
   text-shadow:0 -1px #fff;
   -webkit-box-shadow:inset 0 15px 20px #eee;
	  -moz-box-shadow:inset 0 15px 20px #eee;
		   box-shadow:inset 0 15px 20px #eee;
} */

/*
.shoppingCart li a{
   color:#495860;
   text-decoration:none;
   border-color:#666;
   border-bottom:1px dotted rgba(0,0,0,0.6);
   display:block-inline;
   width:130px;
   overflow:hidden;
}
.shoppingCart li a:hover{border:0;}
.shoppingCart li span{display:block;float:left;}
.shoppingCart li strong{display:block;float:right;}
.shoppingCart p{margin:0;padding:5px;overflow:hidden;background:#fff;
 -webkit-transition:background 0.2s;
	-moz-transition:background 0.2s;
	  -o-transition:background 0.2s;
		 transition:background 0.2s;
}
.shoppingCart:hover p{text-shadow:0 -1px #fff;background:#eee;}
.shoppingCart p span{display:block;}
.shoppingCart p span:first-child{float:left;}
.shoppingCart:hover p span:first-child{display:none;}
.shoppingCart p span:last-child{float:right;}
/*Shopping cart box end*/

/*Shopping cart page table*/

/*
.vshop-cart-table {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.vshop-cart-table table{border-collapse: collapse; border-spacing: 0;width:100%;height:100%;margin:0;padding:0;}
	
.vshop-cart-table tr:last-child td:last-child {-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;border-bottom-right-radius:0px;}

.vshop-cart-table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.vshop-cart-table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.vshop-cart-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.vshop-cart-table tr:hover td{
	
}
.vshop-cart-table tr:nth-child(odd){ background-color:#aad4ff; }
.vshop-cart-table tr:nth-child(even)    { background-color:#ffffff; }.vshop-cart-table td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.vshop-cart-table tr:last-child td{
	border-width:0px 1px 0px 0px;
}

.vshop-cart-table tr td:last-child{
	border-width:0px 0px 1px 1px;
}

.vshop-cart-table tr:last-child td:last-child{
	border-width:1px 0px 0px 0px;
}

.vshop-cart-table tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.vshop-cart-table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.vshop-cart-table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.vshop-cart-table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/*end cart display table*/

/*
.hidden{display:none}

.vshop-tooltip{
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:2px;
	line-height:30px;
	padding:0 5px;
	color:#fff;
	font-size:12px Arial;
}

#vshop-error{
    display: none;
    z-index: 9999;
    position: fixed;
    height: auto;
    top: 50%;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    margin-top: -12.5%;
	background: #FFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	padding: 0.5em;
	color: #fff;
	padding:20px;
}

#vshop-error span{display:block;color:red;font-size:16px;font-weight:bold;}
#vshop-down-info span.currency{color:#c70505;font-size:14px}
#vshop-down-info b{display:block;float:left;width:200px;margin-right:10px;}
.down-total-topay{color:#000;font-size:18px;}
#total-topay-dispaly-down{color:#c70505;font-size:18px;}
.down-info{color:#000;font-size:14px;font-weight:normal}
.sh-ototal{color:#c70505;font-size:14px;}

@media screen and (max-width: 768px) {#vshop-cart{display:none}}

/*Products list*/

/*
article.vshop_product{display:block;border: 1px solid #eee;width:300px;height:220px;overflow:hidden;margin:5px 5px;float:left;}
article.vshop_product .product-thumbnail {display:block;border-bottom:1px solid #EEE;max-height:150px;width:298px;text-align:center;padding:10px 0}
article.vshop_product .product-thumbnail img{width:150px;height:114px;}
article.vshop_product .title{height:30px; overflow:hidden;text-align:center;line-height:30px;}
article.vshop_product .title a{font-size:15px;font-weight:400;color:#595959}
article.vshop_product .title a:hover{color:#BC0505}
article.vshop_product .footer{height:30px; line-height:30px;overflow:hidden}
article.vshop_product .footer span{display:block; float:left;color:#BC0505;font-weight:bold;font-size:16px;text-transform:uppercase;}

/*CMS ORDER BTN*/
/*
.edit-order{background:#00B1ED}