*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{font-family:sans-serif;background-color:#fff}a{text-decoration:none;color:inherit}li{list-style:none}.container{width:95%;margin:0 auto}.flex{display:flex}#loading{display:flex;flex-direction:column;width:100vw;height:100vh;justify-content:center;align-items:center;background-color:#fff}#loading img{margin-bottom:20px;animation-name:example;animation-duration:4s;animation-iteration-count:infinite}@keyframes example{0%{transform:scale(.7)}50%{transform:scale(1)}to{transform:scale(.7)}}#loading p{font-size:22px;color:#005c50}.header{width:100%;height:60px;padding:10px;display:flex;background-color:#fff;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:9999}.header .bag-count{width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#c71612;font-size:10px;color:#fff;position:absolute;right:10px;bottom:-5px}.search{width:100vw;min-height:430px;position:fixed;top:-550px;left:0;z-index:9999;padding:20px}.search .box{width:100vw;min-height:420px;background-color:#fff;border-radius:0 0 20px 20px;position:absolute;top:0;left:0;z-index:9999;padding:20px;box-shadow:#0000003d 0 3px 8px}.search .box .input{position:relative}.search .box .input input{width:100%;height:50px;padding:10px;font-size:16px;border-radius:10px;border:none;box-shadow:#0000003d 0 3px 8px}.search .box .input input:focus{outline:none}.search .box .input .serach-icon{width:50px;height:40px;border-radius:10px;background-color:#c71612;position:absolute;right:15px;top:5px;display:flex;justify-content:center;align-items:center;color:#fff}.search .box h1{color:#000;font-size:16px;margin-top:20px;margin-bottom:10px;color:#d5d5d5}.search .box .no-result{width:100%;height:250px;border:1px dashed rgb(213,213,213);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#848282}.search .box .result{width:100%;height:300px;overflow:scroll}.search .box .result .product{display:flex;align-items:center;margin-bottom:5px}.search .box .result .product img{width:90px;height:90px;margin-right:10px}.search .box .result .product p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search .box .forback{display:flex;justify-content:space-between}.search .box .forback .back{width:80px;height:40px;background-color:#c71612;border:none;border-radius:4px;color:#fff;margin:10px 0}.headerMenu{width:100vw;height:100vh;padding:60px 20px 0;position:absolute;top:0;z-index:99;background-color:#fff}.headerMenu h2{font-size:25px;color:#000;margin:20px 0;font-weight:600}.headerMenu h2:hover{color:#005c50}.headerMenu .header_menu_div{display:flex;justify-content:space-between;align-items:center}.headerMenu p{padding:17px 0;font-size:18px;font-weight:500;line-height:16px}.headerMenu .call{padding-top:100px;font-size:18px;font-weight:700;color:#10757d}.headerMenu .header_button{width:90%;background-color:#10757d;border:none;border-radius:30px;padding:15px;color:#fff;font-size:18px;font-weight:700;position:absolute;bottom:40px;left:20px;z-index:10}#slider{display:flex;justify-content:center}#slider img{width:350px;height:150px}.embla{width:350px;height:140px;overflow:hidden;margin-top:15px}.embla .embla__container{display:flex}.embla .embla__container .embla__slide{width:350px;height:140px;background-color:#005c50;flex:0 0 100%;min-width:0}.table{width:100%;overflow-x:scroll;overflow-y:hidden;overflow:scroll;display:flex;font-size:13px;font-weight:500;margin-top:20px;padding:5px 0}.table::-webkit-scrollbar{display:none}.table .table_text{border-bottom:2px solid rgb(199,22,18);padding:0 7px 5px 5px;margin-right:20px}.table .table_text h3{color:#000}.products{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;margin-bottom:30px}.products .product{width:170px;height:332px;display:flex;overflow:hidden;text-overflow:ellipsis;margin-top:20px;position:relative;border-radius:4px;padding-bottom:10px;flex-direction:column;box-shadow:0 0 6px silver}.products .product .favourite{width:25px;height:25px;position:absolute;right:10px;top:10px}.products .product .info{cursor:pointer;padding:0 7px}.products .product .info h2{height:44px;text-align:unset;color:gray;font-size:14px;font-weight:400;padding-top:10px;margin-left:5px;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products .product .info .price{height:35px;display:flex;margin-left:5px;margin-top:10px;position:relative;align-items:start;flex-direction:column;justify-content:start}.products .product .info .price p{font-size:15px;margin-top:16px}.products .product .info .price .sale{position:absolute;bottom:17px;color:red;font-size:12px;text-decoration:line-through}.products .product .buttons{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.products .product .buttons p{width:50px;height:30px;color:#fff;font-size:18px;border-radius:10px;background-color:#c71612;display:flex;justify-content:center;align-items:center;margin:0 10px;cursor:pointer}.products .product .buttons span{font-size:20px}.products .product button{color:#fff;background-color:#d71111;width:90%;margin:20px auto 0;padding:10px 5px;border-radius:10px;display:flex;justify-content:space-around;align-items:center;border:none;cursor:pointer}.loading{width:45vw;height:310px;display:flex;overflow:hidden;text-overflow:ellipsis;margin-top:20px;position:relative;border-radius:4px;padding-bottom:10px;flex-direction:column;box-shadow:0 0 6px silver;margin-right:20px}.loading .card__image,.loading h2,.loading p{background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);border-radius:5px;background-size:200% 100%;animation:1s shine linear infinite}.loading .card__image{height:200px;border-bottom-left-radius:0;border-bottom-right-radius:0}.loading .card__content{padding:20px}.loading h2{height:30px;margin-bottom:10px}.loading p{height:90px;width:100%}.single-product{min-height:100vh}.single-product .product-info{display:flex;padding-top:30px;flex-direction:column;min-height:85vh}.single-product .product-info h1{font-size:21px}.single-product .product-info .imgSlider{height:100vw;display:flex;overflow:hidden;position:relative}.single-product .product-info .imgSlider img{width:280px;margin:20px 5px 0;border:1px solid silver;transition-delay:1s}.single-product .product-info .imgSlider .leftButton{position:absolute;left:0;top:140px;width:50px;z-index:3}.single-product .product-info .imgSlider .rightButton{position:absolute;right:0;top:140px;width:50px;z-index:3}.single-product .product-info .dots{display:flex;justify-content:center;align-items:center}.single-product .product-info .dots .dot{width:10px;height:10px;border-radius:50%;background-color:silver;margin:15px 3px 0}.single-product .product-info .var-images{gap:7px;height:100px;display:flex}.single-product .product-info .var-images .chap{margin-top:14%}.single-product .product-info .var-images img{width:31%;object-fit:contain}.single-product .product-info .product-data{font-size:13px;line-height:21px;margin:20px 0}.single-product .product-info .product-data .description{margin-bottom:30px;font-size:16px}.single-product .product-info .product-data form label{font-size:20px;color:#000;display:block;margin-bottom:10px}.single-product .product-info .product-data form input{margin-bottom:30px;width:98%;height:50px;padding:10px;font-size:17px}.single-product .product-info .product-data .cost{display:flex;align-items:center}.single-product .product-info .product-data .cost h3{font-size:24px}.single-product .product-info .product-data .cost h4{color:red;font-size:21px;margin-left:15px;text-decoration:line-through}.footer-buttons{height:70px;display:flex;align-items:center;position:sticky;bottom:0;background-color:#fff}.footer-buttons .back{width:18%}.footer-buttons .back .back-text{padding:10px;color:#fff;font-size:53px;border-radius:10px;background-color:red}.footer-buttons .add-to-cart{width:82%;cursor:pointer}.footer-buttons .add-to-cart p{color:#fff;text-align:center;padding:18px 10px;border-radius:10px;background-color:#000}.footer-buttons-changed{height:70px;display:flex;align-items:center;position:sticky;bottom:0;background-color:#fff}.footer-buttons-changed .back-text{padding:10px;color:#fff;font-size:53px;border-radius:10px;background-color:red}.footer-buttons-changed .add-to-cart{width:80%;display:flex;margin-left:10px;text-align:center;align-items:center;justify-content:space-between}.footer-buttons-changed .add-to-cart p{color:#fff;font-size:39px;border-radius:10px;padding:1px 25px 7px;background-color:#c71612}.footer-buttons-changed .add-to-cart span{font-size:25px}.order .cards{margin-top:20px;min-height:53vh}.order .order_card{height:100px;display:flex;justify-content:space-between;padding:5px 10px;margin-top:10px}.order .order_card img{min-width:90px;min-height:90px}.order .order_card .text{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;height:72px;margin-left:15px;margin-top:10px}.order .order_card .prices{display:flex;flex-direction:column;align-items:end}.order .order_card .prices .kol{width:100px;display:flex;justify-content:space-between;align-items:baseline}.order .order_card .prices .kol button{width:30px;height:25px;background-color:#000;color:#fff;border:none;border-radius:5px;font-size:20px}.order .order_card .prices .price{font-size:15px;font-weight:700;color:#000;margin-bottom:13px}.order .order_card .prices .delete{width:100px;height:30px;margin-top:4px;background-color:#d44040;border:none;color:#fff;padding:5px;border-radius:4px}.order .order_footer footer{width:100%;margin-top:20px;position:relative;bottom:0;border-radius:6px 6px 0 0;background-color:#fff}.order .order_footer footer .footer_main{padding:10px}.order .order_footer footer .footer_main h2{margin-top:12px}.order .order_footer footer .footer_main .footer_text{justify-content:space-between;display:flex;margin-top:20px;align-items:center}.order .order_footer footer .footer_main .footer_text h3{font-size:18px;color:#5a565697;font-weight:500}.order .order_footer footer .footer_main .footer_text p{color:#000;font-weight:600;font-size:18px}.order .order_footer footer .footer_main .footer_text_answer{justify-content:space-between;display:flex;margin-top:20px;align-items:center}.order .order_footer footer .footer_main .footer_text_answer h3{font-size:18px;color:#000;font-weight:600}.order .order_footer footer .footer_main .footer_text_answer p{color:#000;font-weight:600;font-size:18px}.order .order_footer footer .footer_main .btn{width:100%;height:50px;border:none;background-color:#d44040;color:#fff;font-size:18px;margin-top:30px}.order .order_footer footer .footer_main .btn2{align-items:center;text-align:center;width:100%;height:50px;border:none;background-color:#000;color:#fff;font-size:18px;margin-top:10px}.order .order_footer footer .footer_main .btn2 i{padding-right:10px}.order_header header{width:100%;height:60px;background-color:#c0c0c084;display:flex;align-items:center;justify-content:space-between}.order_header header h2{font-size:24px;margin-left:10px}.order_header header .x_mark{font-size:30px;margin-right:10px}.payment .delivery{margin-top:30px;padding:8px 14px;border:.8px solid rgb(215,215,215)}.payment .delivery button{all:unset;width:100%;color:#fff;cursor:pointer;padding:17px 0;text-align:center;background-color:#000}.payment .delivery button.courier{margin-bottom:10px}.payment .delivery button.courier-notactive{margin-bottom:10px;color:#a3a3a3;background-color:transparent}.payment .delivery button.pickup-notactive{color:#a3a3a3;background-color:transparent}.payment .pay{margin-top:30px;padding:8px 14px;border:.8px solid rgb(215,215,215)}.payment .pay button{all:unset;width:100%;color:#fff;cursor:pointer;padding:17px 0;text-align:center;background-color:#000}.payment .pay button.cash{margin-bottom:10px}.payment .pay button.cash-notactive{margin-bottom:10px;color:#a3a3a3;background-color:transparent}.payment .pay button.payme-notactive{color:#a3a3a3;background-color:transparent}.payment .promocode{margin-top:15px}.payment .promocode input{width:100%;height:50px;border:.8px solid rgb(215,215,215);padding:10px 20px;font-size:18px}.payment .comment{width:100%;padding:8px;resize:none;height:150px;font-size:18px;margin-top:20px;font-family:sans-serif;border:.8px solid silver}.payment .comment::placeholder{color:silver;font-weight:300}.payment .prices{margin-top:30px}.payment .prices .price{display:flex;margin-bottom:20px;justify-content:space-between}.payment .prices .price-title{color:#888}.payment .prices .total-title{font-weight:600;font-size:21px}.payment .prices .total-price{font-weight:600;font-size:19px}
