.background1 {
  background-image: url('../images/background/1.jpg')
}

.background2 {
  background-image: url('../images/background/2.jpg')
}

.background3 {
  background-image: url('../images/background/3.jpg')
}

.text-white {
  color: #a8a8a8 !important;
}

.promos-sup {
  width: 100%;
  display: block;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 12px;
}

.mt-3 {
  margin-top: 18px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 12px;
}

.mb-3 {
  margin-bottom: 18px;
}

.p-2 {
  padding: 20px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 25px;
}

.pb-1 {
  padding-bottom: 5px;
}

.cs-pointer {
  cursor: pointer;
}

.border-bottom {
  border-bottom: 1px solid #e4e4e4;
}
.cs-count{
	position:absolute;
	left:8px;
	top:10px;
	font-size:10px;
	width:16px;
	height:16px;
	line-height:16px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#feb518;
}

.remove-btn {
  display:flex;
	padding:0px;
	font-size:14px;
	color:#474747;
	line-height:26px;
	width:30px;
	border:1px solid #474747;
	border-radius:50%;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.remove-btn .fa {
  position:relative;
  left:  8px;
	font-size:14px;
	line-height:28px;
}

.remove-btn:hover {
	color:#474747;
}

.sub-total,
.price {
	font-weight:300;
	color:#223555;	
}

.underline {
  border-bottom:1px solid #e0e0e0;
	margin-bottom:40px;
}

.qty {
	width: 200px;
}

.list li a.active {
	color:#f44336;
	border-color:#f44336;	
}

button:disabled {
	background-color: lightgray;
}

button:disabled:hover {
	background-color: lightgray;
	border-color: lightgrey;
	color: white !important;
}

.cs-g-autocomplete {
	border: lightgrey solid 1px;
	width: 100%;
	padding: 14px
}