@import url(https://fonts.googleapis.com/css?family=Anton|Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600);
@import url('https://fonts.googleapis.com/css?family=Lato:900&display=swap');

.main_back
{
	background-image: url("../Photos/final.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    position: relative;
	opacity: 0.9;
}
body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

/*----------------------------------------------------------
Navbar
----------------------------------------------------------*/
.image
{
  margin: auto;
  padding: 13px 12px;
}
#logo
{
  float: left;
}
.float-l
{
  float: left;
}
.float-r
{
  float: right;
}
.topnav {
  overflow-x: hidden;
  background-color: #222222;
  color: #fff;
}

.topnav button {
	margin-top: auto;
  background: transparent;
  border: 0;

}

.nav-mar {
  margin-left: 0px;
  margin-right: 0px;
}

.topnav button:hover {
  background-color: #fff;
  color: #000;
}

.nav button:hover {
  background-color: #fff;
  color: #000;
}

.topnav .icon {
  display: none;
}


/*----------------------------------------------------------
Navbar
----------------------------------------------------------*/


/*----------------------------------------------------------
Body
----------------------------------------------------------*/

.animate-top
{
	position: relative;
    animation: animatetop 1.5s;
}
.animate-bottom
{
	position: relative;
    animation: animatebottom 2s;
}
.block
{
	position: relative;
}

/*----------------------------------------------------------
Body
----------------------------------------------------------*/


/*----------------------------------------------------------------
Footer
-----------------------------------------------------------------*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
}

.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.top-footer p {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color .3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}

.top-footer li a:hover {
  color: #28ABE3;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;

  padding: 30px 0;
}

.container1
{
	margin: 0px;
	margin-bottom: 0px;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #28ABE3;
}

/*----------------------------------------------------------------
Footer
-----------------------------------------------------------------*/

/*============================================================
	Small Mobile 
==============================================================*/
@media only screen and (max-width: 600px) {
.topnav button {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding:  10px 6px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  font-family: "helvetica neue",bold;
}
.caption
{
	position: absolute;
	top:15%;
	left: 15%;
}
.you_need
{
	font-size: 70px;
	font-family: "Anton", sans-serif;
	color: white;
}
.we_have
{
	font-size: 35px;
	font-family: "Anton", sans-serif;
	color: black;
}
.table-font
{
font-size: 12px;
}

}
/*============================================================
	Mobile (Large and potrait desktop)
==============================================================*/
@media only screen and (min-width: 600px) 
{	
.caption
{
	position: absolute;
	top:15%;
	left: 20%;
}
 .you_need
{
	font-size: 70px;
	font-family: "Anton", sans-serif;
	color: white;
}
.we_have
{
	font-size: 35px;
	font-family: "Anton", sans-serif;
	color: black;
} 

.topnav button {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding:  10px 4px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  font-family: "helvetica neue",bold;
}
.table-font
{
font-size: 12px;
}

}

/*============================================================
Medium devices (Lansdcape tablets)
==============================================================*/
@media only screen and (min-width: 768px) {
.caption
{
	position: absolute;
	top:15%;
	left: 20%;
}
 .you_need
{
	font-size: 90px;
	font-family: "Anton", sans-serif;
	color: white;
}
.we_have
{
	font-size: 45px;
	font-family: "Ant    on", sans-serif;
	color: black;
} 

.topnav button {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding:  10px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "helvetica neue",bold;
}
.table-font
{
font-size: 18px;
}

}

/*============================================================
	Desktop view 
==============================================================*/
@media only screen and (min-width: 992px) {
.caption
{
	position: absolute;
	top:12%;
	left: 40%;
}
 .you_need
{
	font-size: 100px;
	font-family: "Anton", sans-serif;
	color: white;
}
.we_have
{
	font-size: 70px;
	font-family: "Anton", sans-serif;
	color: black;
} 
.topnav button {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding:  10px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  font-family: "helvetica neue",bold;
}
.table-font
{
font-size: 18px;
}
}

/*============================================================
Desktop view Extra large devices (large laptops and desktops, 1200px and up)
==============================================================*/
@media only screen and (min-width: 2000px) {

.caption
{
	position: absolute;
	top:10%;
	left: 40%;
}
 .you_need
{
	font-size: 230px;
	font-family: "Anton", sans-serif;
	color: white;
}
.we_have
{
	font-size: 130px;
	font-family: "Anton", sans-serif;
	color: black;
} 

.topnav button {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  font-family: "helvetica neue",bold;
}
.table-font
{
font-size: 18px;
}


}


/*=================================================================================
order.html
=================================================================================*/
.row1
{
  margin-right: 0px!important;
  margin-left: 0px!important;
}
.search-bar
{
  padding-top: 60px;
  padding-bottom: 10px;
  position: sticky;
  top:0;
  width: 50%;
  padding-left: 17%;
  padding-right: 17%;
  z-index: 100;
  background-color: #222222;
}
.search-box
{
  margin: 8px;
  margin-bottom: 2px;
  text-align: center;
}

.input-control
{
  margin-bottom: 5px;
  height: 35px;
  border-radius: 50px;
  padding-left: 20px;
  margin-top: 5px;
  position: fixed;
  top: 15%;

}
.product
{
  border: 2px solid #000;
  box-shadow: 0 0 10px black;
  z-index: 2;
  border-radius: 20px;
  margin-bottom: 15px;
  height: 310px;
}

.pro-image
{
  height: 30%;
  border: none;
  text-align: center;
  margin-top: 10px;
}

.proimage
{
  margin: auto;
  height: -webkit-fill-available;
  padding: 5px;
}

.pro-detail
{
  border: none;
  height: 20%;
  margin: 0px 10px 0px 10px;
  text-align: center;
}
.prodetail
{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  margin: 0 0 0 0;
  text-align: center;
}

.placeorder
{
  border: none;
  height: 10%;
}
.add
{
  text-align: center;
  margin: auto;
}

.pro-price
{
  font-size: 17px;
  color: #ff0000!important;
}

.add-to
{
  width: 80%;
  background-color: #337ab7;
  color: white;
  border-radius: 20px;
  font-weight: bold;
}

.main-products
{
  width: 100%;
  height: 35px;
  margin-bottom: 10px; 
}


/*================================================================
Input details 
================================================================*/
.quantity{
  text-align: center;
  margin: auto;
  width: 60%!important;
}
 
 .popover
 {
  max-width: 300px;
 }

/*=======================================================
Modal
========================================================*/
.modal
{
  
  justify-content: center;
  align-items: center;
}
.modal-content
{

    max-width: 100%;
    width: auto !important;
    display: inline-block;
}
.modal-login {
    color: #636363;
    display: flex !important;
  }
  .modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    margin-top: 15%;
    
  }
  .modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
  }
  .modal-login h4 {
    text-align: center;
    font-size: 26px;
  }
  .modal-login  .form-group {
    position: relative;
  }
  .modal-login i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 18px;
  }
  
  .modal-login .form-control:focus {
    border-color: #00ce81;
  }
  .modal-login .form-control, .modal-login .btn {
    min-height: 35px;
    border-radius: 3px; 
  }
  .modal-login .hint-text {
    text-align: center;
    padding-top: 10px;
  }
  .modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
  }
  .modal-login .btn {
    background: #222222;
    border: none;
    line-height: normal;
  }
  .modal-login .btn:hover, .modal-login .btn:focus {
    background: #00bf78;
  }
  .modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
    justify-content: center;
  }
  .modal-login .modal-footer a {
    color: #222222;
  }


  .header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.header h2 {
  text-align: center;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

.progress-bar {
  height: 8px;
  background: #4caf50;
  width: 0%;
}

.content {
  padding: 100px 0;
  margin: 50px auto 0 auto;
  width: 80%;

}

/*========================================================
+++++++++++++++++Admin.php+++++++++++++++++++++++++++++++
=========================================================*/
