@import 'https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&amp;display=swap';*{box-sizing:border-box;font-family:cairo,sans-serif}body{margin:0;padding:0;background-color:#fff2df}.disclaimer{display:none!important}ul{list-style-type:none}a{text-decoration:none!important;color:inherit;cursor:pointer}a:hover{text-decoration:none;color:inherit}.content{display:flex;align-items:center;justify-content:center}::-webkit-scrollbar{width:0}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}::-webkit-scrollbar-thumb{background:red;border-radius:10px}nav .upper-nav{background-color:#ffa800;padding-bottom:15px;border-bottom:1px solid #d86101}nav .upper-nav .upper-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:15px}nav .upper-nav .upper-content .left{display:flex;flex-direction:row;align-items:center;gap:18px}nav .upper-nav .upper-content .left a{font-size:16px}nav .upper-nav .upper-content .right ul{display:flex;flex-direction:row;padding:0;margin:0;gap:15px;font-size:16px}nav .lower-nav .lower-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:8px;padding-bottom:8px}nav .lower-nav .lower-content .logo h1{margin:0;font-size:31px;font-weight:700}nav .lower-nav .lower-content .logo img{width:150px}nav .lower-nav .lower-content ul{display:flex;flex-direction:row;align-items:center;gap:30px;font-size:18px;font-weight:700}.onsale{margin-top:50px}.onsale .section-header{position:relative;text-align:center;margin-bottom:60px}.onsale .section-header .shadow{position:absolute;top:50%;left:50%;transform:translate(-50%,-89%);font-size:65px;font-weight:900;color:#d5d5d5c7;z-index:-1}.onsale .section-header h1:not(h1.shadow){font-size:62px;font-weight:700;color:#ffa800}.onsale .onsale-content-left{display:flex;flex-direction:column;align-items:center;justify-content:center;height:84vh;box-shadow:0 0 7px rgb(0 0 0/37%);border-radius:13px;padding:40px;position:relative;background-color:#fff}.onsale .onsale-content-left img{width:100%;height:100%;object-fit:contain;transform:rotate3d(1,1,1,0deg);transition:1.5s;-webkit-transition:1.5s;-moz-transition:1.5s;-ms-transition:1.5s;-o-transition:1.5s}.onsale .onsale-content-left:hover img{transform:rotate3d(1,1,1,360deg)}.onsale .onsale-content-right .inner-onsale-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:40vh;box-shadow:0 0 7px rgb(0 0 0/37%);border-radius:13px;padding:40px;background-color:#fff;margin:8px;position:relative}.onsale .onsale-content-right .inner-onsale-content img{width:100%;height:61%;object-fit:contain;transform:rotate3d(1,1,1,0deg);transition:1.5s;-webkit-transition:1.5s;-moz-transition:1.5s;-ms-transition:1.5s;-o-transition:1.5s}.onsale .onsale-content-right .inner-onsale-content:hover img{transform:rotate3d(1,1,1,360deg)}.onsale .price-tag{position:absolute;top:0;left:0;background-color:#d90000;border-radius:15px 0;text-align:center;width:70px;height:30px;padding:5px;color:#fff;font-weight:700}.onsale .product-footer{display:flex;flex-direction:column;align-items:center;position:absolute;bottom:0;width:100%;padding:17px;background-color:#d7610080;border-radius:0 0 15px 15px;color:#fff;font-weight:700}.onsale .product-footer h1{font-size:21px;font-weight:700}.onsale .product-footer a{margin-top:15px;background-color:#111423;color:#fff;font-weight:700;padding:9px;border-radius:4px}.timer{display:flex;flex-direction:column;align-items:center;margin-top:30px;margin-bottom:50px;padding:15px;border:1px solid #111423;border-radius:5px}.timer>h1{font-weight:700}.timer .timer-content{display:flex;flex-direction:row;align-items:center;justify-content:center;justify-content:space-around;width:100%;flex-wrap:wrap;margin-top:28px}.timer .timer-content div h1{font-size:27px;margin:0;font-weight:700;font-family:fantasy;color:#111423;letter-spacing:15px}.timer .timer-content .dots{display:flex;flex-direction:column;align-items:center;justify-content:center}.timer .timer-content div:not(div.dots){display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.timer .timer-content div:not(div.dots) h2{margin:0;font-weight:700;color:#111423}.timer .timer-content .dots h2{margin:0;font-weight:700;color:#ffa800;font-family:fantasy}.payoff{margin-top:20px;margin-bottom:50px}.payoff .section-header{position:relative;text-align:center;margin-bottom:60px}.payoff .section-header .shadow{position:absolute;top:50%;left:50%;transform:translate(-50%,-89%);font-size:65px;font-weight:900;color:#d5d5d5c7;z-index:-1}.payoff .section-header h1:not(h1.shadow){font-size:62px;font-weight:700;color:#ffa800}.payoff .payoff-slider{margin-top:20px;margin-bottom:50px}.payoff .payoff-slider .slider{display:flex;flex-direction:row;align-items:center;justify-content:center}.payoff .payoff-slider .slider .slide{width:350px;height:450px;padding:15px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;margin:10px;box-shadow:0 0 7px rgb(0 0 0/37%);border-radius:15px}.payoff .payoff-slider .slider .slide .fav-cart{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.payoff .payoff-slider .slider .slide .fav-cart button{background-color:transparent;outline:none;border:none;font-size:21px;cursor:pointer}.payoff .payoff-slider .slider .slide img{width:100%;height:50%;object-fit:contain;border-radius:20px}.payoff .payoff-slider .slider .slide .name-price{display:flex;flex-direction:column;align-items:center;width:100%}.payoff .payoff-slider .slider .slide .name-price h1{font-size:20px;font-weight:600;text-align:right;width:100%}.payoff .payoff-slider .slider .slide .name-price h2{font-size:17px;display:flex;flex-direction:row;align-items:center;gap:15px;width:100%;color:#ffa800;font-weight:700;text-align:left}.payoff .payoff-slider .slider .slide .name-price h2 span:not(span.now-price){font-size:15px;font-weight:600;color:#6e6e6e;text-decoration:line-through}.payoff .payoff-slider .slider .slide>a{font-size:18px;width:100%;text-align:center;background-color:#111423;padding:9px;border-radius:0 0 15px 15px;color:#fff;font-weight:700;cursor:pointer;text-decoration:none;transition:.3s}.payoff .payoff-slider .slider .slide>a:hover{background-color:#1b1b1b}.description h1{font-weight:700;font-size:35px;margin:22px;text-align:right}.description p{margin-top:22px;font-size:20px;text-align:right;font-weight:600;padding:25px}.privacy-policy h1{margin-top:50px;margin-bottom:50px;font-size:39px;font-weight:700;text-align:center}.privacy-policy h2{text-align:left;margin-top:30px;margin-bottom:30px;font-weight:700}.privacy-policy p{text-align:left;font-size:17px;font-weight:600;line-height:39px;text-align:left;text-align-last:left}.all-products{margin-top:20px;margin-bottom:50px;overflow:hidden}.all-products .section-header{position:relative;text-align:center;margin-bottom:60px}.all-products .section-header .shadow{position:absolute;top:50%;left:50%;transform:translate(-50%,-89%);font-size:65px;font-weight:900;color:#d5d5d5c7;z-index:-1}.all-products .section-header h1:not(h1.shadow){font-size:62px;font-weight:700;color:#ffa904}.all-products .product{width:350px;height:450px;padding:15px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;margin:10px;box-shadow:0 0 7px rgb(0 0 0/37%);border-radius:15px}.all-products .product .fav-cart{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.all-products .product .fav-cart button{background-color:transparent;outline:none;border:none;font-size:21px;cursor:pointer}.all-products .product img{width:100%;height:50%;object-fit:contain;border-radius:20px}.all-products .product .name-price{display:flex;flex-direction:column;align-items:center;width:100%}.all-products .product .name-price h1{font-size:20px;font-weight:600;text-align:right;width:100%}.all-products .product .name-price h2{font-size:17px;display:flex;flex-direction:row;align-items:center;gap:15px;width:100%;color:#ffa800;font-weight:700;text-align:left}.all-products .product .name-price h2 span:not(span.now-price){font-size:15px;font-weight:600;color:#6e6e6e;text-decoration:line-through}.all-products .product>a{font-size:18px;width:100%;text-align:center;background-color:#111423;padding:9px;border-radius:0 0 15px 15px;color:#fff;font-weight:700;cursor:pointer;text-decoration:none;transition:.3s}.all-products .product>a:hover{background-color:#1b1b1b}.cart-popup{position:fixed;background-color:#0000009c;z-index:11000;top:0;left:0;right:0;bottom:0;display:none}.cart-popup .pop-content{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.cart-popup .pop-content .cart{width:90%;background-color:#fff;padding:19px;border-radius:15px}.cart-popup .pop-content .cart>i{font-size:27px;cursor:pointer;text-align:right;width:100%}.cart-popup .pop-content .cart>h1{text-align:center;font-size:38px;font-weight:700}.cart-popup .pop-content .cart .cart-content{height:60vh;overflow-y:scroll}.cart-popup .pop-content .cart .cart-content .product{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:15px;margin-bottom:15px;background-color:#dbdbdb;padding:10px;border-radius:9px;padding:10px}.cart-popup .pop-content .cart .cart-content .product img{width:80px;height:80px;object-fit:contain;border-radius:50%;background-color:#fff}.cart-popup .pop-content .cart .cart-content .product .price-close{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:23px}.cart-popup .pop-content .cart .cart-content .product .price-close h1{margin:0;font-size:17px;font-weight:700}.cart-popup .pop-content .cart .cart-content .product .price-close a{font-size:17px;font-weight:700;background-color:#fff;padding:7px;border-radius:6px;color:#000;transition:.3s}.cart-popup .pop-content .cart .cart-content .product .price-close a:hover{background-color:#000;color:#fff}.cart-popup .pop-content .cart .cart-content .product .price-close i{font-size:18px;cursor:pointer;font-weight:800}.cart-popup .pop-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}.cart-popup .pop-footer a{padding:15px;background-color:#000;border-radius:5px;color:#fff;font-weight:700;display:inline-block;width:150px;text-align:center;transition:.3s;text-decoration:none;cursor:pointer}.cart-popup .pop-footer h2{margin:0;font-size:21px;font-weight:800;font-family:initial;margin:15px}.cart-popup .pop-footer h2 span:not(span.price){font-size:18px;font-weight:700}.fav-popup{position:fixed;background-color:#0000009c;z-index:11000;top:0;left:0;right:0;bottom:0;display:none}.fav-popup .pop-content{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.fav-popup .pop-content .cart{width:90%;background-color:#fff;padding:19px;border-radius:15px}.fav-popup .pop-content .cart>i{font-size:27px;cursor:pointer;text-align:right;width:100%}.fav-popup .pop-content .cart>h1{text-align:center;font-size:38px;font-weight:700}.fav-popup .pop-content .cart .cart-content{height:60vh;overflow-y:scroll}.fav-popup .pop-content .cart .cart-content .product{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:15px;margin-bottom:15px;background-color:#dbdbdb;padding:10px;border-radius:9px;padding:10px}.fav-popup .pop-content .cart .cart-content .product img{width:80px;height:80px;object-fit:contain;border-radius:50%;background-color:#fff}.fav-popup .pop-content .cart .cart-content .product .price-close{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:23px}.fav-popup .pop-content .cart .cart-content .product .price-close h1{margin:0;font-size:17px;font-weight:700}.fav-popup .pop-content .cart .cart-content .product .price-close a{font-size:17px;font-weight:700;background-color:#fff;padding:7px;border-radius:6px;color:#000;transition:.3s}.fav-popup .pop-content .cart .cart-content .product .price-close a:hover{background-color:#000;color:#fff}.fav-popup .pop-content .cart .cart-content .product .price-close i{font-size:18px;cursor:pointer;font-weight:800}.fav-popup .pop-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}.fav-popup .pop-footer a{padding:15px;background-color:#000;border-radius:5px;color:#fff;font-weight:700;display:inline-block;width:150px;text-align:center;transition:.3s;text-decoration:none;cursor:pointer}.fav-popup .pop-footer h2{margin:0;font-size:21px;font-weight:800;font-family:initial;margin:15px}.fav-popup .pop-footer h2 span:not(span.price){font-size:18px;font-weight:700}footer{background-color:#111423;border:0;margin:0;padding:15px;display:flex;flex-direction:column;align-items:center}footer>h1{color:#fff;font-weight:700}footer .short-nav{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:34px;margin-top:21px;color:#fff}footer .short-nav div{display:flex;flex-direction:column;align-items:flex-end;gap:10px}footer .short-nav div h1{font-size:17px;margin-bottom:18px;font-weight:700;border-bottom:2px solid #ffa800;padding-bottom:12px}footer .short-nav li a{color:#fff}footer .row{width:100%}footer .footer-content{text-align:center}footer .footer-content h2{font-size:15px;color:#fff;font-weight:700}footer .footer-content>a{color:#fff}footer .footer-content ul:not(.short-nav){display:flex;flex-direction:row;align-items:center;gap:15px;justify-content:center}footer .footer-content ul:not(.short-nav) li a{display:inline-block;color:#000;background-color:#fff;width:30px;height:30px;text-align:center;padding:5px;border-radius:50%}.product{margin-top:50px}.product .product-content-image{display:flex;justify-content:center}.product .product-content-image img{width:67%;object-fit:contain}.product .product-content{text-align:right}.product .product-content h1{font-weight:700;font-size:35px;margin:22px}.product .product-content .offer{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.product .product-content .offer .left{padding:22px;background-color:#fff;background:#d5640a;background:linear-gradient(40deg,rgba(213,100,10,1) 55%,rgba(255,168,0,1) 100%);border-radius:11px}.product .product-content .offer .left>h1{margin:0;font-size:19px}.product .product-content .offer .left>h1 .new-price{font-size:20px;font-weight:700;color:#dbdbdb}.product .product-content .offer .left>h1 .past-price{font-size:18px;color:#484848;text-decoration:line-through}.product .product-content .offer .left>h2{font-size:27px;font-weight:700}.product .product-content .offer .left>h2 span{color:#c50000;font-family:auto;padding:11px;background-color:#fff;border-radius:6px;margin:15px;display:inline-block}.product .product-content .offer .left>h3{font-size:31px;font-weight:900;color:#fff}.product .product-content .offer .right span{display:inline-block;width:60px;height:50px;text-align:center;padding:10px;border-radius:5px;font-size:19px;font-weight:700;margin:5px}.product .product-content .offer .right span:nth-child(1){background-color:#ffa800}.product .product-content .offer .right span:nth-child(2){background-color:#e68006}.product .product-content .offer .right span:nth-child(3){background-color:#d5640a}.product .product-content .contact{margin-top:40px;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px}.product .product-content .contact a{display:inline-block;font-size:23px;background-color:#329136;padding:15px;padding-left:25px;padding-right:25px;border-radius:5px;color:#fff;text-decoration:none;cursor:pointer;transition:.3s}.product .service{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-around;margin:8px;border-radius:10px;transition:.3s;gap:15px;min-height:100px}.product .service:hover{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}.product .service i{font-size:21px;font-weight:700;color:#ffa800}.product .service h3{font-size:16px;font-weight:700;color:#d5640a;text-align:right;line-height:29px;margin:0}.order-form{margin-bottom:80px}.order-form form{display:flex;flex-direction:column;align-items:center;justify-content:center}.order-form form .form-row{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;width:100%}.order-form form .form-row div{width:100%;display:flex;flex-direction:column;align-items:flex-end;margin:10px}.order-form form .form-row div label{font-size:17px;font-weight:700;margin:7px}.order-form form .form-row div input{width:98%;background-color:#ffa80038;border:none;outline:none;border-bottom:1px solid #d5640a;height:51px;text-align:right;padding-right:12px;font-size:19px}.order-form form>label{display:inline-block;text-align:right;width:100%;margin:12px;margin-right:40px;font-size:16px;font-weight:700}.order-form form>textarea{width:98%;background-color:#ffa80038;border:none;outline:none;border:1px solid #d5640a;height:120px;text-align:right;padding-right:12px;font-size:19px;padding-top:8px}.order-form form>button{margin-top:25px;width:98%;height:46px;border:none;background:#d5640a;background:linear-gradient(40deg,rgba(213,100,10,1) 55%,rgba(255,168,0,1) 100%);outline:none;color:#fff;font-weight:700;font-size:16px;border-radius:7px;transition:.6s;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;-o-transition:.6s;animation-name:size-up-down-2;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate-reverse}@keyframes size-up-down-2{from{transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9)}to{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}}.order-form form>button:hover{background:#d5640a;background:linear-gradient(40deg,rgba(213,100,10,1) 100%,rgba(255,168,0,1) 100%)}.order-form .contact{margin-top:40px;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px}.order-form .contact a{display:inline-block;font-size:23px;background-color:#329136;padding:15px;padding-left:25px;padding-right:25px;border-radius:5px;color:#fff;text-decoration:none;cursor:pointer;transition:.3s}@media(max-width:550px){.all-products .product{width:100%}.order-form form .form-row{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%}.order-form .contact{margin-top:40px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:15px}.order-form .contact a{display:inline-block;font-size:23px;background-color:#329136;padding:15px;padding-left:25px;padding-right:25px;border-radius:5px;color:#fff;text-decoration:none;cursor:pointer;transition:.3s;width:80%;text-align:center;margin:15px}nav .upper-nav .upper-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:15px;flex-wrap:wrap;gap:17px;justify-content:center}}#referorderpostion{display:inline-block;width:100%;text-align:center;height:56px;padding:18px;background-color:#d5640a;color:#fff;font-weight:700;border-radius:5px;margin-top:18px;font-size:16px;animation-name:size-up-down;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate-reverse}@keyframes size-up-down{from{transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9)}to{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}}.product-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.product-container .product-section .product-header{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:red;color:#fff;padding:9px}.product-container .product-section .product-header h1{font-size:16px;margin:0;text-align:right;display:flex;flex-direction:row;gap:4px}.product-container .product-section .product-header h1 span{padding:3px;background-color:#fff;border-radius:4px;color:#000;font-size:13px}.product-container .product-section .product-header h2{font-size:16px;margin:0}.product-container .product-section .product-photos .slider img{width:100%;height:450px;background-color:#fff;object-fit:contain}.product-container .product-section .product-photos .small-images{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:23px;margin-bottom:25px;flex-wrap:wrap}.product-container .product-section .product-photos .small-images img{width:150px;height:150px;background-color:#fff;object-fit:contain;padding:5px;border-radius:6px;box-shadow:0 0 4px rgb(0 0 0/15%);display:none}.product-container .product-section .services{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.product-container .product-section .services .service{display:flex;flex-direction:row-reverse;align-items:center;gap:5px;color:#d65816}.product-container .product-section .services .service i{font-size:24px}.product-container .product-section .services .service h3{margin:0;font-size:17px}.product-container .product-section .call-us{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:29px;margin-bottom:30px}.product-container .product-section .call-us .call a{height:150px;width:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:#000;font-size:17px}.product-container .product-section .call-us .call:nth-child(2) a i{background-color:#329136}.product-container .product-section .call-us .call a i{font-size:67px;background-color:#1ace38;color:#fff;padding:15px;border-radius:12px;transition:.3s}.product-container .product-section>a{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:60px;margin-top:25px;margin-bottom:25px;border-radius:8px;transition:.3s;background-color:#d5640a;color:#fff;font-size:20px;animation-name:size-up-down-2;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate-reverse}.product-container .product-section>img{width:100%;margin-top:15px;display:none}.product-container .product-section .product-info{margin-top:37px}.product-container .product-section .product-info h1{text-align:right;font-size:21px;font-weight:700;color:#d5640a;display:flex;flex-direction:row;justify-content:flex-end}.product-container .product-section .product-info h2{text-align:right;font-size:19px;font-weight:700;color:#919191;text-decoration:line-through;display:flex;flex-direction:row;justify-content:flex-end}.product-container .product-section .product-info h3{text-align:right;font-size:13px;color:#717171}.product-container .product-section .product-info form{display:flex;flex-direction:column;align-items:flex-end;gap:17px}.product-container .product-section .product-info form .input{display:flex;flex-direction:column;align-items:flex-end;width:100%}.product-container .product-section .product-info form .input>label{font-size:14px;direction:rtl}.product-container .product-section .product-info form .input .label-for{display:flex;flex-direction:row-reverse;gap:15px}.product-container .product-section .product-info form .input .label-for label{padding:10px;box-shadow:0 0 4px rgb(0 0 0/41%);padding-left:15px;padding-right:15px;border-radius:5px;margin-top:17px;margin-bottom:16px;transition:.3s;cursor:pointer}.product-container .product-section .product-info form .input .label-for label.active{background-color:#d5640a;color:#fff}.product-container .product-section .product-info form .input>input{margin-top:15px;width:100%;text-align:right;border:1px solid #ababab;border-radius:5px;height:40px;padding-right:10px;font-size:19px;font-weight:500}.product-container .product-section .product-info form>button{width:100%;height:45px;border:none;outline:none;cursor:pointer;background-color:#d5640a;color:#fff;font-size:18px;border-radius:6px;transition:.3s;animation-name:size-up-down-2;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate-reverse}@keyframes size-up-down-2{from{transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9)}to{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}}.product-container .product-section .product-info form>a{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:41px;margin-top:25px;margin-bottom:25px;border-radius:5px;transition:.3s;background-color:#212529;color:#fff;font-size:20px;font-size:15px}.product-container .product-section .product-footer{padding:15px;background-color:#212529;color:#fff}.product-container .product-section .product-footer div{width:100%;display:flex;flex-direction:row;justify-content:center;gap:12px}.product-container .product-section .product-footer h4{margin-top:19px;font-size:14px;text-align:center}@media(max-width:550px){.product-container .product-section .services{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;justify-content:center;gap:19px}}.order-success{position:fixed;top:30px;left:50%;transform:translateX(-50%);z-index:1000;background-color:#c7d8b3;width:80%;text-align:center;border:1px solid #4caf50;border-radius:6px;display:none}.order-success h1{font-size:19px;color:#4caf50;line-height:31px;padding:15px}.rate label,.rate label:hover~label{color:#a7a7a7;text-shadow:none;transition:color 200ms,text-shadow 200ms;transition-delay:0}.rate:hover label{color:#fc0;text-shadow:#fc0 0 0 20px}.rate label.active{color:#fc0;text-shadow:#fc0 0 0 20px}.rate:hover label:nth-child(2){transition-delay:30ms}.rate:hover label:nth-child(3){transition-delay:60ms}.rate:hover label:nth-child(4){transition-delay:90ms}.rate:hover label:nth-child(5){transition-delay:120ms}.rate label{cursor:pointer;font-style:normal;color:#a7a7a7}.rating-content{text-align:right;margin-top:48px}.rating-content>h1{font-size:25px;font-weight:700;margin-bottom:21px;margin-right:15px}.rating-content .data{display:flex;flex-direction:row;align-items:center}.rating-content .data input{width:50%;height:51px;border-radius:5px;border:none;background-color:#fff;margin:5px;border:1px solid #cbcbcb;text-align:right;padding-right:11px}.rating-content .rate{display:flex;flex-direction:row-reverse;gap:15px;font-size:18px;color:#fff;margin-bottom:15px;margin-top:15px}.rating-content .message-input textarea{width:100%;height:180px;border-radius:5px;border:none;background-color:#fff;margin:5px;border:1px solid #cbcbcb;text-align:right;padding-right:11px}.rating-content button{margin-top:30px;width:100%;text-align:center;height:49px;border:none;outline:none;background-color:#d5640a;color:#fff;font-size:19px;font-weight:500;border-radius:5px;transition:.3s;cursor:pointer;margin-bottom:26px}.rating-content button:hover{background-color:#ac5005}.reviews-show .review-show-content{padding:15px;box-shadow:0 0 7px rgb(0 0 0/26%);margin-top:50px;border-radius:9px}.reviews-show .review-show-content .header{display:flex;flex-direction:row-reverse;align-items:center;padding:13px;justify-content:space-between;padding-top:30px;padding-bottom:30px;background-color:#d5640a;color:#fff;border-radius:17px 17px 0 0}.reviews-show .review-show-content .header h1{font-size:19px;font-weight:700;margin:0}.reviews-show .review-show-content .header ul{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:17px;color:#f8ba0c}.reviews-show .review-show-content .description{padding-top:20px;padding-bottom:20px;margin-top:30px;background-color:#eee;border-radius:5px}.reviews-show .review-show-content .description p{padding:5px;text-align:right;font-size:18px;font-weight:600}