.header{height:60px;background-color:#131921;color:#fff;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header__logo{width:100px;object-fit:contain;margin:0 0 0 20px;padding:5px}.header__search{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex:1 1;flex:1 1;border-radius:24px}.searchButton{background-color:#f90!important;margin-left:-10px!important}.header__search>.MuiButton-root{padding:4px 1px;min-width:40px;border-radius:0 3px 3px 0}.input__searchInput{height:12px;padding:10px;border:none;width:100%;outline:none;border-radius:3px;-webkit-flex:1 1;flex:1 1}.header__option{margin:0 5px;padding:5px}.header__option,.header__option--location{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;cursor:pointer}.header__location{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin:0 15px 0 10px;padding:5px}.header__hoverBox{border:1px solid #131921}.header__hoverBox:hover{border:1px solid #fff;border-radius:3px}.header__optionLineOne{font-size:12px}.header__optionLineTwo{font-size:16px;font-weight:700}.header__Basket{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-right:10px;cursor:pointer;padding:5px}.header__BasketCount{margin-top:-10px;margin-left:3px;color:#f90}.header__nav{display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly}@media (max-width:600px){.header__search{display:none}.header__nav{-webkit-flex:1 1;flex:1 1}.header__option{margin:0 5px;padding:0}}@media (max-width:500px){.header__logo{width:50px;margin:0 0 0 5px;padding:2px}.header__optionLineOne{font-size:8px}.header__optionLineTwo{font-size:10px}.header__Basket{margin-right:3px;padding:3px}}@media (max-width:400px){.header__logo{width:45px;margin:0}.header__Basket{margin-right:0;padding:0}}.carousel{max-width:1500px;margin:0 auto;height:40vh}.carousel__image{width:100%;height:80vh;z-index:-1;margin-bottom:-150px;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent)}@media (max-width:600px){.carousel__image{height:60vh}}.product{text-align:center;background-color:#fff;z-index:10;padding:20px;margin:10px;width:90%;min-width:100px;-webkit-transform:translateY(-100px);transform:translateY(-100px);border-radius:3px;overflow:hidden}.product__img{width:200px;object-fit:contain;margin-bottom:15px}@media (max-width:991px){.product{padding:20px 10px;margin:10px;-webkit-transform:translateY(-100px);transform:translateY(-100px)}.product__img{width:100px}}@media (max-width:600px){.product{-webkit-transform:translateX(-12px) translateY(-100px);transform:translateX(-12px) translateY(-100px);font-size:12px}.product__img{width:100px}}.product__name:hover{color:#c7511f;cursor:pointer}.product__btn{background:#f0c14b;margin-top:10px;border:1px solid #a88734,#9c7e31,#846a29;color:#111;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;max-width:220px;border-radius:3px;padding:5px;cursor:pointer}.product__btn--disable{background:#f8dc94;color:#aaa}.product__price{margin-top:5px;font-size:24px;color:#f0c14b}.product__info{text-align:left}.product__discountPrice{font-size:24px}.product__star{padding-bottom:15px}.product__container{max-width:1500px;margin:0 auto}.product__row{display:grid;grid-gap:20px;z-index:1;margin-left:5px;margin-right:5px}.product__row--1{grid-template-columns:repeat(3,1fr)}.product__row--2{grid-template-columns:repeat(4,1fr)}.product__row--3{grid-template-columns:repeat(2,1fr)}@media (max-width:600px){.product__row--2{grid-template-columns:repeat(2,1fr)}.product__row--3{grid-template-columns:repeat(1,1fr);margin-left:18px}}@media (max-width:480px){.product__row--1{grid-template-columns:repeat(2,1fr)}}.home{margin:0 auto}.productOverflow{max-width:1500px;margin:0 20px 25px;padding:10px 20px;background-color:#fff;height:295px}.productOverflow__home{margin:-70px auto 0;max-width:1500px}@media (max-width:600px){.productOverflow__home{margin:20px auto 0;max-width:1500px}}.productOverflow__container{overflow-x:hidden;display:-webkit-flex;display:flex;cursor:pointer;transition:all .5s}.productOverflow:hover .productOverflow__container{overflow-x:scroll}.productOverflow__img{width:100%;padding:20px 0}@media (max-width:400px){.productOverflow__img{width:150px}.productOverflow{height:240px}}.overflow__header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.overflow__heading{font-size:24px;margin-right:20px}.overflow__link{color:#007185}.overflow__link:hover{color:#c7511f;text-decoration:underline}::-webkit-scrollbar{width:12px;height:7px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#acacac;border-radius:25px}::-webkit-scrollbar-thumb:hover{background:#818181}.footer{background-color:#232f3e}.backToTop{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-align:center;height:40px;color:#fff;background-color:#37475a;cursor:pointer}.backToTop:hover{background-color:#485769}.footer__container{max-width:1000px;margin:0 auto;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:40px 0}.footer__content{-webkit-flex:1 1;flex:1 1}.footer__content h4{font-size:18px;font-weight:700;margin:6px 0 14px;color:#fff}.footer__link{margin:0 0 10px;font-size:16px;color:#ddd}.footer__link:hover{text-decoration:underline}.footer__bottom{border-top:1px solid #3a4553}.footer__bottom--content{display:grid;grid-template-columns:repeat(4,1fr);-webkit-align-items:center;align-items:center;max-width:900px;margin:0 auto;padding:20px}@media (max-width:500px){.footer__bottom--content{grid-template-columns:repeat(2,1fr)}}.footer__img{max-width:100px}.footer__box{height:30px;border-radius:5px;border:1px solid #fff;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center;color:#fff;margin:20px 10px;padding:5px 10px;cursor:pointer}.footer__flag{width:20px;height:15px;margin-right:15px}.copyright{color:#fff;text-align:center;padding-bottom:15px}.copyright a:hover{text-decoration:underline;color:#7fffd4}.footer__content--1{max-width:150px;margin:auto}.footer__content--2{max-width:180px;margin:auto}.footer__content--3{max-width:210px;margin:auto}.footer__content--4{max-width:150px;margin:auto}*{margin:0}body{background-color:#eaeded}a,Link{text-decoration:none;color:#fff;display:block}.checkoutItem{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:5px;border-bottom:1px solid #ccc}.checkoutItem>img{margin-right:10px;width:200px}.checkoutItem__info{margin-top:-20px}.checkoutItem__name{font-size:18px;font-weight:700}.checkoutItem__price{font-size:20px;padding:7px 0}.checkoutItem__button{background-color:#f0c14b;border-radius:3px;max-width:250px;height:25px;margin-top:10px;border:1px solid #a88734,#9c7e31,#846a29;color:#111;cursor:pointer}@media (max-width:550px){.checkout__ad{margin-top:20px}.checkoutItem{padding:40px 0 40px 20px}.checkoutItem>img{width:100px;margin-left:-30px}.checkoutItem__info{margin-left:-5px}}@media (max-width:390px){.checkoutItem{padding:40px 0 40px 10px}.checkoutItem>img{width:70px;margin-left:-28px}.checkoutItem__info{margin-left:-5px}}.subtotal{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;width:300px;height:100px;padding:20px;background-color:#f3f3f3;border:1px solid #ddd;border-radius:3px}.subtotal,.subtotal__gift{display:-webkit-flex;display:flex}.subtotal__gift{-webkit-align-items:center;align-items:center}.subtotal__gift>input{margin-right:5px}.subtotal>button{background-color:#f0c14b;border-radius:3px;width:100%;height:30px;margin-top:10px;border:1px solid #a88734,#9c7e31,#846a29;color:#111;cursor:pointer}.checkout{display:-webkit-flex;display:flex;padding:20px;background-color:#fff;height:-webkit-max-content;height:max-content}@media (max-width:860px){.checkout{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}}.checkout__ad{width:100%;margin-bottom:10px}.checkout__title{margin-right:10px;padding:10px;border-bottom:1px solid #d3d3d3}.login{height:100vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;background-color:#fff}.login__logo{width:100px;margin:20px auto;object-fit:contain}.login__container{width:300px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;border-radius:5px;border:1px solid #d3d3d3;padding:20px}.login__container>h1{font-weight:600;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__registerBtn,.login__signInBtn{background-color:#f0c14b;border-radius:3px;width:100%;height:30px;margin-top:10px;border:1px solid #a88734,#9c7e31,#846a29;color:#111;cursor:pointer}.login__toggle{cursor:pointer;text-decoration:underline}.login__container>p{margin-top:10px}.login__google{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:30px 0;background-color:#4185f4;color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.3);border-radius:3px;cursor:pointer}.login__google>img{width:30px;border:2px solid #4185f4;background-color:#fff;padding:10px;border-radius:3px}.login__google>p{padding:0 22px}.payment{background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;min-height:100vh;padding-bottom:30px}.payment__container{width:1000px}.payment__container>h1{text-align:center;padding:10px;font-weight:400;background-color:#eaeded;border-bottom:1px solid #d3d3d3}.payment__container>h1>.payment__itemsLink{color:#00f;display:inline}.payment__section{display:-webkit-flex;display:flex;padding:20px;margin:0 20px;border-bottom:1px solid #d3d3d3}.payment__title{-webkit-flex:0.2 1;flex:0.2 1}.payment__address,.payment__details,.payment__items{-webkit-flex:0.8 1;flex:0.8 1}.payment__details h4{padding-bottom:10px}.payment__details h4 span{font-size:24px;color:#c62828}.payment__details p{padding-bottom:15px}.payment__details p span{font-weight:700}.payment__notation{color:red}@media (max-width:600px){.payment{background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;min-height:100vh;padding-bottom:30px}.payment__container{width:1000px}.payment__container>h1{text-align:center;padding:10px;font-weight:400;background-color:#eaeded;border-bottom:1px solid #d3d3d3}.payment__container>h1>.payment__itemsLink{color:#00f;display:inline}.payment__section--review{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:20px 0;margin:0 20px;border-bottom:1px solid #d3d3d3}.payment__title{margin-bottom:10px}.payment__review--title{margin-left:20px}.payment__address,.payment__details,.payment__items{-webkit-flex:0.8 1;flex:0.8 1}.payment__details h4{padding-bottom:10px}.payment__details h4 span{font-size:24px;color:#c62828}.payment__details p{padding-bottom:15px}.payment__details p span{font-weight:700}.payment__notation{color:red}}
/*# sourceMappingURL=main.4679edf2.chunk.css.map */