@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100,0,300,0,400,0,500,0,600,0,700;1,300&display=swap);code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--red:#e62e04;--light-red:#fff0eb;--orange:#ff9e27;--light-gray:#eee;--dark-gray:#282828;--white:#fff;--border-radius:5px;--main-transition:.3s}*{box-sizing:border-box;padding:0}*,body{margin:0}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}nav{align-items:flex-end;background-color:#eee;background-color:var(--light-gray);display:flex;gap:.5em;height:60px;justify-content:space-around;margin:auto;padding:.2em;position:fixed;top:0;width:100%;z-index:2}@media (min-width:768px){nav{padding:.2em 1em}}.simplishop_logo{height:100%;max-height:30px}.simplishop_logo .half_logo{display:none}@media (max-width:768px){.simplishop_logo .full_logo{display:none}.simplishop_logo .half_logo{display:inline}}.simplishop_logo img{height:100%}.search_bar_wrapper{align-items:center;border:2px solid #282828;border:2px solid var(--dark-gray);border-radius:5px;border-radius:var(--border-radius);display:flex;height:40px;justify-content:space-between;min-width:150px;width:80%}.search_bar_wrapper input{border:none;font-size:1rem;font-weight:500;height:100%;padding:0 1em;width:calc(100% - 40px)}@media (max-width:768px){.search_bar_wrapper input{padding:0 .5em}}.search_bar_wrapper input:focus{outline:none}.search_bar_wrapper .search_icon{align-items:center;background-color:#282828;background-color:var(--dark-gray);color:#fff;color:var(--white);cursor:pointer;display:flex;height:100%;justify-content:center;width:40px}.cart_and_user_wrapper{align-items:flex-end;display:flex;gap:.5em;justify-content:space-between}.cart_and_user_wrapper .cart_wrapper{cursor:pointer;position:relative}.cart_item_count{background-color:#282828;background-color:var(--dark-gray);border-radius:100%;color:#eee;font-size:.8rem;height:20px;line-height:20px;position:absolute;right:-.5em;text-align:center;top:-.8em;width:20px}.user_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.user_wrapper>.drop_down_parent{align-items:flex-end;cursor:pointer;display:flex;font-size:.8rem;font-weight:500;gap:.2em;position:relative}@media (max-width:576px){.user_wrapper>.drop_down_parent{font-size:.5rem}}.user_wrapper .drop_down_user{background-color:#282828;background-color:var(--dark-gray);font-size:.9rem;font-weight:500;list-style:none;max-height:0;min-width:150px;overflow:hidden;position:absolute;right:0;top:105%;transition:max-height .3s linear;transition:max-height var(--main-transition) linear}.drop_down_parent:hover .drop_down_user{max-height:400px}.drop_down_user li{color:#ccc;padding:1em .5em}.drop_down_user li.register{border-top:1px solid #666;cursor:pointer;transition:.3s;transition:var(--main-transition)}.drop_down_user li.register:hover{background-color:#e62e04;background-color:var(--red);color:#fff;color:var(--white)}.cart_side_bar{background-color:#333;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;color:#ccc;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;color:#ccc;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{color:#eee!important;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 .qtyInput{border:none;border-radius:5px;border-radius:var(--border-radius);height:30px;padding:0 .2em;text-align:center;width:40px}.ssbci_qty input:focus{outline:2px solid #666}.ssbci_qty input::-webkit-inner-spin-button,.ssbci_qty input::-webkit-outer-spin-button{-webkit-appearance:none}.ssbci_qty input[type=number]{-moz-appearance:textfield}.ssbci_remove_item{align-items:center;border:2px solid gray;border-radius:100%;cursor:pointer;display:flex;height:22px;justify-content:center;width:22px}.ssbci_remove_item:hover{border:2px solid #e62e04;border:2px solid var(--red);color:#e62e04;color:var(--red)}.cart_side_bar_bottom_element{align-items:center;bottom:0;display:flex;flex-direction:column;font-size:1.05rem;font-weight:700;justify-content:center;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:inherit;border:1px solid #666;color:#fff;color:var(--white);cursor:pointer;font-weight:700;height:50px;margin-bottom:.5em;max-width:450px;width:100%}@media (max-width:768px){.cart_side_bar_bottom_element button{height:35px}.cart_side_bar_bottom_element .subtotals{height:50px}}.hero_section{align-items:center;background-color:#eee;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{color:#333;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:#282828;border:none;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}}.products_page{align-items:flex-start;display:flex;gap:.5em;justify-content:space-between;margin-bottom:4em;padding:0 .2em}.products_page .filter_container{background-color:#282828;background-color:var(--dark-gray);color:#eee;padding:2em .5em 1em;width:100%}@media (max-width:768px){.products_page{flex-direction:column}.products_page .filter_container{border-bottom:2px solid #333}}@media (min-width:768px){.products_page .filter_container{border-right:2px solid #333;height:calc(100vh - 60px);max-width:300px;min-width:200px;padding:2em 1em 1em;position:-webkit-sticky;position:sticky;top:60px;width:50%}}.filter_container .filter_header{font-size:1.5rem;font-weight:400;margin-bottom:1.5em}.filter_container .filter_form{align-items:flex-start;display:flex;flex-direction:column;gap:2em;justify-content:space-between;margin-left:.5em}.filter_form .price{display:flex;gap:1em}.filter_form .price input{height:30px;text-align:center;width:50px}.filter_form .clear_filter_btn{background-color:#666;border:none;color:#eee;cursor:pointer;height:40px;margin:2em auto;transition:.3s;transition:var(--main-transition);width:100%}.filter_form .clear_filter_btn:hover{background:inherit;border:1px solid #eee;border:1px solid var(--light-gray)}.products_page .products_section{width:100%}.catalogue_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1em;padding:.5em 3em}.catalogue_header h1{color:#666;font-size:3rem;font-weight:500}@media (max-width:576px){.catalogue_header h1{font-size:1.5rem;padding:.5em 1em}}.catalogue_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:#282828;background-color:var(--dark-gray);color:#ddd;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:#eee;color:#333}.drop_down_category:hover ul{max-height:500px}.products_section .products_catalogue{grid-column-gap:1.5rem;grid-row-gap:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));min-height:80vh}@media (max-width:578px){.products_section .products_catalogue{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.over_lay{align-items:center;background-color:hsla(0,0%,93%,.7);border-radius:5px;bottom:0;display:flex;flex-direction:column;gap:1em;height:0;justify-content:center;overflow:hidden;position:absolute;transition:.3s;transition:var(--main-transition);width:100%;z-index:1}.single_product:hover .over_lay{height:100%}.over_lay .to_cart,.over_lay .view{background-color:#282828;background-color:var(--dark-gray);color:#eee;cursor:pointer;font-size:1rem;padding:1em 2em;text-align:center;text-decoration:none;width:90%}.over_lay .to_cart:hover,.over_lay .view:hover{background-color:rgba(255,165,0,.8)}.over_lay .to_cart{border:none}.single_product{box-shadow:0 0 10px .5px rgba(0,0,0,.1);font-weight:500;padding:.5em;position:relative}.single_product,.single_product .flex_image{border-radius:5px;border-radius:var(--border-radius)}.single_product .flex_image{margin-bottom:.5em;max-height:60%;overflow:hidden;width:100%}.single_product .flex_image img{width:100%}.nrp{align-items:center;background-color:#eee;color:#222;display:flex;flex-direction:column;height:calc(40% - .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}.form{align-items:center;background-color:rgba(0,0,0,.5);border:2px solid #f0f;display:flex;height:calc(100vh - 60px);justify-content:center;padding:.5em;position:fixed;top:0;width:100%;z-index:5}.form_container{background:#fff;margin:auto;min-height:300px;position:relative;width:100%}@media (min-width:992px){.form_container{max-width:700px}}.reg_log_header{color:#333;font-size:1.3rem;font-weight:500;padding:1em .5em;text-align:center}.reg_log_header>span{cursor:pointer}.reg_log_header>span:hover{color:#e62e04;color:var(--red)}.form_container .sign_form{align-items:center;display:flex;flex-direction:column;gap:1.5em;justify-content:space-between;padding:1em .5em}.sign_form input{height:40px;max-width:600px;padding:0 1em;width:100%}.sign_form button{height:40px;max-width:300px;width:100%}.form_container .btn_close{background-color:#e62e04;background-color:var(--red);border-radius:50%;cursor:pointer;height:30px;position:absolute;right:10px;top:10px;width:30px}.single_product_container{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:3em;justify-content:center;margin-bottom:2em}@media (max-width:992px){.single_product_container{flex-direction:column}}.product_descr-container,.product_image_container{min-height:100px;width:40%}.product_descr-container{padding:.5em}@media (max-width:992px){.product_descr-container,.product_image_container{width:100%}.product_descr-container{margin:auto;max-width:500px}}@media (min-width:992px){.product_descr-container{max-width:400px}}.product_image_container .full_image_wrapper{align-items:center;display:flex;justify-content:center}@media (min-width:992px){.product_image_container{display:flex;gap:.2em}.full_image_wrapper{width:calc(100% - 60px)}.small_image_wrapper{width:60px}}.full_image_wrapper img{max-width:500px;width:100%}@media (max-width:992px){.full_image_wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:2em}.full_image_wrapper img{max-width:300px}}.small_image_wrapper img{margin-bottom:.7em;width:100%}@media (max-width:992px){.small_image_wrapper{align-items:flex-start;display:flex;gap:1em;justify-content:center;padding:0 1em}.small_image_wrapper img{max-width:60px;width:23%}}.product_descr-container{display:flex;flex-direction:column;gap:2em}.product_descr-container .product_name{font-size:1.3rem;font-weight:500;margin-bottom:.5em}.product_descr-container .product_descr{font-size:.8rem;letter-spacing:.03rem;line-height:1.5em;margin-top:2em;text-align:justify;word-spacing:.2em}.product_descr-container .spbtn{align-items:center;display:flex;gap:.2em;justify-content:center}.spbtn button{border:none;cursor:pointer;font-size:.8rem;font-weight:700;height:40px;max-width:200px;width:50%}.product_descr-container .spqty_wrapper{border:2px solid rgba(0,0,0,.04);margin-bottom:.3em;padding:.2em;text-align:center}.spqty_wrapper span{display:inline-block}.spqty_wrapper .qty_modifier{background-color:rgba(0,0,0,.1);border-radius:50%;cursor:pointer;font-size:1.1rem;font-weight:500;height:25px;line-height:20px;text-align:center;width:25px}.spqty_wrapper .spqty{font-size:1.3rem;margin:0 .8em}.product_meta{border:2px solid rgba(0,0,0,.2);margin-bottom:1em;padding:2em}.related_product{margin:2em 0}.related_product .related_prod_header{font-weight:400;margin:1em}.related_product_grid{border:none!important;margin:auto;max-width:1200px;padding:1em .5em;width:100%}.checkout_container{background:#eee;background:var(--light-gray);min-height:calc(200vh - 60px);padding:2em .5em}.checkout{color:#333;font-weight:500;margin:auto;max-width:1100px;width:100%}@media (min-width:768px){.checkout{align-items:flex-start;display:flex;justify-content:center}}.checkout_header{border-bottom:1px solid #ccc;color:#333;font-size:1.5rem;font-weight:500;margin:0 auto 1em;max-width:1100px;padding-bottom:1em;width:100%}.checkout_form_container{margin:auto;max-width:600px;min-height:300px}@media (min-width:768px){.checkout_form_container{width:50%}}.checkout_form{align-items:flex-start;display:flex;flex-direction:column;gap:2em;justify-content:space-between}.checkout_form label{width:100%}.checkout_form input{border:1px solid #aaa;display:block;height:40px;margin-top:.5em;outline:none;width:100%}.order_summary_wrapper{border:1px solid #ccc;float:right;max-width:480px;min-height:300px;padding:2em 1em}.order_summary_header{font-size:1.4rem;font-weight:500;margin-bottom:1.5em}.order_summary_wrapper .group{font-size:1rem;font-weight:400;margin-bottom:1em}.group>span{float:right}.order_summary_wrapper .divider{border:2px solid #aaa}.order_summary_wrapper .total{font-size:1.5rem;font-weight:600;margin-top:1em}.total>span{float:right}.place_order_btn{background-color:#282828;background-color:var(--dark-gray);border:none;color:#ddd;cursor:pointer;font-size:1.2rem;font-weight:400;height:40px;margin:2em auto .5em;width:100%}.order_policy_text{font-size:.8rem;text-align:center}footer{background:#282828;background:var(--dark-gray);color:#aaa;font-size:1rem;padding:1.5em .5em;text-align:center}
/*# sourceMappingURL=main.0c67e769.css.map*/