/*****New CSS*****/

/***Cart***/

.myd-cart {
	background: #fff;
	flex-basis: 40%;
	display: flex;
	flex-direction: column;
	max-width: 480px;
}

.myd-checkout {
	background: #000000D4;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	justify-content: flex-end;
	z-index: 9999;
}

.myd-checkout--open {
	display: flex;
}

.myd-float {
	display: flex;
	justify-content: center;
	padding: 10px 0 10px 0;
	align-items: center;
	border-radius: 10px;
	position: sticky;
	bottom: 20px;
	left: 50%;
    width: 350px;
	transform: translateX(-50%);
	z-index: 9999;
	margin: 30px 0 0 0;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
}

.myd-float:hover {
	opacity: 0.95;
}

.myd-float__title {
	display: flex;
	flex-basis: 50%;
	justify-content: center;
	align-items: center;
}

.myd-float__button-subtotal {
	flex-basis: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
}

.myd-float__title svg {
	margin: 0 0 0 5px;
}

#myd-float__qty {
	background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 0;
}

.myd-cart__nav {
	display: flex;
	flex-basis: 65px;
	flex-shrink: 0;
}

.myd-cart__zipcode-obj {
	display: none;
	opacity: 0;
}

.myd-cart__coupons-obj {
	display: none;
	opacity: 0;
}

.myd-cart__nav-bag, .myd-cart__nav-shipping, .myd-cart__nav-confirm {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	flex-grow: 1;
	flex-basis: 25%;
	border-bottom: 1px solid #eaeaea;
	flex-direction: column;
	align-items: center;
}

.myd-cart__nav-back, .myd-cart__nav-close {
	flex-basis: 50px;
	display: flex;
    justify-content: center;
	align-items: center;
	cursor: pointer;
}

.myd-cart__nav-close svg {
	fill: #fff;
}

.myd-cart__nav-shipping {
	border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea; 
}

.myd-cart__nav-desc {
	font-size: 14px;
	color: #c3c3c3;
	line-height: 1.4;
}

.myd-cart__nav-bag svg, .myd-cart__nav-shipping svg, .myd-cart__nav-confirm svg {
	fill: #c3c3c3;
}

.myd-cart__content {
    padding: 15px;
	display: flex;
	flex-grow: 1;
	overflow: auto;
}

/**START Content > Products**/

.myd-cart__products-empty {
	display: none;
    flex-direction: column;
    width: 100%;
	justify-content: center;
	align-items: center;
    text-align: center;
}

.myd-cart__products-empty svg {
	fill: #bbbbbb;
    width: 180px;
    height: 180px;
}

.myd-cart__products-empty-desc {
	margin: 0;
	font-size: 14px;
}

.myd-cart__products {
	display: none;
    flex-direction: column;
	justify-content: flex-start;
	flex-basis: 100%;
}

.myd-cart__products-item {
	display: flex;
	flex-shrink: 0;
	line-height: 1.4em;
	font-size: 16px;
	padding: 0 0 20px 0;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 0 20px 0;
}

.myd-cart__products-img-wrap {
	flex-basis: 80px;
}

.myd-cart__products-img {
	height: 80px;
	width: 80px;
	background-repeat: no-repeat, repeat;
    background-size: cover;
	background-position: center;
	border-radius: 5px;
}

.myd-cart__products-content-wrap {
    display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
    padding: 0 0 0 15px;
}

.myd-cart__products-title {
	font-weight: bold;
}

.myd-cart__products-title, .myd-cart__products-price, .myd-cart__products-extra {
	flex-basis: 100%;
}

.myd-cart__products-action, .myd-cart__products-extra, .myd-cart__products-price {
	margin: 5px 0 0 0;
}

.myd-cart__products-extra, .myd-cart__products-action {
	font-size: 14px;
}

.myd-cart__products-extra-item {
	padding: 0 0 0 10px;
    border-left: 1px dashed #dcdcdc;
}

.myd-cart__products-action {
	color: #ea1d2b;
	cursor: pointer;
	flex-basis: 28px;    
	flex-shrink: 0;
    display: flex;
    justify-content: center;
}

/**END Content > Products**/

/**START Content > Checkout**/

.myd-cart__checkout {
	display: none;
    flex-direction: column;
	justify-content: flex-start;
	flex-grow: 1;
}

.myd-cart__checkout-title {
	border-bottom: 1px dashed #dcdcdc;
	margin: 0 0 10px 0;
	font-weight: bold;
	flex-basis: 100%;
}

