* { 
	margin: 0;
	padding: 0; 
	box-sizing: border-box;
}

html, body {
	
	margin: 0; 
	padding: 0;
	text-align: center;
	height: 100%;
	
}

body{

	background-color: #FBFFFE;
	font-family: 'bikoregular';

}

.wrap {

	position: relative;
	background: #FBFFFE;
}


h1, h2, h3 {
	
	font-family: 'Candal', serif !important;
	color: #444;
	margin: 5px;
}

h4, h5, h6 {
	
	font-family: 'Cabin', san-serif !important;
	color: #444;
	margin: 5px;
}

a {
	
	text-decoration: none;
	color: inherit !important;
	
}

a:hover {
	
	text-decoration: none !important;
	
	
}


header, nav{
	
	margin: 0;
}

.new-header {
    width: 100%;
    height: 100px;
    border-bottom: 2px solid green;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 20;
    background: #FBFFFE;
}


.new-header .col-lg-3{
    
    height: 80px;
    /*border: 1px solid red;*/
}

#logo {
    width: 10%;
    height: 100%;
    float: left;
    margin: 0 50px;
    
    /*border: 1px solid black;*/
}

#logo img {
    width: 70%;
    height: 100%;
}

#menu {
    width: 50%;
    height: 90%;
    float: left;
    margin-right: 50px;
    padding-top: 30px;
    
    
    /*border: 1px solid black;*/
}

#menu ul{
    list-style: none;
    text-align: center;
    
}

#menu ul li{
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: Tahoma;
    margin-right: 50px;
    
    
}

#menu ul li a{
    
    color: #000;
    
    
}

#menu ul li a:hover{
    color:  #05f769;
    text-decoration: none;
}

#account {
    width: 10%;
    height: 40%;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    font-family: Tahoma;
    /*padding-top: 10%;*/
    margin-top: 10px;
    /*border: 1px solid black;*/
}

#account ul li {
    
    color: #000;
    text-decoration: none;
    list-style: none;
    
}

#account ul li:hover {
    color: #05f769;
    cursor: pointer;
}

#account ul li ul {
    
    display: none;
    
}

#account ul li:hover ul{
    
    display:  block;
    clear: both;
    line-height: 10px;
}

#account ul li:hover ul li{
    
    line-height: 25px;
    
}

#account ul li:hover ul li a{
    
    text-decoration: none;
    color: #000;
    
}

#account ul li:hover ul li a:hover{
    
    
    color: #05f769;
    
}

#account ul li .fa{
    float: left;
    font-size: 1.3rem;
    margin-right: 10px;
}

#account ul li p{
    float: left;
    /*margin-top: 10px;*/
}

#cart {
    width: 10%;
    height: 40%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    font-family: Tahoma;
    /*padding-top: 10%;*/
    margin-top: 10px;
    /*border: 1px solid black;*/
}

#cart a{
   color: #000;
   text-decoration: none;
}

#cart a:hover{
   color:  #05f769;
   
}

#cart .fa{
    float: left;
    font-size: 1.3rem;
    /*margin-top: 10px;*/
    margin-right: 10px;
}

#cart p{
    float: left;
    /*margin-top: 10px;*/
}
.new-section {
    width: 80%;
    height: 400px;
    /*border: 1px solid black;*/
    margin: 50px auto;
    
}

/* NAVIGATION */

.nav {
    width: 20%;
    height: 90%;
    /*border: 1px solid black;*/
    float: left;
    margin: 10px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
    z-index: 2;
    font-size: 15px;
    
    /*position: fixed;*/
}

.nav ul{

	width: 100%;
	margin-top: 30px;
    padding-left: 20px;
}

.nav ul li{

	
	list-style-type: none;
	font-weight: bold;
	line-height: 40px;
	cursor: pointer;
}


.nav ul li:hover{

	color:  #05f769; 
}

.nav ul li ul{

	display: none;
	z-index: 2;
	top: 19%;
	left: 27.5%;
	width: 59%;
	opacity: .9;
	transition: ease 1s;
}

