/* Main menu element */
ul.woocommerce-error {
    display: none;
}


.fdoe {
	display: none;
}

#the_menu {
	/*background-color: #fff;*/
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.fdoe-products,
.fdoe-products div {
	border-style: none;
}


/* Menu Titles */

.menu_titles {
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	border-bottom-style: dashed;
	padding: 1.2em;
}


/* Menu product element */

div.fdoe-item:hover {
	/*background-color: #fff;*/
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.11);
	z-index: 1;
}

div.fdoe-item {
	width: 100%;
	border-bottom: 1px dashed #ddd;
	clear: both;
	transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


/* Menu products elements */

.fdoe_desc {
	padding: 0.6em;
	vertical-align: middle;
}

.fdoe_desc p {
	line-height: 120%;
	font-weight: 400;
	text-align: center;
}


/* Menu product image*/

div.fdoe_thumb {
	margin-left: 0.5em;
	width: auto;
	position: relative;
	vertical-align: middle;
}

.fdoe_thumb img {
	border-radius: 5%;
	min-width: 4em;
	height: auto;
	max-width: 100%;
	display: block;
	margin-bottom: 5px;
}

.fdoe_aggregate_row .fdoe_thumb,
.fdoe_aggregate_row .fdoe_thumb img {
	margin-left: auto;
	margin-right: auto;
}


/* Menu product title*/

a.fdoe_title {
	text-align: left;
	font-size: inherit;
	font-weight: 400
}

div.fdoe_title {
	text-align: left;
	color: black;
	margin-top: 7px;
}

.fdoe h4 {
	line-height: 100%;
	margin: 2px;
}

.fdoe h5 {
	font-size: 1em;
}


/* Menu product add icon*/

p.fdoe_add_item {
	text-align: center;
	float: right;
	margin-right: 5px;
}


/* Menu product price */

.fdoe_item_price {
	text-align: center;
}


/* Menu product description*/

span.fdoe_description {
	font-size: smaller;
	font-style: italic;
	color: #6d6d6d;
}

.fdoe_summary {
	margin-right: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


/* Menu Heading Breadcrumb */

#menu_headings {
	display: none;
	/*background-color: #fff;*/
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
	z-index: 1;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	font-size: 1.5em;
	height: auto;
	position: relative;
}

.fdoe ul.breadcrumb {
	padding: 10px 5px;
	list-style: none;
	word-wrap: break-word;
    margin: 0px;
}

.fdoe ul.breadcrumb li {
	display: inline;
}


/* Add a slash symbol (/) behind each list item */

.fdoe ul.breadcrumb li+li:before {
	padding: 5px;
	color: grey;
	content: "/\00a0";
}

#the_main_container #menu_headings_2 a, .fdoe ul.breadcrumb li a {
	text-decoration: none !important;
}


/* Minicart */

ul.fdoe-mini-cart {
	min-height: fit-content;
    padding:0;
    margin: 0;
    border:0;
}

#fdoe_mini_cart_id li.fdoe_minicart_item.woocommerce-mini-cart-item {
	padding: 1em 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(2,auto);
}
#fdoe_mini_cart_id_2 li.fdoe_minicart_item.woocommerce-mini-cart-item,
.fdoe_mini_cart.minicart_items_basic li.fdoe_minicart_item.woocommerce-mini-cart-item{
	padding: 1em 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: grid;
    align-items: center;
    /* justify-content: space-between; */
    grid-template-columns: auto auto 30px;
	grid-template-rows: auto auto;
    justify-content: unset;
    grid-auto-flow: column;
}

.fdoe-mini-cart-remove {
	display: none;
	margin-left: 5px;
}

.fdoe_mini_cart .fdoe_minicart_item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.fdoe_mini_cart_outer {
	/*margin-top: 2em;*/
}
/* Bootstrap fixex */
#fdoe_mini_cart_id dl {
    margin-top: inherit;
    margin-bottom: inherit;
	order: 99;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}
#fdoe_mini_cart_id_2 dl {
   order: 99;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}
#fdoe_mini_cart_id_2 .mini-cart-quantity {
    float: right;
    /* justify-self: end; */
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-self: end;
}
.fdoe_mini_cart_2 .product_list_widget li::after, .fdoe_mini_cart_2 .product_list_widget li::before,
.fdoe_mini_cart .product_list_widget li::after, .fdoe_mini_cart .product_list_widget li::before{
   content: none !important;
}
.fdoe_mini_cart_2 .fdoe-mini-cart-remove {
	 grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-self: end;

}
#fdoe_mini_cart_id .fdoe-mini-cart-remove {
	 grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-self: end;

}

