.myd-product-list{display:grid;grid-gap:20px;width:100%;margin:0 0 20px}.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:700;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:0 1px 4px rgba(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:700;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:700;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}.myd-product-popup__img{width:100%;height:220px;background-size:cover;background-position:center;border-radius:5px;margin:0 0 15px}.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}@media only screen and (max-width:768px){.myd-product-list{grid-gap:30px;margin:0 0 40px}.myd-product-list__title{background:#dcdcdc;text-align:center;border-radius:5px;padding:5px 0;font-size:18px;font-weight:700}.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}}.my-delivery-wrap{margin:0 auto;width:100%;padding:30px 0;font-family:inherit}.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;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 0 0;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:700;font-size:16px}.fdm-item-total-price{float:right;font-weight:700;font-size:16px}.my-delivery-create-order{width:100%;padding:20px}.my-delivery-btn-order{width:90%;padding:10px 0;display:flex;justify-content:center;margin:0 auto;border-radius:5px;color:#fff;align-items:center;transition:all .3s!important;font-weight:700}.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:0 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:700;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:700;font-size:14px;margin-right:5px}.fdm-cart-order-details-text{font-weight:400;font-size:14px;float:left}.my-delivery-cointainer-items{display:flex;width:100%;flex-wrap:wrap}.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:#fff;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:1000;background:#000000d4}.fdm-popup-product-content{position:fixed;width:600px;max-width:60%;height:auto;max-height:95%;background:#fff;padding:40px 40px 0;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;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:0;height:40px;width:40px;cursor:pointer;justify-content:center;font-size:20px;font-weight:700;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-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}.fdm_filter-categorie{width:100%;position:sticky;top:0;background:#f9f9f9;padding:20px 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-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%}.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:#444}.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{font-weight:700}.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:700;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:#666}.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:#000;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:700;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:700;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:700!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:700;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}@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 0}.my-delivery-clumn-cart-wrap{width:100%}.my-delivery-wrap{margin:0 auto;width:100%;padding:30px 0}.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;height:100%}.my-delivery-cart{position:fixed;bottom:0;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;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}}