/*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);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border: 1px solid #f16027;
}

#login-inner {
	background-color: #fff;
	padding: 2em 1em 1em 1em;
	text-align:center;
}
#vshop_login_btn {
	padding: 2px 15px;
	border-radius: 0;
	box-shadow: none;
	background-color: #f16027;
	color: #fff;
	font-weight: bold;
	border: 1px solid transparent;
	transition: color .4s ease, background-color .4s ease, border .4s ease;
}
#vshop_login_btn:hover {
	background-color: #fff;
	color: #f16027;
	border: 1px solid #f16027;
	font-weight: bold;
}
#vshop-login label{display:block; color: #f16027; }
#login-inner input {
	display:block;
	margin:0 auto;
}

#login-inner .h1 {
	margin-top: 0;
	font-size: 2em;
	text-align:center;
	color: #f16027;
	box-shadow: none;
}
#vshop_login_close_btn {
	background-color: #fff;
	color: #f16027;
	border-radius: 0;
	box-shadow: none;
	float: right;
	border: none;
	font-weight: 600;
	font-size: 24px;
	padding-top: 0;
	position: absolute;
	right: 12px;
	top: 0;
}
#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*/



/*Product vshop cart*/
#vshop-cart-display-table {
	padding: 0;
}
.vshop-cart-main .vshop-cart-header {
	display: flex;
	padding: 5px 15px;
	background-color: #808791;
	color: #fff;
	text-transform: uppercase;
}
.vshop-cart-main .vshop-cart-header * {
	padding: 0;
	font-size: 14px;
}
#vshop-cart-display-table .vshop-cart-product {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #a9acb3;
}
#vshop-cart-display-table .vshop-cart-product .personalized-text input {
	width: 100%;
}
#vshop-cart-display-table .vshop-cart-product.col-xl-12:last-of-type {
	border-bottom: none;
}
#vshop-cart-display-table .vshop-cart-product > * {
	padding: 15px 0 0 0;
}
#vshop-cart-display-table > .row {
	margin: 0;
	padding: 0 15px;
}
#vshop-cart-display-table .quantity-button {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 20px;
	min-width: 30px;
	border: 1px solid #c5c5c5;
}
#vshop-cart-display-table .quantity .quantity-change {
	border: 1px solid #c5c5c5;
}
#vshop-cart-display-table .quantity-button.quantity-up {
	border-left: 0;
}
#vshop-cart-display-table .quantity-button.quantity-down {
	border-left: 0;
	border-top: 0;
}
#vshop-cart-register-form .register-head {
	text-align: center;
}
#vshop-cart-register-form .register-head .first-line {
	font-size: 36px;
	font-weight: 700;
}
#vshop-cart-register-form .register-head .second-line,
#vshop-cart-register-form .register-head .third-line {
	color: #9ea0ac;
	font-size: 18px;
}
#vshop-cart-register-form .register-head .third-line a {
	color: #0058db;
}
#vshop-cart-register-form .register-fields #element_first_name {
	order: 1;
}
#vshop-cart-register-form .register-fields #element_last_name {
	order: 2;
}
#vshop-cart-register-form .register-fields #element_user_email {
	order: 3;
}
#vshop-cart-register-form .register-fields #element_user_phone {
	order: 4;
}
#vshop-cart-register-form .register-fields #element_fax {
	order: 5;
}
#vshop-cart-register-form .register-fields #element_user_address {
	order: 6;
}
#vshop-cart-register-form .register-fields #element_user_city {
	order: 7;
}
#vshop-cart-register-form .register-fields #element_user_county {
	order: 8;
}
#vshop-cart-register-form .register-fields #element_user_zip {
	order: 9;
}
#vshop-cart-register-form .register-fields #zip_find {
	order: 10;
	display: flex;
	align-items: flex-end;
}
#vshop-cart-register-form .register-fields #new_user {
	order:11;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 25px;
	background-color: #e6e7ec;
	text-align: center;
}
#vshop-cart-register-form .register-fields #new_user.bg-gray {
	padding: 5px 15px;
}
#vshop-cart-register-form .register-fields #new_user > div:first-of-type {
	font-size: 24px;
	font-weight: 600;
}
#vshop-cart-register-form .register-fields #element_user_login {
	order: 12;
}
#vshop-cart-register-form .register-fields #element_user_pass {
	order: 13;
}
#vshop-cart-register-form .register-fields #element_user_pass2 {
	order: 14;
}
#vshop-cart-register-form .register-fields #element_user_login,
#vshop-cart-register-form .register-fields #element_user_pass,
#vshop-cart-register-form .register-fields #element_user_pass2 {
	flex: 1 0 30%;
	min-height: 99px;
	padding-bottom: 15px;
	background-color: #e6e7ec ;
}
#vshop-cart-register-form .register-fields #element_user_login.show,
#vshop-cart-register-form .register-fields #element_user_pass.show,
#vshop-cart-register-form .register-fields #element_user_pass2.show {
	background-color: #e6e7ec ;
}
#vshop-cart-register-form .register-fields #element_entity_type {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	order: 15;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 50px;
	padding: 0;
}
#vshop-cart-register-form .register-fields #element_entity_type > div,
#vshop-cart-register-form .payment-method-wrapper {
	display: flex;
	align-items: center;
	width: 49%;
	padding: 15px;
	border: 1px solid #85858f;
	border-radius: 3px;
}
#vshop-cart-register-form .register-fields #element_entity_type > div.selected,
#vshop-cart-register-form .payment-method-wrapper {
	color: #f16027;
	border: 1px solid #f16027;
}
#vshop-cart-register-form .register-fields #element_entity_type input,
#vshop-cart-register-form .payment-method-wrapper input {
	margin: 0 15px 0 0;
}
#vshop-cart-register-form .register-fields #element_entity_type label,
#vshop-cart-register-form .payment-method-wrapper label {
	margin: 0;
	font-size: 20px;
}
#vshop-cart-register-form .register-fields #element_user_company_name {
	order: 16;
	flex: 1 0 30%;
}
#vshop-cart-register-form .register-fields #element_user_company_reg_com {
	order: 17;
	flex: 1 0 30%;
}
#vshop-cart-register-form .register-fields #element_user_company_fiscal_code {
	order: 18;
	flex: 1 0 30%;
}
#vshop-cart-register-form .register-fields > div > label,
#vshop-cart-register-form #delivery-address label {
	margin: 15px 0 5px 0;
	font-weight: 600;
}
.page .register-fields > div > input,
.page .register-fields > div > select,
.page .register-fields > div > select > option {
	width: 100%;
	min-height: 40px;
}
.page .register-fields > div > select,
.page #delivery-address > div select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px;
}
#vshop-cart-register-form .different-addr {
	width: 49%;
	margin: 30px 0 20px 0;
	padding: 5px;
	border: 3px solid transparent;
	font-weight: 700;
	font-size: 18px;
}
#vshop-cart-register-form .different-addr.active {
	border: 3px solid #f16027;
}
#vshop-cart-register-form .different-addr input {
	height: auto;
}
#vshop-cart-register-form #delivery-address {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#vshop-cart-register-form #delivery-address.hidden > div {
	display: none;
}
#vshop-cart-register-form #delivery-address > div {
	width: 49%;
}
#vshop-cart-register-form .payment-meth > div {
	padding: 0;
}
#vshop-cart-register-form #delivery-address > div input,
#vshop-cart-register-form #delivery-address > div select {
	width: 100%;
	min-height: 40px;
}
#vshop-cart-register-form #vshop-payment-methods {
	margin-top: 50px;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
}
#vshop-cart-register-form .payment-method-wrapper {
	width: 49%;
}
.vshop-cart-product .prd-pic img {
	max-width: 100px;
	max-height: 100px;
	border: 1px dashed #c2c2c2;
}
.vshop-cart-product .titl .font-playfair {
	display: block;
	max-width: 250px;
	color: #0054d2;
	font-weight: 700;
}
.vshop-cart-main .row {
	overflow: hidden;
}
.container {
	max-width: 71.25rem;
	width: 100%;
}

