
*
{
    margin: 0;
    padding: 0; 
}
body
{
    font-family: sans-serif;
   
}

.top-nav-bar0
{
	height: 20px;    
  
   
    background:#f4f2f3;
   
    z-index: 2;
}
.top-nav-bar
{
   height: 77px;     /*57*/
    top: 0;
    position: sticky;
    background:#f4f2f3;
   
    z-index: 2;
	
}
.logo
{
    height: 70px;
	margin: 5px 10px;
	z-index: 2;
	
}

.logo img
{
	display:flex;
}


.form-control
{
    margin-top: 9px;
    margin-left: 100px;
    border: 1px solid #4EA848!important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none !important;
    
}
.input-group-text
{
    background:#4EA848!important;
    border: 1px solid #4EA848!important;
    margin: 8.5px 10px 3px 0 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    cursor: pointer;
}
.search-box
{
    display: inline-flex;
    width: 50%;
	height: 50px;
}
.fa-search
{
    color: #fff;
}
.menu-bar
{
    width: 40%;
    height: 57px;
    float: right;
}
.menu-bar ul
{
    display: inline-flex;
    float: right;
	margin-right:15px;
}
.menu-bar ul li
{
   /* border-left: 1px solid #fff;*/
    list-style-type: none;
	margin-top:10px;
	margin-right:15px;
    padding: 10px ;
    text-align: center;
   /* background-color: #4EA848;*/
    cursor: pointer;
}
.menu-bar ul li a
{
    font-size: 18px;
    font-weight: bold;
    color: #4EA848;
    text-decoration: none;
}
.fa-shopping-basket
{
    margin-right: 5px;
	
	
	
}




.mega-menu
{   margin-top:27px;
	height:55px;
    width: 100%;
    font-size: 18px;

	


    z-index: 2;
   
	
	
}
.navbar-toggler .fa-bars
	
	{
	   display:none;	
	}


/*Megamenu Bar*/

.mega-menu .bg-primary {
    background-color:#fff !important; /*#F4F2F3*/
}

.mega-menu .bg-success {
    background-color: #fff!important;   /*#F4F2F3*/
	

}

.mega-menu .navbar-dark .navbar-brand {
    color:#fff!important;    /*#4EA848*/
}



.mega-menu .navbar-dark .navbar-toggler {
    color: rgb(237 10 10 / 50%);
    border-color: rgba(255,255,255,.1);
	background-color:#fff;   /*#03b98c;*/
}


.mega-menu .navbar-dark .navbar-nav .nav-link {
    color: #111;
    padding: 25px;
}

.mega-menu .navbar-dark .navbar-nav .nav-link:focus{
	
	  color: rgb(243 14 14 / 75%);
}


.mega-menu .navbar-dark .navbar-nav .nav-link:hover {
    color: green;
} 

	


@media all and (min-width: 992px) {
	
		.navbar{ padding-top: 0; padding-bottom: 0; }
		.navbar .has-megamenu{position:static!important;}
		.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
		.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
		}






@media only screen and (max-width: 980px)
{
    .top-nav-bar
    {
        height: 118px;
        border-bottom: 0;
    }
    .search-box
    {
        width: 100%;
    }
    .menu-bar
    {
        width: 100%;
    }
    .menu-bar ul
    {
        margin: 10px 0;
        width: 100%;
    }
    .menu-bar ul li
    {
        height: 57px;
        width: 100%;
    } 
	
	.navbar-toggler .fa-bars
	
	{
	   display:block;	
	}
}


/*

/*----------------Side-menu--------------
.side-menu
{
    height: 79%;
    width: 15%;
    font-size: 14px;
    float: left;
    z-index: 2;
    background-color: #ddd;
}
.side-menu ul
{
    margin-left: 10px;
}
.side-menu ul li
{
    list-style-type: none;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}
.side-menu ul li:hover
{
    color:#4EA848;
}
.side-menu ul li ul
{
    display: none;
    z-index: 10;
    top: 77px;
}
.side-menu ul li:hover ul
{
    display: block;
    height: 400px;
    margin-left: 14%;
    padding: 0 100px 10px 10px;
    position: fixed;
    background: #ececec;
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
}
.fa-angle-right
{
    margin-top: 4px;
    margin-right: 8px;
    float: right;
}*/




#menu-btn, #close-btn
{
    font-size: 30px;
    margin: 10px;
    color:#4EA848;
    display: none;
}

@media only screen and (max-width: 980px)
{
    .side-menu
    {
        width: 34%;
        z-index: 20;
        top: 133px;
        position: fixed;
        font-size: 12px;  
        display: none;
        background: #f1f3f4;
    }
    .side-menu ul li ul
    {
        top: 133px;
    }
    .side-menu ul li:hover ul
    {
        margin-left: 31%;
    }
    #menu-btn
    {
        display: block;
    }
}
/*-----------------slider CSS-------------------*/

