:root{--opacity-5: .5;--main-color: #ffffff;--primary: #8CB64A;--primary-300: #B5DA7A;--primary-50: #EAFAD3;--primary-gray-700: #303030;--primary-gray-500: #737373;--primary-gray-300: #979696;--primary-gray-200: #D9D9D9;--primary-gray-100: #CCCCCC;--primary-danger-700: #DD251A;--primary-danger-800: #BC3131;--primary-danger-100: #FFF1EE;--primary-info-700: #2A3A90;--dark-blue-700: #212955 ;--dark-blue-50: #E7EBFF ;--gray-50: #EFEFEF;--gray-600: #615E5E;--border-color: #F3F4F7 }*{box-sizing:border-box;margin:0;padding:0}button{border:1.2px solid var(--primary);background-color:var(--primary);color:var(--main-color);padding:calc(.5rem + .3vw) calc(1.4rem + 1vw);border-radius:.8rem;cursor:pointer;transition:transform ease .4s}button:hover{transform:translateY(-3%)}.button-primary:hover{background-color:var(--main-color);color:var(--primary)}p,h1,h2,h3,h4,h5,span,a{color:inherit;background-color:transparent}hr{background-color:var(--primary-gray-200);width:99%;height:1px}body{background-color:var(--main-color);color:var(--primary-gray-700);border-color:var(--primary-gray-200)}.border{border:1px solid var(--border-color)}.border-0{border:unset}.bg-danger{color:var(--primary-danger-700)}.bg-danger-100{color:var(--primary-danger-100)}.transparent-input{background-color:transparent;border:unset}.default-theme{background-color:var(--main-color);color:var(--primary-gray-700)}.glass-theme{background-color:rgba(255,255,255,var(--opacity-5))}@media (min-width : 900){.default-theme-lg{background-color:var(--main-color);color:var(--primary-gray-700)}}.default-theme .text-inverse{color:var(--primary-gray-300)}.green-theme{--primary-danger-700: #FF6A55 ;background-color:var(--primary);color:var(--main-color)}.green-theme-inverse{background-color:var(--primary-50);color:var(--dark-blue-700)}.green-theme-inverse button{color:var(--main-color);background-color:var(--primary-300)}.blue-theme-inverse{background-color:var(--dark-blue-50);color:var(--dark-blue-700)}.blue-theme-inverse button{background-color:var(--dark-blue-700);color:var(--main-color)}input{--primary-gray-200:#CDCDCD ;outline:none;border:var(--primary-gray-200) 1px solid;border-radius:4rem;background-color:var(--main-color);color:var(--primary-gray-700);padding:calc(.5rem + .2vw);font-size:calc(10px + .3vw)}.gray-input{--main-color: #F6F6F6 ;--primary-gray-700: #9B9B9B ;border-color:transparent}.out-line-button{background-color:var(--main-color);color:var(--primary);border:1px solid var(--primary)}.out-line-button:hover{background-color:var(--primary);color:var(--main-color);border:1px solid var(--primary)}.gray-button{--primary:var(--gray-50) ;--main-color: var(--gray-600)}.is-favorite-fill svg,.is-favorite-fill svg *{fill:var(--primary-danger-800);stroke:var(--primary-danger-800)}.success-theme{--primary:#20B462 ;--primary-50: #DFF7E9 ;background-color:var(--primary-50);color:var(--primary);border-radius:10px}.text-capitalize,.text-capitalize *{text-transform:capitalize}.warning-theme{--primary:#EB9442 ;--primary-50: #FCEDDF ;background-color:var(--primary-50);color:var(--primary);border-radius:10px}.danger-theme{--primary-danger-700: #C13D3D;--primary-danger-100: #FFDFDF;background-color:var(--primary-danger-100);color:var(--primary-danger-700);border-radius:10px;--primary-gray-700: var(--primary-danger-700) }.red-theme{--primary-danger-700: #C13D3D;background-color:var(--primary-danger-700);color:var(--main-color)}.info-theme{--dark-blue-50: #C0ECFF;--dark-blue-700: #2D7DAA;background-color:var(--dark-blue-50);color:var(--dark-blue-700);border-radius:2px}.text-primary{color:var(--primary)}.rounded-4{border-radius:1.2rem}.check-box-input{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.check-box-input input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:var(--main-color);border:1.6px solid var(--primary-gray-500);border-radius:.3rem}.check-box-input:hover input~.checkmark{background-color:var(--main-color)}.check-box-input input:checked~.checkmark{background-color:var(--main-color)}.checkmark:after{content:"";position:absolute;display:none}.check-box-input input:checked~.checkmark:after{display:block}.check-box-input .checkmark:after{top:50%;left:50%;width:5px;height:10px;border:solid var(--primary);border-width:0 4px 4px 0;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.over-flow-x-h{overflow-x:hidden}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.transform-scale-1 img{transform:rotateY(180deg)}.d-flex{display:flex}.pointer-event-none{pointer-events:none}.container,.container-lg{width:100%;padding-right:calc(1.5rem + 3.5vw);padding-left:calc(1.5rem + 3.5vw);margin-right:auto;margin-left:auto}.text-bold-400{font-weight:400}.text-bold-900{font-weight:900}.d-none-sm{display:none}.text-wrap-balance{text-wrap:balance}.text-center{text-align:center}.padding-div-4{padding:4vw 0}.opacity-5{opacity:.5}.opacity-1{opacity:1}.text-14{font-size:calc(10px + .3vw)}.text-16{font-size:calc(14.7px + .2vw)}.text-10{font-size:calc(9px + .1vw)}.text-11{font-size:calc(9px + .14vw)}.text-13{font-size:calc(10px + .17vw)}.text-12{font-size:calc(10px + .16vw)}.text-18{font-size:calc(13px + .2vw)}.text-20{font-size:calc(16px + .55vw)}.text-24{font-size:calc(16px + .71vw)}.text-28{font-size:calc(16px + .74vw)}.text-32{font-size:calc(20px + 1.2vw)}@media (max-width:900px){.text-14{font-size:calc(11px + 1vw)}}@media (max-width :900px){.border-0-sm{border:unset!important}}@media (min-width:1910px){.container,.container-lg{width:95%;padding-right:calc(1rem + 3vw);padding-left:calc(1rem + 3vw)}}@media (max-width:600px){.container{width:100%;padding-right:.6rem;padding-left:.6rem}.container-lg{padding-right:0;padding-left:0}}@media (max-width:550px){.justify-content-center-sm{justify-content:center}}.items-center{align-items:center}.flex-start{align-items:flex-start}.flex-end{align-items:flex-end}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:3rem}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}ul{list-style:none}a{text-decoration:none;font-size:inherit;font-weight:inherit}.w-25{width:25%}.w-40{width:40%}.w-45{width:45%}.w-50{width:50%}.w-75{width:75%}.w-70{width:70%}.w-80{width:80%}.w-85{width:85%}.w-90{width:90%}.w-100{width:100%}.w-auto{width:auto}.curser-pointer{cursor:pointer}.d-inline{display:inline}.text-bold-700{font-weight:700}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:1rem}.m-4{margin:1.5rem}.m-5{margin:3rem}.m-auto{margin:auto}.mx-0{margin-right:0;margin-left:0}.mx-1{margin-right:.25rem;margin-left:.25rem}.mx-2{margin-right:.5rem;margin-left:.5rem}.mx-3{margin-right:1rem;margin-left:1rem}.mx-4{margin-right:1.5rem;margin-left:1.5rem}.mx-5{margin-right:3rem;margin-left:3rem}.mx-auto{margin-right:auto;margin-left:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:1rem;margin-bottom:1rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-5{margin-top:3rem;margin-bottom:3rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mt-auto{margin-top:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mb-auto{margin-bottom:auto}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.px-0{padding-right:0;padding-left:0}.px-1{padding-right:.25rem;padding-left:.25rem}.px-2{padding-right:.5rem;padding-left:.5rem}.px-3{padding-right:1rem;padding-left:1rem}.px-4{padding-right:1.5rem;padding-left:1.5rem}.px-5{padding-right:3rem;padding-left:3rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:1rem;padding-bottom:1rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:3rem}.cover{position:relative}.cover img{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%)}.position-static{position:static}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.top-50{top:50%}.top-100{top:100%}.bottom-0{bottom:0}.bottom-50{bottom:50%}.bottom-100{bottom:100%}.rounded{border-radius:.25rem}.rounded-0{border-radius:0}.rounded-1{border-radius:.2rem}.rounded-2{border-radius:.25rem}.rounded-3{border-radius:.3rem}.rounded-circle,.rounded-full{border-radius:50%}.rounded-pill{border-radius:50rem}.disable-button{cursor:not-allowed!important;opacity:.3!important;pointer-events:none}.rounded-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-end{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-start{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.notification-icon{position:relative}.active .point-for-notification{position:absolute;top:0;left:0;border:2px solid var(--main-color);width:.7rem;height:.7rem;background-color:var(--primary-danger-700);border-radius:50%}.notification-under-line{max-height:500px;overflow-y:auto;overflow-x:hidden}.notification-component{min-width:350px;max-width:90vw;padding:calc(.7rem + .6vw) 0;border-bottom:1.2px solid var(--primary-gray-200)}.notification-component .time{color:var(--primary-gray-500)}.notification-component svg{fill:var(--primary-gray-500);width:1.8rem;height:1.8rem}@media (min-width: 650px){.notification-component{max-width:550px}}.notification-component:last-child{border-bottom:none;margin-bottom:1rem}.model-holder-window{position:fixed;width:100%;height:100%;display:flex;margin-bottom:8rem;z-index:10000;background-color:#0006;color:var(--primary-gray-700)}.model-holder-window .close-model-div{top:0;left:0;z-index:10000;width:100%;height:100%;position:absolute}.model-holder-window .modal-head{background-color:var(--gray-50);width:100%;padding:calc(.5rem + .5vw)}.message-model-window{display:flex;flex-direction:column;align-items:center;position:fixed;background-color:var(--main-color);z-index:10001;overflow:hidden;border-radius:.4rem}.message-model-window .modal-body{padding:calc(.5rem + .5vw);width:fit-content!important;height:max-content!important;min-width:calc(220px + 8vw)!important;min-height:calc(70px + 3vw)}.model-holder-window.center{top:0;left:0;justify-content:center;align-items:center}.model-holder-window.top{top:0;justify-content:center}.model-holder-window.top>div{top:30px}.model-holder-window.top-left{justify-content:flex-start;padding-top:30px!important;padding-left:30px!important;top:0}.model-holder-window.top-right{top:0;justify-content:flex-end;padding-top:30px!important;padding-right:30px!important;padding-left:30px!important;left:unset!important}@media (max-width: 500px){.model-holder-window.center>div{top:25%!important}}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active{animation:slide-enter .6s}.slide-leave-active{animation:slide-leave .5s}@keyframes slide-enter{0%{transform:translateY(-700%)}to{transform:translateY(.1%)}}@keyframes slide-leave{0%{transform:translateY(0)}to{transform:translateY(-700%)}}.bounce-enter-active{animation:bounce-in .5s}.bounce-leave-active{animation:bounce-in .5s reverse}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.closed-div-custom-select{position:absolute;top:0;left:0;width:100%;height:100%;z-index:900;background-color:transparent;opacity:0}.custom---select-items-wrapper{position:relative;padding:0 calc(.3rem + .3vw);width:inherit}.custom---select-items-wrapper .result-to-show{cursor:pointer;display:flex;align-items:center;font-weight:500;color:var(--primary-gray-700);width:100%}.custom---select-items-wrapper .result-to-show p{font-size:calc(10px + .35vw);margin-bottom:0}.custom---select-items-wrapper .icon-down-up{margin:0 .2rem}.custom---select-items-wrapper .option-holder{margin-top:.7rem;display:flex;flex-direction:column;align-items:center;padding:calc(.35rem + .35vw) calc(.3rem + .3vw);background-color:var(--main-color);position:absolute;width:200%;min-width:calc(160px + 4vw);border-radius:calc(var(--border) * 1rem);z-index:10000;transform:translate(calc(1% * var(--translate-x)))}.custom---select-items-wrapper .box-shadow{box-shadow:0 0 7px #7777772e}.custom---select-items-wrapper .search-section{background-color:var(--primary-gray-200);width:100%;padding:calc(.3rem + .3vw);margin-bottom:.5rem;border-radius:calc(var(--border) * 1rem - .3vw)}.custom---select-items-wrapper .search-section .search-input{border:none;outline:none;font-size:calc(10px + .43vw);font-weight:400;background-color:transparent;color:var(--primary-gray-700);width:calc(100% - 30px);padding:0 calc(.3rem + .3vw)}.custom---select-items-wrapper .options{display:flex;flex-direction:column;gap:.3rem;width:100%;height:calc(var(--max-h) * 1px);overflow:auto}.custom---select-items-wrapper .options .option{opacity:.75;cursor:pointer;color:var(--primary);display:inline-block;width:100%;border-radius:calc(var(--border) * 1rem);font-size:calc(10px + .3vw)}.custom---select-items-wrapper .options .option span{display:inline-block;width:100%;padding:calc(.3vw + .3rem) calc(.3vw + .3rem);font-weight:400}.custom---select-items-wrapper .options .option:hover{background-color:var(--primary);color:var(--main-color);opacity:1}@media (max-width: 750px){.custom---select-items-wrapper .option-holder{max-width:calc(100px + 5vw)}.custom---select-items-wrapper .search-icon svg{width:15px;height:15px}}.lang-ar--body .option-holder{transform:translate(calc(-1% * var(--translate-x)))}.shared-tab-wrapper.under-line .the-under-line{position:absolute;width:100%;height:2.2px;background-color:var(--primary-gray-200);left:0;bottom:-2px;z-index:0}.shared-tab-wrapper li span{display:inline-block;position:relative;padding:.4rem .9rem;cursor:pointer}.shared-tab-wrapper li span:after{content:"";position:absolute;width:100%;height:2.2px;background-color:var(--primary);left:0;bottom:-2px;transform:scale(0);transition:transform .3s ease;z-index:2}.shared-tab-wrapper li .active-tab:after{transform:scale(1);transition-delay:.4s}.shared-card-wrapper{position:relative;width:calc(310px + 2vw);height:calc(255px + 2vw)}.shared-card-wrapper .image-card{width:100%;height:212px}.shared-card-wrapper .icon-wrapper{position:absolute;top:1rem;left:1rem;z-index:100;padding:.2rem .6rem;border-radius:.4rem;min-width:80px;width:max-content;gap:.3rem;justify-content:space-between;box-shadow:0 4px 39px #00000017}.shared-card-wrapper .icon-wrapper .increase-cart{min-width:2.8rem;align-items:center!important;justify-content:space-between!important}.shared-card-wrapper .icon-wrapper .increase-cart .mark-mince,.shared-card-wrapper .icon-wrapper .increase-cart .mark-plus{line-height:1.2rem}.shared-card-wrapper .icon-wrapper .line{font-size:1.22rem;color:var(--primary-gray-500)}.shared-card-wrapper .icon-wrapper span{display:flex;align-items:center;justify-content:center}.shared-card-wrapper .icon-wrapper svg{width:20px;height:20px;--main-color: var(--primary-gray-500)}.shared-card-wrapper .icon-wrapper .favorite-icon{--main-color: var(--primary-gray-500)}.shared-card-wrapper .price{color:var(--primary-info-700)}.shared-card-wrapper .old-price{color:var(--primary-gray-200);text-decoration-line:line-through}.offer-wrapper{width:100%;align-items:center;height:222px;overflow:hidden}.offer-wrapper .image-offer{width:258px;height:170px;transform:translate(-10%)}.offer-wrapper .title-section{padding:1.3rem 1rem 2.4rem}.offer-wrapper .title-section .arrow-left-icon{transform:rotate(180deg)}.offer-wrapper .title-section button{margin-bottom:1rem;border-radius:.3rem;border:none}@media (min-width: 800px){.offer-wrapper{width:100%}.offer-wrapper .image-offer{transform:translate(0)}}.shared-filter-wrapper{position:sticky;top:1rem;min-width:calc(200px + 3vw);box-shadow:0 4px 39px #00000008;padding:calc(.3rem + .7vw)}.shared-filter-wrapper .filters{position:absolute;top:2rem;left:-.6rem;width:calc(250px + 4vw);min-height:800px;box-shadow:0 0 10px #88888847;padding:calc(1rem + 1vw);transition:transform ease .4s;z-index:10000}.shared-filter-wrapper hr{color:var(--primary-gray-200)}.shared-filter-wrapper .left-out-page{transform:translate(-120%)}.shared-filter-wrapper .result1,.shared-filter-wrapper .result2{border:1px solid var(--primary-gray-500);color:var(--primary-gray-500);font-size:calc(12px + .3vw);font-weight:500;border-radius:.3rem;padding:.3rem .5rem}@media (max-width: 900px){.filter-div-sm-all-page-close-filter{position:absolute;top:0;left:0;background-color:#0003;width:100%;height:max(200%,100vh);z-index:900}}.shared-progress-wrapper{display:flex;justify-content:center;border-radius:2rem}.shared-progress-wrapper ul{display:flex;align-items:center;justify-content:center;padding:calc(.7rem + .7vw) 1rem;margin:calc(.5rem + 1.5vw) 0}.shared-progress-wrapper ul li{display:flex;align-items:center}.shared-progress-wrapper ul li a{padding:0 calc(.7rem + 2.3vw);color:var(--primary-gray-200);opacity:.7;position:relative}.shared-progress-wrapper ul li svg,.shared-progress-wrapper ul li span,.shared-progress-wrapper ul li svg *{line-height:0;color:var(--primary-gray-500);fill:var(--primary-gray-500)}.shared-progress-wrapper ul li .active-progress{color:var(--primary-gray-700);opacity:1}.spinner-wrapper-component{justify-content:center;align-items:center}.spinner-wrapper-component .loader{margin:0 .3rem;width:calc(1rem + .7vw);height:calc(1rem + .7vw);min-width:1.4rem;min-height:1.4rem;border:calc(.1rem + .2vw) solid var(--main-color);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message-holder{min-height:2rem}.reset-spinner .spinner-wrapper-component .loader{width:unset;height:unset}.shared-toaster{position:fixed;top:12rem;width:100%;z-index:1001;transform:translateY(-700%);transition:transform ease .4s}.shared-toaster .message-wrapper .error-icon svg *{fill:var(--primary-danger-700)}.shared-toaster .message-wrapper .error-icon{border-color:var(--primary-danger-700)!important}.shared-toaster .message-wrapper .error-icon svg{margin-top:.4rem!important}.shared-toaster .message-wrapper .icon-message{border:1.3px solid var(--primary);border-radius:50%;display:flex;justify-content:center;align-items:center;width:26px;height:26px}.shared-toaster .message-wrapper .icon-message span{margin:auto}.shared-toaster .message-wrapper .icon-message svg{margin:auto;width:20px;height:20px}.shared-show-toaster{transform:translateY(0)}.logo-image{width:calc(70px + 1.2vw);height:calc(30px + 1.2vw);display:block}.slider-header-wrapper .image-container .lg-image-banner{display:block}.slider-header-wrapper .image-container .sm-image-banner{display:none}@media (max-width: 900px){.slider-header-wrapper .image-container .lg-image-banner{display:none}.slider-header-wrapper .image-container .sm-image-banner{display:block}}.image-header-wrapper{height:280px;position:relative;top:0}@media (max-width: 900px){.image-header-wrapper{height:calc(60px + 4vw)}}.image-header-wrapper .image-container-small{position:absolute;top:0;left:0;height:280px;width:100%;overflow:hidden;z-index:-1}.image-header-wrapper .image-container-small img{position:absolute;top:50%;left:50%;height:100%;width:100%;transform:translate(-50%,-50%)}@media (max-width: 900px){.image-header-wrapper .image-container-small{height:calc(60px + 4vw)}.image-header-wrapper .image-container-small img{object-fit:fill}}.list-sm-section,.search-section-sm{display:none}.count-of-cart{position:absolute;top:-16%;left:59%;min-width:1.5rem;min-height:1.5rem;width:max-content;display:flex;justify-content:center;align-items:center;font-size:calc(10px + .2vw)}.from-header-down .custom---select-items-wrapper{padding:0!important}.from-header-down .result-to-show .text{color:var(--primary-info-700);min-width:calc(7rem + 1vw);font-size:calc(12px + .2vw)}.from-header-down .icon-down-up svg{transform:scale(1.1)}.search-select{width:calc(400px + 40vw)}.search-select .search{background-color:rgba(255,255,255,var(--opacity-5));width:calc(340px + 25vw)}.search-select .search input{background-color:transparent!important;width:calc(100% - 30px)}.max-h-400{max-height:400px;overflow-y:auto;overflow-x:hidden}.slider-header-wrapper{max-height:calc(310px + 5vw);position:relative;max-width:100%;overflow:hidden}.slider-header-wrapper .image-container{opacity:0;transition:.8s ease opacity}.slider-header-wrapper .show-image{opacity:1;transition-delay:.3s}.slider-header-wrapper .poll{position:absolute;bottom:2vw;right:4rem;min-width:200px;height:1rem;z-index:10}.slider-header-wrapper .poll .slide-score{display:inline-block;background-color:var(--main-color);width:5.5rem;height:.45rem;border-radius:.4rem;margin:0 .4rem;cursor:pointer;box-shadow:0 0 4px #3333332b;transition:.3s ease transform;transform:scaleX(1);transition-delay:.3s}.slider-header-wrapper .poll .slide-score.active{background-color:var(--primary);transform:scaleX(.7);transition-delay:0}@media (min-width: 550px){.slider-header-wrapper{max-height:unset;min-height:calc(450px + 6vw)}}.slider-header-wrapper .image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.slider-header-wrapper .image-container img{display:block;width:100%;height:100%;position:absolute;object-fit:fill}.circle-header{min-width:calc(65px + 2vw)}.circle-header .circle{width:calc(25px + .5vw);height:calc(25px + .5vw);display:flex;align-items:center;justify-content:center}@media (max-width: 900px){.circle-header .circle svg{width:calc(12px + .5vw)!important;height:calc(12px + .5vw)!important}}@media (max-width: 900px){.slider-header-wrapper .large-text{width:80%;line-height:2.2rem}}.large-text-button{padding-top:calc(1rem + 2.5vw);padding-bottom:calc(1rem + 1vw);line-height:4rem}@media (max-width: 900px){.large-text-button{padding-top:.7rem;padding-bottom:.7rem}.large-text-button .my-3{margin-top:.3rem;margin-bottom:.3rem}.large-text-button .button-primary{padding:.8rem 1.5rem}}.close-div-list-header{position:absolute;top:0;left:0;width:100%;height:100%;z-index:998}.search-model{box-shadow:0 4px 39px #00000008;position:absolute;top:2rem;z-index:1000;border-radius:.4rem;width:90vw;max-width:550px}.search-model .head{padding:calc(.2rem + 1vw)}@media (min-width: 900px){.search-model{top:4rem;width:100%;max-width:unset;left:0}.search-model .max-h-500{max-height:500px;overflow-y:auto}.search-model .search-image{width:calc(60px + 2.5vw);height:calc(60px + 2vw)}.search-model .result-item{margin:.5rem .4rem;padding:.5rem;box-shadow:0 0 8px #7777771a}}@media (max-width: 900px){.sm-spaces{justify-content:flex-start!important;gap:1rem}.search-image{width:calc(50px + 2vw);height:calc(50px + 2vw)}.result-item{margin:.4rem .3rem;padding:.3rem;box-shadow:0 0 4px #77777718}.result-item .context{display:flex;flex-direction:column;justify-content:space-between}.list-sm-section{position:relative;display:flex}.list-sm-section .header-list-wrapper{opacity:0;position:absolute;top:2rem;left:0;background-color:var(--main-color);width:40vw;box-shadow:0 0 10px #77777737;border-radius:.4rem;height:240px;z-index:999;padding:1rem;transform:translate(-200%);transition:transform .4s ease}.list-sm-section .header-list-wrapper ul{display:flex;flex-direction:column;justify-content:flex-start;gap:.3rem}.list-sm-section .header-list-wrapper ul li{display:flex;justify-content:flex-start}.list-sm-section .header-list-wrapper ul li a{width:100%;padding:.5rem;border-radius:.3rem}.list-sm-section .header-list-wrapper ul li a:hover{background-color:var(--primary);color:var(--main-color)}.list-sm-section .translate-0{opacity:1;transform:translate(0)!important}.search-section-sm{width:50%;display:flex;justify-content:flex-end;padding:0;position:relative}.search-section-sm label{position:relative;width:74%}.search-section-sm label input{width:100%;background-color:transparent;border:none;--primary-gray-700: var(--main-color);font-weight:600;font-size:calc(9px + .2rem);padding:0;margin-bottom:.6rem}.search-section-sm .search-style{position:absolute;left:-1.7rem;top:50%;transform:translateY(-50%)}.search-section-sm .search-style svg{--primary-gray-700: var(--main-color)}.search-select{width:calc(100px + 20vw)}.w-60-sm{width:75%}.circle-header{width:80px;padding:0 .5rem}.count-of-cart{width:1.1rem;height:1.1rem;min-width:unset;min-height:unset}.count-of-cart span{font-size:calc(9px + .1vw)}.custom---select-items-wrapper .result-to-show .text{font-size:calc(8px + .3vw)}}.home-page-wrapper .home-circle{width:calc(110px + 3vw);height:calc(110px + 3vw);overflow:hidden;position:relative}.home-page-wrapper .home-circle img{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.offers-section{flex-direction:column-reverse;gap:2rem}.shop-page{padding-top:calc(1rem + 1vw)}.shop-page .card-product-shop{max-width:30%}.shop-page .card-product-shop .shared-card-wrapper{width:100%}@media (min-width: 1200px){.shop-page{margin-bottom:3rem}.shop-page .shared-card-wrapper{width:calc(33.33% - 2rem);max-width:300px;max-height:300px}}.full-w-sm-part-lg{width:100%}@media (min-width: 900px){.shop-page{display:flex;justify-content:space-between}.full-w-sm-part-lg{width:calc(96% - 210px - 4vw)}}.product-details-page{margin-top:calc(1rem + 1.3vw);margin-bottom:calc(1rem + 1.3vw);display:flex;flex-direction:column}.product-details-page .images-section{display:flex;flex-direction:column;max-width:613px}.product-details-page .images-section .large-image{width:613px;height:363px;border-radius:1.3rem;margin-bottom:2rem}.product-details-page .images-section .small-image{width:113px;height:97px;border-radius:1.3rem;cursor:pointer;overflow:hidden;object-fit:fill}.product-details-page .text-section .text{letter-spacing:.09em;word-spacing:.1em}.product-details-page .text-section .buttons .fav-svg svg,.product-details-page .text-section .buttons .fav-svg svg *{stroke:var(--primary)}.product-details-page .text-section .buttons .out-line-button:hover .fav-svg svg *,.product-details-page .text-section .buttons .active .fav-svg svg *{stroke:var(--main-color)}.product-details-page .slider-point-sm{display:flex;flex-wrap:nowrap;flex-direction:column;overflow:hidden;width:100%}.product-details-page .slider-point-sm .product-items{display:flex;transition:transform .4s ease;width:calc(100vw * var(--n-item));transform:translate(calc(100% / var(--n-item) * var(--transform)))}.product-details-page .slider-point-sm .product-items .product-card{width:100vw;display:flex;justify-content:center}.product-details-page .slider-point-sm .product-items .product-card .shared-card-wrapper{max-width:90%}.product-details-page .slider-point-sm .points-sm{display:flex;justify-content:center;gap:1rem;margin:calc(1rem + 1vw)}.product-details-page .slider-point-sm .points-sm .cell{display:flex;justify-content:center;align-items:center;width:calc(10px + 1vw + .7rem);height:calc(10px + 1vw + .7rem);background-color:var(--main-color);border:1.1px solid var(--main-color);border-radius:50%}.product-details-page .slider-point-sm .points-sm .cell span{display:inline-block;width:calc(10px + 1vw);height:calc(10px + 1vw);background-color:var(--primary-gray-200);border-radius:50%;cursor:pointer}.product-details-page .slider-point-sm .points-sm .active{border-color:var(--primary)}.product-details-page .slider-point-sm .points-sm .active span{background-color:var(--primary)}.product-details-page .in-de-button{cursor:auto}.product-details-page .in-de-button .mark-plus,.product-details-page .in-de-button .mark-mince{display:flex;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;border-radius:.4rem;color:var(--main-color);border:1.1px solid var(--main-color);line-height:0;padding-bottom:.23rem}@media (max-width: 750px){.product-details-page{align-items:center}.product-details-page .images-section{max-width:calc(100vw - 2rem);height:73vw}.product-details-page .images-section .large-image{max-width:100%;height:100%}.product-details-page .images-section .small-image{width:calc(25vw - 1rem);height:calc(25vw - 1rem)}}@media (min-width: 550px){.product-details-page .slider-point-sm{display:flex;flex-wrap:wrap}.product-details-page .slider-point-sm .product-items{display:flex;width:100%;transform:translate(0);flex-wrap:wrap;justify-content:center;gap:1rem}.product-details-page .slider-point-sm .product-items .product-card{width:calc(50% - 2rem)}.product-details-page .slider-point-sm .product-items .product-card .shared-card-wrapper{width:100%;max-width:unset}.product-details-page .slider-point-sm .points-sm{display:none!important}}@media (min-width: 1000px){.product-details-page{display:flex;flex-direction:row;gap:calc(1rem + 1vw);align-items:center;margin-bottom:calc(1.5rem + 4.4vw)}.product-details-page .images-section{max-width:48%}.product-details-page .images-section .large-image,.product-details-page .images-section .small-images{max-width:100%}.product-details-page .text-section{padding-bottom:8rem}.product-details-page .slider-point-sm .product-items .product-card{width:calc(33% - 2rem)}}@media (min-width: 1300px){.product-details-page .slider-point-sm .product-items{justify-content:flex-start}.product-details-page .slider-point-sm .product-items .product-card{width:calc(25% - .8rem)}}.footer-offer-wrapper{padding:1.7rem 1.4rem}.social-media{display:flex;justify-content:space-evenly;width:calc(160px + 2.2vw)}.social-media span{border-radius:50%;border:1.2px solid var(--main-color);width:calc(27px + .7vw);height:calc(27px + .7vw);display:flex;justify-content:center;align-items:center}.footer-wrapper{width:100%;height:calc(900px + 1vw);margin-bottom:1rem}@media (max-width: 1100px){.footer-wrapper{padding:1.7rem 1.4rem}}.footer-wrapper .all-content{flex-direction:column;gap:2rem}.footer-wrapper .sm-image,.footer-wrapper .lg-image{pointer-events:none}.footer-wrapper .sm-image{display:none}@media (max-width: 900px){.footer-wrapper .sm-image{display:block}.footer-wrapper .lg-image{display:none}}.footer-wrapper .logo-social{display:flex;flex-direction:column;gap:1rem}.footer-wrapper .letter-space{letter-spacing:.04em;line-height:1.5rem;word-spacing:.2em}.footer-wrapper .social-media{justify-content:flex-start;gap:1rem}.footer-wrapper .social-media span{width:calc(35px + .7vw);height:calc(35px + .7vw)}.footer-wrapper .social-media span svg{width:calc(20px + .7vw);height:calc(20px + .7vw)}.footer-wrapper .logo{width:calc(120px + 1.2vw);height:calc(50px + 1.1vw)}.footer-wrapper .qr-image{width:calc(70px + 2vw);height:calc(70px + 2vw)}.footer-wrapper .copy-rights .email{color:var(--primary)}.cat-page{margin-top:calc(1rem + .7vw);display:flex;flex-direction:column}.cat-page .items{display:flex;align-items:center;margin-top:1.3rem;margin-bottom:1.3rem;border-bottom:1px solid var(--primary-gray-200);padding-bottom:1rem;gap:1rem}.cat-page .items .cover{width:78px;height:74px}.cat-page .items .cover img{border-radius:.4rem}.cat-page .items .cover .close-button{position:absolute;top:0;left:0;transform:translate(-50%,-50%);background-color:var(--primary-gray-200);border-radius:50%;width:1.2rem;height:1.2rem;z-index:100;cursor:pointer}.cat-page .items .cover .close-button svg{width:.8rem;height:.8rem}.cat-page .items .cover .close-button .spinner-wrapper-component .loader{width:unset;height:unset}.cat-page .items .name{font-size:calc(10px + .3rem);font-weight:700}@media (max-width: 410px){.cat-page .items .name{min-width:30vw}}@media (min-width: 410px) and (max-width: 700px){.cat-page .items .name{min-width:40vw}}@media (min-width: 700px) and (max-width: 900px){.cat-page .items .name{min-width:55vw}}.cat-page .items .hide-lg{display:flex;gap:.4rem}.cat-page .items .quantity{background-color:var(--gray-50);display:flex;align-items:center}.cat-page .items .quantity .number{padding:0 1.5rem}.cat-page .items .quantity .button-up-down{border-left:1px solid var(--primary-gray-200);display:flex;flex-direction:column}.cat-page .items .quantity .button-up-down svg *{stroke:var(--primary)}.cat-page .items .quantity .button-up-down .rotate-to-up{border-bottom:1px solid var(--primary-gray-200)}.cat-page .items .quantity .button-up-down .rotate-to-up svg{transform:rotate(180deg)}.cat-page .items .quantity .button-up-down>span{padding:.2rem .7rem 0;cursor:pointer}.cat-page .items:last-child{border-bottom:unset!important}.cat-page .price-section .title{border-bottom:1px solid var(--primary-gray-200);padding:1rem 0}.cat-page .price-section .sub-total{padding:1rem 0}.cat-page .price-section .total-delivery{padding-bottom:2rem;border-bottom:1px solid var(--primary-gray-200);margin-bottom:1rem}.cat-page .price-section .total{margin:2rem 0}.cat-page .price-section .payment-button{width:340px;margin:2rem 0}.cat-page .price-section>div{align-items:center}@media (min-width: 900px){.cat-page .items>div,.cat-page .titles>span{width:calc((100% - 2rem)/5);text-align:center}.cat-page .titles{justify-content:space-between;gap:1rem;border-bottom:1px solid var(--primary-gray-200);padding-bottom:1rem}.cat-page .titles .name-title{width:calc((100% - 2rem)*.39);max-width:250px}.cat-page .titles .quantity-title{width:calc((100% - 2rem)*.13);max-width:100.383px}.cat-page .titles .amount-title,.cat-page .titles .price-title{max-width:calc((100% - 2rem)*.13)}.cat-page .items{justify-content:space-between}.cat-page .items .price{display:flex;justify-content:center;gap:.5rem!important;width:calc((100% - 2rem)*.13)}.cat-page .items .price span{text-align:center}.cat-page .items .cover{display:flex;justify-content:space-between;width:calc((100% - 2rem)*.17);align-items:center}.cat-page .items .cover img{max-width:78px}.cat-page .items .cover .close-button{background-color:transparent;position:relative;top:unset;left:unset;transform:translate(0)}.cat-page .items .cover .close-button svg{width:1.7rem;height:1.7rem}.cat-page .items .name{font-weight:400;font-size:calc(11px + .3vw);width:calc((100% - 2rem)*.41);max-width:250px}.cat-page .items .hide-lg{display:none}.cat-page .items .quantity{width:calc((100% - 2rem)*.13);max-width:100.383px}.cat-page .items .total-amount{display:flex;justify-content:center;gap:.5rem;width:calc((100% - 2rem)*.13)}.cat-page .items .total-amount span{text-align:center}}@media (min-width: 1250px){.cat-page .all-items{display:flex;flex-direction:row;gap:5%;justify-content:flex-start;margin-top:2rem;margin-bottom:5rem}.cat-page .all-items .table-wrapper{width:69%;box-shadow:0 4px 39px #00000008;padding:1rem}.cat-page .all-items .price-section{width:26%;box-shadow:0 4px 39px #00000008;padding:1rem;max-height:500px}}@media (min-width: 1200px){.footer-offer-wrapper{display:flex;justify-content:space-between;padding-top:2.5rem;padding-bottom:2.5rem}}@media (min-width: 900px){.footer-wrapper{height:calc(440px + 5vw);max-height:530px;margin-bottom:.3rem;overflow:hidden;padding-top:1.7rem}.footer-wrapper .logo{width:209px;height:109px}.footer-wrapper .all-content{flex-direction:row;justify-content:space-between;margin-bottom:4.2rem}.footer-wrapper .all-content section{max-width:33%;gap:2rem}.footer-wrapper .all-content section h3{margin-top:2rem}.footer-wrapper .copy-rights{text-align:center;justify-content:center;align-items:center}}@media (min-width: 900px){.padding-div-4{padding:calc(1rem + 3vw) 0}.d-none-sm{display:flex}.logo-image{width:calc(150px + 1.2vw);height:calc(60px + 1.2vw)}.slider-header-wrapper{max-height:780px!important;height:calc(500px + 16vw)!important}.circle-header{min-width:calc(75px + 2vw)}.circle-header .circle{width:calc(35px + .5vw);height:calc(35px + .5vw)}.home-page-wrapper .home-circle{width:calc(170px + 3vw);height:calc(170px + 3vw)}.offers-section{flex-direction:row}.offer-wrapper{width:calc(48.51% - 1rem)}.shared-filter-wrapper .sm-filter-icon{display:none}.shared-filter-wrapper .filters{left:unset!important;right:unset!important;top:0!important;position:relative;width:calc(210px + 4vw);min-height:800px;margin-top:1.5rem;box-shadow:0 0 10px #88888847;padding:calc(1rem + 1vw)}.shared-filter-wrapper hr{color:var(--primary-gray-200)}.shared-filter-wrapper .left-out-page{transform:translate(0)!important}.shared-progress-wrapper{display:flex;justify-content:center;border-radius:2rem}.shared-progress-wrapper ul{padding:1rem 2rem;margin:calc(.5rem + 3vw) 0;background-color:var(--gray-50);border-radius:2rem;gap:2.5rem}.shared-progress-wrapper ul li{gap:2.5rem}.shared-progress-wrapper ul li a{padding:0 calc(.7rem + 2.3vw);color:var(--primary-gray-500)}.shared-progress-wrapper ul li a:after{content:"";position:absolute;bottom:-1rem;width:100%;height:2px;background-color:var(--primary);left:0;transform:scale(0);transition:transform .4s ease}.shared-progress-wrapper ul li .active-progress{color:var(--primary-gray-700);opacity:1}.shared-progress-wrapper ul li .active-progress:after{transform:scale(1);transition-delay:.3s}}@media (min-width: 550px) and (max-width: 900px){.shared-card-wrapper{width:calc(50% - 1rem);height:calc(230px + 2vw)}}@media (min-width: 900px) and (max-width: 1200px){.shared-card-wrapper{width:calc(33% - 1rem);height:calc(200px + 2vw);max-width:330px;max-height:330px}.shared-card-wrapper .image-card{height:230px}}@media (min-width: 1200px){.gap-5-lg{gap:3rem!important}.shared-card-wrapper{width:calc(25% - 2.25rem);height:calc(280px + 1vw);max-width:300px;max-height:300px}.shared-card-wrapper .image-card{height:230px}}.lang-ar--body{direction:rtl}.lang-ar--body *{font-family:DroidArabicKufiRegular}.lang-ar--body .arrow-left-icon{transform:rotate(0)!important}.lang-ar--body .shared-progress-wrapper .arrow-left-icon{transform:rotate(180deg)!important}.lang-ar--body .check-box-input{transform:translate(35%)}.lang-ar--body .shared-filter-wrapper .filters{left:unset;right:-.6rem}.lang-ar--body .shared-filter-wrapper .left-out-page{transform:translate(120%)}@media (max-width: 900px){.lang-ar--body .list-sm-section .header-list-wrapper{left:unset;right:0;transform:translate(200%)}.lang-ar--body .search-section-sm .search-style{left:unset;right:-1.7rem}}@media (max-width: 900px){.lang-ar--body .cat-page .items .cover .close-button{left:unset;right:0;transform:translate(50%,-50%)}}.lang-ar--body .cat-page .quantity .button-up-down{border-right:1px solid var(--primary-gray-200);border-left:unset}.lang-ar--body .about-us-page .image-section .cover .top{transform:translate(-40%,20%)}@media (min-width: 1200px){.lang-ar--body .about-us-page .image-section .cover .top{transform:translate(85%,35%)}}@media (max-width: 1200px) and (min-width: 800px){.lang-ar--body .about-us-page .image-section .cover .top{transform:translate(-85%,20%)}}.lang-ar--body .point-for-notification{left:unset;right:0}.lang-ar--body .profile-page .open-eye{right:unset;left:1rem}