.fdoe_minicart_checkout_button {
	margin-top: 20px;
	padding-top: 10px;
}

img.fdoe_mini_cart {
	display: none;
	margin: 0 auto;
}

a.mini-cart2 a.remove_from_cart_button.fdoe_remove::before {
	display: inline-block !important;
}

.fdoe_mini_cart .mini-cart-quantity {
	float: right;
	justify-self: end;

}

.minicart_items_basic .mini-cart-quantity
{
justify-self: unset;
}

#cart_remove {
	display: none;
}

#cart_remove:hover {
	display: block;
}

.total-amount {
	float: right;
}

.Minicart_heading {
	text-align: center;
}

.fdoe_mini_cart .fdoe_minicart_checkout_button {
	text-align: center;
}

a.remove_from_cart_button.fdoe_remove:focus {
	outline: none;
}

.fdoe_remove_aropopover {
	padding: 15% 20%;
}

.aropopover.fdoe_clicked {
	background-color: #e5e5e5;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 5);
	z-index: 1;
}

#cart_aromodal {
	overflow-y: scroll;
}

#mini_cart_aromodal_footer {
	border-top: unset;
}

.fdoe_mini_cart_2 ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
	text-align: left !important;
	width: 100% !important;
}

.fdoe_mini_cart_2 p.buttons {
	text-align: right !important;
	width: 100% !important;
}

.fdoe_mini_cart_2 p.total {
	text-align: left !important;
	width: 100% !important;
}

.fdoe_mini_cart_2 {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}


/* Products Modal */

.product-aromodal {
	display: none;

}

.fdoe-aromodal-open {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.fdoe-aromodal .single-product div.product {
	display: block !important;
	border: none;
}

.fdoe-aromodal .quantity .qty {
	min-width: 30px;
}

.fdoe-aromodal div.fdoe_summary_class {
	margin: auto !important;
}
.fdoe-aromodal.product-aromodal .single-product .product {
	margin: 0;
    padding: 0;
}


/* Checkout Buttons */

#checkout_button_1 {
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	float: unset;
	display: inline-block;
}

.fdoe_extra_checkout {
	float: right;
	margin: 10px;
	margin-top: 20px;
}

a.final {
	margin-right: 10px;
}

.fdoe-mini-cart a.checkout {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}


/* Border settings styling */

.fdoe-border-solid {
	border-bottom-style: solid !important;
}

.fdoe-border-dotted {
	border-bottom-style: dotted !important;
}

.fdoe-border-hidden {
	border: none !important;
}


/* Flex box elements*/

.flex-container {
	display: flex;
}

.flex-container-column {
	display: flex;
	flex-direction: column;
}

.flex-container-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	min-height: 5.5em;

}