.myd-cart__checkout-customer, .myd-cart__checkout-delivery, .myd-cart__checkout-in-store, .myd-cart__checkout-type, .myd-cart__checkout-payment, .myd-cart__checkout-coupon {
	margin: 0 0 10px 0;
}

.myd-cart__checkout-coupon {
	padding: 20px 15px 20px 15px;
    border: dashed 1px #e2e8f0;
    background: #f7fafc;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
    line-height: 1.4;
}

.myd-cart__checkout-coupon p {
	margin: 0;
    font-size: 14px;
}

#input-payment-change, #label-payment-change {
	display: none;
	visibility: hidden;
}

.myd-cart__checkout-customer, .myd-cart__checkout-delivery, .myd-cart__checkout-in-store {
	display: none;
}

.myd-cart__checkout-field-group--active {
	display: block;
}

.myd-cart__checkout-option-wrap {
	display: flex;
	justify-content: space-between;
}

.myd-cart__checkout-option {
	flex-basis: 32%;
	margin: 0 2px;
	flex-grow: 1;
	padding: 10px 5px 10px 5px;
    border: 1px solid #dcdcdc;
	border-radius: 5px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
	align-items: center;
	text-align: center;
	line-height: 1.4em;
	font-size: 14px;
	cursor: pointer;
}

.myd-cart__checkout-option--active {
	color: #fff;
}

