#mapp-canvas{
  width: 100%;
  height: 300px;
}
.quantity{
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  width: 50px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pro-price{
  margin-top: 10px;
}
.pro-card a{
  margin-top: 0;
}
.clear-rating , .caption .label-default ,.rating-container .caption{
  display: none!important;
}
.rating-xs{
  font-size: 23px;
}
.quantity::-webkit-inner-spin-button ,
.quantity::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
input.qty{
  text-align: center;
}
#poo{
  display: inline-block;
  font-size: 18px;
}
.messago {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(3,3,3,0.7);
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.messagoo{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-button{
  cursor: pointer;
}
.color{
  color: hotpink!important;
  background: whitesmoke;
}
.favourite_add{
  cursor: pointer;
}
.glyphicon-star-empty{
  color: gray;
}
.product-box-rate .pro-rate span{
  margin: 0 2px;
  font-size: 20px!important;
  color: #fae971;
}
.rating-xs{
  direction: ltr!important;
}
.all{
  border-top: lightgray 1px solid;
}
.product-box-rate .pro-rate{
  margin: 0 2px;
}
.product-box-rate .pro-rate span{
  margin: 0;
}
.bank-accounts{
  display: none;
}
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  border: 3px solid #0d2bffbf;
  border-radius: 10%;
}
.choose{
  text-align: center;
}
.choose img{
  height: 170px;
  width: 300px;

}
#map-canvas{
  height: 300px;
}
#pac-input {
  z-index: 0 !important;
  position: absolute !important;
  top: 0px !important;
  left: 0 !important;
  width: 100% !important;
  height: 40px !important;
  padding: 0 6px !important;
  border: 2px solid #ce8483 !important;
  border-radius: 3px!important;
}
.pp{
  display: none;
}


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
position: absolute;
    min-height: 100%;
    height: 100vh;
    min-width: 100%;
    width: 100vh;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    z-index: 500;
}

.lightbox-target:target img {
max-height: 50%;
max-width: 50%;
z-index:999999;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
height: 100%;
    width: 100%;
    opacity: 0;
}
.seviceee{
    text-align:center;
}
.see-btn{
  width: 100%;
  padding: 10px 0;
  visibility: hidden;
  background: rgba(3,3,3,0.8);
  color: white;

}
.product-grid:hover .see-btn{
  visibility: visible;

}
.see-btn:hover{
  background: rgba(3,3,3,0.4);
  color: #0c0c0c;
}







.section-title h2 {
   
    font-size: 18px;
    
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #013a94;
    letter-spacing: 0.3px;
    padding: 0;
}
.section-title::after {
    content: "";
    height: 2px;
    background: #f33f2e;
    width: 80px;
    position: absolute;
   left:0;
   right:0;
    margin: auto;
}
/****************/
/*	 BX-SLIDER 	*/
/****************/
section.client {
padding: 1em 0em;
    border-top: 1px solid #f5f5f5;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
}
section.client img{
    height:100%;
    width:100%;
}
section.client .section-title {
	margin-bottom: 2em;
	text-align: center;
}
.bx-controls {
	position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*********** header button ***************/
.green {
		border: 0;
	  padding: 10px 30px;
	  color:white;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px; 
	text-decoration: none;
	text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	  font-size: 1em;
}
/* Control the colour scheme */
.green {
	color: #FFF;
	background:#495c7b;
	    font-family: bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa;
/*	-webkit-box-shadow: 0 3px 1px blue;
	-moz-box-shadow: 0 3px 1px blue;
	box-shadow: 0 3px 1px blue;*/
}
.green:hover {
    background: #2e6ed8;
    -webkit-transition: background-color 0.5s ease-in;  
	-moz-transition: background-color 0.5s ease-in;  
	-o-transition: background-color 0.5s ease-in;  
	transition: background-color 0.5s ease-in; 
	color:white;
}
.green:active {
    -webkit-box-shadow: 0 1px 1px #2e6ed8;;
	-moz-box-shadow: 0 1px 1px #2e6ed8;;
	box-shadow: 0 1px 1px #2e6ed8;;
    margin-top: 22px;
    color:white;
    margin-bottom: -2px;
}
.small-btn{
    display:none;
}
.big-btn{
        display:block;
    }

