
.shopheader {
	margin:0 auto;
	background:#efefef;
	}

.cartheader
{
	overflow:auto;
	width:auto;	
	display:block;
	text-align:right;
	padding:0px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px;
	font-weight:600;
	color:#545454;
    padding-right: 10px;
	
	
}
/*
.cartheader a{	
	font-family: 'Fira Sans', sans-serif;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0pt;
}

.cartheader a:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
*/

.ShopWindowBtn {
	display:inline-block;
	/*float:left;*/

  	border:0px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px;
	font-weight:600;
	
	color:#696969;
	background: #ffffff;

	text-decoration: none;
	letter-spacing: 0px;
	text-align:center;
	padding:5px 12px;
	
	margin-right: 5px;
	
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.ShopWindowBtn:hover {
	background-color:#da3832;
    color:white;
	border:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.ShopWindowSearchBtn {
	display:none;
}


.add-to-box {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;  display:block;
  width:100%;
/*  height:65px;*/
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
 /* min-width:90px;*/
  /*float:right;*/
  
  text-align:right;
  
  
}

.add-to-box a:hover{
	text-decoration:none;
	color:white;
}


.add-to-cart {
  float: right !important;
  margin-top: 0px !important;
}


.v-centered-content {
  display: table;
}

.v-centered-content .v-center {
  display: table-cell;
  vertical-align: middle;
}


.add-to-cart .qty {
	text-align: center;
	padding:0px;
	height: 25px;
	/*background:#E9E9E9;*/
	border: 1px solid #D9D9D9;
	padding-top: 2px;
	min-width: 30px;
}
input.qty {
  width: 22px !important;
  border:0px;
  font-weight:700;
  
  	text-align: center;
	padding:0px;
	height: 25px;
	/*background:#E9E9E9;*/
	border: 1px solid #D9D9D9;
	padding-top: 2px;
	min-width: 30px;

  
  
}


.increment
{
	display:inline-block;
	/*float:left;*/
	background-color:white;
  	border:1px solid #bab4af;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
	color:#3E3E3E;
	text-decoration: none;
	letter-spacing: 0px;
	text-align:center;
	/*padding-top:2px;*/
	width:25px;
	/*height:25px;*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	margin-right:5px;
}
.increment:hover {
	background-color:#bab4af;
    color:white;
    text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.CartBtnsDisabled {
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  color: white;
  background-color: #cccccc;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
   border: 0px;
  
}

.CartBtns {
	font-family: 'Fira Sans', sans-serif;
    text-align: center;
    display: inline-block;
    padding: 12px 18px;
    color: white !important;
    background-color: #d2020a;
    text-decoration: none;
    font-weight: 800;
    font-size: 26px;
    border: 0px;
    min-width: 90px;	
	border-radius: 0px 0px 20px 0px;
}



.CartBtns:hover {
  background-color: #521a33;
  color:white;
  text-decoration: none;
  
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.CartBtns a:hover {
  background-color: #d2020a;
  color:white;
  text-decoration: none;
  
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}





.CartBtns2 {
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  display: inline-block;
  padding: 6px 8px;
  color: white;
  background-color: #9c0000;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
   border: 0px;
     min-width: 90px;
  
}
.CartBtns2:hover {
  background-color: #333333;
  color:white;
  text-decoration: none;
  
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.CartBtns2 a:hover {
  background-color: #9c0000;
  color:white;
  text-decoration: none;
  
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.WCartBtns {
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  display: inline-block;
  padding: 6px 10px;
  color: white;
  background-color: #3E3E3E;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  border: 0px;
}

.WCartBtns:hover {
	background-color: #9c0000;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.WCartBtns2 {
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  display: inline-block;
  padding: 6px 10px;
  color: white;
  background-color: #9C9C9C;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  border: 0px;
}

.WCartBtns2:hover {
	background-color: #9c0000;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}




#mnStAccountTab{
}

.Cartformblock{
display:block;
width:100%	;
padding-bottom:6px;
text-align:right;
border-bottom:1px solid #cccccc;
	}
	
.Cartformleft{
position:relative; 
float:left; 
width: 60%;	
padding:0px;
font-size:9pt;

	}
	
.Cartformright{
display:inline-block;
position:relative;
width:60%;
padding:8px;

}


@media (max-width:820px)
{
	.cartheader
{
	text-align:center;
}

.add-to-box {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;  display:block;
  width:100%;
/*  height:65px;*/
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
 /* min-width:90px;*/
  /*float:right;*/
  
  text-align:left;
  
  
}

.ShopWindowSearchBtn2 { 
	background-color:transparent;
	border:0px;
}
.ShopWindowSearchBtn {
	display:inline-block;
	/*float:left;*/
	background-color:transparent;
	border:0px;
	text-align:center;
	padding:5px 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	background-image: url(/interface/icon-search3.png);
	background-repeat: no-repeat;
	background-position: center;
}


.ShopWindowSearchBtn:hover {
	background-color:#9c0000;
    color:white;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


	
.CartBtns {
max-width:200px;
}

.WCartBtns {
width:100%;
}

.shopheader {

}

}

@media (max-width:480px)
{
.shopheader {
}
.ShopWindowBtn {
	font-size: 12px;
}
.v-centered-content .v-center {

text-align: right;
  padding-right: 10px;
 }
 
.increment {
  font-size: 14px;
  width: 19px;
  height: 21px;
  margin-right: 2px; 
  padding-top:0px;
 

}