.personalized-text .extra-fields div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
}

.personalized-text .extra-fields div a {
	color: #0054d2;
}
/*.vshop-cart-main .name {*/
	/*width: 25%;*/
	/*padding-left: 20px;*/
/*}*/
/*.vshop-cart-main .quantity {*/
	/*width: 16%;*/
	/*padding-left: 20px;*/
/*}*/
/*.vshop-cart-main .price {*/
	/*width: 20%;*/
	/*padding-left: 20px;*/
/*}*/
/*.vshop-cart-main .vat {*/
	/*width: 5%;*/
	/*padding-left: 20px;*/
/*}*/
/*.vshop-cart-main .total {*/
	/*width: 24%;*/
	/*padding-left: 25px;*/
/*}*/
/*.vshop-cart-main .delete {*/
	/*width: 10%;*/
	/*padding-left: 5px;*/
/*}*/

.vshop-cart-main .col {
	float: left;
	min-height: 1px;
	padding-bottom: 10px;
}
.vshop-cart-product .name, .vshop-cart-product .quantity, .vshop-cart-product .price, .vshop-cart-product .vat, .vshop-cart-product .total, .vshop-cart-product .delete {
	padding-top: 1.875rem;
}
.vshop-cart-product .code {
	color: #b0b0b0;
}
.vshop-cart-product .quantity {
	display: flex;
	align-items: center;
}
.vshop-cart-main .vshop-cart-footer {
	display: flex;
	padding: 5px 0;
	background-color: #f16027;
	color: #fff;
	font-size: 1.125rem;
	margin-left: 0px;
	margin-bot: 0px;
}
.vshop-cart-main .vshop-cart-footer .left {
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
}
.vshop-cart-main .vshop-cart-footer #total-topay-dispaly {
	margin-left: 30px;
	text-transform: capitalize;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.vshop-cart-product .delete button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.875rem;
	height: 1.875rem;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	border-radius: 1.25rem;
	font-size: 1.125rem;
	border: 1px solid #5a5a5a;
	cursor: pointer;
}







/*Shopping cart box start*/

