.form-wrapper{-ms-flex-item-align:center;align-self:center;justify-self:center;height:auto;margin:4rem auto 4rem auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:.5rem;background:#f7fbfe;-webkit-box-shadow:.8rem .8rem 8rem rgba(59,90,109,.68);box-shadow:.8rem .8rem 8rem rgba(59,90,109,.68);-webkit-transition:all .8s cubic-bezier(.59,0,.52,1.01);transition:all .8s cubic-bezier(.59,0,.52,1.01);padding:4rem}@media only screen and (max-width:104em){.form-wrapper{padding:3rem;margin:8rem auto 8rem auto}}@media only screen and (max-width:38.2em){.form-wrapper{padding:2.4rem;margin:4rem auto 10rem auto}}@media only screen and (max-height:31.25em){.form-wrapper{padding:2.4rem;margin:4rem auto 6rem auto}}.form-wrapper:hover{-webkit-transform:translateY(-.2rem);transform:translateY(-.2rem)}@media only screen and (max-width:56.25em){.form-wrapper{-webkit-box-shadow:.5rem .5rem 4rem rgba(59,90,109,.24);box-shadow:.5rem .5rem 4rem rgba(59,90,109,.24)}}.form-wrapper .header{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center;margin-bottom:4rem}@media only screen and (max-width:87.88em){.form-wrapper .header{margin-bottom:2rem}}.form-wrapper .header h1{color:#2c495b;-ms-flex-item-align:center;align-self:center}@media only screen and (max-width:56.25em){.form-wrapper .header h1 span{display:none}}.form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.form,.form .submit-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.form .submit-btn{background:#8c4a4a;color:#f7fbfe;border-radius:.5rem;padding:1.5rem 2rem;font-family:inherit;font-size:inherit;outline:none;border:none;text-transform:capitalize;-webkit-transition:all .8s cubic-bezier(.59,0,.52,1.01);transition:all .8s cubic-bezier(.59,0,.52,1.01);-webkit-transform-origin:left;transform-origin:left;max-width:24rem;text-decoration:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center;margin:4rem auto;width:36rem;padding:1.8rem 4.4rem}@media only screen and (max-width:87.88em){.form .submit-btn{max-width:22rem}}@media only screen and (max-width:38.2em){.form .submit-btn{max-width:100%;padding:1.3rem 0}}.form .submit-btn:hover{background-color:#8f4242}@media only screen and (max-width:87.88em){.form .submit-btn{width:34rem;margin:2rem auto}}@media only screen and (max-width:38.2em){.form .submit-btn{padding:1.4rem;margin:1rem auto 0 auto;width:100%}}.form .form-link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}@media only screen and (max-width:38.2em){.form .form-link-wrapper{margin:2rem auto 0 auto}}.form .form-link-wrapper .form-link{display:block;margin:0;padding:0;margin-left:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center;text-decoration:none;color:#8c4a4a}@media only screen and (max-width:38.2em){.form .form-link-wrapper .form-link{margin-left:.8rem}}.form .form-double{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media only screen and (max-width:38.2em){.form .form-double{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.form .form-double .form-element-wrapper{-ms-flex-preferred-size:46%;flex-basis:46%;width:100%}@media only screen and (max-width:38.2em){.form .form-double .form-element-wrapper{-ms-flex-preferred-size:100%;flex-basis:100%}}.form-element-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:2rem}.form-element-wrapper .label-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;font-size:inherit}.form-element-wrapper .label-icon-wrapper .form-icon{display:block;margin:0 1rem 0 0;font-size:inherit}.form-element-wrapper .label-icon-wrapper .form-label{text-transform:Capitalize}.form-element-wrapper .form-error{margin-top:1rem;color:#8c4a4a;font-size:1.6rem;text-align:left}@media only screen and (max-width:87.88em){.form-element-wrapper .form-error{font-size:1.4rem}}@media only screen and (max-width:56.25em){.form-element-wrapper .form-error{font-size:1.2rem}}.form-element-wrapper .form-input{font-weight:500;width:100%;font-family:inherit;font-size:inherit;color:inherit;border:none;border-bottom:.24rem solid #f7fbfe;transition:border-bottom .3s ease-in-out;background:transparent;outline:none;border-radius:.1rem;margin-top:1rem;-webkit-transition:border-bottom .3s ease-in-out;-webkit-transition:all .8s cubic-bezier(.59,0,.52,1.01);transition:all .8s cubic-bezier(.59,0,.52,1.01);padding-bottom:.5rem;border-bottom:.16rem solid rgba(63,101,124,.8)}.form-element-wrapper .form-input:focus{outline:none;border-bottom:.16rem solid #3f657c}.form-element-wrapper .form-input:-webkit-autofill,.form-element-wrapper .form-input:-webkit-autofill:active,.form-element-wrapper .form-input:-webkit-autofill:focus,.form-element-wrapper .form-input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;outline:none}.form-element-wrapper .form-input::-webkit-input-placeholder{color:rgba(63,101,124,.6);opacity:1}.form-element-wrapper .form-input::-moz-placeholder{color:rgba(63,101,124,.6);opacity:1}.form-element-wrapper .form-input:-ms-input-placeholder{color:rgba(63,101,124,.6);opacity:1}.form-element-wrapper .form-input::-ms-input-placeholder{color:rgba(63,101,124,.6);opacity:1}.form-element-wrapper .form-input::placeholder{color:rgba(63,101,124,.6);opacity:1}.form-element-wrapper .form-input:invalid{-webkit-box-shadow:none;box-shadow:none}.edit-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;margin:4rem auto 0 auto}@media only screen and (max-width:38.2em){.edit-item{margin:3rem auto 0 auto}}@media only screen and (max-width:22.7em){.edit-item{margin:2rem auto 0 auto}}.edit-item h1{-ms-flex-item-align:center;align-self:center;justify-self:center}.edit-item-form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;width:87%;margin:auto;background:#f7fbfe;-ms-flex-item-align:center!important;align-self:center!important;justify-self:center!important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:2rem auto 10rem auto;position:relative;z-index:2}@media only screen and (max-width:38.2em){.edit-item-form-wrapper{width:90%}}@media only screen and (max-width:70.5626em){.edit-item-form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:2rem auto 8rem auto}}@media only screen and (max-width:56.25em){.edit-item-form-wrapper{margin:0 auto 6rem auto}}@media only screen and (max-width:38.2em){.edit-item-form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 auto 10rem auto}}.edit-item-form-wrapper .delete-icon{position:absolute;top:0;left:0;padding:1rem;background-color:rgba(44,73,91,.8);color:#f7fbfe;border-radius:.5rem 0;cursor:pointer}@media only screen and (max-width:56.25em){.edit-item-form-wrapper .delete-icon{font-size:inherit}}.edit-item-form-wrapper .form{-ms-flex-preferred-size:50%;flex-basis:50%;padding:3%}@media only screen and (max-width:70.5626em){.edit-item-form-wrapper .form{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-preferred-size:100%;flex-basis:100%}}.edit-item-form-wrapper .form .item-btn{margin-top:4rem}@media only screen and (max-width:38.2em){.edit-item-form-wrapper .form .item-btn{margin-top:2rem}}.edit-item-form-wrapper .edit-product-img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:49%;flex-basis:49%;background-size:cover;background-position:50%;background-repeat:no-repeat;height:100%;width:100%;height:auto;border-radius:.5rem 0 0 .5rem;cursor:pointer;overflow:hidden}@media only screen and (max-width:70.5626em){.edit-item-form-wrapper .edit-product-img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-preferred-size:100%;flex-basis:100%;min-height:40vh;border-radius:.5rem .5rem 0 0}}@media only screen and (max-width:38.2em){.edit-item-form-wrapper .edit-product-img{min-height:26rem}}@media only screen and (max-height:31.25em){.edit-item-form-wrapper .edit-product-img{min-height:32rem}}option{background-color:#f7fbfe!important;color:#2c495b!important;border:none;outline:none;text-transform:capitalize}option:focus,option:valid{background-color:#2c495b!important;color:#f7fbfe!important;border:none;outline:none}.item-tags{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.item-tags,.item-tags .item-tags-list{display:-webkit-box;display:-ms-flexbox;display:flex}.item-tags .item-tags-list{list-style-type:none}.item-tags .item-tags-list .tag{text-decoration:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:.8rem 2.2rem .8rem 2.2rem;margin-right:1rem;border-radius:.3rem;width:auto;margin-top:1.4rem;font-size:1.5rem;background:#d4e8f4;color:#2c495b;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:87.88em){.item-tags .item-tags-list .tag{font-size:1.3rem}}@media only screen and (max-width:56.25em){.item-tags .item-tags-list .tag{margin-top:1rem;font-size:1.1rem;padding:.7rem 1rem .7rem 1rem}}.item-tags .item-tags-list .tag .form-icon{font-size:inherit;margin-left:1rem}