.myd-cart__checkout-option > input {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

.myd-cart__checkout-input {

}

/**END Content > Checkout**/

/**START Content > Confirm**/

.myd-cart__confirm {
	display: none;
    flex-direction: column;
	justify-content: flex-start;
	flex-grow: 1;
}

.myd-cart__confirm-resume-note {
	padding: 10px 10px 10px 10px;
	border: dashed 1px #e2e8f0;
	background: #f7fafc;
	font-size: 14px;
	border-radius: 5px;
	margin: 10px 0 10px 0;
	line-height: 1.4;
}

.myd-cart__confirm-resume-content {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.myd-cart__confirm-items {
	margin: 20px 0 0 0;
	display: none;
	visibility: hidden;
}

.myd-content-active {
	display: block;
	visibility: visible;
}

.myd-cart__confirm-resume-title {
	text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.myd-cart__confirm-resume-customer, .myd-cart__confirm-resume-customer-name {
	flex-basis: 100%;
}

.myd-cart__confirm-resume-type, .myd-cart__confirm-resume-subtotal, .myd-cart__confirm-resume-delivery, .myd-cart__confirm-resume-total, .myd-cart__confirm-payment, .myd-cart__confirm-payment-change, .myd-cart__confirm-resume-coupon {
	flex-basis: 70%;
}

.myd-cart__confirm-resume-type, .myd-cart__confirm-resume-subtotal, .myd-cart__confirm-resume-delivery, .myd-cart__confirm-payment, .myd-cart__confirm-resume-total, .myd-cart__confirm-resume-subtotal-price, .myd-cart__confirm-resume-delivery-price, .myd-cart__confirm-resume-total-price, .myd-cart__confirm-resume-type-name, .myd-cart__confirm-payment-method, .myd-cart__confirm-payment-change-for, .myd-cart__confirm-resume-coupon-price {
	margin: 0 0 5px 0;
}

.myd-cart__confirm-resume-subtotal-price, .myd-cart__confirm-resume-delivery-price, .myd-cart__confirm-resume-total-price, .myd-cart__confirm-resume-type-name, .myd-cart__confirm-payment-method, .myd-cart__confirm-payment-change-for, .myd-cart__confirm-resume-coupon-price {
	flex-basis: 30%;
	text-align: right;
}

.myd-cart__confirm-resume-total, .myd-cart__confirm-resume-total-price {
	font-weight: bold;
}

.myd-cart__confirm-row {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
}

.myd-cart__confirm-products, .myd-cart__confirm-delivery {
	background: #fff;
    padding: 15px 15px 15px 15px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.4em;
}

.myd-cart__confirm-products-title, .myd-cart__confirm-delivery-title {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.myd-cart__confirm-products-title svg {
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	fill: #7b7b7b;
}

.myd-cart__confirm-products .myd-cart__products-action {
	display: none;
}

.myd-cart__confirm-delivery-title svg {
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	fill: #7b7b7b;
}

.myd-hide-element {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.myd-cart__confirm-delivery-wrapper {
	margin: 10px 0 0 0;
	flex-wrap: wrap;
	display: none;
	visibility: hidden;
}

.confirm-delivery-wrapper--active {
	visibility: visible;
	display: flex;
}

.myd-cart__confirm-label-bigger {
	flex-basis: 30%;
}

.myd-cart__confirm-label {
	flex-basis: 70%;
}

.myd-cart__confirm-label, .myd-cart__confirm-label-bigger {
	margin: 0 0 5px 0;
}

.myd-cart__confirm-value {
	flex-basis: 30%;
	text-align: right;
}

.myd-cart__confirm-value-bigger {
	flex-basis: 70%;
	text-align: right;
}

/**END Content > Confirm**/

/**START Finished cart content**/

.myd-cart__finished {
	display: none;
	flex-basis: 100%;
}

.myd-cart__finished-content {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}

.myd-cart__finished-order-number {
	font-weight: bold;
    text-align: center;
}

.myd-cart__finished-message {
	padding: 10px;
    border: 1px dashed;
    border-radius: 5px;
	text-align: center;
	margin: 10px 0 0 0;
}

.myd-cart__finished-time {
	text-align: center;
	margin: 10px 0 0 0;
}

#finished-order-number {
	font-weight: bold;
	font-size: 40px;
    line-height: 1.5;
}

.myd-cart__finished-whatsapp, .myd-cart__finished-track-order {
	margin: 20px 0 0 0;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	display: flex;
}

.myd-cart__finished-whatsapp {
	background: #25D366;
}

.myd-cart__finished-whatsapp svg {
	margin: 0 5px 0 0;
}

.myd-cart__finished-whatsapp a, .myd-cart__finished-track-order a {
	color: #fff;
	flex-basis: 100%;
	padding: 10px 10px 10px 10px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.myd-cart__finished-whatsapp a:hover, .myd-cart__finished-track-order a:hover {
	color: #fff;
}

/**END Finished cart content**/

.myd-divider {
	margin: 20px 0 20px 0;
	border-top: 1px dashed #dcdcdc;
	flex-basis: 100%;
}

.myd-cart__button {
	flex-basis: 50px;
	display: flex;
	flex-shrink: 0;
	justify-content: space-around;
    align-items: center;
}

.myd-cart__button:hover {
	opacity: 0.95;
}

.myd-cart__button-text {
	flex-basis: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.myd-cart__button svg {
	margin-left: 10px;
}

.myd-cart-open {
	position: fixed;
}

.myd-cart__content--active {
	display: flex;
}

/***MOBILE CART****/

@media only screen and (max-width: 768px) {

	.myd-cart {
		flex-grow: 1;
	}

	.myd-float {
		transform: unset;
		left: 10px;
		right: 10px;
		bottom: 10px;
		width: 100%;
	}
	
}

/***END MOBILE CART****/

/***END CART***/

/***Product grid***/

.myd-product-list {
	display: grid;
    grid-gap: 20px;
	margin: 0 0 20px 0;
	flex-grow: 1;
}

.myd-product-list--1column {
	grid-template-areas: "title";
    grid-auto-columns: 1fr;
}

.myd-product-list--2columns {
	grid-template-areas: "title title";
    grid-auto-columns: 1fr 1fr;
}

.myd-product-list__title {
	margin: 0;
    font-size: 18px;
	font-weight: bold;
	grid-area: title;
}

.myd-product-item {
	background: #fff;
	border: solid 1px #efefef;
	width: 100%;
	min-height: 170px;
	height: 100%;
	padding: 20px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.myd-product-item--boxshadow {
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
}

.myd-product-item__content {
	width: 60%;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.myd-product-item__title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.myd-product-item__desc {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #717171;
	overflow: hidden;
	max-height: 2.8em;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.myd-product-item__actions {
	display: flex;
	align-items: center;
}

.myd-product-item__button, .myd-product-item__button:hover {
	font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 30px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.myd-product-item__price {
	font-weight: bold;
	font-size: 14px;
}

.myd-product-item__img {
	width: 35%;
	border-radius: 5px !important;
    cursor: pointer;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-position: center;
}

.myd-product-item__divider {
	display: none;
}

/***End product grid***/

/***Product popup***/

.myd-product-popup__img {
	width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    margin: 0 0 15px 0;
}

/***End product gpopup***/


.myd-form-order__zipcode--hide {
	display: none !important;
}

.myd-form-order__number--hide {
	display: none !important;
}

.myd-track-order-status--new {
	background: #d8bf00;
}

.myd-track-order-status--confirmed {
	background: #46b450;
}

.myd-track-order-status--indelivery {
	background: #d8800d;
}

.myd-track-order-status--finished {
	background: #095cb5;
}

.myd-track-order-status--canceled {
	background: #e00d0d;
}

/******End new CSS********/



@media only screen and (max-width: 768px) {

	.myd-product-list {
		grid-gap: 30px;
		margin: 0 0 40px 0;
	}

	.myd-product-list__title {
    	background: #dcdcdc;
    	text-align: center;
    	border-radius: 5px;
    	padding: 5px 0;
    	font-size: 18px;
		font-weight: bold;
	}

	.myd-product-item {
		padding: 0;
		border-radius: 0;
		border: unset;
		box-shadow: unset;
		min-height: 130px;
    	height: 100%;
	}

	.myd-product-item__divider {
		display: block;
		border-top: 1px dashed #eaeaea;
	}

	.myd-product-item__content {
    	width: 65%;
    	margin-right: 10px;
	}

	.myd-product-item__actions {
		flex-wrap: wrap;
	}

	.myd-product-item__button, .myd-product-item__button:hover {
		width: 35px;
    	height: 35px;
    	font-size: 22px;
	}

	.myd-product-item__price {
		text-align: center;
		width: auto;
		margin-left: 5px;
		font-size: 16px;
	}

	.myd-product-list--2columns {
		grid-template-areas: "title";
    	grid-auto-columns: 1fr;
	}
}

/*****End new CSS*****/

.my-delivery-wrap {
	margin: 0 auto;
	width: 100%;
	padding: 30px 0 30px 0;
	font-family: inherit;
}

.myd-content {
	display: flex;
	flex-wrap: wrap;
}

.my-delivery-clumn-products-wrap {
	width: 69%;
	height: auto;
}

.my-delivery-clumn-cart-wrap {
	width: 29%;
	height: auto;
}

.my-delivery-cart {
	background: #f9f9f9;
	height: auto;
	max-height: 100vh;
	border-radius: 5px 5px 0 0;
	border: 1px solid #f2f2f2;
	position: sticky;
	top: 10px;
	overflow: auto;
}

.my-delivery-cart h3, .my-delivery-cart h4 {
	margin: 0;
}

.my-delivery-cart-title {
	padding: 15px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}


.my-delivery-cart-title h3 {
	color: #fff;
}

.my-delivery-cart-items {
	padding: 15px;
	border-bottom: #eaeaea solid 1px;
	overflow: hidden;
}

.my-delivery-cart-totals {
	padding: 15px;
	overflow: hidden;
}

.fdm-item-subtotal-price {
	float: right;
	font-size: 14px;
}

.fdm-item-subtotal {
	font-weight: 400;
	font-size: 14px;
	color: #717171;
}

.fdm-item-total, .fdm-item-subtotal {
	float: left;
}

.fdm-item-total {
	font-weight: bold;
	font-size: 16px;
}

.fdm-item-total-price {
	float: right;
	font-weight: bold;
	font-size: 16px;
}

.my-delivery-create-order {
	width: 100%;
	padding: 20px;
}

.my-delivery-btn-order {
	width: 90%;
	padding: 10px 0px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	border-radius: 5px;
	color: #fff;
	align-items: center;
	transition: all .3s !important;
	font-weight: bold;
}

.my-delivery-btn-order:hover {
	color: #fff !important;
	transform: translateY(-3px);
    box-shadow: 0 8px 25px -5px rgba(45,62,79,.3) !important;
}

#icon-fdm-plugin-btn, #icon-fdm-plugin-trash, #icon-fdm-plugin-pencil {
	margin-right: 5px !important;
}

.fdm-item-price {
	float: right;
	font-size: 15px;
	font-weight: 500;
}

.fdm-item-title {
	float: left;
	font-size: 16px;
}

.fdm-item-desc {
	font-size: 13px;
	float: left;
	font-weight: 300;
	line-height: 1.4;
	width: 100%;
	padding: 0px 8px;
	border-left: 1px dashed #dcdcdc;
	margin-bottom: 3px;
}

.my-delivery-btn-remove, .my-delivery-btn-remove:hover {
	font-size: 14px;
	float: left;
	color: #ea1d2b;
	cursor: pointer;
	display: flex;
    align-items: center;
    width: 100%;
}

.my-delivery-btn-edit, .my-delivery-btn-edit:hover {
	font-size: 14px;
	float: left;
	color: #ea1d2b;
	cursor: pointer;
	display: flex;
    align-items: center;
    width: 100%;
}

.my-delivery-btn-edit svg {
	margin-right: 5px;
}

.my-delivery-cart-order-details {
	padding: 15px;
	overflow: hidden;
	border-top: #eaeaea solid 1px;
	border-bottom: #eaeaea solid 1px;
}

.fdm-cart-order-details-title {
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.fdm-insert-details-order, .fdm-cart-order-details-title-div {
	overflow: hidden;
	width: 100%;
}

.fdm-cart-order-details {
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}

.fdm-cart-order-details-text {
	font-weight: 400;
	font-size: 14px;
	float: left;
}

.myd-product-grid {
	background: #fff;
	border: solid 1px #dcdcdc;
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.my-delivery-loop-img {
	border-radius: 5px !important;
	width: auto !important;
	height: auto !important;
	max-width: 180px !important;
	max-height: 120px !important;
	cursor: pointer;
}

.fdm-popup-init , .fdm-popup-select-store {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000D4;
	z-index: 1000;
	display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fdm-popup-content, .fdm-popup-content-edit, .fdm-popup-content-error-time, .fdm-popup-content-error-ship {
	background: #fff;
    padding: 60px;
    width: 650px;
    height: auto;
    position: fixed;
    text-align: center;
    border-radius: 10px;
}

.fdm-popup-content h2, .fdm-popup-content-edit h2, .fdm-popup-content-error-time h2, .fdm-popup-content-error-ship h2 {
	font-size: 30px;
}

.fdm-popup-form-radios {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fdm-popup-form {
	width: 80%;
    margin: 0 auto;
}

.fdm-popup-init select, .fdm-popup-init input[type="text"], .fdm-popup-init input[type="number"], .fdm-popup-select-store select, .my-delivery-wrap select, .my-delivery-wrap [type="text"], .my-delivery-wrap input[type="number"], .fdm-input-filter {
	width: 100%;
    height: 2.25em;
    min-height: auto;
    border: 1px solid #ddd;
    background-color: white;
    cursor: text;
    padding: 0 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
}

#fdm-change-back {
	display: none;
}

.fdm-option-to-delivery {
	width: 100%;
}

.my-delivery-add-to-cart-popup, .my-delivery-add-to-cart-popup:hover {
	width: 100% !important;
	justify-content: center;
	padding: 10px 0;
	font-size: 16px;
	cursor: pointer;
	display: flex;
    align-items: center;
    color: #fff !important;
    border-radius: 5px;
}

.fdm-popup-product-init {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    justify-content: center;
    right: 0;
    left: 0;
    align-items: center;
    z-index: 99999;
    background: #000000D4;
}

.fdm-popup-product-content {
	position: fixed;
	width: 600px;
	max-width: 60%;
	height: auto;
	max-height: 95%;
	background: #fff;
	padding: 40px 40px 0 40px;
	overflow: auto;
	border-radius: 10px;
	box-shadow: 0 0 25px -5px rgba(45,62,79,.3);
}

.fdm-popup-product-content-qty, .fdm-popup-product-content-add-cart {
	width: 70%;
}

.fdm-popup-close-btn {
	position: absolute;
	top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 10px 10px 0 10px;;
    cursor: pointer;
}

.fdm-popup-product-content h3 {
	margin-bottom: 10px;
}

.fdm-popup-product-content p {
	line-height: 1.4;
}

.fdm-flip {
	transform: scale(-1);
}

.fdm-popup-product-action {
	position: sticky;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: space-evenly;
	padding: 15px 0;
	border-top: solid 1px #eaeaea;
	background: #fff;
}

.fdm-add-to-cart-popup {
	display: flex;
	align-items: center;
	color: #fff !important;
	padding: 8px 10px;
	min-width: 200px;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 10px;
}

.fdm-add-to-cart-popup:hover {
	color: #fff !important;
}

.fdm-product-note {
	border: #dcdcdc solid 1px;
	width: 100%;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
}

.fdm-load-ajax {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: #FFFFFF61;
    z-index: 9999999999;
}

.gif-ajax-load {
	width: 70px;
}

.fdm-cart-notice {
	font-size: 14px;
	color: #717171;
	line-height: 1.3
}

.fmd-item-qty {
	width: 40px !important;
	-webkit-appearance: textfield !important;
	text-align: center;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fdm-popup-product-content-qty {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 30%;
}

.fdm-click-plus, .fdm-click-minus {
	display: flex;
	align-items: center;
	border: solid 1px #ddd;;
    padding: 0px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none;
    user-select: none;
}

.fdm-click-plus {
	margin-left: 5px;
    border-radius: 0 5px 5px 0;
}

.fdm-click-minus {
	margin-right: 5px;
	border-radius: 5px 0 0 5px;
}

.fdm-product-add-extras {
	margin-bottom: 20px;
}

.fdm-payment-method-div {
	display: flex;
	width: 100%;
	padding-top: 10px;
	flex-wrap: wrap;
}

.fdm-svg-cart {
	display: none;
}

.fdm-count-products {
    background: #fff;
    border-radius: 60px;
    border: 1px solid;
    width: 23px;
    height: 23px;
    font-size: 13px;
    margin: -10px 0 0 -10px;
}

.myd-content__filter {
	position: sticky;
    top: 0;
    background: #f9f9f9;;
    padding: 20px 10px 10px 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
	margin-bottom: 20px;
	flex-grow: 1;
}

.fdm-filter-categorie-title h2 {
	margin: 0;
}

.fdm-filter-categorie-title {
	margin-bottom: 20px;
}

.fdm-select-category {
	width: auto !important;
    min-width: 300px !important;
}

.fdm-extra-option-title-text {
	background: #dcdcdc;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.fdm-extra-option-limit-text {
	font-size: 16px;
    font-weight: 600;
}

.fdm-extra-option-limit-desc, .fdm-extra-option-required {
	font-size: 14px;
	font-weight: 400;
}

.fdm-extra-option-required {
	color: #ea1d2b;
}

.fdm-extra-option-title {
	margin-bottom: 10px;
	width: 100%
}

.my-delivery-create-order svg {
	margin-right: 10px;
}

#fdm-click-create-form-edit svg {
	fill: #fff;
}

.fdm-popup-content-error-ship #Layer_5, .fdm-popup-content-error-time #Capa_1 {
	width: 50px;
	height: 50px;
	fill: #e76e54;
}

/**/

.fdm-orders-items h2 , .fdm-orders-items h3, .fdm-orders-items p {
	margin: 0;
}


.fdm-orders-content {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.myd-order-in-store {
    width: 100%;
}

.fdm-orders-list {
	width: 35%;
	height: 700px;
	background: #fff;
}

.fdm-orders-list-action {
	padding: 0 15px;
    border: #eaeaea solid 1px;
    height: 60px;
    display: flex;
    align-items: center;
}

.fdm-orders-list-action input[type="text"] {
	margin: 0;
}

.fdm-orders-list-action-full, .fdm-orders-list-action-up {
    position: absolute;
    width: 100%;
    display: flex;
    background: #fff;
    flex-wrap: nowrap;
    height: 60px;
    background: #fff;
}

.fdm-btn-order-action svg {
	fill: #383838;
	height: 14pt;
	width: 14pt;
}

.fdm-btn-order-action:hover svg {
	fill: #fff;
}

.fdm-orders-list-action-full {
	bottom: 0;
	border-top: #eaeaea solid 1px;
}

.fdm-orders-list-action-up {
    top: 0;
    justify-content: flex-end;
    border-bottom: #eaeaea solid 1px;
}

#fdm-confirm-order, #fdm-indelivery-order, #fdm-finished-order {
	border-right: #eaeaea solid 1px;
}

#fdm-back:hover {
	background: #ededed;
}

#fdm-confirm-order:hover {
	background: #46b450;
	color: #fff;
}

#fdm-confirm-order:hover {
	background: #46b450;
	color: #fff;
}

#fdm-cancel-order:hover {
	background: #e01a28;
	color: #fff;
}

#fdm-indelivery-order:hover {
	background: #d8800d;
	color: #fff;
}

#fdm-finished-order:hover {
	background: #095cb5;
	color: #fff;
}

#fdm-print-order:hover {
	background: #1973b7;
	color: #fff;
}

#fdm-print-order {
	border-left: #eaeaea solid 1px;
}

#fdm-indelivery-order svg, #fdm-finished-order svg, #fdm-print-order svg {
	margin-right: 5px;
}

.fdm-btn-order-action, .fdm-btn-order-action-back {
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #383838;
    background: #f9f9f9;
    width: 33%;
    padding: 10px 5px;
    flex-wrap: wrap;
}

#hide-prints {
	display: none;
}

.fdm-btn-order-action:hover {
	background: #444444;
}

.fdm-orders-full-details {
	width: 65%;
	height: 700px;
	background: #f9f9f9;
	position: relative;
	border-right: #eaeaea solid 1px;
    border-left: #eaeaea solid 1px;
}

.fdm-order-list-items-type, .fdm-order-list-items-order-number, .fdm-order-list-items-date  {
	width: auto;
	font-size: 16px;
	margin-right: 10px;
	display: flex;
    align-items: center;
    line-height: 1.4;
}

.fdm-order-list-items-customer, .fdm-order-list-items-customer-name, .fdm-order-list-items-product, .fdm-order-list-items-product-extra {
	display: flex;
    align-items: center;
    width: 100%;
    line-height: 1.4;
}

.fdm-order-list-items-customer, .fdm-order-list-items-product-extra {
	font-weight: 400;
    color: #565656;
}

.fdm-order-list-items-product-extra {
	white-space: pre;
}

.fdm-order-list-items-product {
	font-weight: bold;
}

.fdm-products-order-loop {
	margin-bottom: 10px;
	width: 100%;
}

.fdm-order-list-items-type {
	padding: 0 15px;
    background: #46b450;
    border-radius: 5px;
    color: #fff;
}

.fdm-order-list-items-order-number, .fdm-order-list-items-customer-name {
    font-weight: bold;
    font-size: 18px;
    color: #383838;
}

.fdm-order-list-items-date {
    font-weight: 400;
    color: #565656;
    margin: 0;
}

.fdm-order-list-items-store {
	width: auto;
	font-size: 16px;
	color: #666666;
}

.fdm-orders-loop {
	width: 100%;
	height: calc(100% - 60px);
	overflow: auto;
	padding: 10px;
	background: #f5f4f5;
}

.fdm-not-logged {
	padding: 60px;
	font-size: 16px;
	text-align: center;
}

.fdm-orders-full {
	width: 100%;
	height: 100%;
	background: #f5f4f5;
	margin: auto;
	display: flex;
    align-items: center;
}

.fdm-orders-items {
	width: 100%;
    border: 1px solid #e8e8e8;
    padding: 20px 12px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    display: flex;
}

.fdm-order-list-items-status {
	width: auto;
	font-size: 16px;
	display: flex;
    align-items: center;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.fdm-orders-items:hover {
	border-left: solid 6px #e01a29;
}

.fdm-orders-items.fdm-active {
	border-left: solid 6px #e01a29;
}

.fdm-orders-full-items {
	width: 100%;
    padding: 15px 60px;
    color: black;
    display: none;
    height: calc(100% - 120px);
    overflow: auto;
    background: #f5f4f5;
}

.fdm-orders-items-order, .fdm-orders-items-products {
	border: #eaeaea solid 1px;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
}

.fdm-orders-items-header {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.fdm-orders-items-time {
	padding: 2px 10px;
	border-radius: 40px;
	background: #46b450;
    font-size: 13px;
    color: #fff;
}

.fdm-orders-items-order-number {
	margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #383838;
}

.fdm-track-order-content-customer, .fdm-track-order-content-products, .fdm-track-order-content-status {
	width: 100%;
	border-radius: 5px;
	border: #eaeaea solid 1px;
	padding: 20px;
	margin: 10px 0;
	display: flex;
    flex-wrap: wrap;
}

.fdm-track-order-content-status {
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	display: flex;
	justify-content: center;
}

.fdm-track-order-content {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.fdm-orders-items-actions-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	text-align: center;
}

.fdm-orders-items-products {
	margin-top: 20px;
	display: flex;
    flex-wrap: wrap;
}

.fdm-orders-items-actions-item, .fdm-orders-items-actions-item svg {
	cursor: pointer;
}

.fdm-divider {
	background: #eaeaea;
    width: 100%;
    margin: 20px 0 !important;
}

.fdm-orders-items-title {
	width: 100%;
	text-align: center;
}

.fdm-orders-items-order-title {
	font-size: 16px !important;
	font-weight: bold !important;
}

.fdm-orders-items-details {
	width: 100%;
}

.fdm-order-list-items, .fdm-order-list-totals {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.fdm-orders-items-left {
	display: flex;
    flex-wrap: wrap;
    width: 75%
}

.fdm-orders-items-right {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 25%
}

.fdm-notice-error {
	background: #ea1d2b;
	padding: 10px;
	width: 100%;
	color: #fff;
	border-radius: 5px;
}

#fdm-back {
	display: none;
}

.fdm-lightbox-image {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: #000000BF;
    overflow: hidden;
    z-index: 3000000;
}

.fdm-lightbox-image svg {
	height: 18pt;
	width: 18pt;
	float: right;
}

.fdm-lightbox-image-link {
	width: 80%;
    height: 80%;
	max-height: 400px;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fdm-lightbox-image-close {
	width: 100%;
    top: 20px;
    right: 20px;
    text-align: right;
    position: absolute;
    cursor: pointer;
}

.myd-extra-item-loop {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 70px;
}

.myd-extra-item-loop-text {
	width: 90%;
	display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
}

.myd-extra-item-loop-checkbox {
	width: 10%;
}

.myd-extra-item-loop-checkbox input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	border-radius: 40px !important;
}

.myd-extra-description {
	font-size: 14px;
	line-height: 1.2 !important;
	margin-bottom: 5px;
	width: 100%;
}

.myd-extra-price {
	font-weight: bold;
	font-size: 14px;
	color: #50a773;
}

.myd-extra-label {
	width: 100%;
}

.myd-space-extras {
	margin: 10px 0 !important;
	border-top: 1px dashed #eaeaea;
}

.fdm-count-bag {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-right: 10px;
}

/**POPUP NOTIFICATION**/

.myd-popup-notification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
    z-index: 999999999;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.myd-popup-notification__message {
    color: #fff;
    font-size: 16px;
}

/**END POPUP NOTIFICATION**/

/**mobile**/

@media only screen and (max-width: 768px) {

	.fdm-svg-cart {
		display: flex;
    	align-items: center;
	}

	.my-delivery-cart-items, .my-delivery-cart-totals, .my-delivery-cart-order-details, .my-delivery-create-order {
		display: none;
	}

	.my-delivery-create-order {
		position: sticky;
		bottom: 0;
		background: #f5f3f4;
	}

	.fdm-popup-content, .fdm-popup-content-edit, .fdm-popup-content-error-time, .fdm-popup-content-error-ship {
		background: #fff;
	    padding: 40px 30px;
	    width: 90%;
	}

	.fdm-popup-form {
		width: 100%
	}

	.my-delivery-clumn-products-wrap {
    	width: 100%;
    	padding: 10px 0px;
	}

	.my-delivery-clumn-cart-wrap {
    	width: 100%;
	}

	.my-delivery-wrap {
	    margin: 0 auto;
	    width: 100%;
	    padding: 30px 0px;
	}

	.my-delivery-loop-img {
	    width: auto !important;
	    height: auto !important;
	    max-width: 80px !important;
	    max-height: 70px !important;
	    cursor: pointer;
	}

	.select2-container {
		width: 100% !important;
	}

	.fdm-popup-content h2, .fdm-popup-content-edit h2, .fdm-popup-content-error-time h2, .fdm-popup-content-error-ship h2 {
	    line-height: 1.2;
	    font-size: 26px;
	}

	.fdm-popup-product-content {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
    	overflow: auto;
    	padding: 30px 30px 0 30px;
    	height: 100%;
	}

	.my-delivery-cart {
		position: fixed;
	    bottom: 0px;
	    left: 0;
	    right: 0;
	    top: unset;
	    z-index: 999;
	    height: auto;
	    max-height: 100%;
	    overflow: auto;
	    box-shadow: 0 0 25px -5px rgba(45,62,79,.7);
	    border: unset;
	}

	.myd-product-grid {
		padding: 0 0 30px 0;
		border-radius: 0;
		border: unset;
		border-bottom: solid 1px #dcdcdc;
	}


	.my-delivery-cart-title {
		position: sticky;
		top: 0;
		display: flex;
		padding: 15px;
    	justify-content: space-around;
    	align-items: center;
	}

	.fdm-popup-product-content p {
	    line-height: 1.4;
	    font-size: 14px;
	}

	.fdm-popup-product-action {
		flex-wrap: wrap;
	}

	.fdm-popup-product-content-qty, .fdm-popup-product-content-add-cart {
    	width: 100%;
    	justify-content: center;
	}

	.fdm-add-to-cart-popup {
		margin-top: 15px;
	}

	.fdm-orders-content {
		flex-wrap: wrap;
	}

	.fdm-orders-loop {
		height: auto;
	}

	.fdm-orders-list {
		width: 100%;
		height: auto;
	}

	.fdm-orders-full-details {
		width: 100%;
		height: auto;
		position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 99999999;
	    display: none;
	    border-right: none;
    	border-left: none;
	}

	.fdm-orders-full-items {
		padding: 15px 20px;
		height: calc(100% - 125px);
		margin-top: 60px;
	}

	.fdm-orders-list-action-up {
    	padding: 0;
    	justify-content: center;
	}

	.fdm-orders-list-action-up .fdm-btn-order-action {
		width: 50%;
	}

	.fdm-orders-items-left {
		width: 70%;
	}

	.fdm-orders-items-right {
		width: 30%;
	}

	#fdm-back {
		display: flex;
		width: 50%;
	}

	.fdm-order-list-items-order-number, .fdm-order-list-items-customer-name {
		font-size: 16px;
	}

	.fdm-order-list-items-status {
		font-size: 14px;
	}

	.fdm-orders-full {
		align-items: start;
	}

	.fdm-orders-list-action-full {
		height: 65px;
	}

	.fdm-count-bag {
		margin: 0;
	}
}