/*
Theme Name: Ora Foods
Author: Slick design
Author URI: https://slickdesign.com.au/
Description: Custom Theme for Ora Foods
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
@import url("css/dist/style.min.css");
*/

.search-field {
	position: relative;
    z-index: 2;
}
.search-field > .select {
	position: relative;
    min-width: 250px;
    max-width: 100%;
    float: left;
    height: 42px;
    overflow: visible;
}
.search-field .options-view-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}
.search-field .select-button {
	position: relative;
	padding: 10px 14px;
	border-radius: 18px;
	cursor: pointer;
	pointer-events: none;
	height: 40px;
	background-color: white;
	border-top: 2px solid #a7a9ac;
	border-left: 2px solid #a7a9ac;
	border-right: 2px solid #a7a9ac;
}
.search-field .select-button .selected-value:before {
	transition: all 0.3s ease;
}
.search-field .select-button .selected-value label {
	display: flex;
	justify-content: space-between;
	color: #931E37;
}
.search-field .options-view-button:checked ~ .select-button {
    border-radius: 18px 18px 0 0;
    border-bottom: 1px solid lightgrey;
	z-index: 59;
}
.search-field .options-view-button:checked ~ .select-button .selected-value:before {
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}
.search-field .options-view-button:checked ~ .options {
	overflow: scroll;
}
.search-field .options-view-button:checked ~ .options:after {
	content: '';
	height: calc(100% - 40px);
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.search-field .options-view-button:checked ~ .options > .option:hover .label {
	/* background: #9a1430; */
	/* color: #fff; */
}
.search-field .options-view-button:checked ~ .options > .option {
	display: block;
}
.search-field .options-view-button:checked ~ .options .opt-val {
	opacity: 0 !important;
}
.search-field .options-view-button:checked ~ .options .state-view-button {
	height: 40px;
}
.search-field input[type="text"] {
	margin-bottom: 0px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 5px 5px;
}
.search-field .options {
	top: 40px;
	width: 100%;
	margin: 0 auto;
	border-radius: 18px;
	max-height: 400px;
	padding-top: 38px;
	margin-top: -40px;
	background-color: #fff;
	border: 2px solid #a7a9ac;
}
.search-field .options .option {
	position: relative;
	transition: 0.3s ease all;
	z-index: 2;
	padding: 0px;
	font-size: 13px;
}
.search-field .options .option input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.search-field .options .option {
    display: none;
}
.search-field .options .option input[type="checkbox"] + label:before {
	content: "✓";
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-color: white;
	border: 1px solid lightgrey;
	line-height: 18px;
	text-align: center;
	color: white;
	margin-right: 0.5em;
	transition: all 0.3s ease-out;
}
.search-field .options .option input[type="checkbox"]:checked + label:before {
    background-color: #9a1430;
    border-color: #9a1430;
}
.search-field .options .option .label {
	display: block;
	padding: 12px 14px;
	transition: all 0.3s ease;
	margin-bottom: 0;
	border-top: 1px solid lightgrey;
}
.search-field .options .option .opt-val {
	position: absolute;
	left: 0px;
	width: 84%;
	padding: 10px 15px;
	opacity: 0;
	background-color: #fff;
	-ms-transform: scale(0);
	    transform: scale(0);
	height: 40px;
	border-radius: 0px 0px 4px 4px;
}
.search-field .options .option-bg {
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	height: 40px;
	transition: 0.3s ease all;
	z-index: 1;
	display: none;
}
.search-field .input-buttons {
	padding: 10px 5px;
}
.search-field .input-buttons .input-button {
	display: inline-block;
	padding: 0px 5px;
	width: 49%;
	position: relative;
}
.search-field .input-buttons .input-button input[type="checkbox"] {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}
.search-field .input-buttons .input-button input[type="checkbox"]:checked + label {
	background: #fbb040;
	color: #666666;
}
.search-field .input-buttons .input-button label {
	background: #eeeeee;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	color: #999999;
	font-weight: bold;
	padding: 10px 0px;
	transition: all 0.3s;
}
label.selected {
    position: relative;
    text-align: center;
    font-size: 18px;
    border: 2px solid #c59b05;
    color: #c59b05;
    border-radius: 25px;
    display: none;
    padding: 7px 15px;
    font-weight: 700;
    margin: 3px;
    transition: all 0.3s ease-out;
    overflow: hidden;
	cursor: pointer;
}
label.selected.active {
    display: inline-block;
}
label.selected:hover {
	background-color: #c59b05;
	color: white;
}

.woocommerce-page div.summary form.cart div.quantity br,
.woocommerce div.summary form.cart div.quantity br {
    display: none;
}