/* Content */
#vshop-cart{
	/*position: absolute;*/
	/*right: -12px;*/
	/*top: -12px;*/
	/*width: auto;*/
}

#vshop-cart i {
	padding: 3px 7px;
	margin: 0;
	/*background: white;*/
	/*color: #f16027;*/
	/*border: 1px solid #f16027;*/
	font-size: 12px;
}

.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%;

	-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 {
	margin-top: 50px;
	padding: 5px 0;
	background-color: #000;
	color: #fff;
}
#vshop-down-info .total-bottom > div {
	display: flex;
	justify-content: space-between;
}
#vshop-down-info .total-bottom > div > * {
	color: #fff;
}
#vshop-down-info b{
	display:block;
	float:left;
	margin-right:10px;
	font-size: 22px;
	font-weight: 700;
}
.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}

.payment-meth .pay-options > div:first-of-type {
	margin-bottom: 20px;
}

.payment-meth .pay-options .payment-method-total {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 22px;
}

.g-total .g-total-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

.g-total .g-total-wrap > * {
	width: 100%;
	text-align: center;
	font-weight: 700;
}

.g-total .g-total-wrap .grand-total {
	font-size: 24px;
}

.g-total .g-total-wrap .terms-accept {
	font-size: 14px;
}

.g-total .g-total-wrap .terms-accept input {
	height: auto;
	max-height: 13px;
	margin: 0 5px 0 0;
}

.g-total .g-total-wrap .terms-accept a {
	color: #0078de;
}

.g-total #vshop-register-order.forbidden {
	pointer-events: none;
	background-color: #bcbcbc;
}

#vshop-cart-display-table .vshop-cart-product .quantity .pcs {
	font-size: 11px;
	margin-left: 16px;
	color: #c2c2c2;
}

#vshop-cart-display-table .vshop-cart-product .quantity .qty-price {
	max-height: 30px;
}

#vshop-cart-display-table .vshop-cart-product .quantity .qty-price .xprice {
	width: 100%;
	display: block;
	max-height: 12px;
}

@media screen and (max-width: 992px) {
	.vshop-cart-product .prd-pic img {
		max-width: 60px;
		max-height: 60px;
	}

	.vshop-cart-product .titl .font-playfair {
		font-size: 13px;
	}

	#vshop-cart-display-table .vshop-cart-product .quantity .pcs {
		margin-left: 0;
	}

	#vshop-cart-display-table .vshop-cart-product .quantity .qty-price .xprice {
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	#vshop-cart{
		display:none
	}

	#vshop-cart-display-table .hidden-sm-down {
		display: none;
	}

	.vshop-cart-product .titl .font-playfair {
		font-size: 16px;
	}

	.vshop-cart-product .prd-pic img {
		max-width: 100px;
		max-height: 100px;
	}

	.vshop-cart-product .titl .font-playfair {
		max-width: 100%;
	}

	.quantity-nav .fa {
		font-size: 14px;
	}

	#vshop-cart-register-form .register-fields #element_user_login, #vshop-cart-register-form .register-fields #element_user_pass, #vshop-cart-register-form .register-fields #element_user_pass2,
	#vshop-cart-register-form .register-fields #element_user_company_name,
	#vshop-cart-register-form .register-fields #element_user_company_reg_com,
	#vshop-cart-register-form .register-fields #element_user_company_fiscal_code {
		flex: 100%;
	}

	#vshop-cart-register-form .register-fields #element_entity_type > div, #vshop-cart-register-form .payment-method-wrapper,
	#vshop-cart-register-form .different-addr,
	#vshop-cart-register-form #delivery-address > div {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 576px) {
	.vshop-cart-product .prd-pic img {
		max-width: 255px;
		max-height: 255px;
	}

	#vshop-cart-display-table .vshop-cart-product .name {
		order: 1;
		text-align: center;
	}

	#vshop-cart-display-table .vshop-cart-product .titl {
		order: 2;
	}

	#vshop-cart-display-table .vshop-cart-product .vat {
		order: 3;
	}

	#vshop-cart-display-table .vshop-cart-product .delete {
		order: 4;
	}

	#vshop-cart-display-table .vshop-cart-product .quantity {
		order: 5;
	}

	#vshop-cart-display-table .vshop-cart-product .total {
		order: 6;
	}

	#vshop-cart-display-table .vshop-cart-product .personalized-text {
		order: 7;
	}

	#vshop-down-info .total-bottom .no-show {
		display: none;
	}

	#vshop-down-info b {
		font-size: 18px;
	}
}


/*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;}

/*Admin orders*/
.wp-list-table.widefat .admin-order > tr:nth-child(odd) {
	background-color: #f5f5f5;
}

/*CMS ORDER BTN*/
.edit-order{background:#00B1ED}

/*colorpicker viewcolor*/

span.vshop-colorpick{display:inline-block;padding:5px;width:42px;height:42px;position:relative;}
span.vshop-colorpick button{background-color: #ccc;border: 0 none;border-radius: 50%;color: #000;height: 16px;line-height: 12px;padding:0 0 3px;position: absolute;right: -5px;text-align: center;top: -5px;width: 16px;cursor:pointer}


