        /**
* Theme Name: WooFood Child
* Description: This is a child theme of WooFood.
* Author: <a href="https://www.wpslash.com">WPSlash</a>
* Template: woofood
* Version: 2.9.8
*/

* {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woofood-live-results ul {
	display: contents;
}

.mPS2id-highlight{ 
    background: #000; 
	-webkit-text-fill-color: #ffffff;
}

.header {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}

.optional {
        display: none;
}		

.woocommerce-variation-price .price
{
	display:none;
}

.billing_state_field label span
{
display:none!important;
}

.billing_city_field
{
display:none!important;
}

.entry-header
{
display:none;
}

.woocommerce-pagination
{   
	display:none!important;
}

.searchform
{
	display:none !important;
}

.navbar-brand img
{
    max-height: 90px!important;
}

.woocommerce-shipping-totals
{
	display:none!important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item {
	width: 95% !important;
	align-items: center;
}

.woofood-quickview-button {
	font-weight: 500!important;
}

#billing_country_field {
	display:none!important;
}

.text-left {
	text-align: center!important;
}

.col-6 {
	flex: 0 0 100%;
	max-width: 100%
}

dl.variation {
	width: 150%
}

.main-inner
{
	overflow:hidden!important;
	margin-top: 0!important;
}

.product-short-descr span
{
	font-size: 14px!important;
	font-weight: 400;
}

.widget-title {
	text-align: center;
	font-weight: 700;
	padding: 15px 0 13px;
	line-height: 1;
	letter-spacing: 2px;
	font-size: 20px;
}

.widget_media_image {
	    margin-bottom: 10px !important;
}

.mollie-instructions {
	display: none;
}


#billing_first_name, #billing_last_name, #billing_company, #billing_address_1 {
	text-transform: capitalize;
}

#billing_email {
	text-transform: lowercase;
}


.woocommerce .cart-collaterals  table.shop_table_responsive tr td
{
	float:left;
	width:50%;
}
.woocommerce .cart-collaterals table.shop_table th
{
	float:left;
	width:50%;
	
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td
{
	text-align:left!important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    padding: .85em !important;
    font-size: 16px !important;
    text-transform: uppercase;
	}
.extra-options-accordion .inner {
	padding: 10px;
}

.cart_totals {
	border-radius: 10px;
	background: #fafafa !important;
}

#order_review_heading {
	padding: 1rem !important;
	background: #eeeeee !important;
	font-size: 1rem;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	font-weight: 600;
}

.woofood_order_type {
	background-color: #000000;
	color: white;
	width: auto;
	margin: 0;
	margin-bottom: 10px;
	border-radius: 10px;
}

#wf-date-to-deliver .wf_tdlvr_title {
	background: #eeeeee !important;
	border-radius: 10px;
	margin-bottom: 9px;
	color: #000000;
	padding: .5rem;
	display: flex;
	justify-content: center;
	justify-items: center;
}

#wf-time-to-deliver .wf_tdlvr_title {
	background: #eeeeee !important;
	border-radius: 10px;
	margin-bottom: 9px;
	color: #000000;
	padding: .5rem;
	display: flex;
	justify-content: center;
	justify-items: center;
}


.woofood-products .woofood-product-loop {
    border: 0.5px solid #d1d1d1 !important;
    border-radius: 10px;
    margin: 5px 0px !important;
    width: 100% !important;
    min-width: 100% !important;
	background: white !important;
	cursor: pointer;
	}	

li.woofood-product-loop:hover {
	outline: none;
    background-color: #d9d9d945 !important;
    box-shadow: none;
}

.woofood-accordion .panel-heading {
	border-radius: 5px;
	margin: .5rem 0rem .5rem 0;
}

.woofood-accordion .panel-heading .panel-title {
	font-size: 20px;
	margin: 0;
	line-height: 70px !important;
	font-weight: 600;
}

.woofood-accordion .accordion-plus-icon {
	display: none;
}

