*,body{margin:0}body{background-color:#eaeded;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Kufam",cursive}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}button{transition:.4s}button:hover{cursor:pointer;box-shadow:0 0 10px 3px #d3d3d3}.header{min-height:60px;display:flex;align-items:center;background-color:#131921;flex-wrap:wrap;position:fixed;z-index:3;width:100%}.header__logo{width:100px;object-fit:contain;margin:18px 20px 0}.header__search{display:flex;flex:1 1;align-items:center;justify-content:space-between;background-color:#fff}.header__selectDial{border:none;border-right:.5px solid grey;outline-width:0;height:28px;width:45px}.header__searchIcon{padding:5px;height:22px!important;background-color:#cd9042}.header__searchInput{border:none;outline-width:0;height:26px;flex:1 1;width:100%;padding-left:10px}.header__nav{display:flex;align-items:center;justify-content:center}.header__option{display:flex;flex-direction:column;margin-left:10px;margin-right:10px;color:#fff}.header__optionLineOne{font-size:10px;color:hsla(0,0%,100%,.7)}.header__optionLineTwo{font-size:13px;font-weight:500}.header__optionBasket{display:flex;align-items:center;color:#fff}.header__basketCount{margin-left:10px;margin-right:10px}@media only screen and (max-width:650px){.header__nav{width:100%;padding:10px 0}.header__search{margin:10px}.header__logo{margin-top:20px}}.product{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:10px;padding:20px;max-height:400px;background-color:#fff;z-index:1;max-width:300px;float:1;transition:.4s}.product:hover{box-shadow:0 0 10px 1px #131921}.product>img{max-height:200px;width:100%;object-fit:contain;margin-bottom:15px;max-width:200px;flex:1 1}.product__price{margin-top:5px}.product__buttons,.product__rating{display:flex}.product__buttons>button{outline-width:0;padding:5px 10px;background-color:#f0c14b;margin:10px 5px 5px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111;font-weight:600;text-transform:uppercase}.product__buttons>button:hover{cursor:pointer}.product__info{margin-bottom:20px;flex:1 1}.productRow{margin-top:30px}.productRow__info{display:flex;padding:20px;justify-content:center;border-top:1px solid #000;border-bottom:1px solid #000}.productRow__info>h2{text-transform:uppercase;border-bottom:5px solid grey;transition:.4s ease-out}.productRow__info>h2:hover{text-transform:uppercase;border:5px dotted grey;padding:13px 20px 8px}.productRow__info>button{outline-width:0;padding:5px 10px;background-color:#f0c14b;margin:10px 5px 5px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111}.productRow__info>button:hover{cursor:pointer;box-shadow:0 0 5px 1px #d3d3d3}.projectRow__container{display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (max-width:500px){.projectRow__container{flex-direction:column}}.home__image{width:100%;z-index:-1;margin-bottom:-150px;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent)}.home{flex-direction:column;position:relative;top:60px;max-width:1500px;margin:auto}.home,.home__row{display:flex;justify-content:center}.home__row{z-index:1;flex-wrap:wrap}@media only screen and (max-width:500px){.home__row{flex-direction:column}.home{position:relative;top:140px}}.footer{display:flex;flex-direction:column;z-index:5;background-color:#131921}.footer__backToTop{color:#fff;font-size:18px;display:flex;justify-content:center;padding:10px 0;background-color:rgba(35,47,62,.7);transition:.2s;font-weight:30}.footer__backToTop:hover{background-color:#232f3e}.footer__main{display:flex;justify-content:space-evenly;padding:20px;flex-wrap:wrap;background-color:#131a22;margin:40px 0}.footer__mainInner{margin-bottom:20px}.footer__mainInner>h3{color:#fff}.footer__mainInner>p>a{color:grey}.footer__mainInner>p>a:hover{cursor:pointer;color:#fff}.footer__mainInner>p{padding-top:5px}.footer__copyright{color:grey;display:flex;justify-content:center;padding:10px 0;background-color:rgba(35,47,62,.2)}@media only screen and (max-width:650px){.footer__main{flex-direction:column;justify-content:space-around;margin:auto}}.subtotal{display:flex;flex-direction:column;justify-content:space-between;width:300px;height:100px;background-color:#f3f3f3;border:1px solid #ddd;border-radius:3px;padding:25px 15px;margin:10px;transition:.3s}.subtotal:hover{box-shadow:0 0 10px 1px #131921}.subtotal__gift{display:flex;align-items:center}.subtotal>button{outline-width:0;padding:5px 10px;background-color:#f0c14b;margin:10px 5px 5px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111}.subtotal>button:hover{cursor:pointer}.checkoutProduct{display:flex;margin-top:20px;margin-bottom:20px;border-bottom:1px solid #d3d3d3;padding:10px;transition:.3s}.checkoutProduct:hover{box-shadow:10px 20px 15px 1px #d3d3d3}.checkoutProduct__info{padding-left:20px;display:flex;justify-content:space-between;flex-direction:column}.checkoutProduct__info>button{outline-width:0;padding:5px 10px;background-color:#f0c14b;margin:5px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.checkoutProduct__image{object-fit:contain;width:180px;height:180px}.checkoutProduct__rating{display:flex}.checkoutProduct__title{font-size:17px}@media only screen and (max-width:600px){.checkoutProduct{flex-direction:column-reverse;justify-content:center;align-items:center}.checkoutProduct__infoTop{margin-bottom:15px}}.checkout{display:flex;background-color:#fff;padding-top:100px}.checkout__left,.checkout__right{display:flex;flex-direction:column}.checkout__right{align-items:center}.checkout__ad{width:100%;margin-bottom:10px}.checkout__title{margin-bottom:10px;padding:10px;border-bottom:1px solid #d3d3d3}@media only screen and (max-width:600px){.checkout{padding-top:200px;flex-wrap:wrap}.checkout__right{width:100%}}.payment{background-color:#fff}.payment__container>h1{text-align:center;padding:10px;font-weight:400;background-color:#eaeded;border-bottom:1px solid #d3d3d3}.payment__container>h1 a{text-decoration:none}.payment__section{display:flex;padding:20px;margin:0 20px;border-bottom:1px solid #d3d3d3}.payment__title{flex:0.2 1}.payment__address,.payment__details,.payment__items{flex:0.8 1}.payment__details>form{max-width:400px}.payment__details>h3{padding-bottom:20px}.payment__details>form>div>button{background:#f0c14b;border-radius:2px;width:100%;height:30px;font-weight:bolder;margin-top:10px;border-color:#a88134 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111}.login{background-color:#fff;height:100vh;display:flex;flex-direction:column;align-items:center}.login__logo{object-fit:contain;width:100px;margin:20px auto}.login__container{width:300px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;border-radius:5px;border:1px solid #d3d3d3;padding:20px}.login__container>h1{font-weight:500;margin-bottom:20px}.login__container>form>h5{margin-bottom:5px}.login__container>form>input{height:30px;margin-bottom:10px;background-color:#fff;width:98%}.login__container>p{margin-top:15px;font-size:12px}.login__registerButton,.login__signinButton{outline-width:0;padding:5px 10px;background-color:#f0c14b;margin:10px 5px 5px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111;width:100%}.login__googleButtonContainer{width:100%;display:flex;align-items:center;justify-content:center;margin:10px 0}.productView__container{max-width:1500px;margin:auto}.productView{padding-top:100px;display:flex;justify-content:center}.productView__image{margin:20px 40px 20px 20px}.productView__image:hover{cursor:crosshair}.productView__image>img{height:400px}.productView__info{margin:20px 20px 20px 40px;justify-content:space-between}.productView__info,.productView__infoTop{display:flex;flex-direction:column}.productView__rating{display:flex}.productView__infoBottom{padding-bottom:40px}.productView__infoBottom>button{outline-width:0;padding:5px 10px;background-color:#f0c14b;margin:10px 5px 5px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111}.productView__infoBottom>button:hover{cursor:pointer}.productView__widgets{display:flex}.productView__singleWidget{display:flex;flex-direction:column;max-width:50px;margin:11px}.productView__singleWidget>p{font-size:10px}.productView__singleWidget>img{width:40px}.productView__wrapper{display:flex;flex-direction:column}@media only screen and (max-width:648px){.productView{padding-top:200px;flex-wrap:wrap}.productView__image>img{object-fit:contain;max-width:80vw;max-height:50vh}}.order{padding:40px;margin:20px 0;border:1px solid #d3d3d3;background-color:#fff}.order__headBar{display:flex;justify-content:space-between;flex-wrap:wrap;padding-bottom:10px}.order__total{font-weight:500;text-align:right}@media only screen and (max-width:600px){.order__total{text-align:center}.order{max-width:100vw}.order__makeCentered{margin-left:30px}}.orders{padding-top:100px;max-width:1500px;margin:auto}.orders>h1{margin:30px 0}.orders__heading{text-transform:uppercase;border-bottom:5px solid grey;border-top:5px solid grey;padding:10px;transition:.4s ease-out;text-align:center}.orders__heading:hover{text-transform:uppercase;border:5px dotted grey;padding:13px 20px 8px}.orders__error{display:flex;flex-direction:column;justify-content:center;align-items:center}.orders__errorHeading{font-size:4rem}.orders__amzStyleButton{outline-width:0;padding:5px 10px;background-color:#f0c14b;margin:10px 5px 5px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111;font-weight:600;text-transform:uppercase;cursor:pointer}@media only screen and (max-width:600px){.orders{padding-top:180px}.order__headBar{flex-direction:column;justify-content:center;padding-bottom:10px}.orders__success{align-items:center;justify-content:center}}.App{display:flex;flex-direction:column;min-height:100vh}
/*# sourceMappingURL=main.c09eb5d1.chunk.css.map */