.cat_tbody {
	border-bottom: 1px solid #ddd;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

div.fdoe_aggregate_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

.fdoe_price_and_add {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.fdoe_second_row .fdoe_aggregate_row {
	flex-wrap: wrap;
}


/* Two column layout */

.fdoe_twocols .fdoe_thumb.fdoe_thumb_big img {
	max-width: 90% !important;
}

.fdoe_twocols .fdoe_thumb.fdoe_thumb_normal img {
	max-width: 50% !important;
}

.fdoe_twocols .fdoe_thumb.fdoe_thumb_small img {
	max-width: 30% !important;
}

.fdoe-item.fdoe_twocols {
	width: 50%;
}

.cat_tbody>div.fdoe_twocols.fdoe-border-solid:nth-child(2n) {
	border-right-style: solid !important;
}

.cat_tbody>div.fdoe_twocols.fdoe-border-dotted:nth-child(2n) {
	border-right-style: dotted !important;
}

.cat_tbody>div.fdoe_twocols:nth-child(2n) {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #ddd;
}


/* One column layout*/

.fdoe_onecol .fdoe_thumb.fdoe_thumb_big img {
	max-width: 12em !important;
	margin: .6em;
}

.fdoe_onecol .fdoe_thumb.fdoe_thumb_normal img {
	max-width: 8em !important;
	margin: .5em;
}

.fdoe_onecol .fdoe_thumb.fdoe_thumb_small img {
	max-width: 4em !important;
	margin: .2em;
}

.fdoe_onecol .flex_summary {
	word-break: break-word;
}

.fdoe_price_and_add_onecol {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;

}
/* Fix for iE11 */
_:-ms-fullscreen, :root .fdoe_price_and_add_onecol{

    width:100%; }


/*  Mobile footer adjustments for Theme Storefront */

a:focus, button:focus, input:focus, textarea:focus {
    outline: 0;
}

.storefront-handheld-footer-bar ul li.minicart .fdoe_count {
	text-indent: 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 2;
	box-sizing: content-box;
	font-size: 10px;
	position: absolute;
	top: .875em;
	left: 50%;
	border-radius: 100%;
	border: 1px solid;
}

.storefront-handheld-footer-bar ul li.fdoe_checkout_2 .fdoe_checkout_22 {
	text-indent: 0;
	display: block;
	width: 5em;
	height: 2em;
	line-height: 2;
	box-sizing: content-box;
	position: absolute;
	top: 1.0em;
	left: 25%;
	border-radius: 6px;
	border: 1px solid;
	background-color: #333333;
	color: white;
}

.storefront-handheld-footer-bar ul li.shop>a::before {
	content: "\f2e7";
	color: #333333;
	vertical-align: middle;
}

.storefront-handheld-footer-bar ul li.minicart>a::before {
	content: "\f291";
	color: #333333;
	vertical-align: middle;
}


/*  Mobile footer bar inspired by Storefront */

.fdoe_count {
	font-size: 13px;
	font-weight: 400;
	background-color: #333333;
	color: white;
}

.fdoe-handheld-footer-bar {
	background-color: white;
	color: #706e72;
	opacity: 1;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	box-shadow: 0 0 6px rgba(0, 0, 0, .7);
	z-index: 9999
}

.fdoe-handheld-footer-bar a:not(.button) {
	color: #706e72;
}

.fdoe-handheld-footer-bar ul li>a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 2.618046972;
	font-size: 22px;
	text-indent: 0;
	display: block;
	cursor: pointer;
}

.fdoe-handheld-footer-bar::after,
.fdoe-handheld-footer-bar::before {
	content: '';
	display: table
}

.fdoe-handheld-footer-bar::after {
	clear: both
}

.fdoe-handheld-footer-bar ul {
	margin: 0
}

.fdoe-handheld-footer-bar ul li {
	display: inline-block;
	float: left;
	text-align: center
}

.fdoe-handheld-footer-bar ul li:last-child>a {
	border-right: 0
}

.fdoe-handheld-footer-bar ul li>a {
	height: 4.235801032em;
	display: block;
	position: relative;
	/*text-indent: -9999px;*/
	z-index: 999;
	border-right: 1px solid rgba(255, 255, 255, .2)
}

.fdoe-handheld-footer-bar ul li>a:active,
.fdoe-handheld-footer-bar ul li>a:focus {
	outline: 0
}

.fdoe-handheld-footer-bar ul li.cart .count {
	text-indent: 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 2;
	box-sizing: content-box;
	font-size: 10px;
	position: absolute;
	top: .875em;
	left: 50%;
	border-radius: 100%;
	border: 1px solid;
}

.fdoe-handheld-footer-bar ul.columns-1 li {
	width: 100%;
	display: block;
	float: none
}

.fdoe-handheld-footer-bar ul.columns-2 li {
	width: 50%
}

.fdoe-handheld-footer-bar ul.columns-3 li {
	width: 33.33333%
}

.fdoe-handheld-footer-bar ul.columns-4 li {
	width: 25%
}

.fdoe-handheld-footer-bar ul.columns-5 li {
	width: 20%
}

.sf-input-focused .fdoe-handheld-footer-bar {
	display: none
}

.fdoe-handheld-footer-bar ul li.shop>a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2e7";
	vertical-align: middle;
	color: #333333;
}

.fdoe-handheld-footer-bar ul li.minicart>a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f291";
	vertical-align: middle;
	color: #333333;
}

.fdoe-handheld-footer-bar ul li.minicart .fdoe_count {
	text-indent: 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 2;
	box-sizing: content-box;
	font-size: 10px;
	position: absolute;
	top: .875em;
	left: 50%;
	border-radius: 100%;
	border: 1px solid;
}

