html, body {
  margin: 0;
  padding: 0;
}

.btn-success {
	background: #68a923;
	border: 1px solid transparent;
	color: white;
}
.btn-success:hover {
	text-decoration: none;
	color: white;
	border: 1px solid transparent;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slider {
	width: 100%;
	margin: 50px auto;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}
.bg_green{
	background-color: #86D52F;
}
.colorwhite{
	color: white;
}

/* Laptop: 1024px */
@media only screen and (max-device-width: 1024px) and (min-device-width: 320px){
.slider {
width: 80%;
}    
}

#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #14481A;
color: white;
cursor: pointer;
padding-top: 7px;
padding-bottom: 12px;
padding-right: 10px;
padding-left: 10px;
border-radius: 4px;
}

#myBtn:hover {
background-color: #555; 
}

.btn-warning {
background-color: #14481A;
color: white}

.btn-warning:hover {
    color: white !important;
    background: #14481A;
}

.navbar { 
	box-shadow: 0 3px 5px -2px grey; 
}

.nav-div {
    box-shadow: none;
}
#search_suggest {
position: absolute;
background: white;
width: 250px;
box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
z-index: 2;
}
.pleft10{padding-left: 10px;}
.row {
/*margin-right: 20px;*/
/*margin-left: 15px;*/
/*margin-top: 15px;*/
}
.search_link{
color: black;
}

.search_link:hover{
text-decoration: none;
color: #010101;
}

.shop:hover {
text-decoration: none;
color: #010101;
}
.mobile {
display: none;
}

.desk{
display: inline-block;
}

@media only screen and (max-width: 1100px) {
.mobile {
	display: block;
}

.desk{
	display: none;
}
}

.footer {
padding: 30px; 
}

.cursorpointer {
cursor: pointer;
}