.nav ul li:hover ul{

	display: block;
	height: 360px;
	/*margin-left: 100%;*/
	padding: 20px 100px 10px 20px;
	position: fixed;
	background: #fff;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
	border-radius: 10px;
	
	
}

.nav ul li:hover ul li a{

	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.nav ul li:hover ul li a:hover {

	color:  #05f769;
}

.nav ul li:hover ul li {

	float: left;
	margin-right: 20px;
}



/* Responsive NAVIGATION */

.nav2 {
    width: 90%;
    /*height: 50px;*/
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0.5px 0,5px 0.5px 1px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    font-size: 15px;
    text-align: center;
    position: fixed;
    background: #fff;
   
}

.nav2 ul{

	width: 100%;
	/*border: 1px solid black;*/
	/*background: blue;*/
	display: inline-block;
}

.nav2 ul li{

	display: inline-block;
	list-style-type: none;
	font-weight: bold;
	cursor: pointer;
	line-height: 40px;
	margin-right: 20px;
}


.nav2 ul li:hover{

	color:  #05f769; 
}

.nav2 ul li a{

	
	color: #000; 
	font-weight: bold;
	text-decoration: none;
}



.nav2 ul li a:hover {

	color:  #05f769;
	text-decoration: none;
}

/* RESPONSIVE NAVIGATION */

.nav3 {
    width: 50%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
    z-index: 9999;
    font-size: 15px;
    background: #fff;
    float: left;
    position: fixed;
    
}


.nav3 ul{

	width: 100%;
	margin-top: 30px;
    padding-left: 20px;
}

.nav3 ul li{

	
	list-style-type: none;
	font-weight: bold;
	line-height: 40px;
	cursor: pointer;
}


.nav3 ul li:hover{

	color:  #05f769; 
}





/* SLIDER */

.display {
    width: 70%;
    height: 90%;
    /*border: 1px solid black;*/
    float: left;
    margin: 10px 20px;
     border-radius: 10px;
}


.carousel{
    border-radius: 10px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
}

.carousel-idicators{

	z-index: 1 !important;
}

.carousel-item{
	height: 360px;
    border-radius: 10px;
}

.carousel-item img{
	
    border-radius: 10px;
}



/* FIND A SERVICE*/

.new-services {
    width: 80%;
    height: 200px;
    /*border: 1px solid black;*/
    margin: 50px auto;
    border-radius: 10px;
    margin-top: 10px;
    border-radius: 10px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
    
}

.new-servicesbox {
    width: 80%;
    height: 50px;
    /*border: 1px solid black;*/
    margin: 10px auto;
    /*border-radius: 10px;*/
    
}

.serv-wrap {
    width: 90%;
    height: 100%;
    /*border: 1px solid black;*/
    margin: 0 auto;
    
}

.services {
    width: 90%;
    height: 90%;
    /*border: 1px solid black;*/
    margin: 10px 20px;
    float: left;
    border-radius: 20px;
    padding: 0 20px;
    border-radius: 10px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
	padding-bottom: 10px;
}



.services img{

	width: 90%;
	height: 90%;
	padding: 20px 0;
	transition: 1s;
	cursor: pointer;
	border-radius: 20px;
	
}

.services:hover{
    transition: ease 1s;
	transform: scale(1.1);
}

.services p{
    color: #05f769;
    
}

#sample {
    
	height: 200px;
}

/* SELLING SECTION */

.sellers {
    width: 80%;
    height: 100%;
    /*border: 1px solid black;*/
    margin: 50px auto;
    border-radius: 10px;
    margin-top: 10px;
    border-radius: 10px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
}

/*.sell-wrap {*/
/*    width: 100%;*/
/*    height: 100%;*/
    /*border: 1px solid black;*/
/*    margin: 0 auto;*/
    
/*}*/