.fdoe-handheld-footer-bar ul li.fdoe_checkout_2 .fdoe_checkout_22 {
	text-indent: 0;
	display: block;
	width: 5em;
	height: 2em;
	line-height: 2;
	box-sizing: content-box;
	/* font-size: .75em; */
	position: absolute;
	top: 1.0em;
	left: 25%;
	border-radius: 6px;
	border: 1px solid;
	background-color: #333333;
	color: white;
	font-size: 14px;
}


/* Screen size style adjustments*/

@media only screen and (min-width: 768px) {
	.fdoe-handheld-footer-bar {
		display: none
	}
}

@media only screen and (max-width: 768px) {
	#fdoe-left-container {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.fdoe_mini_cart_outer {
		display: none;
	}
	.fdoe_extra_checkout {
		display: none !important;
	}
}

@media only screen and (max-width: 992px) {
	.fdoe_mini_cart .aropopover-content {
		padding: 5px 4px;
	}
}

@media only screen and (max-width: 780px) {
	div.fdoe_title {
		text-align: left;
	}
	.fdoe_item_price {
		text-align: center;
	}
}
@media only screen and (max-width: 767px){
.fdoe-flex-1 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
}

/* Screen max 600px*/

@media only screen and (max-width: 600px) {
	.fdoe_item_price {
		text-align: center;
		font-size: small;
	}
}


/* Screen max 485px*/

@media only screen and (max-width: 485px) {
	.fdoe_onecol .flex-container-row {
		display: grid;
		/* flex-direction: row; */
		justify-content: space-between;
		align-items: center;
		min-height: 5.5em;
		align-content: center;
		grid-template-columns: auto auto auto auto;
		grid-template-rows: auto auto auto auto;
	}
	.fdoe_onecol div.fdoe_thumb {
		width: auto;
		position: relative;
		vertical-align: middle;
		grid-column: 4/4;
		/* grid-column-end: 1; */
		grid-row-start: 1;
		grid-row-end: 1;
		align-items: center;
		margin-left: 0;
		margin-right: 0.5em;
	}
	.fdoe_onecol .fdoe_summary {
		margin-right: auto;
		grid-column-start: 1;
		grid-column-end: 1;
		align-self: start;
	}
	.fdoe_onecol .fdoe_price_and_add_onecol {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-grow: 1;
		grid-row: 4/4;
		grid-column: 1/5;
	}
	.product-aromodal div.fdoe_summary_class {
		font-size: smaller;
	}
	.product-aromodal img {
		max-width: 75%;
	}
}


/* Other fixes */

.cart form {
	text-align: center;
}

.fdoe a:focus,
a:hover {
	text-decoration: none !important;
}

.cat_tbody:focus {
	outline: 2px dashed transparent;
}

img.center {
	display: block;
	margin: 0 auto;
}

.fdoe_form.fdoe_centered {
	vertical-align: middle;
}


/* Fixes */

#fdoe-right-container h1:last-child,
#fdoe-right-container h2:last-child,
#fdoe-right-container h3:last-child,
#fdoe-right-container h4:last-child,
#fdoe-right-container h5:last-child,
#fdoe-right-container h6:last-child,
#the_menu h1:last-child,
#the_menu h2:last-child,
#the_menu h3:last-child,
#the_menu h4:last-child,
#the_menu h5:last-child,
#the_menu h6:last-child {
	margin-bottom: 10px;
}

#menu_headings_2 {
	display: none;
     hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;


}
.fdoe_menuitem a{
    position: relative;
}

.fdoe-left-menu-item {

    text-align: left;
    margin-bottom: 0.5em;

}
/* Extra left sticky menu */
.fdoe-less-gut:not(:first-child), .fdoe-less-gut:not(:last-child) {
  padding-right:7px;
  padding-left:5px;
}
#fdoe-right-container, #fdoe-left-left-container {

    margin-top: 15px;

}
.fdoe-sticky .fdoe-active-link {

	border-left: 2px solid;
    border-left-color: inherit;
    padding-left: 4px;
}

#the_menu .added_to_cart {

	display:none
}
.aroaffix-bottom {
	position: absolute;
}
.fdoe-sticky,
.fdoe-right-sticky {
	top: 20px;
}

.fdoe_pickup_time,
.fdoe_delivery_time {
    display: none;
    justify-content: center;
    align-items: center;
}

.fdoe_hidden {

    display: none;
}
