.Select{position:relative}.Select input::-webkit-contacts-auto-fill-button,.Select input::-webkit-credentials-auto-fill-button{display:none!important}.Select input::-ms-clear,.Select input::-ms-reveal{display:none!important}.Select,.Select div,.Select input,.Select span{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select.is-disabled>.Select-control{background-color:#f1f1f1}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.Select.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #4fa444;border-width:0 5px 5px}.Select.is-searchable.is-focused:not(.is-open)>.Select-control,.Select.is-searchable.is-open>.Select-control{cursor:text}.Select.is-focused>.Select-control{background:#fff}.Select.is-focused:not(.is-open)>.Select-control{border-color:#4fa444;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(79,164,68,.1);background:#fff}.Select.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:45.5px}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.Select.has-value.Select--single>.Select-control .Select-value .Select-value-label{color:gray}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover{color:#4fa444;outline:none;text-decoration:underline}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus{background:#fff}.Select.has-value.is-pseudo-focused .Select-input{opacity:0}.Select.is-open .Select-arrow,.Select .Select-arrow-zone:hover>.Select-arrow{border-top-color:#4fa444}.Select.Select--rtl{direction:rtl;text-align:right}.Select-control{background-color:#fff;border-color:#d9d9d9 #ccc #b3b3b3;border-radius:5px;border:1px solid #ccc;color:gray;cursor:default;display:table;border-spacing:0;border-collapse:separate;height:43px;outline:none;overflow:hidden;position:relative;width:100%}.Select-control:hover{box-shadow:0 1px 0 transparent}.Select-control .Select-input:focus{outline:none;background:#fff}.Select--single>.Select-control .Select-value,.Select-placeholder{bottom:0;color:gray;left:0;line-height:41px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Select-input{height:41px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{width:100%;background:none transparent;border:0 none;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:none;line-height:17px;padding:11.5px 0 15.5px;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;display:table-cell;text-align:center}.Select-loading,.Select-loading-zone{position:relative;vertical-align:middle;width:16px}.Select-loading{-webkit-animation:Select-animation-spin .4s infinite linear;-o-animation:Select-animation-spin .4s infinite linear;animation:Select-animation-spin .4s infinite linear;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:gray;display:inline-block}.Select-clear-zone{-webkit-animation:Select-animation-fadeIn .2s;-o-animation:Select-animation-fadeIn .2s;animation:Select-animation-fadeIn .2s;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:20.5px}.Select-clear-zone:hover{color:#d0021b}.Select-clear{display:inline-block;font-size:21px;line-height:1}.Select--multi .Select-clear-zone{width:20.5px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select--rtl .Select-arrow-zone{padding-right:0;padding-left:5px}.Select-arrow{border-color:#4fa444 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.Select-control>:last-child{padding-right:5px}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{position:absolute;display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;float:left}@-webkit-keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 transparent;box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;left:0;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;background-color:#fff;color:#5bbe4e;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.Select-option.is-selected{background-color:#4fa444;background-color:rgba(79,164,68,.2);color:gray}.Select-option.is-focused{background-color:#4fa444;color:#fff}.Select-option.is-disabled{color:#fff;cursor:default}.Select-noresults{box-sizing:border-box;color:#e6e6e6;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.Select--rtl .Select-input{margin-left:0;margin-right:10px}.Select--multi.has-value .Select-input{margin-left:6.5px}.Select--multi .Select-value{background-color:#5bbe4e;border-radius:2px;border:1px solid #37782e;color:#fff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:6.5px;margin-top:6.5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:3px 6px}.Select--multi a.Select-value-label{color:#fff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #37782e;padding:2px 6px 4px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:#59ba4d;background-color:#4eb141;color:#f2f2f2}.Select--multi .Select-value-icon:active{background-color:#37782e}.Select--multi.Select--rtl .Select-value{margin-left:0;margin-right:6.5px}.Select--multi.Select--rtl .Select-value-icon{border-right:none;border-left:1px solid #37782e}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}.VirtualSelectGrid{z-index:1}.VirtualizedSelectOption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .9rem}.VirtualizedSelectFocusedOption{background-color:#4fa444;color:#fff;cursor:pointer}.VirtualizedSelectDisabledOption{background-color:#fff}.VirtualizedSelectSelectedOption{color:gray;background-color:#4fa444;background-color:rgba(79,164,68,.2)}#modules-merchant-delivery-area{background:#fcfcfc;height:100vh;font-family:Dosis,Helvetica,Arial,sans-serif}#modules-merchant-delivery-area .fw500{font-weight:500}#modules-merchant-delivery-area .action-button{cursor:pointer;align-self:center;width:50px;height:28px;border-radius:3px;background-color:#f7f7f7;border:1px solid #ccc;padding:0;margin-top:0;color:#969696;text-align:center}#modules-merchant-delivery-area .action-button span{width:6px;height:6px;display:inline-block;background-color:#969696;margin-right:4px;margin-bottom:1px;border-radius:100%}#modules-merchant-delivery-area .action-button span:last-child{margin-right:0}#modules-merchant-delivery-area .action-button:hover span{background-color:#4fa444}#modules-merchant-delivery-area .no-padding{padding:0}#modules-merchant-delivery-area .no-margin{margin:0}#modules-merchant-delivery-area .content-background{background-color:#fbfbfb}#modules-merchant-delivery-area .text-align-right{text-align:right}#modules-merchant-delivery-area .pull-right{float:right}#modules-merchant-delivery-area .btn:focus{outline:0;box-shadow:none}#modules-merchant-delivery-area .catalog-list{padding-bottom:100px;background-color:#fbfbfb}#modules-merchant-delivery-area .catalog-list .header{background:#fff}#modules-merchant-delivery-area .catalog-list h1{font-size:35px;color:gray;font-weight:500;text-align:left;letter-spacing:-.3px;margin-top:32px;margin-bottom:26px;margin-left:10px}#modules-merchant-delivery-area .catalog-list .nav{background:#fff}#modules-merchant-delivery-area .catalog-list .nav.nav-tabs{font-size:16px;color:gray;font-weight:500;text-align:left;padding:0 15px 0 25px}#modules-merchant-delivery-area .catalog-list .nav.nav-tabs a{color:gray}#modules-merchant-delivery-area .catalog-list .nav.nav-tabs .active a{color:#4fa444;background-color:#fbfbfb;border-color:#ddd #ddd #fbfbfb}#modules-merchant-delivery-area .catalog-list .main-content{padding-top:18px}#modules-merchant-delivery-area .actions-menu{padding-top:5px;padding-bottom:5px;color:gray;font-family:Open Sans,Arial,Helvetica,sans-serif;border-bottom:1px solid #ddd;height:55px;transition:position .3s ease-in-out}#modules-merchant-delivery-area .actions-menu .select-all{margin:0 0 0 25px}#modules-merchant-delivery-area .actions-menu .select-all label{line-height:40px;margin:0;font-size:14px;color:#969696}#modules-merchant-delivery-area .actions-menu .select-all label span{white-space:nowrap;top:20px}#modules-merchant-delivery-area .actions-menu .btn{margin:5px 0 0 11px;border-radius:3px;background-color:#fff;border:1px solid #ccc;font-size:14px;color:gray;font-family:Dosis,Helvetica,Arial,sans-serif;height:35px;cursor:pointer;float:right}#modules-merchant-delivery-area .actions-menu .btn>span{float:left;display:block}#modules-merchant-delivery-area .actions-menu .btn svg{float:left;display:block;margin-right:5px;margin-top:-2px}#modules-merchant-delivery-area .actions-menu .btn:hover{color:#4fa444}#modules-merchant-delivery-area .actions-menu .btn:hover svg g{stroke:#4fa444}#modules-merchant-delivery-area .actions-menu .btn.delete-button:hover{color:#d23f31}#modules-merchant-delivery-area .actions-menu .btn.delete-button:hover svg g{stroke:#d23f31}#modules-merchant-delivery-area .actions-menu .btn:active{background:#f7f7f7;border:1px solid #ccc;color:#4fa444}#modules-merchant-delivery-area .actions-menu.fixed{width:100%;position:fixed;top:0;z-index:999;border-top:1px solid #ddd;background:#fff;transition:position .3s ease-in-out}#modules-merchant-delivery-area .actions-menu.fixed.on-core{top:60px}#modules-merchant-delivery-area .action-menu-placeholder{height:55px;width:100%}#modules-merchant-delivery-area .checkbox span.custom-checkbox:after,#modules-merchant-delivery-area .checkbox span.custom-checkbox:before{content:"";position:absolute;top:0;bottom:0;margin:auto}#modules-merchant-delivery-area .checkbox label{position:relative;min-height:auto;user-select:none}#modules-merchant-delivery-area .checkbox label.no-padding{padding:0}#modules-merchant-delivery-area .checkbox input[type=checkbox]{display:none}#modules-merchant-delivery-area .checkbox span.custom-checkbox{display:inline;position:absolute;top:10px}#modules-merchant-delivery-area .checkbox span.custom-checkbox:before{cursor:pointer;width:16px;height:16px;background:#fff;box-sizing:border-box;border:1px solid #ccc;border-radius:2px}#modules-merchant-delivery-area .checkbox span.custom-checkbox:after{box-sizing:border-box;cursor:pointer;width:14px;height:14px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDEyIDExIj4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMTE1IDMuOTg2bDIuMDUyIDIuMDY1TDkuODg3IDAgMTIgMi4xMTVsLTcuODIzIDguMTcyTDAgNi4xMDF6Ii8+Cjwvc3ZnPgo=) no-repeat;background-size:90%;top:2px;left:2px;opacity:0}#modules-merchant-delivery-area .checkbox span.custom-label{margin-left:25px}#modules-merchant-delivery-area .checkbox input[type=checkbox]:checked+label span.custom-checkbox:after{opacity:1}#modules-merchant-delivery-area .checkbox input[type=checkbox]:checked+label span.custom-checkbox:before{background:#5bbe4e}#modules-merchant-delivery-area .floating-button-overlay{width:70px;height:70px;background-color:#666;opacity:.6;position:fixed;right:25px;bottom:15px;border-radius:50%;z-index:1038;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}#modules-merchant-delivery-area .floating-button-overlay.is-open{transform:scale(60);-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}#modules-merchant-delivery-area .floating-button-area{position:fixed;right:25px;bottom:15px;z-index:1039}#modules-merchant-delivery-area .floating-button{position:relative;border-radius:50%;background-color:#d23f31;color:#fff;box-shadow:0 6px 6px 0 rgba(0,0,0,.24),0 0 6px 0 rgba(0,0,0,.12);border:0 none;outline:none;z-index:1039}#modules-merchant-delivery-area .floating-button.floating-button-big{width:70px;height:70px}#modules-merchant-delivery-area .floating-button.floating-button-small{width:50px;height:50px}#modules-merchant-delivery-area .floating-button .floating-button-icon svg{transition:all .3s ease-out}#modules-merchant-delivery-area .floating-button.is-open .floating-button-icon svg{transform:rotate(135deg)}#modules-merchant-delivery-area .floating-button-children{list-style:none;margin:0;padding:15px 10px 0;position:absolute;bottom:10px;opacity:0;z-index:1000;display:none}#modules-merchant-delivery-area .floating-button-children li{display:block;margin-bottom:15px;position:relative}#modules-merchant-delivery-area .floating-button-children .floating-button-tooltip{font-size:12px;color:#fff;font-weight:600;text-align:center;font-family:Open Sans,Arial,Helvetica,sans-serif;background:#3d3d3d;position:absolute;right:65px;top:10px;padding:6px 8px 8px;border-radius:4px;display:none}#modules-merchant-delivery-area .floating-button-children .floating-button-tooltip span{white-space:nowrap}#modules-merchant-delivery-area .floating-button-area.is-open .floating-button-children{opacity:1;bottom:70px;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;z-index:1042;display:block}#modules-merchant-delivery-area .floating-button-area.is-open .floating-button-children .floating-button-tooltip{display:block}#modules-merchant-delivery-area .content-table{font-size:12px;color:gray}#modules-merchant-delivery-area .content-table thead{font-size:16px;border:1px solid #d1d1d1;border-left:0 none;border-right:0 none;background-color:#f4f4f4}#modules-merchant-delivery-area .content-table thead th{font-weight:700;border:0 none}#modules-merchant-delivery-area .content-table tbody tr{font-family:Open Sans,Arial,Helvetica,sans-serif;height:40px}#modules-merchant-delivery-area .content-table tbody tr:hover{background-color:#f4f4f4;cursor:default}#modules-merchant-delivery-area .content-table tbody tr.empty-result{text-align:center}#modules-merchant-delivery-area .content-table tbody tr.empty-result td{line-height:100px}#modules-merchant-delivery-area .content-table tbody tr.empty-result:hover{background-color:transparent}@media screen and (max-width:767px){#modules-merchant-delivery-area .table-responsive{border-top:0 none}}#modules-merchant-delivery-area .action-link{width:60px;display:flex;flex-direction:row;flex-wrap:nowrap;cursor:pointer;appearance:none;background:transparent;border:0 none;outline:none;padding:0}#modules-merchant-delivery-area .action-link .action-label{margin-left:7px}#modules-merchant-delivery-area .action-link.disabled{opacity:.6}#modules-merchant-delivery-area .action-link.delete-button:hover{color:#d23f31}#modules-merchant-delivery-area .action-link.delete-button:hover svg g{stroke:#d23f31}#modules-merchant-delivery-area .action-link-group{display:flex;flex-direction:row;justify-content:flex-start}#modules-merchant-delivery-area .action-link-group .action-link{width:auto;margin-right:20px}#modules-merchant-delivery-area .modal .modal-dialog{min-width:425px!important;transition:width .3s ease-in-out;height:100%}#modules-merchant-delivery-area .modal .modal-dialog .modal-content{height:auto;padding-bottom:30px}@media screen and (max-width:450px){#modules-merchant-delivery-area .modal .modal-dialog{min-width:380px!important}#modules-merchant-delivery-area .modal .modal-dialog .modal-body{padding:15px 15px 0}}@media screen and (max-width:380px){#modules-merchant-delivery-area .modal .modal-dialog{min-width:285px!important}}#modules-merchant-delivery-area .modal .modal-header{padding-bottom:0!important}#modules-merchant-delivery-area .modal .modal-header .modal-title{font-size:24px!important;color:gray!important;text-align:center!important;text-transform:uppercase!important;width:100%}#modules-merchant-delivery-area .modal .modal-header .modal-title svg{width:65px;height:65px;margin-top:10px;margin-bottom:35px}#modules-merchant-delivery-area .modal .modal-header .modal-title svg g{stroke:#4fa444;stroke-width:1px}#modules-merchant-delivery-area .modal .modal-header .modal-title span{display:block;width:100%}#modules-merchant-delivery-area .modal .modal-body{font-family:Open Sans,Arial,Helvetica,sans-serif;padding:15px 50px 0}#modules-merchant-delivery-area .modal .modal-body .modal-label{width:260px;margin-left:auto;margin-right:auto;font-size:14px;color:gray;text-align:center}#modules-merchant-delivery-area .modal .modal-lg .modal-footer{justify-content:flex-end}#modules-merchant-delivery-area .modal .modal-lg .modal-footer .btn.cancel{position:absolute;float:left;left:49px}#modules-merchant-delivery-area .modal-footer{padding:15px 50px 25px;text-align:center;display:flex;justify-content:space-between}#modules-merchant-delivery-area .modal-footer .btn{cursor:pointer;width:150px;height:43px;font-weight:300;font-family:Dosis,Helvetica,Arial,sans-serif;float:none;margin-left:0}#modules-merchant-delivery-area .modal-footer .btn.confirm{font-size:18px;color:#fff;text-align:center;background-color:#4fa444;border:none}#modules-merchant-delivery-area .modal-footer .btn.cancel{background-color:#fcfcfc;font-size:18px;color:#969696}#modules-merchant-delivery-area form .modal-footer{padding:5px 15px 0}#modules-merchant-delivery-area .selection-list ul{list-style:none;padding:0;margin:0}#modules-merchant-delivery-area .selection-list ul li{font-size:12px;color:#898989;text-align:center;line-height:40px;padding-top:6px;padding-bottom:6px;display:table;width:100%}#modules-merchant-delivery-area .selection-list ul li span{float:left}#modules-merchant-delivery-area .selection-list ul li b{font-size:14px;color:gray;font-weight:700}#modules-merchant-delivery-area .selection-list ul li i{margin-right:10px;width:40px;height:40px;border-radius:100px;display:block;float:left;margin-left:65px}#modules-merchant-delivery-area .modal-header{border-bottom:1px solid #fff!important}#modules-merchant-delivery-area .modal-footer{border-top:1px solid #fff!important}#modules-merchant-delivery-area .modal-delete svg g{stroke:#d23f31!important}#modules-merchant-delivery-area .modal-delete .btn.confirm{background-color:#d23f31!important}#modules-merchant-delivery-area .form{font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:300;margin-bottom:0;max-height:420px;opacity:1;transition:all 2s ease-in-out}#modules-merchant-delivery-area .form.slow-hide{max-height:0;opacity:0;overflow:hidden;transition:all .4s ease-in}#modules-merchant-delivery-area .form .error-container{font-size:13px;color:#fff;font-weight:600;font-family:Open Sans,Arial,Helvetica,sans-serif;line-height:25px;border-radius:5px;background-color:#d23f31;border:1px solid #d23f31;padding:10px 20px}#modules-merchant-delivery-area .form .control-label{font-size:14px;color:gray;font-weight:600;font-family:Dosis,Helvetica,Arial,sans-serif;padding-left:4px}#modules-merchant-delivery-area .form .custom-label{color:#969696;text-align:left}#modules-merchant-delivery-area .form input.form-control,#modules-merchant-delivery-area .form select.form-control{color:gray;height:43px;padding-left:10px;border-radius:5px;background-color:#fff;box-shadow:inset 0 1px 0 0 #ececec;border:1px solid #ccc}#modules-merchant-delivery-area .form input.form-control[disabled],#modules-merchant-delivery-area .form select.form-control[disabled]{background-color:#f1f1f1}#modules-merchant-delivery-area .form select.form-control{position:relative;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-progress-appearance:none}#modules-merchant-delivery-area .form .has-error .checkbox input.form-control,#modules-merchant-delivery-area .form .has-error .Select-control,#modules-merchant-delivery-area .form .has-error input.form-control,#modules-merchant-delivery-area .form .has-error select.form-control{border-color:#a94442}#modules-merchant-delivery-area .form .select-label:after{content:"";position:absolute;display:block;right:25px;top:45px;width:0;height:0;border-style:solid;border-width:6px 4px 0;border-color:#4fa444 transparent transparent;z-index:2}@media (max-width:767px){#modules-merchant-delivery-area .form .select-label:after{top:62%}}#modules-merchant-delivery-area .form .select-label.no-arrow:after,#modules-merchant-delivery-area .form .select-label[disabled]:after{display:none}#modules-merchant-delivery-area .form .cep-blocked-label{font-size:14px;color:gray;font-weight:300;font-family:Dosis,Helvetica,Arial,sans-serif;margin:5px 0 25px 3px}#modules-merchant-delivery-area .loader{width:100%;height:50vh;display:flex;align-items:center;justify-content:center}#modules-merchant-delivery-area .loader .loading{height:6em;width:6em;animation:rotation 1.5s infinite ease-in-out;border:6px solid #4fa444;border-top-color:hsla(0,0%,100%,0);border-bottom-color:hsla(0,0%,100%,0);border-radius:50%}@keyframes rotation{to{transform:rotate(1turn)}}#modules-merchant-delivery-area .loader.on-button{height:30px}#modules-merchant-delivery-area .loader.on-button .loading{border:3px solid #fff;border-top-color:transparent;border-bottom-color:transparent;animation:rotation 1s infinite ease-in-out;width:1.3em;height:1.3em}#modules-merchant-delivery-area .not-found-container{background:#fff;height:calc(100vh - 70px);text-align:center;display:flex;justify-content:center;align-items:center}#modules-merchant-delivery-area .not-found-container h3{font-size:36px;color:#4fa444;font-weight:500;font-family:Dosis,Helvetica,Arial,sans-serif;letter-spacing:-.3px;margin:10px 0 25px}#modules-merchant-delivery-area .not-found-container p{font-size:14px;color:#979797;font-family:Open Sans,Arial,Helvetica,sans-serif;max-width:470px;margin:auto}#modules-merchant-delivery-area .not-found-container button{font-size:18px;color:#fff;font-weight:300;text-align:center;font-family:Dosis,Helvetica,Arial,sans-serif;width:257px;height:49px;border-radius:4px;background-color:#4fa444;border:1px solid #4fa444;margin:40px 0}#modules-merchant-delivery-area .not-found-container .footer a{font-size:14px;color:#979797;text-align:center;font-family:Open Sans,Arial,Helvetica,sans-serif;letter-spacing:-.1px}#modules-merchant-delivery-area .not-found-container .footer span{display:inline-block;margin:0 10px}