body{background-color:#eaeded;margin:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.header{height:70px;justify-content:space-between;background-color:#131921;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.responsive__menu{display:flex;align-items:center}.menu__icon{display:none;margin-left:1rem;color:#fff;font-size:3rem}.header a{text-decoration:none}.header_logo{width:130px;height:120px;padding:1rem 1.5rem}.header_search{display:flex;flex:1 1;align-items:center;border-radius:24px;margin-right:2rem}.header_searchInput{height:12px;padding:10px;border:none;width:100%}.header_searchIcon{padding:5px;height:22px!important;background-color:#cd9842}.header_option a{color:#fff;text-decoration:none}.header_optionLineOne{font-size:13px}.header_optionLineTwo{font-size:18px;font-weight:700}.header_optionBasket{display:flex;align-items:center;color:#fff}.header_basketCount{margin-left:10px;margin-right:10px}.header_nav{display:flex;justify-content:space-evenly}.header_option{display:flex;flex-direction:column;margin-left:10px;margin-right:10px;color:#fff}@media screen and (max-width:768px){.header_logo{width:100px;height:90px}.menu__icon{display:block}.header{position:relative}.responsive__menu{position:absolute;top:70px;left:0;background-color:#cd9842;display:flex;width:100%;height:15vh;transition:.2s ease-in-out}.responsive__hide{display:none;transition:.2s ease-in-out}}body{justify-content:center;margin-left:auto;margin-right:auto;max-width:1500px}.home_row{display:flex;flex-direction:row;z-index:1;margin-left:5px;margin-right:5px}.home_image{width:100%;z-index:-1;margin-bottom:-400px;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent)}@media screen and (max-width:768px){.home_row{flex-direction:column}}.product{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:20px;width:100%;max-height:400px;min-width:100px;background-color:#fff;z-index:1;margin:10px 10px 4rem}.product,.product:hover{transition:.3s ease-in-out}.product:hover{box-shadow:0 8px 50px rgba(0,0,0,.2);transform:scale(1.01)}.product_rating{display:flex;margin-bottom:15px}.product_img{cursor:pointer;margin:10px 0}.product_img img{max-width:300px;max-height:200px;object-fit:contain}.product>button{background:#f0c14b;margin-top:10px;padding:5px 10px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111;cursor:pointer}.product_price{margin-top:5px}.product_info{height:100px;margin-bottom:15px}@media screen and (max-width:768px){.product{margin:5px auto;padding:5px 0}}.checkout{display:flex;padding:20px;background-color:#fff;height:-webkit-max-content;height:-moz-max-content;height:max-content}.checkout_ad{width:100%;margin-bottom:10px}.checkout_title{margin-right:10px;padding:10px;border:1px solid #d3d3d3}@media screen and (max-width:768px){.checkout{flex-direction:column}}.checkoutProduct{display:flex;margin:20px 0;background-color:#f1f1f1}.checkoutProduct_info{padding-left:20px}.checkoutProduct_info>button{background:#f0c14b;margin-top:10px;padding:5px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111;cursor:pointer}.checkoutProduct_image{object-fit:contain;width:200px}.checkoutProduct_title{font-size:18px;font-weight:700}@media screen and (max-width:768px){.checkoutProduct{flex-direction:column}}.subtotal{display:flex;flex-direction:column;justify-content:space-between;width:300px;height:100px;padding:20px;background-color:#f3f3f3;border:1px solid #ddd;border-radius:3px}.subtotal_gift{display:flex;align-items:center}.subtotal_gift>input{margin-right:5px}.subtotal>button{background:#f0c14b;border-radius:2px;width:100%;height:30px;margin-top:10px;padding:5px 0;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111}@media screen and (max-width:768px){.subtotal{flex-direction:column;width:200px}}.login{background-color:#f1f1f1;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;background-color:#fff;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_signInButton{background:#f0c14b;border-radius:2px;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px}.login_registerButton,.login_signInButton{width:100%;height:30px;margin-bottom:10px;cursor:pointer}.login_registerButton{border-radius:2px;border:1px solid #d3d3d3}.footer{display:flex;flex-direction:row;justify-content:space-between;color:#fff;background-color:#131921;padding:2rem 4rem;height:40vh}.footer_subscribe input{width:200px;height:25px;margin-right:1rem}.footer_subscribe button,.footer_subscribe input{padding:5px 10px;border:1px solid;border-radius:3px}.footer_subscribe button{height:35px;background-color:#cd9842;cursor:pointer}.footer_social{display:flex;flex-direction:column}.footer_social a{color:#fff;margin-bottom:1rem;text-decoration:none}@media screen and (max-width:768px){.footer{flex-direction:column;height:auto}}.return_para{width:70vw;margin:auto;background-color:#fff;box-sizing:border-box;padding:1rem 4rem}.return_para p{font-size:15px;text-align:justify}.return_title{text-align:center}.accordion{padding-bottom:2rem}.return_img{width:100%}.product_details{display:flex;flex-direction:row;background-color:#fff}.product_image{width:50%}.product_image img{width:800px}.user_img{width:50px}.user_img img{width:100%}
/*# sourceMappingURL=main.a4927d75.chunk.css.map */