body{
	background-color: #F5F5F5;
}
a{
  cursor: pointer;
  
}


 #nav{
     
     /*background-color: #595959;*/
  /*background-color: #B30000;*/
  background-color: #F85606;
  color:white;
}
#nav input{
	/* background-color: rgba(234, 234, 234, 0.646); */
	  border-radius: 25px 0px 0px 25px;
	  border: 0px  solid black;
	  width:80%;
	  padding: 10px 0px;
	  /* box-shadow: 0px 0px 2px 1px black;  */
   }
   input:focus{
	outline:none;
   }
   #nav button{
	background-color: #f7f7f7;
	color: #F85606;
	border: none;
	border-radius: 0px 25px 25px 0px;
   }
   #nav button:hover{
	background-color: #e0e0e0;
   }
   #nav a i:hover,nav a:hover,#fixed-bottom i:hover{
    color: rgb(245, 245, 245);
   }

   #fixed-bottom{
    text-align: center;
    font-size: x-large;
  }
  #nav .dropdown-item:hover{
    background-color: #F85606;
    color: white;
  }
  #social i{
        font-size: 17px;
        border: 1px solid #F85606;
        padding: 7px;
        margin: 0px 0px;
        border-radius: 50%;
        background-color: white;
        color: #F85606;
    }



/* pagination  */

.pagination li a{
  color: #F85606;
  border: #F85606;
}
.pagination li.active a{
  background-color: #F85606;
  border: #F85606;
}
.pagination li.active a:hover{
  color: white;
  background-color: #F85606;
  border: #F85606;
}
.pagination li a:hover{
  color: #F85606;
  border: #F85606;
}

/* home page  */

/*#product{*/
/*    min-height:1500px;*/
/*}*/
#product #rating i{
	color: #ffbb00;
   font-size:small; 
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 5px;
  }
  #product #price{
	font-weight: 500;
	color: #F85606;
	font-size: medium;
	padding:0px 5px;
  }
  #product #original_price{
    color: gray;
    font-size: 10px;
  }
  #product #more{
	float: right;
	font-weight: 500;
	font-size: small;
	color: rgb(0, 127, 177);
  }
  .product-img{
   /*max-height: 400px;*/
   max-width: 100%;
   height:auto;
   align-self: center;
   /*border-radius:5px 5px 0px 0px;*/
  }
   #product h6{
    font-size:14px;
    font-weight:400;
    font-family: Arial, Helvetica, sans-serif;
    padding:0px 5px;
  } 
 #product #ptitle{
    font-size:11px;
    font-weight:400;
    font-family: Arial, Helvetica, sans-serif;
  } 
  #product-anchor{
	text-decoration: none;
	color: black;
	/* width: 200px; */
  }
  #viewmore hr{
		height:2px;
		border-width: 0;
		background-color: black;
  }
  #viewmore #viewall{
	color: #F85606;
	font-weight: 500;
  }

  /* home page  */




  
  /* single product  */
/*#single-product{*/
/*    min-height:1500px;*/
/*}*/
  #single-product #rating i{
    color: #ffbb00;
    /* font-size: small; */
    margin: 10px 0px 0px 0px;
    }
    #single-product #rating span{
      font-size: large;
    }
    #single-product #price{
    font-weight: 600;
    color: #F85606;
    font-size: x-large;
    }
    #single-product #orignal-price{
      color: gray;
      
    }
    #single-product #more{
    float: right;
    font-weight: 500;
    font-size: small;
    color: rgb(0, 127, 177);
    }
    .product-img{
     max-height: 400px;
     width: 100%;
     align-self: center;
    }
    #product h5{
      font-size:large;
      font-family: Arial, Helvetica, sans-serif;
    }
  
    #product_anchor{
      border: none;
      background-color: white;
      text-align: start;
    }
    #viewmore hr{
      height:2px;
      border-width: 0;
      background-color: black;
    }
    #viewmore #viewall{
    color: #F85606;
    font-weight: 500;
    }
    #single-product .add-to-cart-btn{
      color: white;
      border: none;
      font-size: 16px;
      font-weight: 500;
      border-radius: 5px;
      background-color:#26ABD4;
      text-decoration: none;
      border: 1px solid #26ABD4;
      cursor: pointer;
      padding: 11px 17px;
    }
    /*#single-product .add-to-cart-btn:hover{*/
    /*  background-color: white;*/
    /*  color: #26ABD4;*/
    /*  border: 1px solid #26ABD4;*/
    /*}*/
     #single-product #buy-from-whatsapp-btn{
      color: white;
      border: none;
      font-size: 16px;
      font-weight: 500;
      border-radius: 5px;
      padding: 11px 17px;
      background-color: green;
      text-decoration: none;
      border: 1px solid green;
      cursor: pointer;
    }
    
    #single-product #buy-from-daraz-btn{
      color: white;
      border: none;
      font-size: large;
      font-weight: 400;
      border-radius: 5px;
      padding: 11px 17px;
      background-color: #D0611E;
      text-decoration: none;
      border: 1px solid #D0611E;
      cursor: pointer;
    }
    
    #single-product #buy-from-daraz-btn:hover{
      background-color: white;
      color: #D0611E;
      border: 1px solid #D0611E;
      
    }
  
    /* single product  */