.sell {
    width: 90%;
    height: 100%;
    /*border: 1px solid black;*/
    margin: 10px 20px;
    float: left;
    border-radius: 10px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
	/*padding: 20px;*/
}

.sell:hover {
   
    border-radius: 5px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0,0, 0.5);
	transition: ease 1s;
	transform: scale(1.1);
}

.title-box{

	background:  #05f769;
	color: #fff;
	width: 200px;
	padding: 4px 10px;
	height: 40px;
	margin-bottom: 10px;
	display: flex;
	border-radius: 0 0 10px;
	

}

.title-box h2{

	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.title-box h3{

	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.title-box::before{

	content:'';
	border-top: 20px solid  #05f769;
	border-right: 50px solid transparent;
	position: absolute;
	display: flex;
	margin-top: -4px;
	margin-left: 200px;

}

/*---------------product-top CSS--------------*/

#prod_height {
	height: 180px;
	background-color: #FBFFFE;
	border-radius: 10px 10px 0 0;
}


.product-top img{

	width: 90%;
	height: 90%;
	border-radius: 10px;
}

.overlay-right{

	display: block;
	opacity: 0;
	position: absolute;
	top: 10%;
	margin-left: 0;
	width: 70px;


}

.overlay-right .fa
{

	cursor: pointer;
	background-color: #000;
	color: #fff;
	height: 35px;
	width: 35px;
	font-size: 20px;
	padding: 7px;
	margin-top: 10%;
	margin-bottom: 5%;
	border-radius: 100%;

}

.overlay-right .btn-secondary{

	background: none !important;
	border: none !important;
	box-shadow: none !important;
}


.product-top:hover .overlay-right{


	opacity: 1;
	margin-left: 1%;
	transition: 0.5s;
} 

/*-------Production bottom CSS-----------------*/

.product-bottom {

	height: 80%;
	

}

.product-bottom .fa{

	color: #05f769;
	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;

}


/*-------------------footer---------------------*/

.footer{

	margin-top: 50px;
	background: #FBFFFE;
	color: #000;
	border-top: 2px solid green;

}

.footer h2{

	font-size: 15px;
	margin: 25px;
}

.footer p {

	font-size: 12px;
}

.copyright{

	margin-bottom: -80px;
	text-align: center;
	font-size: 15px;
	padding-bottom: 20px;
}

.fa-heart-o{

	color: #05f769;
	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;
}

/* SINGLE PRODUCT SECTION */

.prod-section {
    width: 90%;
    height: 500px;
    /*border: 1px solid black;*/
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0,0, 0.5);
    padding-top: 20px;
    
}

#prod-name {
    width: 100%;
    height: 80px;
    /*border: 1px solid black;*/
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0,0, 0.5);
    margin: 20px auto;
    text-align: center;
    padding-top: 20px;
}

#productname {
    float: left;
    margin-left: 40px;
}

.fav{

	display: block;
	width: 70px;
	float: right;
    border-radius: 100%;
    

}

.fav .fa
{

	cursor: pointer;
	background-color: #000;
	color: #fff;
	height: 35px;
	width: 35px;
	font-size: 20px;
	padding: 7px;
	margin-top: 10%;
	margin-bottom: 5%;
	border-radius: 100%;

}

.fav button{

	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

.fav .fa:hover {
    
    background-color: #05f769;
	color: #fff;
	box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
	transition: ease 1s;
	transform: scale(1.1);
    
}

.add {
    width: 100%;
    height: 95%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0,0, 0.5);
    text-align: left;
    padding: 40px;
    /*border: 1px solid black;*/
}

.add .fa{

	color:  #05f769;
}

.prod-section .price{

	color:  #05f769;
	font-size: 26px;
	font-weight: bold;
	/*padding-top: 20px;*/
}

.prod-section input{

	border: 1px solid #05f769;
	font-weight: bold;
	height: 35px;
	text-align: center;
	width: 50px;
	border-radius: 10px;
}

.prod-section .btn-success{

	width: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border: none;
	box-shadow: none !important; 
}

