/* Your custom styles */
div.review_box,div.review_box_full{position:relative;padding:20px;background:#a0cf67;text-align:left}div.review_box{width:100%;box-sizing:border-box;color:#fff;float:none;display:block;margin-left:auto;margin-right:auto}.review_description{color:#000}div.review_box_full{width:100%;max-width:100%;color:#fff;float:left;margin:0 10px 10px 0}div.review_rating{color:#ff0}
body{font-family: 'Montserrat', sans-serif;}
.ui-button{background:#4EBD79 !important;color:#fff !important;}
#sms input::-webkit-input-placeholder{color:#fff !important;}
#sms textarea::-webkit-input-placeholder{color:#fff !important;}
#sms input{background:grey;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{background:grey;}

.nav-link{font-weight:800;}

.mousehand:hover{cursor: pointer;}

body {display: flex;
  min-height: 100vh;
  flex-direction: column;}

  .content{flex: 1;margin-top:2rem;}
  h1{font-size:1.8rem;}

.deliveryBtn{

	border: 1px solid black;

    display: block;

    width: 280px;

    padding: 10px;

    border-radius: 15px;

	cursor: pointer;

}

.deliveryBtn:hover,.deliveryBtn:active{

background-color: rgba(0,0,0,0.2);

}

.popup-agreement-block{
	max-width:800px;
	margin: 20px auto;
	padding:25px;
	background-color:white;
    border-radius: 10px;
}

.popup-agreement-block ul {
    padding: 5px;
	font-size:0.9erm;
}

.mfp-close{
    margin: -20px;
    float: right;
    position: inherit !important;
}
.orange-text{color:#f95f06!important}
.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link{background-color:#9fcf67;color:#000;}
.flinks{float:left;padding-right:20px;}
header{background:#000;font-color:#fff;}
.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%;
}
.headInfo{float:right;text-align:right;margin-top: 2%;color:#fff;font-size:1.5em}
@media (max-width: 500px){
.headInfo{float:none;text-align:center;display:block;width:100%;}
}
@media (max-width:767px){
 .hero {height:2450px;}
 .col {flex-basis:100%;margin-bottom:20px;}
 .flex-center{display:block;}
 .headerLogo{margin-left:21%}
}