.product-title {
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

.woofood-products-wrapper {
	background: transparent !important;
}

.woofood-product-loop .product-price {
	font-size: 16px!important;
    font-weight: 600;
    margin-left: 0;
    margin-top: 20px;
    line-height: 2.4;
    max-width: 100%;
    -webkit-text-fill-color: #000000;
}

.woofood-product-loop .product-button {
	  margin-top: 70px;
}

.woofood-product-loop .product-button .button {
	box-shadow: none;
	border: 0;
	background-image: none;
	border-radius: 50%;
	font-size: 24px;
	height: 35px;
	width: 35px;
	padding: 5px 11px;
}

.woofood-product-loop .product-button .button:hover {
	border: 0;
	background: #000000 !important;
}

.woofood-product-loop:hover {
	transition: box-shadow 0.3s ease-in-out 0s;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 16px;
}

.cart-icon i {
	font-size: 1.4rem !important;
}

.header-cart-count {
	width: 1rem !important;
	height: 1rem !important;
}

.header-cart:hover {
	opacity: 1 !important;
}

.qty-change-button {
	background: #000000 !important;
	border-radius: 50%;
}

.button:focus {
	outline: none !important;
}

.modal__footer {
	display: grid !important;
	justify-content: center !important;
}

.wf_product_view .single_add_to_cart_button {
	background-image: none !important;
	border: none !important;
	background: #000000 !important;
	color: #ffffff !important;
	float: none !important;
	width: 300px;
	max-width: 100% !important;
	padding: 1rem;
	cursor: pointer;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #000 !important;
	border: none !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	border-radius: 10px !important;
	padding: 0.618em 1em !important;
	font-size: 16px;
}

.checkout-button.button.alt.wc-forward {
	color: #ffffff;
	background: #000000;
	font-size: 1rem;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #ffffff !important;
}

.form-control {
	border-radius: 10px !important;
	padding: .5rem .75rem;
	padding-inline: 1rem !important;
}

.woocommerce-additional-fields h3 {
	display: none;
}

.wf_field_wrapper {
	font-size: 1.2rem;
	
}

.woocommerce-billing-fields h3 {
	display: flex;
	justify-content: center;
	background-color: #eeeeee;
	font-size: 1.4rem;
	font-weight: 600;
	padding: .5rem;
	border-radius: 10px;
}

.extra-options-accordion li {
	border: none;
    margin: .5em 0;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding-inline: .5rem;
	
}

.wc-forward {
	display: flex !important;
	position: relative;
    width: 100%;
    margin: auto !important;
    height: 40px;
    border-radius: 10px !important;
    justify-content: center !important;
	justify-items: space-between;
    align-items: center !important;
    margin-bottom: 10px !important;
}	

@media  screen and (max-width: 768px) {
.wf_product_view .single_add_to_cart_button
{
	    margin-bottom: 0px;
	    width: 100%;
	    position: fixed;
	    left: 0px;
	    right: 0px;
	    border-radius: 0px;
	    font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
.modal__container {
	margin-top: -40px;
    overflow: auto;
    min-height: 100%;
    border-radius: 0px;
    position: fixed;
    height: auto;
    min-height: 100vh;
    padding-bottom: 100px;
    min-width: 100%;
    width: auto;
    padding-top: 50px !important;
	}
}
	
@media only screen and (max-width: 768px) {
.header-cart {
	display: flex !important;
	justify-content: center !important;
	justify-items: center !important;
	width: 80% !important;
	height: 50px !important;
	margin: auto !important;
	left: 0px !important;
	right: 0px !important;
	border-radius: 10px !important;
	color: #ffffff !important;
	background-color: #000000 !important;
	background-image: none !important;
	opacity: 1;
    border: 0 !important;
    box-shadow: none;
    bottom: 10px !important;
}
}
	
@media screen and (max-width: 768px) {
.checkout-button.button.alt.wc-forward {
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
    color: #ffffff !important;
    background: #000000;
	opacity: 1;
    border: 0 !important;
    box-shadow: none;
    bottom: 10px !important;
    border-radius: 50px;
    width: 80% !important;
	height: 50px;
	margin: auto !important;
	}
}
	
@media screen and (max-width: 768px) {
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	opacity: 1;
    border: 0 !important;
    box-shadow: none;
    bottom: 10px;
    border-radius: 10px;
    width: 80% !important;
	height: 50px;
    left: 0px;
    right: 0px;
	margin: auto !important;
	bottom: 10px !important;
	font-size: 1rem !important;
	}
}

input.woofood-live-search
		{
			width: 100%;
            margin-bottom: 5px;
            border: 1px solid #bdb0b0;
            border-radius: 5px;
            padding: 5px;
            line-height: 51px;
            background: white;
            color: #242e30;
            cursor: text;
            outline: none;
		}

        input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
            cursor: pointer;
            top: 8px;
            margin: 0;
            width: 3em;
            height: 3em;
            font-size: 14px;
            position: relative;
            line-height: 0;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25' fill='000000'><path d='M10.87 6.058L8.928 8l1.942 1.943-.927.927L8 8.928 6.058 10.87l-.928-.927L7.072 8 5.13 6.058l.928-.928L8 7.072 9.943 5.13l.927.928zM14.781 8A6.782 6.782 0 118 1.219 6.79 6.79 0 0114.781 8zM13.47 8A5.469 5.469 0 102.53 8a5.469 5.469 0 0010.938 0z'/></svg>");
            background-repeat: no-repeat;
          

}

        [type=search] {
           outline-offset: unset;
          -webkit-appearance: none;
        }

