@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100,0,300,0,400;1,300&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--white:#fff;--red:#e62e04;--light-red:#fff0eb;--orange:#ff9e27;--border-radius:5px;--main-transition:.3s}*{box-sizing:border-box;margin:0;padding:0}body::-webkit-scrollbar{display:none}nav{align-items:flex-end;background-color:#fff0eb;background-color:var(--light-red);-webkit-column-gap:.8em;column-gap:.8em;display:flex;justify-content:center;padding:.5em 0;position:fixed;top:0;width:100%;z-index:5}@media (min-width:768px){nav{padding:1em 2em}}.simpli_shop_app{margin:auto;width:100%}.simpli_shop_app .store_name_title{height:30px}@media (max-width:450px){.simpli_shop_app .store_name_lg{display:none}}@media (min-width:450px){.simpli_shop_app .store_name_md{display:none}}.simpli_shop_app .search_bar{border:2px solid #e62e04;border:2px solid var(--red);border-radius:5px;border-radius:var(--border-radius);height:40px;min-width:150px;width:calc(100% - 300px)}@media (max-width:768px){.simpli_shop_app .search_bar{height:30px}}.simpli_shop_app .search_bar>input{background:transparent;border:none;float:left;font-size:1rem;height:100%;padding:0 .5em;width:calc(100% - 40px)}.simpli_shop_app .search_bar>input:focus{outline:none}.simpli_shop_app .search_bar>span{align-items:center;background:#e62e04;background:var(--red);color:#fff;color:var(--white);float:right;width:40px}.simpli_shop_app .search_bar>span,nav .cart-icon{cursor:pointer;display:flex;height:100%;justify-content:center}nav .cart-icon{align-items:flex-end;font-size:1.7rem;position:relative}.cart_item_count{background-color:#e62e04;background-color:var(--red);border-radius:100%;color:#fff;color:var(--white);font-size:.8rem;height:20px;line-height:20px;position:absolute;right:-.2em;text-align:center;top:-.5em;width:20px}.cart_side_bar{background-color:#fff;box-shadow:0 0 10px .3px rgba(0,0,0,.5);height:99vh;max-width:90%;overflow:hidden;position:fixed;right:0;top:0;transition:.3s;width:0;z-index:5}@media (min-width:768px){.cart_side_bar{max-width:500px}}.cart_side_bar_header_section{align-items:center;border-bottom:thin solid #aaa;display:flex;justify-content:space-between;padding:1em}.close_cart_sidebar{border-bottom:2px solid #fff;font-size:1.5rem}.close_cart_sidebar:hover{border-bottom:2px solid #e62e04;border-bottom:2px solid var(--red);color:#e62e04;color:var(--red)}.cart_side_bar_cart_items_sections{height:calc(100% - 230px);overflow:scroll;padding-top:1em}.cart_side_bar_cart_items_sections::-webkit-scrollbar{display:none}.ssbci{border-bottom:thin solid #aaa;gap:.2em;height:100px;justify-content:space-between;margin:0 1em;padding:.5em 0}.ssbci,.ssbci_item_img_desc{align-items:center;display:flex}.ssbci_item_img_desc{gap:1em;height:100%;justify-content:flex-start;margin-left:.5em}.ssbci_img{align-items:center;background-color:#ccc;display:flex;height:85%;justify-content:center;padding:.2em}.ssbci_img img{height:100%}.ssbci_qty{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.ssbci_qty input{border:thin solid #ccc;border-radius:5px;border-radius:var(--border-radius);height:30px;padding:0 .2em;text-align:center;width:40px}.ssbci_qty input:focus{outline:none}.ssbci_remove_item{align-items:center;border:2px solid gray;border-radius:100%;cursor:pointer;display:flex;height:22px;justify-content:center;width:22px}.cart_side_bar_bottom_element{bottom:0;font-size:1.05rem;font-weight:700;position:absolute;width:100%}.cart_side_bar_bottom_element .subtotals{align-items:center;background:#fff;background:var(--white);border-bottom:thin solid #ccc;border-top:thin solid #ccc;display:flex;height:50px;justify-content:space-between;margin-bottom:1em;padding:0 1em;width:100%}.cart_side_bar_bottom_element button{background-color:#e62e04;background-color:var(--red);border:none;border-radius:5px;border-radius:var(--border-radius);color:#fff;color:var(--white);cursor:pointer;font-weight:700;height:50px;margin:0 0 .5em;width:100%}@media (max-width:768px){.cart_side_bar_bottom_element button{height:30px}.cart_side_bar_bottom_element .subtotals{height:50px}}nav .user_icon{align-items:center;color:#666;cursor:pointer;display:flex;flex-direction:column;font-size:.8rem;justify-content:center;list-style:none;padding:0 .5em;position:relative;transition:.3s linear;transition:var(--main-transition) linear}nav .user_icon .account_options{align-items:flex-end;display:flex;gap:.2em;justify-content:center}nav .user_icon .account_dropdown{align-items:flex-start;background-color:#fff;background-color:var(--white);box-shadow:0 0 5px .1px #ddd;cursor:default;display:flex;flex-direction:column;justify-content:space-between;list-style:none;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s linear;transition:max-height var(--main-transition) linear;width:150px;z-index:2}nav .user_icon:hover .account_dropdown{max-height:400px}nav .user_icon .account_options:hover .account_dropdown{max-height:500px}.user_icon .account_dropdown li{padding:1em .5em;width:100%}.user_icon .account_dropdown .user_tag{border-bottom:1px solid #ddd;font-weight:700}.user_icon .account_dropdown .register_tag{background-color:#e62e04;background-color:var(--red);color:#fff;cursor:pointer;transition:.3s;transition:var(--main-transition)}.user_icon .account_dropdown .register_tag:hover{opacity:80%}.hero_section{align-items:center;background-color:#fff0eb;background-color:var(--light-red);display:flex;gap:2em;justify-content:center;min-height:calc(100vh - 60px);padding:0 0 2em;width:100%}@media (max-width:768px){.hero_section{flex-direction:column;gap:.5em}}.hero_section .hero_img{width:40%}@media (max-width:768px){.hero_section .hero_img{width:100%}}.hero_section .hero_img img{max-width:700px;width:100%}.hero_section .hero_text{font-size:1.1rem;letter-spacing:.05rem;text-align:center;width:40%}@media (max-width:768px){.hero_section .hero_text{width:100%}}.hero_text .banner_title{font-size:3rem;margin-bottom:.5em}.banner_desc{margin-bottom:2em;margin-top:1em}@media (max-width:768px){.hero_text .banner_title{font-size:1.8rem}.banner_desc{display:none}}.hero_text .banner_btn{background-color:#e62e04;background-color:var(--red);border:none;border-radius:5px;border-radius:var(--border-radius);color:#fff;color:var(--white);cursor:pointer;font-size:1.2rem;height:45px;padding:.5em;text-decoration:none!important;width:150px}@media (min-width:768px){.banner_btn{float:left}}.home_page_bt{margin:auto;max-width:992px;width:100%}.best_selling_products{margin-bottom:2em;margin-top:2em;padding:0 .5em}.best_selling_header{margin:2em 0;text-align:center}.best_products_flex{grid-column-gap:1.5rem;grid-row-gap:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}@media (max-width:578px){.best_products_flex{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.single_product{border-radius:5px;border-radius:var(--border-radius);box-shadow:0 0 10px .5px rgba(0,0,0,.1);font-weight:500;padding:.5em;position:relative}.over_lay{align-items:center;background-color:rgba(250,46,4,.5);border-radius:5px;bottom:0;display:flex;flex-direction:column;gap:1em;height:0;justify-content:center;overflow:hidden;position:absolute;transition:.05s;width:100%;z-index:2}.single_product:hover .over_lay{height:100%}.over_lay .to_cart,.over_lay .view{background-color:hsla(0,0%,100%,.8);cursor:pointer;font-size:1rem;padding:1em 2em;text-align:center;width:90%}.over_lay .to_cart:hover,.over_lay .view:hover{background-color:rgba(255,165,0,.8)}.single_product .flex_image{border-radius:5px;border-radius:var(--border-radius);height:50%;margin-bottom:.5em;overflow:hidden;width:100%}.single_product .flex_image img{width:100%}.nrp{align-items:center;background-color:#fff0eb;background-color:var(--light-red);color:#222;display:flex;flex-direction:column;height:calc(50% - .5em);justify-content:center}.single_product .product_name{font-weight:700;height:25px;margin-top:1em;overflow:hidden;text-align:center;width:100%}.product_price,.ratings{text-align:center}.why_buy_from_us{background-color:#fff0eb;background-color:var(--light-red);margin:2em 0;padding:0 .5em 2em;width:100%}.why_buy_from_us>.why_header{margin-bottom:1em;padding:1em 0;text-align:center}.why_buy_from_us .benefits{-webkit-column-gap:1em;column-gap:1em;flex-wrap:wrap;row-gap:.5em;width:100%}.benefits .single_benefit,.why_buy_from_us .benefits{align-items:center;display:flex;justify-content:center}.benefits .single_benefit{background-color:#fff;background-color:var(--white);box-shadow:0 0 5px .4px rgba(250,46,4,.5);gap:1em;height:150px;padding:2em 0 2em .5em;width:24%}@media (max-width:768px){.benefits .single_benefit{width:98%}}.single_benefit>p{align-items:center;display:flex;flex-direction:column;justify-content:space-between;row-gap:1em}.single_benefit .benefit_header{font-size:1.2rem;font-weight:700}.customer_reviews{margin:auto;padding:100px .5em 0;text-align:center;width:100%}.row{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;margin-top:2em}.review_col{background-color:#fff0eb;background-color:var(--light-red);border-radius:5px;border-radius:var(--border-radius);cursor:pointer;display:flex;margin-bottom:5%;padding:4em 1.5em;text-align:left;width:31%}@media (max-width:992px){.review_col{width:49%}}@media (max-width:578px){.review_col{width:100%}}.review_col img{background-color:#666;border-radius:50%;height:40px;margin-left:5px;margin-right:30px}.review_col>div>h3{margin-top:1em}.support_container{margin-bottom:4em}.support_container h1{text-align:center}.support{align-items:center;-webkit-column-gap:5em;column-gap:5em;display:flex;justify-content:center;margin:2em 0;padding:0 .5em;row-gap:1em}.support>span{color:#444;cursor:pointer;transition:.3s;transition:var(--main-transition)}.support>span:hover .icon{color:#e62e04;color:var(--red)}.support>span .icon{font-size:3rem}@media (max-width:768px){.support{-webkit-column-gap:1em;column-gap:1em}.support>span .icon{font-size:1.5rem!important}}footer{background:#e62e04;background:var(--red);color:#fff;color:var(--white);font-size:1rem;padding:.5em;text-align:center}.product_catalog_container{display:flex;justify-content:space-between;width:100vw}@media (max-width:860px){.product_catalog_container{flex-direction:column}}.filters_container{background-color:rgba(0,0,0,.7);color:#fff;padding:2em .5em .5em}@media (min-width:860px){.filters_container{height:50vh;max-width:280px;min-width:200px;overflow:scroll;position:-webkit-sticky;position:sticky;top:72px;width:20%}.filters_container::-webkit-scrollbar{display:none}}.filters_container .filter_header{font-size:1.5rem;font-weight:500;margin-bottom:1em}.filters_wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1em;justify-content:space-around}@media (min-width:860px){.filters_wrapper{align-items:flex-start;display:flex;flex-direction:column;row-gap:1em}}.filter_by_price input{border:2px solid #ccc;border-radius:5px;border-radius:var(--border-radius);height:30px;margin-left:.5em;text-align:center;width:40px}.clear_filters_btn{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:500;height:40px;margin-top:1em;width:100%}.divider{border:1px solid #ddd;margin:0 .5em}.products_container{height:160vh;padding:.5em}@media (min-width:860px){.products_container{max-width:calc(100% - 200px);min-width:calc(100% - 280px);width:90%}}.catalog_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1em;padding:.5em 3em}.catalog_header h1{color:#e62e04;color:var(--red);font-size:3rem;font-weight:500}@media (max-width:576px){.catalog_header h1{font-size:1.5rem;padding:.5em 1em}}.catalog_header .drop_down_category{align-items:flex-end;display:flex;font-size:1rem;font-weight:500;justify-content:center;padding:0 .5em .5em;position:relative}.drop_down_category ul{background-color:#fff;box-shadow:0 0 10px .2px rgba(0,0,0,.3);display:block;list-style:none;max-height:0;overflow:hidden;position:absolute;right:0;top:105%;transition:max-height .3s linear;transition:max-height var(--main-transition) linear;width:150%;z-index:3}.drop_down_category ul li{cursor:pointer;padding:.5em .8em}.drop_down_category ul li:hover{background-color:#ccc}.drop_down_category:hover ul{max-height:500px}.all_products{border:2px solid #f0f}.single_item{align-items:flex-start;border:2px solid gray;display:flex;flex-wrap:wrap;gap:1em;justify-content:space-around}@media (max-width:860px){.single_item{flex-direction:column}}.single_item .single_item_img{border:2px solid #f0f;height:100px;width:40%}.single_item .single_item_desc{border:2px solid red;min-width:250px;padding:.5em}
/*# sourceMappingURL=main.98e48633.css.map*/