.navigation-box{
	z-index: 5!important;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	text-align: center;
}
.navigation-box > .both-side-container {
	max-width:700px;
	margin: 0 auto;	
}
.navigation-box > .both-side-container > div {
	display: inline-block;
	padding: 0;
	width: 50%;
	float: left;
	max-height: 37px;
	overflow-y: hidden;
}

.navigation-box > .both-side-container > div.right-side{
	max-width: 20%;
}
.navigation-box > .both-side-container > div.left-side{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px;
	width: 80%;
}

.navigation-box > .both-side-container > div > * {
	vertical-align: top;
	float: left;
}

.navigation-box > .both-side-container > div.right-side > select {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px;
	padding: 10px 5px!important; 
	float: right;
	width: auto;	
}

.navigation-box > .both-side-container > div > button {
	font-size: 20px;
	padding: 5px 14px;
	border: 0;
	border-left: 1px solid #777;
	background: #F4D03F;
	width: 40px;
}
.navigation-box > .both-side-container > div > button:disabled {
	color: #999;
	background: #f8e289;
	cursor: not-allowed;
}
.navigation-box > .both-side-container > div > select {
	font-family: 'Roboto';
	font-size: 15px;
	padding: 10px 25px;
	border: none;
	background: #333;
	color: #FFF;
	font-weight: bolder;
	text-transform: uppercase;
	width: calc(100% - 80px);
	-webkit-appearance:none;
	border-radius: 0;
}

.update-box{
	padding: 20px;
	padding-top: 105px;
	height: auto;
}.update-box h4{
	display:block;
	width:100%;
	max-width: 700px;
	margin-left:auto;
	margin-right: auto;
	font-weight:bold;
}

.list-item{
	max-width:700px;
	padding:15px;
	margin: 10px auto;
	background:#fff!important;
	color:#777;
	position:relative;

	/*-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);*/
  	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

	visibility: visible !important;
}

.list-item.discount {
	padding-top: 30px;
}

.list-item.discount .discount {
    position: absolute;
    top: 8px;
    left: 0;
    background: #03A678;
    color: #FFF;
    display: block;
    padding: 2px 10px;
    font-size: 10px;
}

.list-item p{
	margin:0;
	margin-top: 5px;
}.list-item h3{
	margin:0;
	font-weight:bold;
}.list-item h3.phoneNumber{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 200px;
	white-space: nowrap;
	padding: 5px 0;
}.list-item h3.no-text{
	font-weight: 300!important;
	font-size: 15px;
}.list-item h3.no-text span{
	font-weight: 500!important;
}

.list-item > p {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 5px 0;
}

.list-item > p > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.list-item > p > span.content {
	margin-right: 20px;
}
.list-item .label{
	display:inline-block;
	width:40px;
	margin-right: 5px;
}
.list-item > p > span > small {
    color: #AAA;
    font-weight: lighter;
    text-decoration: line-through;
    margin-bottom: -5px;
}
.list-item > p > span > * {
    display: block;
    vertical-align: top;
}

.list-item .whatsappNow,
.list-item .buyNow {
	text-align:center;
	font-size:12px;
	padding:3px;
	width:80px;
	margin:0;
	float:right;
	background: #03A678;
	color: white;
	
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.list-item .whatsappNow:hover,
.list-item .buyNow:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.list-item .markBtn,.list-item .resellBtn{
	text-align:center;
	font-size:12px;
	padding:0px;
	width:80px;
	margin:0;
	float:right;
	-webkit-box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.3);
}

.list-item.simillar{
	background:#eee!important;
}

.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}.slideDown{

	animation-name: slideDown;
	-webkit-animation-name: slideDown;

	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}

@media only screen and (max-width: 767px) {

   .list-item h3 {
   	font-size:20px;
   }.list-item p, .buyBtn {
   	font-size:13px;
   }

}

@media only screen and (max-width: 620px) {
	.list-item > p {
		display: block;
		margin: 0;
	}
}
@media only screen and (max-width: 720px) {
	.list-item > p.searchResult {
		display: block;
		margin: 0;
	}
}



@keyframes slideUp {
	0% {
		transform: translateY(1000%);
		opacity:0;
	}

	100% {
		transform: translateY(0%);
		opacity:1;
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(1000%);
		opacity:0;
	}

	100% {
		-webkit-transform: translateY(0%);
		opacity:1;
	}
}
@keyframes slideDown {
	0% {
		transform: translateX(100%);

	}

	100% {
		transform: translateX(0%);

	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateX(100%);

	}

	100% {
		-webkit-transform: translateX(0%);

	}
}
#Search .update-box {
	padding-top: 190px;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*
--- Colors ---
Red
Blue
Black
Brown
Green
Purple
Yellow
*/

.label-color.RED {
	background: red;
}
.label-color.BLUE {
	background: blue;
}
.label-color.BLACK {
	background: black;
}
.label-color.BROWN {
	background: saddlebrown;
}
.label-color.GREEN {
	background: green;
}
.label-color.PURPLE {
	background: purple;
}
.label-color.YELLOW {
	background: #F7CA18;
}