.prod-section .btn-success:hover{
    
    border-radius: 5px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
	transition: ease 1s;
	transform: scale(1.1);
}


/* CART SECTION */

.cart {
    width: 100%;
    min-height: 100%;
    padding: 20px;
    border-radius: 5px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
	margin: 40px auto;
	/*border: 1px solid black;*/
	float: left;
    
}

.cart2 {
    width: 100%;
    min-height: 90%;
    padding: 20px;
    border-radius: 5px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0,0, 0.5);
	margin: 40px auto;
	/*border: 1px solid black;*/
	float: left;
    
}

.items{
    width: 100%;
    height: 150px;
    border: 1px solid gray;
    padding-bottom: 30px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
   
}

.cart .btn-success{
    width: 100%;
    margin: 20px auto;
    display: none;
}

#cont {
    border: 1px solid green;
    border-radius: 5px;
    padding: 10px;
    float: left;
}

#cont:hover {
    border: none;
}

#cont a{
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}


#cont a:hover{
   
    color: #05f769;
}




.price_cart{
    width: 100%;
    min-height: 50%;
    margin: 40px auto;
    border-radius: 5px;
    float: left;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0,0, 0.2);
    padding: 10px;
	
}

.price_cart2{
    width: 100%;
    height: 100%;
    margin: 20px auto;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0,0, 0.2);
    padding: 10px;
	display: none;
	background: #FBFFFE;
}

.price_cart2 h4{
        
    font-size: 1.5rem;
    text-align: right;
    
}

.price_cart2 h6{
        
    font-size: 1rem;
    text-align: right;
    
}
    
.price_cart h3{
   font-size: 1.5rem;
   text-align: center;
	
}

.price_cart h4{
   font-size: 1.2rem;
   text-align: left;
   
	
}

.price_cart h5{
   font-size: 1rem;
   text-align: left;
	
}


.price_cart button{
    width: 100%;
    margin-top: 20px;
    
}
.cartHead{
	width: 100%;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: left;
	display: flex;
	color: #fff;
	background: #05f769;
	border-radius: 5px;
	padding: 5px;
}

.prod-img {
	flex: 3;
	width: 40%;
	border-right: 1px solid #fff;
	/*border: 1px solid black;*/
	
}

.qty {
	flex: 1;
	
	width: 10%;
	text-align: center;
	/*border-right: 1px solid #a3a1a1;*/
}


.cartBody{
	width: 100%;
	line-height: 2em;
	text-align: left;
	display: flex;
	background: #fff;
	border-radius: 5px;
	margin-top: 10px;
	/*border: 1px solid black;*/
	box-shadow: 0.5px 1px 1px 1px rgba(0, 0,0, 0.2);
}



.cartImg {

	width:20%;
	height:100%; 
	float: left;	
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	/*border: 1px solid black;*/
	background: #05f769;
	border-radius: 10px;
	
}


.cartD {

	width:45%;
	height:100%;	
	float: left;
	padding: 10px;
	margin-left: 2%;
	line-height: 1.5em;
	/*border: 1px solid black;*/
}

.priz {
    
    width: 25%;
    height: 100%;
    /*border: 1px solid black;*/
    float: right;
    text-align: center;
    padding: 5px;
}

.priz input{

	border: 1px solid #05f769;
	font-weight: bold;
	height: 35px;
	text-align: center;
	width: 50px;
	border-radius: 10px;
}



.recent {
    width: 80%;
    height: 50px;
    /*border: 1px solid black;*/
    margin: 10px auto;
    /*border-radius: 10px;*/ 
    margin-top: 100px;
    
}

 #rmenu {
        
        display: none;
        cursor: pointer;
    }
    
    #rmenu button{
        background: none;
        border: none;
        color: #05f769;
    }
    
    #rmenu2 {
        width: 10%;
        height: 5%;
        display: none;
        cursor: pointer;
        z-index: 9999;
        margin-left: 90%;
        position: fixed;
        
        
        /*border: 2px solid black;*/
    }
    
    #rmenu2 button{
        
        background: none;
        border: none;
        color: #05f769;
       
    }
    
    
