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

    max-width: 8em !important;
    }
    _:-ms-fullscreen, :root .menu_titles.fdoe_cat_image{

    display:flex;
    justify-content: space-around;
    }


/* Product Modal Rating */
/* Fix for multiple star rating elements*/

.product-aromodal .stars {

    display:none;

}




.product-aromodal p.stars:nth-of-type(1) {
    display:block;

}

.product-aromodal .single-product div.product .fdoe_summary_class [id^="reviews"] .commentlist li .comment_container .comment-text div.star-rating {
    float: right !important;
    font-size: 1rem !important;
    line-height: inherit !important;
    height: 1.9rem !important;
}


.product-aromodal .single-product div.product .summary.fdoe_summary_class {
     width: 100%;
    float: unset;

}
.product-aromodal .single-product div.product .summary.fdoe_summary_class [id^="reviews"] .commentlist  {
   margin: 0;

}
.product-aromodal .single-product div.product .summary.fdoe_summary_class [id^="reviews"] .commentlist li {
    margin-bottom: 0;
    list-style: none;

}
.product-aromodal .single-product div.product .summary.fdoe_summary_class [id^="reviews"] .commentlist li .avatar {
    width: auto;
    float: left;
    margin-right: 1rem;
    height: auto;
}
.product-aromodal .single-product div.product .woocommerce-product-rating {
    margin-bottom: 0;
    margin-top: 0;
}
/* Featured Modal */

.row_featured {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: left;
}

.fa-check {
	color: green;
}

button.fdoe_featured.alt {
	background-color: transparent !important;
	color: black;
	border-color: transparent !important;
}

button.fdoe_featured.alt:hover {
	background-color: transparent !important;
	color: black;
	border-color: transparent !important;
}

button.fdoe_featured.alt:focus {
	outline-color: transparent !important;
}

#fdoe_checkout_featured {
	width: 80%;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.fdoe_text_f {
	color: grey;
}

.fdoe_featured:hover,
.fdoe_featured {
	background-color: transparent !important;
	border-color: transparent !important;
	font-size: inherit;
}

#extra_aromodal_footer {
	border-top: 1px solid transparent;
	padding-bottom: 1em;
	text-align: center;
}

#myModalfeatured {
	overflow-y: scroll;
}
#myModalfeatured .quantity .qty {
    min-width: 30px;
    max-width: 6em;
}

#myModalfeatured .price {
	font-size: inherit;
}

#myModalfeatured .form-inline {
	display: inline-flex;
	flex-direction: row;
	justify-items: center;
	align-items: center;
}
#myModalfeatured .fdoe_confirm_check {
    display:none;
}

.container_featured {
	margin-bottom: 15px;
}

button.fdoe_featured.single_add_to_cart_button.alt {
	background-color: transparent !important;
	color: black;
	border-color: transparent !important;
}

button.fdoe_featured.single_add_to_cart_button.alt
 {
	display: inline-block;
	padding: 6px 5px;
	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;
}


/* Delivery switch */

.fdoe-inline {
	padding-top: 0.5em;
}

.fdoe_center_block h5 {
	margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.fdoe_center_block {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
}

#checkArray {
	margin-left: 5px;
	margin-right: 5px;
	border: none;
	min-width: auto;
	background-color: transparent;
	padding: 0.3em;
	margin-top: unset;
	margin-bottom: unset;
    display: flex;
    align-items: center;
}

#fdoe_checker_big_devices h5 {
	font-size: 0.8em;
}

#checkArray .switch {
	position: relative;
	display: inline-block;
	min-width: 60px;
	height: 34px;
	margin-bottom: 0px;
}

.product-quantity input {

    font-weight: bold;
}
/* Hide default HTML checkbox */

#checkArray .switch input {
	display: none;
}


/* The aroslider */

.aroslider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-color: black;*/
	-webkit-transition: .4s;
	transition: .4s;
}

.aroslider::before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.aroslider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}


/* Rounded arosliders */

.aroslider.round {
	border-radius: 34px;
}

.aroslider.round::before {
	border-radius: 50%;
}

#fdoe_delivery_notice_outer,
#fdoe_min_amount_message_del,
#fdoe_min_items_message_del {
	text-align: center;
}

.fdoe-flex-1 {
	/*display: flex;
	flex-direction: row;*/
}

/* Address form */
#fdoe_adress_row p {

    margin: 0px;
}
/* Shipping forms */
#fdoe_shipping_form_top-bar{
    display: none;
}
#fdoe_adress_row .fdoe-shipping-form {
    margin:0px;

}
#fdoe_shipping_form {
     padding-top: 15px;
}
.aroaffix.top_small_affixed #fdoe_shipping_form{
    padding-left: 10px;
    padding-right: 10px;
        transform: scale(.9);

}
.aroaffix.top_small_affixed #fdoe_checker_big_devices{
    margin-bottom:1px;
}
.aroaffix.top_small_affixed #menu_headings{

    font-size: 1.2em;
}
.fdoe-right-sticky.aroaffix.top_small_affixed{
    font-size:  smaller;
}
/* Screen size style adjustments*/

@media only screen and (max-width: 767px) {
	/*.fdoe-flex-1 {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}*/
}


/* extra category image and description*/

.menu_titles.fdoe_cat_image {

	display: grid;

	grid-template-columns: 60% 40%;

	 align-items: center;
      grid-auto-rows: 1fr;
}

.menu_titles_desc {
    line-height: 1.1;
}
.menu_titles .fdoe_cat_desc{

    font-size:0.7em;
    font-style: italic;
    margin-left: 5px;
    margin-right: 5px;
}
.menu_titles.fdoe_cat_image  .menu_titles_desc{


    grid-column-start: 1;
    grid-column-end: 2;
    align-self: start;

}
.menu_titles.fdoe_cat_image  .fdoe_title_text{


    grid-column-start: 1;
    grid-column-end: 2;
    align-self: center;

}

.menu_titles.fdoe_cat_image  .menu_titles_image{
    grid-row-end: 3;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-column-end: 3;
}
div.menu_titles {
	padding-left: 3px;
	padding-right: 3px;
}



#fdoe_checker_big_devices {
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px)
{
#fdoe-right-container{
   /* width:75%;*/
}
#fdoe-right-container .fdoe-right-sticky.aroaffix.fdoe_small{


    border: 1px;
    border-color: grey;
    border-style: solid;
    border-radius: 10px;

    padding: 15px;




}
.menu_titles.fdoe_cat_image .menu_titles_image {
    grid-row-end: 2;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    margin-left: 5px;
    margin-right: 5px;
}
.menu_titles.fdoe_cat_image .menu_titles_image img{

	    width: 100%;
}
.menu_titles.fdoe_cat_image .fdoe_title_text {
    grid-column-start: 1;
    grid-column-end: 3;
}
.menu_titles.fdoe_cat_image .menu_titles_desc {
    grid-column-start: 1;
    grid-column-end: 3;

}
}