.slider
{
    width: 100%;
    margin-left: 0%;
    padding: 0 10px;
	margin-top:50px;

	
}
/*.carousel
{
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
}*/




.carousel-indicators
{
    z-index: 1 !important;
}

 .carousel-control-prev .carousel-control-prev-icon
{
	background-color:green;
	color:#fff;
	border-radius:50%;
	
	
}

 .carousel-control-next .carousel-control-next-icon
{
	background-color:green;
	color:#fff;
	border-radius:50%;
}



@media only screen and (max-width: 980px)
{
    .slider
    {
        width: 100%;
        margin-left: 0;
		margin-top:15px;
    }
}

/*------------featured-categories CSS------------*/




.featured-categories
{
    margin: 50px 0;
}
.featured-categories img
{
    width: 100%;

    padding: 20px 0;
    transition: 1s;
    cursor: pointer;
}

.featured-categories img:hover
{
    transform: scale(1.1);
    
}


.featured-categories a: {
  border: 2px solid #4CAF50;
}

.featured-categories .contaner-fluid .row
{
 float:right;   
}


  @media only screen and (max-width:980px) {
    
     
	 .featured-categories .container-fluid .row  {
		 
		 
		 display:grid;
	
		 grid-template-columns: repeat(2,1fr);
		 grid-gap: 0;
		 margin-top:5px;

    
		 
	 }
	 
	  .featured-categories  .container-fluid .row img
	  {
		  width:100%;
		  cursor:pointer;
		   
	  }
	 
	 
	
	 
	 
     
 }
 
 

 
 

 
 



/*---------------On Sale product CSS----------------*/

/*.title-box
{
    background:#4EA848;
    color: #fff;
    width: 180px;
    padding: 4px 10px;
    height: 40px;
    margin-bottom: 30px;
    display: flex;
}
.title-box h2
{
    font-size: 24px;
}


.title-box::after
{
    content: '';
    border-top: 40px solid #4EA848;
    border-right: 50px solid transparent;
    position: absolute;
    display: flex;
    margin-top: -4px;
    margin-left: 170px;
}*/



 



  @media only screen and (max-width:980px) {
    
     
	 .on-sale .container-fluid .row{
		 
		 
		 display:grid;
		 grid-template-columns:repeat(2, 1fr);
		 grid-gap:2px;
		 margin-top:15px;
		 
	 }
	 
	  .on-sale  .container-fluid .row img
	  {
		  width:100%;
		  cursor:pointer;
	  }
	 
	 
	 
	 
     
 }

 .on-sale
 {
     margin: 50px 0;

 }

 .on-sale img{

    width: 100%;
    padding: 20px 0;
    transition: 2s;
    cursor: pointer;
 }

 .on-sale img:hover
 {
     transform: scale(1.1);
 }


/*------------ADS-1 CSS------------*/

.ads1
{
    margin: 50px 0;
}
.ads1 img
{
    width: 100%;
    padding: 20px 0;
    transition: 1s;
    cursor: pointer;
}
.ads1 img:hover
{
    transform: scale(1.1);
}




  @media only screen and (max-width:980px) {
    
     
	/* .ads1 .container .row{
		 
		 
		 display:grid;
		 grid-template-columns:repeat(3, 1fr);
		 grid-gap:2px;
		 margin-top:15px;
		 
	 }
	 */
	  .ads1  .container-fluid .row img
	  {
		  width:100%;
		  cursor:pointer;
	  }
	 
	 
	 
	 
     
 }

 .ads1
 {
     margin: 50px 0;

 }

 .ads1 img{

    width: 100%;
    padding: 20px 0;
    transition: 2s;
    cursor: pointer;
 }

 .ads1 img:hover
 {
     transform: scale(1.1);
 }


 .ads2
 {
     margin: 50px 0;

 }

 .ads2 img{

    width: 100%;
    padding: 20px 0;
    transition: 2s;
    cursor: pointer;
 }

 .ads2 img:hover
 {
     transform: scale(1.1);
 }
 
 /*ads2 media query */
   @media only screen and (max-width:980px) {
    
     
	 .ads2 .container-fluid .row{
		 
		 
		 display:grid;
		 grid-template-columns:repeat(2, 1fr);
		 grid-gap:2px;
		 margin-top:15px;
		 
	 }
	 
	  .ads2  .container-fluid .row img
	  {
		  width:100%;
		  cursor:pointer;
	  }
	 
	 
	 
	 
     
 }
 

/*New Product Media Query*/

  @media only screen and (max-width:980px) {
    
     
	 .new-products .container-fluid .row{
		 
		 
		 display:grid;
		 grid-template-columns: repeat(2,1fr);
		 grid-gap:2px;
		 margin-top:15px;
		 
	 }
	 
	  .new-products  .container-fluid .row img
	  {
		  width:100%;
		  cursor:pointer;
	  }
	 
	 
	 
	 
     
 }

 .new-products
 {
     margin: 50px 0;

 }

 .new-products img{

    width: 100%;
    padding: 20px 0;
    transition: 2s;
    cursor: pointer;
 }

 .new-products img:hover
 {
     transform: scale(1.1);
 }



