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

.my-delivery-items {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.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;
	border-radius: 5px 5px 0 0;
	border: 1px solid #f2f2f2;
	position: sticky;
	top: 10px;
}

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

.my-delivery-cart-title {
	padding: 15px;
	font-family: inherit;
	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;
	font-family: inherit;
}

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

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

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

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

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

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

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

.my-delivery-btn-order {
	width: 90%;
	padding: 10px 0px;
	display: flex;
	font-family: inherit;
	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, #icon-fdm-plugin-cart {
	margin-right: 5px !important;
}

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

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

.fdm-item-desc {
	font-family: inherit;
	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-family: inherit;
	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-family: inherit;
	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 {
	font-family: inherit;
	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 {
	font-family: inherit;
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}

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

.my-delivery-cointainer-items {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.my-delivery-loop-items {
	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-text {
	width: 70%;
}

.my-delivery-loop-image {
	width: 25%;
	display: flex;
    justify-content: center;
}

.my-delivery-loop-text h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	font-family: inherit;
	line-height: 1.4;
}

.my-delivery-loop-text p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: inherit;
	line-height: 1.4;
	color: #717171;
	padding-top: 5px;
	padding-bottom: 10px;
}

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

.my-delivery-add-to-cart, .my-delivery-add-to-cart:hover {
	font-family: inherit;
	font-size: 14px;
	cursor: pointer;
	display: flex;
    align-items: center;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 15px;
    margin-right: 10px;
}

.select2-selection__rendered {
	vertical-align: middle;
}

.select2-selection__choice {
	margin-bottom: 5px;
	font-size: 14px;
}

.select2-search__field {
	width: 100% !important;
	font-size: 14px !important;
}

.select2-results__option {
	font-size: 14px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dcdcdc;
}

.fdm-loop-item-price {
	font-family: inherit;
	font-weight: bold;
	font-size: 14px;
}

.fdm-loop-actions {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.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;
	font-family: inherit;
}

.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;
    font-family: inherit;
}

#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-family: inherit;
	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: 1000;
    background: #FFFFFFDB;
}

.fdm-popup-product-content {
	position: fixed;
	width: 600px;
	max-width: 60%;
	height: auto;
	max-height: 95%;
	background: #fff;
	padding: 60px 60px 0 60px;
	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;
    /*background: white;*/
    /*border-radius: 200px;*/
    padding: 10px 10px 0 10px;;
    /*box-shadow: 0 0 25px -5px rgba(45,62,79,.3);*/
    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;
	font-family: inherit;
	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-family: inherit;
	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;
    font-family: inherit;
    width: 23px;
    height: 23px;
    font-size: 13px;
    margin: -10px 0 0 -10px;
}

.fdm_filter-categorie {
	width: 100%;
	position: sticky;
    top: 0;
    background: #f9f9f9;;
    padding: 20px 10px 10px 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin-bottom: 20px;
}

.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-family: inherit;
    font-weight: 600;
}

.fdm-extra-option-limit-desc, .fdm-extra-option-required {
	font-family: inherit;
	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;
	font-family: inherit;
}


.fdm-orders-content {
	display: flex;
	flex-wrap: nowrap;
	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-family: inherit;
    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  {
	font-family: inherit;
	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 {
	font-family: inherit;
	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 {
	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-family: inherit;
	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-family: inherit;
	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 {
	font-family: inherit;
	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;
    font-family: inherit;
    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-family: inherit;
	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;
}

.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;
}

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

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

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

.myd-space-extras {
	margin: 10px 0 !important;
}

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

/**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-items {
    	flex-wrap: wrap;
	}

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

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

	.my-delivery-loop-text {
    	width: 75%;
    	margin-right: 10px;
	}

	.my-delivery-loop-image {
    	width: 25%;
    	overflow: hidden;
    	border-radius: 5px;
	}

	.my-delivery-loop-text p {
	    font-size: 13px;
	    line-height: 1.3;
	}

	.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;
	}

	.fdm-loop-actions {
		flex-wrap: wrap;
	}

	.fdm-loop-item-price {
		text-align: center;
		width: auto;
		margin-left: 5px;
	}

	.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;
	}

	.my-delivery-add-to-cart, .my-delivery-add-to-cart:hover {
		margin: 0;
		padding: 5px 6px;
		line-height: 1.2;
	}

	.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;
	}

	.my-delivery-loop-items {
		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-filter-categorie-title {
		width: 100%;
    	background: #dcdcdc;
    	text-align: center;
    	border-radius: 5px;
    	padding: 5px 0;
	}

	.fdm-filter-categorie-title h2 {
		font-size: 18px;
		font-weight: bold;
	}

	.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;
	}
}