 .flexBox{
    display:flex!important;
} 

.product-box{
     display:flex;
     justify-content:space-between;
     padding:15px 25px;
     -webkit-box-shadow: 0px 11px 18px -12px rgba(0,97,31,0.65);
     -moz-box-shadow: 0px 11px 18px -12px rgba(0,97,31,0.65);
     box-shadow: 0px 11px 18px -12px rgba(0,97,31,0.65);
     margin-bottom:12px;
}
 .search .search-form{
     display:flex;
     justify-content:center;
     padding-top:20px;
     padding-bottom:20px;
}
 .product-tag-filters{
     display:flex;
     justify-content:center;
     padding-bottom:25px;
}
 .product-tag-filters .checkBox{
     display:flex;
     padding-right:15px;
     padding-left:15px;
     align-items:center;
}
 span.bigcheck-target {
     font-family: FontAwesome;
    /* use an icon font for the checkbox */
}
 .product-tag-filters .checkBox input[type='checkbox'] {
     accent-color: #8cc63f;
     transform:scale(1.4);
     cursor:pointer 
}
 .product-tag-filters .checkBox label {
     font-size:16px;
     font-weight:300;
}
 .product-box .readmoreBtn {
     display:flex;
}
 .product-box .add-to-cart-button{
     display:flex;
}
 .product-box .quantity input{
     width:85px;
}
 .product-box-left{
     display:flex;
     width:100%;
     padding-left:25px;
}
 .product-top-box-content{
     display:flex;
     flex-direction:column;
     width: 80%;
     width:100%;
     padding-left:25px;
     text-align:left;
}
 .product-top-box-content h3 {
     margin-bottom:10px;
     font-size:20px;
}
 .product-top-box-content bdi {
     font-size:20px;
     color:#8CC63F;
}
 .readmoreBtn{
     display:flex;
     align-items:center;
     color:#8CC63F;
}
 .product-thumbnail {
     width: 30%;
     max-height: 60%;
}
 .product-thumbnail img {
     width:100%;
     height:100%;
     object-fit:cover;
}
 .product-button-row{
     display:flex;
     justify-content:space-between;
}
 .search .site-content .content-area{
     display:flex;
     margin:0 auto;
}
 .search .site-content{
     padding-bottom:200px;
}

#openSearch{
    cursor:pointer;
	display:flex;
	align-items:center;
	
}

#openSearch img{
 	width:18px;
	height:auto;
}

#modalBox{
    display:none;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
  justify-content: center;
  align-items: center;

}

.product-tag-filters{
    display:none;
    padding-top:20px;
}

.search .product-tag-filters{
    display:flex;
}

#modalBox .close{
    color: white;
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 30px;
    cursor:pointer;
}

#modalBox .close:hover{
	transform:scale(0.9);
	transition:all 0.3s ease-in-out;
}

#modalBox .search-submit:hover{
	transform:scale(0.9);
	transition:all 0.3s ease-in-out;
}

#modalBox .search-field {
    background:transparent;
    color:white;
}

#modalBox::-webkit-details-marker {
    display:none!important;
}

#modalBox .search-field:focus {
    border-color: #8cc63f; /* Change border color */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Add a box shadow */
    outline: none; /* Remove default outline */
}

#modalBox .search-submit{
    background:#8cc63f;
}


.search .product-tag-filters{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tag-top{
    padding-bottom:20px;
}

.tag-top strong{
    font-size:16px;
}

.tag-bottom{
    display:flex;
}

.search-field::-webkit-search-cancel-button{
    color: #8cc63f!important;
    -webkit-appearance: none;
}

.search #modalBox {
    display:none;
}

.search #primary {
    display:flex;
    flex-direction: column;
}


#gsearch {
    background-color: rgba(0, 0, 0, 0.1);
}

.search #openSearch {
    display:flex!important;
}

.search .customSearch{
	display:none!important;
}

.customSearch{
    display:flex;
    justify-content: center;
    padding-top:25px;
}

.search-results-for{
    display: flex;
    justify-content: center;
    padding-top:25px;
    font-size:18px;
}

.search .no-results {
    display:none;
}

#result-container{
    text-align:center;
}

.search-results-for #string-results{
    color:#8CC63F;
    font-weight:500;
}


.search #openSearch {
    display:none;
}

.product-tag-filters .checkBox input[type='checkbox']{
	 margin-right: 5px;
}
   
#openSearch span{
	display:none;
}

#openMobSearch{
	display:none;
    position: fixed;
    right: 3%;
    bottom: 12%;
    z-index: 9999;
    background: #8CC63F;
    padding: 15px;
    border-radius: 50%;
	transform:scale(0.7);
}


#openMobSearch img{
	width:30px!important;
	height:auto;
}

@media only screen and (max-width: 1068px) {
	.tag-bottom{
		flex-wrap:wrap;
		justify-content:center;
	}
	
	#openMobSearch{
	display:flex;
	}
	
	
	#openSearch span{
		display:flex;
		padding-left: 20px;
        padding-bottom: 20px;
        padding-top: 10px;
		font-family: "Montserrat", Sans-serif;
    	font-size: 0.9rem;
    	font-weight: 400;
	}
	#openSearch img {
		display:none;
	}
	.tag-bottom .checkBox{
		padding-top:10px;
	}
	
	.product-box-left{
		flex-direction:column;
	}
	
	.product-thumbnail {
		width: 50%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
}

/* #testBtn {
    width:100px;
    height:60px;
    background:grey;
} */


#suggestionsContainer{
/* 	background:white; */
	padding:25px;
	transition:all 0.4s ease-in-out;
	overflow-y: auto;
    height: 200px;
	max-width: 300px;
}

#searchInput{
	transition:all 0.4s ease-in-out;
	width:270px;
	text-transform:lowercase;
}


#suggestionsContainer .product-suggestion {
	padding-top:5px;
    transition:all 0.4s ease-in-out;
	border-bottom:1px solid #8CC63F;
	color:white;
	cursor:pointer;
	text-transform:lowercase;

}

.header-search{
	display:flex;
	flex-direction:column;
}

.search-row{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}

.no-suggestions{
	color:white;
}

.search-row #searchButton img{
	width:25px;
}

.search-row #searchButton {
	cursor:pointer;
}


.clearBtn{
	position:absolute;
	right:21.5%;
	display:none;
	cursor:pointer;
}

.product-suggestion a {
	text-decoration:none!important;
}


.product-suggestion a:hover {
	text-decoration:none!important;
	color:white;
}