/*-------------product-top CSS----------------*/
.product-top img
{
    width: 100%;
}
.overlay-right
{
    display: block;
    opacity: 0;
    position: absolute;
    top: 10%;
    margin-left: 0;
    width: 70px;
}
.overlay-right .fa
{
    cursor: pointer;
    background-color: #fff;
    color: #4EA848;
    height: 35px;
    width: 35px;
    font-size: 20px;
    padding: 7px;
    margin-top: 5%;
    margin-bottom: 5%;
}
.overlay-right .btn-secondary
{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.product-top:hover .overlay-right
{
    opacity: 1;
    margin-left: 5%;
    transition: 0.5s;
}

/*--------------Product-bottom-CSS---------------*/

.product-bottom .fa
{
    color:#4EA848;
    font-size: 10px;
}
.product-bottom h3
{
    font-size: 20px;
    font-weight: bold;
}
.product-bottom h5
{
    font-size: 15px;
    padding-bottom: 10px;
}
.new-products
{
    margin: 50px 0;
}
/*----------website-features-------------*/
.website-features
{
   margin: 60px 0;
}

.website-features img
{
    width: 20%;
}
.feature-text
{
    margin-top: 10px;
    float: right;
    width: 80%;
    padding-left: 20px;
}
.feature-box
{
    padding-top: 20px;
}

/*--------------footer---------------*/
.footer
{
    margin-top: 50px;
    background: #f4f2f3;
    color: #000;
}
.footer h1
{
    font-size: 15px;
    margin: 25px 0;
}
.footer p
{
    font-size: 16px;
}
.copyright
{
    margin-bottom: -80px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 20px;
}
.fa-heart-o
{
    color: red;
    font-size: 15px;
}
.footer hr
{
    margin-top: 10px;
    background-color: #ccc;
}
.footer-image img
{
    width: 150px;
}
.footer .row .fa
{
    padding-right: 20px;
    font-size: 15px;
}

.payment
{
	float:right;
}

/*----------------single-product---------------*/
.single-product
{
    margin-top: 70px;
}
.new-arrival
{
    background: #4EA848;
    width: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}
.col-md-7 h2
{
    color: #555;
}
.single-product .fa
{
    color:#4EA848;
}
.single-product .price
{
    color:#4EA848;
    font-size: 26px;
    font-weight: bold;
    padding-top: 20px;
}
.single-product input
{
    border: 1px solid #ccc;
    font-weight: bold;
    height: 33px;
    text-align: center;
    width: 30px;
}

.single-product .btn-primary
{
    background:#4EA848!important;
    color: #fff;
    font-size: 15px;
    margin-left: 20px;
    border: none;
    box-shadow: none !important;
}
/*--------------product-description---------------*/
.product-description h6
{
    margin-top: 50px;
    color:#4EA848;
}
.product-description p
{
    margin-top: 30px;
}
.product-description hr
{
    margin-bottom: 50px;
}


/*------------single product-----*/
 .single-product{
	 margin-top:70px;
 }
 .new-arrival
 {
	 background:#4EA848;
	 width:50px;
	 color:#fff;
	 font-size:12px;
	 font-weight:bold;
	 margin-top:20px;
	 
 }
 
 .single-product .price
 
 {
	 color:#4EA848;
	 font-size:26px;
	 font-weight:bold;
	 padding-top:20px;
 }
 
  .single-product input
  {
	  border:1px solid#4EA848;
	  font-weight:bold;
	  height:32px;
	  text-align:center;
	  width:120px;
  }
  
    .single-product .qty
  {
	  border:1px solid #4EA848;
	  font-weight:bold;
	  height:32px;
	  text-align:center;
	  width:120px;
  }
  
  
    .single-product .btn-primary
	{
		background:#4EA848 !important;
		color:#fff;
		font-size:15px;
		margin-left:0px;
		border:none;
		box-shadow:none !important;
		
	}
	
	
	 /*------------product Description-----*/
	 
	 .product-description h6
	 {
		 margin-top:50px;
		 color:#4EA848;
	 }
	 
	 
	 
	 
 
 
 
 

  .profile-personalinfo input[type="text"] , input[type="password"] , input[type="email"],select
		 {
			 display:block;
			 box-sizing:border-box;
			 margin-bottom:20px;
			 padding:10px;
			 width:400px;
			 height:52px;
			 border:none;
			 outline:none;
			 border-bottom:2px solid #aaa;
			 font-family:sans-serif;
			 font-weight:400;
			 font-size:15px;
			 transition:0.2s ease;
			 
			 
		 }
		 
 











