body{
	width: 100%;
	margin:0;
	overflow-x: hidden;
}

.cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-icon{
  display:none;
}
@media only screen and (max-width: 1000px){
  .cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-menu{
    display:none;
  }
  .cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-icon{
    display:block;
  }
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-side-nav{
  height:100vh;
  width:0;
  right:0;
  top:0;
  overflow-x:hidden;
  position:fixed;
  transition:0.3s;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-side-nav a{
  display:block;
}


.cropchoice-navbar .cropchoice-navbar-container{
  display:flex;
  justify-content:space-around;
  
  text-transform:uppercase;
  background: #ea1507;
  padding: 0;
}
.cropchoice-navbar .cropchoice-navbar-container .cropchoice-logo h1{
  margin:12px 0 0 -20px;
  padding:0;
  color:white;
  font-wieght:600;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-icon{
  text-align:right;
  text-transform:uppercase;
  padding:16px 0;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-icon a{
  text-decoration:none;
  margin-right: 0; /* 50px */
  line-height:.5;
  font-weight:560;
  font-size:34px;
  color:white;
  position:relative;
  top:5px;
  border:0;
  padding:0 5px 0 4px;
  border-radius:5px;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-icon a:hover{
  color:#ffffff;
  border-color:#ffffff;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-menu{
  text-align: center;
text-transform: capitalize;
padding: 25px 0;
margin-right: 0;
position: relative;
right: -100px;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-menu a{
  text-decoration: none;
    padding: 0 40px;
    font-weight: 900;
    /* padding-bottom: 5px; */
    font-size: 20px;
    color: white;
    transition: 0.3s;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-side-nav{
  opacity: 0.98;
    z-index: 1;
    text-align: center;
    background: #f6041a;
    padding: 16px 0;
    z-index: 9999;
}
#cropchoice-side-nav a{
	text-decoration: none;
    /* background: rgb(0,0,0, 0.4); */
    padding: 7px 0;
    font-size: 22px;
    margin: 0 15px 0px;
    text-transform: capitalize;
    border-radius: 4px;
    /* border: 1px solid #ffffff; */
    font-weight: 600;
    color: white;
    transition: 0.3s;
    text-align: left;
	line-height: 1.4;
}
#cropchoice-side-nav a:hover, #cropchoice-side-nav a:focus, #cropchoice-side-nav a:active{
  color:#ffffff;
  border: 0;
	background: transparent;
}
#cropchoice-side-nav .close-btn{
  text-align:right;
  font-size:36px;
  font-weight:560;
  margin:0px 30px 0px 0;
  line-height:1.7;
  background:transparent;
  border:none;
  color: #ffffff;
  padding:0;
}
#cropchoice-side-nav .close-btn:hover{
  color:#ffffff;
  border:none;
  background:transparent;
}
main#cropchoice-main{
	width: 100%;
	text-align: center;
	
	font-size: 18px;
	overflow-x: hidden;
}
img.cropchoice-menu-bottom-wave {
    position: absolute;
    width: 100%;
    margin: 0;
	z-index: 9998;
	max-width: 100%;
}
#cropchoice-badge-container{
	display: flex;
	justify-content: space-around;
}
.cropchoice-cart{
	margin-top: 20px;
    margin-left: 30px;
}
#cropchoice-badge-container a.cropchoice-badge{
	display: flex;
    text-align: center;
    background: #0a8a4f;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    margin-bottom: -75px;
    margin-top: 30px;
    z-index: 99999;
    text-decoration: none;
}
#cropchoice-badge-container a.cropchoice-badge:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.cropchoice-side-nav-logo {
	float: left;
	margin-left: 10px;
}
@media only screen and (max-device-width: 768px) {
	.cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-icon a {
		top: 15px;
	}
}
@media only screen and (min-device-width: 992px) {
	.cropchoice-about-section {
		padding: 50px 0;
	}
}
@media only screen and (min-device-width: 1001px) and (max-device-width: 1440px) {
    #cropchoice-badge-container a.cropchoice-badge {
		margin-bottom: -100px;
		margin-top: 65px;
	}
}
@media only screen and (min-device-width: 1600px) {
    .cropchoice-navbar .cropchoice-navbar-container #cropchoice-nav-menu {
		margin-right: -520px;
	}
}