body,html{font-weight:400;font-family:"Open Sans",sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.form-container{margin:2rem 0}.login-card{width:100%;padding:1rem}.login-card,.product-card{background-color:var(--primary-color);color:var(--off-white-color);border-radius:2px}.forgot-password{color:var(--5th-color)}.forgot-password:hover{color:var(--4th-color);text-decoration:none}@media only screen and (min-width:1024px){.cart-card,.login-card{width:40%}}:root{--primary-color:#33658a;--tertiary-color:#698d88;--secondary-color:#72776b;--4th-color:#7bb2d9;--5th-color:#bfd2bf;--off-white-color:#fdfdfd;--shadow-color:rgba(0,5,17,0.5);--background-color:#787878}body,html{text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased!important;font-weight:300;scroll-behavior:smooth}footer,nav{font-family:"Montserrat",sans-serif}hr{border-top:1px solid rgba(230,240,239,.3)}a{text-decoration:none;color:#fdfdfd;color:var(--off-white-color)}body{background-color:#787878;background-color:var(--background-color);font-family:"Lato",sans-serif}.header{margin:1rem 0;text-align:center}.btn-custom{text-transform:uppercase;color:#fff;background-color:var(--4th-color);background-image:linear-gradient(90deg,#72776b 0,#698d88);background-image:linear-gradient(90deg,var(--secondary-color) 0,var(--tertiary-color));padding:1rem 1.5rem;letter-spacing:1px;margin:16px 0;font-size:1rem;font-weight:500;transition:all .5s linear;border-radius:15px;border:none;box-shadow:1px 1px rgba(0,5,17,.5);box-shadow:1px 1px var(--shadow-color)}.btn-custom.active,.btn-custom.focus,.btn-custom:active,.btn-custom:focus,.btn-custom:hover{color:#fff;background-image:none;background-color:#698d88;background-color:var(--tertiary-color)}.btn.active,.btn:active{background-image:none;outline:0;box-shadow:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus,a:focus{outline:none;outline-offset:none}.btn-success:disabled{opacity:1%}.order-image{height:100px;width:90px;border-radius:2px}.order-card{margin:1rem 0;padding:.25rem;border-radius:2px}@media only screen and (min-width:1024px){.order-image{min-height:150px;min-width:140px;border-radius:2px}.order-container{width:60%}.order-text-title{font-size:1.75rem}.order-text{font-size:1.25rem}}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#fff}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.lds-ring-checkout{display:inline-block;position:relative;width:50px;height:50px}.lds-ring-checkout div{box-sizing:border-box;display:block;position:absolute;width:34px;height:34px;margin:8px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#fff}.search-bar{background-color:var(--tertiary-color);color:var(--off-white-color);padding:0 1rem}#search{border-radius:2px 0 0 2px;border:none;padding:.5rem;width:80%}#search:focus{outline:var(--4th-color) 1.75px solid}.search-icon{display:flex;align-items:center;justify-content:center;background-color:var(--4th-color);border-radius:0 5px 5px 0;padding:1rem;border:1px solid var(--4th-color)}@media only screen and (min-width:1024px){#search{width:50%}}.product-card{box-shadow:0 3px 8px rgba(0,0,0,.24)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));grid-gap:2rem}.card-padding{padding:20px}#product:hover{transition:top,.5 ease}.card-img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:2px}.back-icon{background-color:var(--4th-color);border-radius:5px;padding:.5rem;color:var(--off-white-color)}.back-icon:hover{color:#fff;text-decoration:none}@media only screen and (min-width:768px){.flex{display:flex}}.cart-image{width:auto;max-height:100px;min-width:90px;margin:0 .5rem 0 0}.cart-item,.order-item{color:var(--off-white-color);background-color:var(--primary-color);padding:1rem;border-radius:2px}.order-text{font-size:1.25rem}.cart-quantity{text-align:center;border-radius:2px;border:none;padding:.75rem;width:3rem}.cart-button{background-color:var(--tertiary-color);color:var(--off-white-color)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media only screen and (min-width:1024px){.cart-item-container{width:50%}.cart-quantity{max-width:3rem}}.navbar,.profile-header{color:var(--off-white-color)}.navbar{background-color:var(--primary-color);border-color:var(--off-white-color)}.nav-link:active,.no-style{color:var(--off-white-color)}.no-style{margin:0;padding:0}button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}#page-container{position:relative;min-height:100vh}#content-wrap{padding-bottom:110px}#contact{position:absolute;bottom:0;width:100%;height:110px}.footer{padding:1rem;background-color:var(--primary-color)}.icon:link,.icon:visited{color:var(--5th-color);text-decoration:none}.icon:hover{color:var(--4th-color);text-decoration:none}.fa-brands{padding-left:1.5rem}.icons{padding-top:1rem;color:var(--5th-color)}
/*# sourceMappingURL=main.19b2530a.chunk.css.map */