/************REGISTRATION*****************/


.auth-content{
    
	width: 50%;
	margin: 50px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	text-align: left;
}

.auth-content .form-title{
	text-align: center;
}

.auth-content form div{
	margin-bottom: 10px;
}

.auth-content form p{
	text-align: center;
}

.auth-content form p a{
	text-decoration: underline;
}	

.text-input {

	padding: .7rem 1rem;
	display: block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	resize: none;
}


.btns {
	
	width: 100%;
	padding: .5rem 1rem;
	background: #05f769;
	color: white;
	border: 1px solid transparent;
	border-radius: .25rem;
	
}

#checkbox input {
    width: 100%;
    float: left;
}

/***************Merchant Dashboard*****************/

.msg {
	width: 100%; 
	margin: 5px auto;
	padding: 8px;
	border-radius: 5px;
	list-style: none;

}

.success {
	
	color: #3a6e3a;
	border: 1px solid #3a6e3a;
	background: #bcf5bc;

}

.error {
	
	color: #884b4b;
	border: 1px solid #884b4b;
	background: #f5bcbc;
	
}

.addr {
    width: 100%;
    height: 100px;
    margin-bottom: 50px;
    border-radius: 5px;
    background: none;
}

.confirm_btn {
    width: 50%;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #bcf5bc;
    margin: 0 50%;
    color: #fff;
}

.confirm_btn:hover {
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #05f769;
    margin: 0;
}

.pay {
    width: 100%;
    height: 50px;
    background: #FBFFFE;
    border: none;
    padding: 0 10px;
    border-radius: 5px;
    color: #000;
    margin: 10px 0;
    
    
}

.p_sum {
    width: 100%;
    padding: 5px;
    margin: 10px auto;
    height: 60px;
    /*border: 1px solid black;*/
    border-radius: 5px;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0,0, 0.2);
}

#psum_img{
    width: 25%;
    height: 100%;
    /*border: 1px solid black;*/
    border-radius: 5px;
    float: left;
    margin-right: 7px;
}

#psum_d{
    width: 70%;
    height: 100%;
    /*border: 1p`x solid black;*/
    border-radius: 5px;
    float: left;
    padding-top: 15px;
    font-size: 0.8rem;
}


#user_account{
    width: 40%;
    height: 100%;
    border-radius: 5px;
    float: left;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0,0, 0.2);
    padding: 15px;
    margin-right: 40px;
}



#user_account input[type="text"]{
    width: 100%;
    height: 30px;
    border-radius: 10px;
    border: 1px solid #05f769;
    padding-left: 20px;
}

.edit_input:focus{
    
    border: 1px solid red;
   
}

/*#user_account input:focus{*/
    
/*    border: 1px solid red;*/
   
/*}*/

#user_address{
    width: 40%;
    height: 100%;
    border-radius: 5px;
    float: left;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0,0, 0.2);
    padding: 15px;
}

#user_address textarea{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #05f769;
    padding-left: 20px;
    resize: none;
}


#user_address textarea:focus{
    
    border: 1px solid #05f769;
    
}

#user_address input[type="submit"]{
    
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background: #05f769;
    border:none;
    color: #fff;
  
}

.ord{
    width: 100%;
    padding-top: 20px;
    margin: 10px auto;
    height: 60px;
    /*border: 1px solid black;*/
    border-radius: 5px;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0,0, 0.2);
    text-align: center;
}

.ord:hover{
    background: #FBFFFE;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0,0, 0.2);
}

#img {
    float: left;
    width: 10%;
    height: 10%;
    margin-right: 20px;
}

#img img{
    
    width: 100%;
    height: 100%;
}

#details{
    
    float: left;
    text-align: center;
    padding-top: 20px;
    /*border: 1px solid green;*/
}