/*
Combine horizontal menu and live search
*/


#mysticky-nav input.woofood-live-search + .myfixed{
	margin: 0;
}

.woofood-live-search-on #mysticky-nav input.woofood-live-search + .myfixed{
	width: calc(100% - 38px - 10px) !important;
}

#mysticky-wrap #woofood-live-search-icon + input.woofood-live-search{
	width: 0;
	padding: 0;
	border: 0;
	margin-bottom: 0;
	border-radius: 4px;
}

#mysticky-wrap input.woofood-live-search + .scrollable-tabs-container{
	width: calc(100% - 38px - 10px);
}

@media only screen and (max-width: 767px) {
  #mysticky-wrap input.woofood-live-search + .scrollable-tabs-container{
    width: calc(100% - 38px - 10px) !important;
  }
  
  #mysticky-nav.wrapfixed{
  	padding-left: 1em;
  	padding-right: 1em;
  }
}

#mysticky-nav{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

#woofood-live-search-icon svg{
    width: 38px;
    height: 38px;
    padding: 8px;
    cursor: pointer;
    color: #000;
    background-color: #e9e9e9;
    border-radius: 50%;
    pointer-events: auto;
}

#woofood-live-search-icon-svg-close, 
.woofood-live-search-on #woofood-live-search-icon-svg{
	display: none;
}

.woofood-live-search-on #woofood-live-search-icon-svg-close{
	display: inline;
	background-color: transparent;
}

.woofood-live-search-on #mysticky-wrap #woofood-live-search-icon + input.woofood-live-search{
	width: 1140px;
	padding: 0 5px;
    border: 1px solid #bdb0b0;
    max-width: calc(100% - 38px - 10px);
}

.woofood-live-search-on #mysticky-wrap #woofood-live-search-icon + input.woofood-live-search + .scrollable-tabs-container{
	display: none;
}

#woofood-live-search-icon{
	margin-right: 10px;
}

/* clears the search field 'X' from Chrome, IE etc. */
#mysticky-wrap #woofood-live-search-icon + input.woofood-live-search[type="search"]{
	-webkit-appearance: none;
}
#mysticky-wrap #woofood-live-search-icon + input.woofood-live-search[type="search"]::-webkit-search-decoration,
#mysticky-wrap #woofood-live-search-icon + input.woofood-live-search[type="search"]::-webkit-search-cancel-button,
#mysticky-wrap #woofood-live-search-icon + input.woofood-live-search[type="search"]::-webkit-search-results-button,
#mysticky-wrap #woofood-live-search-icon + input.woofood-live-search[type="search"]::-webkit-search-results-decoration { display: none; }
#mysticky-wrap #woofood-live-search-icon + input.woofood-live-search[type="search"]::-ms-clear {  display: none; width : 0; height: 0; }
#mysticky-wrap #woofood-live-search-icon + input.woofood-live-search[type="search"]::-ms-reveal {  display: none; width : 0; height: 0; }

.woofood-live-search-on #mysticky-wrap #woofood-live-search-icon{
	z-index: 2;
	margin-right: 0;
}

.woofood-live-search-on #mysticky-wrap #woofood-live-search-icon + input.woofood-live-search{
	/* margin-left: -48px; */
    /* padding-left: 53px; */
	width: 1188px;
	max-width: 100%;
	padding-right: 38px;
	margin-right: -38px;
}

.woofood-live-search-on #mysticky-nav{
	flex-direction: row-reverse;
}

.woofood-live-results .no-products-found{
	list-style: none;
    text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	margin-top: 2rem;
}

.woofood-live-results .no-products-found svg{
	width: 2em;
    height: 2em;
    margin-bottom: 0.5em;
}

/*
-----
*/