.color-primary{color:var(--color-primary)}.bg-blue{background:var(--color-info)}.bg-red{background:var(--color-red)}.bg-yellow{background:var(--color-yellow)}.m-t-30{margin-top:30px}.ltr .m-r-30{margin-right:30px}.rtl .m-r-30{margin-left:30px}.ltr .m-r-20{margin-right:20px}.rtl .m-r-20{margin-left:20px}.ltr .m-r-5{margin-right:5px}.rtl .m-r-5{margin-left:5px}.padding-tb-75{padding-top:75px;padding-bottom:75px}.p-t-5{margin-top:5px}.text-line-through{text-decoration:line-through}.cursor-pointer{cursor:pointer}.single-feature{display:flex;justify-content:center}.ltr .single-feature .feature-icon{margin-right:13px}.rtl .single-feature .feature-icon{margin-left:13px}.single-feature .feature-icon>i{font-size:36px;color:var(--color-primary)}.single-feature .feature-details>span,.single-feature .feature-details>h6{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.single-feature .feature-details>span{width:100%;font-size:14px;line-height:22px;color:var(--color-gray);margin-top:2px}.product-image{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image>img{position:absolute;top:50%;max-height:100%;max-width:100%;transition:var(--transition-200)}.ltr .product-image>img{left:50%;transform:translate(-50%,-50%)}.rtl .product-image>img{right:50%;transform:translate(50%,-50%)}.product-badge{position:absolute;top:-5px;display:flex;flex-direction:column}.ltr .product-badge{left:0}.rtl .product-badge{right:0}.product-badge .badge{font-size:12px;font-weight:var(--font-medium);width:auto;min-width:0;display:inline-block;padding:5px 9px;border-radius:5px}.ltr .product-badge .badge{margin:0 auto 5px 0;text-align:left}.rtl .product-badge .badge{margin:0 0 5px auto;text-align:right}.product-badge .badge:last-child{margin-bottom:0}.product-badge .badge.badge{color:var(--color-white)}.product-badge .badge.badge-success{background:var(--color-green)}.product-badge .badge.badge-primary{background:var(--color-primary)}.product-badge .badge.badge-info{background:var(--color-info)}.product-badge .badge.badge-warning{background:var(--color-yellow)}.product-badge .badge.badge-danger{background:var(--color-red)}.product-price{font-size:15px;font-weight:var(--font-medium);line-height:24px;display:flex;color:var(--color-primary)}.ltr .product-price .special-price{margin-right:8px}.rtl .product-price .special-price{margin-left:8px}.product-price .previous-price{position:relative;font-size:11px;font-weight:var(--font-normal);color:var(--color-gray);text-decoration:line-through}.product-rating{display:inline-flex;align-items:center}.product-rating .back-stars{position:relative;display:flex}.product-rating .back-stars>i{color:var(--color-gray-dark-lite)}.ltr .product-rating .back-stars>i{margin-right:1px}.rtl .product-rating .back-stars>i{margin-left:1px}.ltr .product-rating .back-stars>i:last-child{margin-right:0}.rtl .product-rating .back-stars>i:last-child{margin-left:0}.product-rating .front-stars{position:absolute;top:0;display:flex;color:#ff9d2e;overflow:hidden}.ltr .product-rating .front-stars{left:0}.rtl .product-rating .front-stars{right:0}.ltr .product-rating .front-stars>i{margin-right:1px}.rtl .product-rating .front-stars>i{margin-left:1px}.ltr .product-rating .front-stars>i:last-child{margin-right:0}.rtl .product-rating .front-stars>i:last-child{margin-left:0}.product-rating .rating-count{font-size:11px;line-height:12px;color:var(--color-gray)}.ltr .product-rating .rating-count{margin-left:5px}.rtl .product-rating .rating-count{margin-right:5px}.product-card{position:relative;display:flex!important;height:100%;margin:0 6px;flex-direction:column;overflow:hidden;border:1px solid var(--border-color);border-radius:10px;transition:var(--transition-150)}.product-card .product-card-actions button{opacity:1;transform:scale(1)}.product-card .product-card-bottom{border-top-color:transparent}.product-card .btn-add-to-cart{opacity:1;visibility:visible;transform:scale(1)}.product-card .btn-add-to-cart.disabled,.product-card .btn-add-to-cart[disabled]{background:#efeef1;border:1px solid #efeef1}.product-card .btn-add-to-cart.disabled svg path,.product-card .btn-add-to-cart[disabled] svg path{stroke:#cac7d1!important}.product-card .product-card-top{position:relative;padding:5px 5px 0}.product-card .product-card-top .product-badge{top:8px}.ltr .product-card .product-card-top .product-badge{left:8px}.rtl .product-card .product-card-top .product-badge{right:8px}.product-card .product-card-top .product-badge .badge{font-size:11px;font-weight:500;line-height:1;padding:5px 8px;margin-bottom:2px}.product-card .product-image{padding-bottom:100%;border-radius:10px}.product-card .product-image .image-placeholder{height:85px;width:85px}.product-card .product-badge{cursor:pointer}.ltr .product-card .product-badge{left:0;right:auto}.rtl .product-card .product-badge{right:0;left:auto}.product-card .product-card-actions{position:absolute;top:7px;display:flex;flex-direction:column;border-radius:var(--radius-default);transition:var(--transition-150)}.ltr .product-card .product-card-actions{right:7px}.rtl .product-card .product-card-actions{left:7px}.product-card .product-card-actions .btn{height:28px;width:28px;display:flex;justify-content:center;align-items:center;padding:0;background:#1b1339;border:1px solid #1b1339;border-radius:6px;transition:var(--transition-150);visibility:hidden;opacity:0;transform:scale(.5)}.product-card .product-card-actions .btn.btn-wishlist.added{transform:scale(1);background:transparent;border:1px solid transparent;visibility:visible;opacity:1;transition:var(--transition-150)}.product-card .product-card-actions .btn.btn-wishlist.added svg path{fill:var(--color-primary)!important;transition:var(--transition-150)}.product-card .product-card-actions .btn.btn-compare.added svg path{stroke:var(--color-white)!important}.product-card .product-card-actions .btn svg{width:14px;height:14px}.product-card .product-card-actions .btn svg path{stroke:var(--color-white);stroke-width:2.2}.product-card .product-card-actions .btn.btn-compare svg path{stroke-width:1.5}.product-card .product-card-actions .btn.btn-compare.added,.product-card .product-card-actions .btn:hover{background:var(--color-primary);border:1px solid var(--color-primary)}.product-card .product-card-actions .btn-wishlist{margin-bottom:2px}.product-card:hover{box-shadow:#0000000a 0 3px 5px}.product-card:hover .product-card-actions .btn{visibility:visible;opacity:1;transform:scale(1)}.product-card:hover .product-card-actions .btn.btn-wishlist.added{background:var(--color-primary);border:1px solid var(--color-primary)}.product-card:hover .product-card-actions .btn.btn-wishlist.added svg path{fill:var(--color-white)!important}.product-card .product-card-countdown{position:absolute;top:50%;transition:var(--transition-150)}.ltr .product-card .product-card-countdown{left:50%;transform:translate(-50%,-50%) scale(1)}.rtl .product-card .product-card-countdown{right:50%;transform:translate(50%,-50%) scale(1)}.product-card .product-card-countdown.countdown .countdown-section{width:auto}.ltr .product-card .product-card-countdown.countdown .countdown-section{margin-right:10px}.rtl .product-card .product-card-countdown.countdown .countdown-section{margin-left:10px}.ltr .product-card .product-card-countdown.countdown .countdown-section:last-child{margin-right:0}.rtl .product-card .product-card-countdown.countdown .countdown-section:last-child{margin-left:0}.product-card .product-card-countdown.countdown .countdown-amount{height:38px;width:38px;margin:0;color:var(--color-black);background:var(--color-white-lite)}.product-card .product-card-countdown.countdown .countdown-period{display:none}.product-card .product-card-middle{position:relative;display:flex;padding:10px 12px 18px;flex-direction:column;justify-content:flex-start;z-index:0;margin-bottom:auto}.product-card .product-rating{transition:var(--transition-150)}.product-card .product-rating .back-stars{font-size:12px;align-items:center}.product-card .product-rating .rating-count,.product-card .product-rating .reviews{color:var(--color-gray);font-size:11px;line-height:.8;font-weight:var(--font-medium)}.ltr .product-card .product-rating .rating-count,.ltr .product-card .product-rating .reviews{padding-left:5px;margin-left:0}.rtl .product-card .product-rating .rating-count,.rtl .product-card .product-rating .reviews{padding-right:5px;margin-right:0}.product-card .product-name{display:block;color:var(--color-black);transition:var(--transition-150);z-index:1;padding-bottom:8px}.product-card .product-name span{transition:var(--transition-200);position:relative;font-size:14px;line-height:16.8px;font-weight:var(--font-medium);display:-webkit-box;background:var(--color-white);overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--color-black);text-decoration-line:underline;text-decoration-color:transparent}.ltr .product-card .product-name span{text-align:left}.rtl .product-card .product-name span{text-align:right}.product-card .product-name span:hover{text-decoration-color:var(--color-black)}.product-card .product-card-bottom{position:relative;padding:0 12px 12px;transition:var(--transition-150);display:flex;align-items:flex-end;justify-content:space-between;height:40px}.product-card .product-price{font-size:15px;font-weight:var(--font-medium);line-height:1;color:var(--color-primary);display:flex;flex-direction:column-reverse;align-items:flex-start;width:calc(100% - 40px);overflow:hidden}.product-card .product-price .previous-price{font-size:15px;font-weight:var(--font-medium);line-height:1;color:var(--color-primary);text-decoration:none}.product-card .product-price .special-price{max-width:100%;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-red)}.ltr .product-card .product-price .special-price{margin-right:0}.rtl .product-card .product-price .special-price{margin-left:0}.product-card .product-price .special-price+.previous-price{font-size:12px;font-weight:400;line-height:1;color:var(--color-gray);padding-bottom:4px;text-decoration:line-through}.product-card .btn-add-to-cart{display:flex;align-items:center;justify-content:center;font-size:13px;transition:var(--transition-150);height:28px;width:28px;border-radius:6px;padding:6px;background:var(--color-primary-alpha-10);border:1px solid var(--color-primary-alpha-15)}.product-card .btn-add-to-cart>svg{vertical-align:top;transition:var(--transition-150)}.product-card .btn-add-to-cart>svg path{stroke:var(--color-primary)!important;stroke-width:1.3px;transition:var(--transition-150)}.product-card .btn-add-to-cart i{line-height:unset}.product-card .btn-add-to-cart:focus,.product-card .btn-add-to-cart:focus-visible,.product-card .btn-add-to-cart:active,.product-card .btn-add-to-cart:hover{background:var(--color-primary)!important;border:1px solid var(--color-primary)}.product-card .btn-add-to-cart:focus>svg path,.product-card .btn-add-to-cart:focus-visible>svg path,.product-card .btn-add-to-cart:active>svg path,.product-card .btn-add-to-cart:hover>svg path{stroke:var(--color-white)!important}.product-card .btn-add-to-cart.btn-loading{display:flex;align-items:center;justify-content:center;position:relative;background:var(--color-primary)!important;border:1px solid var(--color-primary)}.product-card .btn-add-to-cart.btn-loading>svg{opacity:0;transition:none}.product-card .btn-add-to-cart.btn-loading:after{height:14px;width:14px;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 1.3px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 1.3px),#fff 0);animation:loader-spin .5s linear infinite}.ltr .product-card .btn-add-to-cart.btn-loading:after{background-image:conic-gradient(transparent 5deg,#fff 360deg)}.rtl .product-card .btn-add-to-cart.btn-loading:after{background-image:conic-gradient(transparent -5deg,#fff 360deg)}@media screen and (max-width: 991px){.product-card .product-card-actions{display:none}.product-card:hover{border-color:var(--color-gray-lite);box-shadow:none}.product-card:hover .product-badge{opacity:1;visibility:visible;transform:scale(1)}.product-card:hover .product-card-countdown{opacity:1;visibility:visible}.ltr .product-card:hover .product-card-countdown{transform:translate(-50%,-50%)}.rtl .product-card:hover .product-card-countdown{transform:translate(50%,-50%)}.product-card:hover .product-rating{opacity:1;visibility:visible}.product-card:hover .product-name{transform:none}.product-card:hover .product-price{opacity:1;visibility:visible}.product-card .product-card-middle{padding:12px}.product-card .product-rating{margin-bottom:5px}.product-card .product-card-bottom{padding-top:5px;border-top:none}.product-card .product-price{flex-wrap:wrap}.product-card .product-price:after{content:none}}@media screen and (max-width: 700px){.product-card .product-price{font-size:14px}}@media screen and (max-width: 450px){.product-card{padding:0}.product-card .product-name span{font-size:13px}.product-card .product-card-middle,.product-card .product-card-bottom{padding:8px}.product-card .product-rating .reviews{display:none}}.vertical-product-card{display:flex;margin-bottom:20px}.vertical-product-card:last-child{margin-bottom:0}.vertical-product-card .product-image{height:70px;width:70px;min-width:70px;border-radius:var(--radius-default);overflow:hidden;border:1px solid var(--border-color-lite)}.vertical-product-card .product-image .image-placeholder{height:40px;width:40px}.vertical-product-card .product-info{display:flex;flex-grow:1;flex-direction:column}.ltr .vertical-product-card .product-info{margin-left:20px}.rtl .vertical-product-card .product-info{margin-right:20px}.vertical-product-card .product-name{display:inline-block;margin:-5px 0 5px;color:var(--color-black)}.vertical-product-card .product-name span{font-weight:var(--font-medium);line-height:22px;max-height:44px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:var(--transition-150);text-decoration-line:underline;text-decoration-color:transparent}.vertical-product-card .product-name:hover span{text-decoration-color:var(--color-black)}.vertical-product-card .product-rating{font-size:13px;margin-bottom:12px}.vertical-product-card .product-rating .reviews{font-size:11px;font-weight:var(--font-medium);color:var(--color-gray)}.ltr .vertical-product-card .product-rating .reviews{margin-left:5px}.rtl .vertical-product-card .product-rating .reviews{margin-right:5px}.vertical-product-card .product-rating .rating-count{font-weight:var(--font-medium)}.vertical-product-card .product-price{line-height:1}.vertical-product-card .product-price .previous-price{margin-top:3px}.vertical-products-wrap{margin-top:44px}.vertical-products{overflow:hidden}.ltr .vertical-products .vertical-products-slider{margin-right:-1px}.rtl .vertical-products .vertical-products-slider{margin-left:-1px}.vertical-products .vertical-products-slider .swiper-wrapper{padding-bottom:0}.vertical-products .vertical-products-slider .vertical-product-card{margin-bottom:30px}.vertical-products .vertical-products-slider .vertical-product-card .product-info .special-price{color:var(--color-red)}.vertical-products .vertical-products-slider .vertical-product-card:last-child{margin-bottom:0}.vertical-products .swiper-button-next,.vertical-products .swiper-button-prev{top:-36px;width:13px;height:26px;transition:var(--transition-150)}.ltr .vertical-products .swiper-button-next,.ltr .vertical-products .swiper-button-prev{right:-2px;left:unset}.rtl .vertical-products .swiper-button-next,.rtl .vertical-products .swiper-button-prev{left:-2px;right:unset}.vertical-products .swiper-button-next:after,.vertical-products .swiper-button-prev:after{font-size:12px;color:var(--color-gray-dark);-webkit-text-stroke:.3px var(--color-gray-dark);transition:var(--transition-150)}.vertical-products .swiper-button-next:hover:after,.vertical-products .swiper-button-prev:hover:after{color:var(--color-primary);-webkit-text-stroke:.3px var(--color-primary)}.vertical-products .swiper-button-next.swiper-button-disabled:after,.vertical-products .swiper-button-prev.swiper-button-disabled:after{color:var(--color-gray-dark);-webkit-text-stroke:.3px var(--color-gray-dark)}.ltr .vertical-products .swiper-button-prev{right:25px}.rtl .vertical-products .swiper-button-prev{left:25px}.vertical-products .swiper{overflow:unset}.daily-deals-wrap .daily-deals-header{margin-bottom:20px;border-bottom:1px solid var(--border-color-lite)}.daily-deals-wrap .section-title{font-weight:var(--font-normal);font-size:18px;line-height:24px;padding-bottom:13px}.daily-deals-wrap .section-title b{color:var(--color-primary)}.daily-deals{border-radius:var(--radius-default);border:1px solid var(--color-gray-lite)}.daily-deals .product-price{align-items:flex-end}.daily-deals .swiper-button-prev,.daily-deals .swiper-button-next{top:unset;bottom:9px}.ltr .daily-deals .swiper-button-prev,.ltr .daily-deals .swiper-button-next{right:53px;left:unset}.rtl .daily-deals .swiper-button-prev,.rtl .daily-deals .swiper-button-next{left:53px;right:unset}.ltr .daily-deals .swiper-button-prev{right:unset;left:58px}.rtl .daily-deals .swiper-button-prev{left:unset;right:58px}.daily-deals .daily-deals-inner{padding:20px 40px 40px}.daily-deals .product-image{margin-bottom:14px;overflow:hidden;height:250px}.daily-deals .product-image .image-placeholder{height:100px;width:100px}.daily-deals .product-name{display:block;margin-bottom:10px;color:var(--color-black)}.daily-deals .product-name span{font-size:16px;font-weight:var(--font-medium);line-height:22px;max-height:44px;display:block;display:-webkit-box;text-align:center;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:var(--transition-150);text-decoration-line:underline;text-decoration-color:transparent}.daily-deals .product-name:hover span{text-decoration-color:var(--color-black)}.daily-deals .product-info{display:flex;margin-bottom:15px;padding:10px 0 8px;align-items:center;justify-content:center}.daily-deals .product-info .special-price{font-size:20px;color:var(--color-red)}.daily-deals .product-info .previous-price{font-size:15px;line-height:23px}.daily-deals .product-rating{display:flex;justify-content:center;margin-bottom:10px;padding-top:10px}.daily-deals .product-rating .rating-count{font-size:12px;font-weight:var(--font-medium);padding-top:3px}.daily-deals .product-rating .reviews{font-size:12px;line-height:1;font-weight:var(--font-medium);color:var(--color-gray);padding-top:3px}.ltr .daily-deals .product-rating .reviews{margin-left:5px}.rtl .daily-deals .product-rating .reviews{margin-right:5px}.daily-deals .daily-deals-countdown.countdown{margin-bottom:12px}.daily-deals .daily-deals-countdown.countdown .countdown-amount{height:35px;width:35px;color:var(--color-black);background:var(--color-white-lite);border-radius:6px}.daily-deals .daily-deals-countdown.countdown .countdown-section{margin-right:4px;margin-left:4px}.ltr .daily-deals .daily-deals-countdown.countdown .countdown-section:last-child{margin-right:0}.rtl .daily-deals .daily-deals-countdown.countdown .countdown-section:last-child{margin-left:0}.daily-deals .deal-progress{margin-bottom:21px}.daily-deals .deal-progress .deal-stock{display:flex;margin-bottom:3px;justify-content:space-between}.daily-deals .deal-progress .stock-available,.daily-deals .deal-progress .stock-sold{font-size:12px;line-height:22px;color:var(--color-gray)}.daily-deals .deal-progress .stock-available>span,.daily-deals .deal-progress .stock-sold>span{color:var(--color-black)}.daily-deals .deal-progress .progress{height:10px;background:var(--color-gray-lite);border-radius:var(--radius-default)}.daily-deals .deal-progress .progress .progress-bar{background:var(--color-primary)}@media screen and (max-width: 1199px){.vertical-products-wrap.flash-sale-enabled .row>div:not(:first-child) .vertical-products{margin-top:44px}}@media screen and (max-width: 991px){.vertical-products-wrap .row>div:not(:first-child) .vertical-products{margin-top:44px}.vertical-products .vertical-products-slider .vertical-product-card{margin-bottom:25px}.daily-deals .product-info{padding:0}.daily-deals .product-info .product-name,.daily-deals .product-info .special-price{font-size:15px}.daily-deals .product-info .previous-price{font-size:14px}}@media screen and (min-width: 992px){.vertical-products-wrap .vertical-products .vertical-products-header{margin-bottom:20px}}@media screen and (max-width: 576px){.daily-deals .daily-deals-inner{padding:20px 30px 40px}.daily-deals .product-image{position:relative}.daily-deals .product-image>img{position:absolute;top:50%}.ltr .daily-deals .product-image>img{left:50%;transform:translate(-50%,-50%)}.rtl .daily-deals .product-image>img{right:50%;transform:translate(50%,-50%)}}.landscape-products-wrap{margin-top:45px}.landscape-products-wrap .landscape-products-inner{overflow:hidden;padding-left:10px;padding-right:10px;margin-left:-10px;margin-right:-10px;margin-bottom:-15px}.landscape-products-wrap .landscape-products{overflow:unset;margin-left:-5px;margin-right:-5px;padding-bottom:15px}.landscape-products-wrap .landscape-products .product-card{min-height:240px}.landscape-products-wrap .landscape-products .swiper-button-next:after,.landscape-products-wrap .landscape-products .swiper-button-prev:after{transform:translateY(-1px)}.landscape-products-wrap .landscape-products .swiper-pagination{display:none}.landscape-products-wrap .products-header{border-bottom:1px solid var(--border-color-lite);margin-bottom:20px}.landscape-products-wrap .section-title{font-size:18px;font-weight:500;line-height:24px;padding-bottom:14px}@media screen and (max-width: 767px){.landscape-products-wrap .landscape-products .swiper-button-next,.landscape-products-wrap .landscape-products .swiper-button-prev{display:none}}.wrapper{position:relative;background:var(--color-white)}.btn-close{background:transparent;box-sizing:border-box}.overlay{position:fixed;left:0;top:0;right:0;bottom:0;background:#0009;opacity:0;visibility:hidden;z-index:180;transition:.15s ease-in-out}.overlay.active{opacity:1;visibility:visible}.section-title{position:relative}.section-title:after{content:"";position:absolute;bottom:-1px;width:50px;border-bottom:2px solid var(--color-primary)}.ltr .section-title:after{left:0}.rtl .section-title:after{right:0}.product-options{display:flex;flex-wrap:wrap}.product-options li{font-size:13px;color:var(--color-gray)}.ltr .product-options li{margin-right:5px}.rtl .product-options li{margin-left:5px}.ltr .product-options li:last-child{margin-right:0}.rtl .product-options li:last-child{margin-left:0}.product-options label{margin-bottom:0;color:var(--color-gray-dark)}.tab-products-header{border-bottom:1px solid var(--border-color-lite)}.vertical-products .vertical-products-header{margin-bottom:20px;border-bottom:1px solid var(--border-color-lite)}.vertical-products .section-title{font-size:18px;font-weight:500;line-height:24px;padding-bottom:13px}.btn-wishlist.added:hover>svg path{fill:var(--color-primary)!important;stroke:transparent!important}.btn-wishlist.added>svg{animation:bounceIn 1.2s both cubic-bezier(.45,.05,.55,.95)}.btn-wishlist.added>svg path{fill:var(--color-primary)!important;stroke:transparent!important}.btn-wishlist:hover>svg path,.btn-add-to-cart:hover>svg path{stroke:var(--color-primary)}.btn-wishlist>svg,.btn-add-to-cart>svg{width:14px;height:14px}.btn-wishlist>svg path,.btn-add-to-cart>svg path{stroke:var(--color-gray);transition:var(--transition-150)}.btn-compare svg{width:15px;height:15px}.btn-compare.added:hover>svg path{stroke:var(--color-primary)!important}.btn-compare.added>svg{animation:bounceIn 1.2s both cubic-bezier(.45,.05,.55,.95)}.btn-compare.added>svg path{stroke:var(--color-primary)!important}.btn-compare:hover>svg path{stroke:var(--color-primary)}.btn-compare>svg path{stroke:var(--color-gray);transition:var(--transition-150)}.cart-item{position:relative;display:flex}.cart-item .product-image{height:46px;width:46px;min-width:46px;border-radius:var(--radius-default);overflow:hidden}.cart-item .product-image .image-placeholder{height:30px;width:30px}.cart-item .product-info{flex-grow:1;min-width:0}.ltr .cart-item .product-info{margin-left:15px}.rtl .cart-item .product-info{margin-right:15px}.cart-item .product-info .product-name{font-size:14px;line-height:18px;font-weight:var(--font-medium);max-height:36px;display:-webkit-box;color:var(--color-black);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:var(--transition-150);text-decoration-line:underline;text-decoration-color:transparent}.ltr .cart-item .product-info .product-name{margin:0 25px 3px 0}.rtl .cart-item .product-info .product-name{margin:0 0 3px 25px}.cart-item .product-info .product-name:hover{text-decoration-color:var(--color-black)}.cart-item .product-info .product-price{font-weight:var(--font-medium);color:var(--color-primary)}.cart-item .remove-cart-item{position:absolute;transform:translateY(-3px)}.ltr .cart-item .remove-cart-item{right:-8px}.rtl .cart-item .remove-cart-item{left:-8px}.cart-item .remove-cart-item .btn-remove{font-size:14px;opacity:.6;transition:var(--transition-150)}.cart-item .remove-cart-item .btn-remove i{-webkit-text-stroke:.5px var(--color-black);transition:var(--transition-150)}.cart-item .remove-cart-item .btn-remove:hover{opacity:1}.cart-item .remove-cart-item .btn-remove:hover i{-webkit-text-stroke:.5px var(--color-primary)}.number-picker{position:relative;width:100px}.number-picker .input-group-quantity{display:flex}.number-picker .input-quantity{height:auto;padding:0;text-align:center;width:35px;height:20px;margin-left:4px;margin-right:4px;border:1px solid #e2e8f0;border-radius:5px}.number-picker .btn-number{font-size:14px;padding:0;width:20px;height:20px;border-radius:5px;display:flex;align-items:center;justify-content:center;background:var(--color-white);border:1px solid #e2e8f0}.number-picker .btn-number svg{height:10px;width:10px}.number-picker .btn-number svg path{transition:var(--transition-150)}.number-picker .btn-number:hover:not([disabled]){border-color:var(--color-primary)}.number-picker .btn-number:hover:not([disabled]) svg path{stroke:var(--color-primary)}.number-picker .btn-number[disabled]{opacity:.5}.number-picker .btn-number[disabled]:hover{color:var(--color-black)}.ltr .number-picker .btn-minus{left:0}.rtl .number-picker .btn-minus,.ltr .number-picker .btn-plus{right:0}.rtl .number-picker .btn-plus{left:0}.empty-cart-message{display:flex;width:100%;padding:40px 0;justify-content:center;align-items:center;flex-direction:column;text-align:center}.empty-cart-message svg{height:100px;width:100px;margin-bottom:22px}.empty-cart-message svg g{fill:var(--color-primary)}.empty-cart-message h2{margin-bottom:6px}.empty-cart-message span{color:var(--color-gray)}.empty-cart-message .btn-continue-shopping{margin-top:20px}.address-card-wrap .address-card{position:relative;flex-grow:1;margin-bottom:25px;padding:15px 20px 12px;border:1px solid var(--color-gray-lite);border-radius:var(--radius-default);cursor:pointer;z-index:0}.address-card-wrap .address-card .address-card-selected-icon{position:absolute;top:-8px;background:var(--color-white);display:none;z-index:2}.ltr .address-card-wrap .address-card .address-card-selected-icon{left:-8px}.rtl .address-card-wrap .address-card .address-card-selected-icon{right:-8px}.address-card-wrap .address-card .address-card-selected-icon path{fill:var(--color-primary)}.address-card-wrap .address-card.active{border-color:var(--color-primary);cursor:default}.address-card-wrap .address-card.active .address-card-selected-icon{display:block}.address-card-wrap .address-card .badge{font-size:11px;position:absolute;top:10px;min-width:0;padding:4px 7px;color:var(--color-white);background:var(--color-primary);border-radius:6px;opacity:.9}.ltr .address-card-wrap .address-card .badge{right:10px}.rtl .address-card-wrap .address-card .badge{left:10px}.address-card-wrap .address-card .address-card-data{margin-bottom:10px}.address-card-wrap .address-card .address-card-data>span{font-weight:var(--font-medium);display:block}.address-card-wrap .address-card .address-card-data>span:not(:first-child){font-size:14px;font-weight:var(--font-normal);line-height:22px;color:var(--color-gray)}.address-card-wrap .address-card .address-card-data>span:nth-child(2){margin-top:5px}.arrow-black{-webkit-appearance:none;-moz-appearance:none;appearance:none}.ltr .arrow-black{background:transparent url(./arrow-black-DFZmLAQh-v4.7.5.png) no-repeat right 0px center}.rtl .arrow-black{background:transparent url(./arrow-black-DFZmLAQh-v4.7.5.png) no-repeat left 0px center}[dir] .arrow-black{background-size:10px}.ltr .contact-info{padding-right:20px}.rtl .contact-info{padding-left:20px}.contact-info li{display:flex;color:var(--color-gray);margin-bottom:14px;white-space:nowrap}.contact-info li:last-child{margin-bottom:0}.contact-info li i{color:var(--color-primary);margin-top:3px}.contact-info li a{color:var(--color-gray)}.ltr .contact-info li a{margin-left:10px}.rtl .contact-info li a{margin-right:10px}.contact-info li a:hover{color:var(--color-primary)}.contact-info li>span{line-height:22px;display:inline-block;white-space:wrap}.ltr .contact-info li>span{margin-left:10px}.rtl .contact-info li>span{margin-right:10px}.contact-info li>span pre{white-space:pre-wrap;font-family:var(--base-font-family);font-size:15px;font-weight:var(--font-normal);margin-bottom:0}.social-links{display:flex}.social-links li{display:inline-flex}.ltr .social-links li{margin-right:5px}.rtl .social-links li{margin-left:5px}.ltr .social-links li:last-child{margin-right:0}.rtl .social-links li:last-child{margin-left:0}.social-links li a{font-size:22px;display:flex;height:35px;width:35px;color:var(--color-gray);align-items:center;justify-content:center}.social-links li a:hover{color:var(--color-primary)}.social-links li a:hover svg.twitter-icon path{fill:var(--color-primary)}.social-links li a svg.twitter-icon{height:20px;width:20px}.social-links li a svg.twitter-icon path{fill:var(--color-gray)}.store-phone,.store-email{direction:ltr;display:flex}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(.7)}to{transform:scale(1)}}@keyframes bounceIn{0%{transform:scale(0)}15%{transform:scale(1.6)}32%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(1)}}.custom-dropdown{z-index:1}.custom-dropdown .dropdown-toggle{padding:unset;line-height:1;background:transparent;color:var(--color-black);padding:12px 16px;display:flex;align-items:center;border:1px solid var(--border-color-lite);border-radius:var(--radius-default);z-index:11}.custom-dropdown .dropdown-toggle:active{color:var(--color-black);background:transparent}.custom-dropdown .dropdown-toggle.active{border-color:var(--color-primary)}.custom-dropdown .dropdown-toggle span{text-transform:capitalize}.custom-dropdown .dropdown-toggle i:first-child{color:var(--color-primary)}.custom-dropdown .dropdown-toggle i:last-child{color:var(--color-gray);font-size:10px;-webkit-text-stroke:.5px var(--color-gray)}.ltr .custom-dropdown .dropdown-toggle i:last-child{margin-left:10px}.rtl .custom-dropdown .dropdown-toggle i:last-child{margin-right:10px}.custom-dropdown .dropdown-toggle:after{display:none}.custom-dropdown .dropdown-menu{padding:14px 0 7px;box-shadow:0 0 3px #00000026;border:unset;top:55px;display:block;z-index:10;min-width:70px;max-width:170px}.ltr .custom-dropdown .dropdown-menu{left:unset;right:0}.rtl .custom-dropdown .dropdown-menu{right:unset;left:0}.custom-dropdown .dropdown-menu.active{z-index:13}.custom-dropdown .dropdown-menu .dropdown-menu-scroll{max-height:300px;overflow-y:auto}.custom-dropdown .dropdown-menu .dropdown-menu-scroll::-webkit-scrollbar{width:3px;height:3px}.custom-dropdown .dropdown-menu .dropdown-item{padding:6px 20px;line-height:1;background:var(--color-white);cursor:pointer;font-size:14px;color:var(--color-black);transition:var(--transition-150);max-width:100%;white-space:nowrap;overflow:hidden;display:inline-block;text-overflow:ellipsis}.custom-dropdown .dropdown-menu .dropdown-item:hover{color:var(--color-primary)}.custom-dropdown .dropdown-menu .dropdown-item.active{color:var(--color-gray-dark);cursor:default}.custom-dropdown .dropdown-menu:after{border:unset;content:"";display:none;width:15px;height:15px;background:var(--color-white);box-shadow:0 0 3px #00000026;border-radius:4px;position:absolute;top:-6px;z-index:111;transition:var(--transition-150)}.ltr .custom-dropdown .dropdown-menu:after{right:14px;transform:rotate(45deg)}.rtl .custom-dropdown .dropdown-menu:after{left:14px;transform:rotate(-45deg)}.custom-dropdown .dropdown-menu:before{content:"";display:none;width:35px;height:12px;background:var(--color-white);position:absolute;top:0;z-index:112;transition:var(--transition-150)}.ltr .custom-dropdown .dropdown-menu:before{right:8px}.rtl .custom-dropdown .dropdown-menu:before{left:8px}.custom-dropdown .dropdown-menu.active{z-index:14}.custom-dropdown .dropdown-menu.active:before,.custom-dropdown .dropdown-menu.active:after{display:block}.landscape-products .swiper-button-prev,.landscape-products .swiper-button-next,.daily-deals .swiper-button-prev,.daily-deals .swiper-button-next,.grid-products .swiper-button-prev,.grid-products .swiper-button-next,.landscape-left-tab-products .swiper-button-prev,.landscape-left-tab-products .swiper-button-next{font-size:14px;padding:4px 0;color:var(--color-gray-dark);text-transform:uppercase;margin:0;bottom:unset;top:-73px;transition:var(--transition-150)}.ltr .landscape-products .swiper-button-prev,.ltr .landscape-products .swiper-button-next,.ltr .daily-deals .swiper-button-prev,.ltr .daily-deals .swiper-button-next,.ltr .grid-products .swiper-button-prev,.ltr .grid-products .swiper-button-next,.ltr .landscape-left-tab-products .swiper-button-prev,.ltr .landscape-left-tab-products .swiper-button-next{left:unset;right:21px}.rtl .landscape-products .swiper-button-prev,.rtl .landscape-products .swiper-button-next,.rtl .daily-deals .swiper-button-prev,.rtl .daily-deals .swiper-button-next,.rtl .grid-products .swiper-button-prev,.rtl .grid-products .swiper-button-next,.rtl .landscape-left-tab-products .swiper-button-prev,.rtl .landscape-left-tab-products .swiper-button-next{right:unset;left:21px}.landscape-products .swiper-button-prev:after,.landscape-products .swiper-button-next:after,.daily-deals .swiper-button-prev:after,.daily-deals .swiper-button-next:after,.grid-products .swiper-button-prev:after,.grid-products .swiper-button-next:after,.landscape-left-tab-products .swiper-button-prev:after,.landscape-left-tab-products .swiper-button-next:after{font-size:11px;-webkit-text-stroke:.5px var(--color-gray-dark);transition:var(--transition-150)}.ltr .landscape-products .swiper-button-prev:after,.ltr .landscape-products .swiper-button-next:after,.ltr .daily-deals .swiper-button-prev:after,.ltr .daily-deals .swiper-button-next:after,.ltr .grid-products .swiper-button-prev:after,.ltr .grid-products .swiper-button-next:after,.ltr .landscape-left-tab-products .swiper-button-prev:after,.ltr .landscape-left-tab-products .swiper-button-next:after{padding-left:8px}.rtl .landscape-products .swiper-button-prev:after,.rtl .landscape-products .swiper-button-next:after,.rtl .daily-deals .swiper-button-prev:after,.rtl .daily-deals .swiper-button-next:after,.rtl .grid-products .swiper-button-prev:after,.rtl .grid-products .swiper-button-next:after,.rtl .landscape-left-tab-products .swiper-button-prev:after,.rtl .landscape-left-tab-products .swiper-button-next:after{padding-right:8px}.landscape-products .swiper-button-prev:hover,.landscape-products .swiper-button-next:hover,.daily-deals .swiper-button-prev:hover,.daily-deals .swiper-button-next:hover,.grid-products .swiper-button-prev:hover,.grid-products .swiper-button-next:hover,.landscape-left-tab-products .swiper-button-prev:hover,.landscape-left-tab-products .swiper-button-next:hover{color:var(--color-primary);font-weight:500}.landscape-products .swiper-button-prev:hover:after,.landscape-products .swiper-button-next:hover:after,.daily-deals .swiper-button-prev:hover:after,.daily-deals .swiper-button-next:hover:after,.grid-products .swiper-button-prev:hover:after,.grid-products .swiper-button-next:hover:after,.landscape-left-tab-products .swiper-button-prev:hover:after,.landscape-left-tab-products .swiper-button-next:hover:after{-webkit-text-stroke:.5px var(--color-primary)}.landscape-products .swiper-button-prev.swiper-button-disabled,.landscape-products .swiper-button-next.swiper-button-disabled,.daily-deals .swiper-button-prev.swiper-button-disabled,.daily-deals .swiper-button-next.swiper-button-disabled,.grid-products .swiper-button-prev.swiper-button-disabled,.grid-products .swiper-button-next.swiper-button-disabled,.landscape-left-tab-products .swiper-button-prev.swiper-button-disabled,.landscape-left-tab-products .swiper-button-next.swiper-button-disabled{color:var(--color-gray-dark);cursor:default}.landscape-products .swiper-button-prev.swiper-button-disabled:after,.landscape-products .swiper-button-next.swiper-button-disabled:after,.daily-deals .swiper-button-prev.swiper-button-disabled:after,.daily-deals .swiper-button-next.swiper-button-disabled:after,.grid-products .swiper-button-prev.swiper-button-disabled:after,.grid-products .swiper-button-next.swiper-button-disabled:after,.landscape-left-tab-products .swiper-button-prev.swiper-button-disabled:after,.landscape-left-tab-products .swiper-button-next.swiper-button-disabled:after{-webkit-text-stroke:.5px var(--color-gray-dark)}.ltr .landscape-products .swiper-button-prev,.ltr .daily-deals .swiper-button-prev,.ltr .grid-products .swiper-button-prev,.ltr .landscape-left-tab-products .swiper-button-prev{right:83px}.rtl .landscape-products .swiper-button-prev,.rtl .daily-deals .swiper-button-prev,.rtl .grid-products .swiper-button-prev,.rtl .landscape-left-tab-products .swiper-button-prev{left:83px}.landscape-products .swiper-button-prev:after,.daily-deals .swiper-button-prev:after,.grid-products .swiper-button-prev:after,.landscape-left-tab-products .swiper-button-prev:after{position:absolute}.ltr .landscape-products .swiper-button-prev:after,.ltr .daily-deals .swiper-button-prev:after,.ltr .grid-products .swiper-button-prev:after,.ltr .landscape-left-tab-products .swiper-button-prev:after{left:-25px}.rtl .landscape-products .swiper-button-prev:after,.rtl .daily-deals .swiper-button-prev:after,.rtl .grid-products .swiper-button-prev:after,.rtl .landscape-left-tab-products .swiper-button-prev:after{right:-25px}.landscape-products .swiper-button-prev,.landscape-products .swiper-button-next{top:-68px}.banner{position:relative;display:block;border-radius:var(--radius-default);overflow:hidden;z-index:0}.banner:before,.banner:after{position:absolute;content:"";height:100%;width:100%;background:#ffffff4d;opacity:0;z-index:1}.banner:before{top:50%;transform:translateY(-50%)}.ltr .banner:before{left:0}.rtl .banner:before{right:0}.banner:after{top:0}.ltr .banner:after{left:50%;transform:translate(-50%)}.rtl .banner:after{right:50%;transform:translate(50%)}.banner:hover:before{animation:effect-height .7s ease-in;animation-fill-mode:forwards}.banner:hover:after{animation:effect-width .7s ease-in;animation-fill-mode:forwards}.banner:hover>img{transform:scale(1.05)}.banner>img{width:100%;border-radius:var(--radius-default);transform:scale(1);transition:.8s ease}.products-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:12.5%}.skeleton>*{opacity:0}.skeleton-animation,.product-card-skeleton .product-skeleton-bottom .product-skeleton-add-to-cart,.product-card-skeleton .product-skeleton-bottom .product-skeleton-price,.product-card-skeleton .product-skeleton-rating .product-skeleton-rating-content,.product-card-skeleton .product-skeleton-rating .product-skeleton-rating-item,.product-card-skeleton .product-skeleton-title,.product-card-skeleton .product-skeleton-img,.skeleton{-webkit-mask-image:linear-gradient(75deg,#000 30%,rgba(0,0,0,.65) 80%);mask-image:linear-gradient(75deg,#000 30%,#000000a6 80%);-webkit-mask-size:200%;mask-size:200%;animation:skeleton-loading 1.2s infinite;background:#f3f5f8}@keyframes skeleton-loading{0%{-webkit-mask-position:200%;mask-position:200%}to{-webkit-mask-position:0%;mask-position:0%}}.product-card-skeleton{border:1px solid #f3f5f8}.product-card-skeleton .product-skeleton-img{width:calc(100% - 10px);margin:5px 5px 0;padding-bottom:calc(100% - 8px);border-radius:var(--radius-default)}.product-card-skeleton .product-skeleton-title{width:calc(100% - 24px);height:32px;border-radius:6px;margin:10px 12px 8px}.product-card-skeleton .product-skeleton-rating{width:170px;max-width:70%;height:15px;border-radius:4px;margin:0 12px 15px;display:flex;align-items:center}.product-card-skeleton .product-skeleton-rating .product-skeleton-rating-item{height:13px;width:13px;border-radius:50%}.ltr .product-card-skeleton .product-skeleton-rating .product-skeleton-rating-item{margin-right:2px}.rtl .product-card-skeleton .product-skeleton-rating .product-skeleton-rating-item{margin-left:2px}.product-card-skeleton .product-skeleton-rating .product-skeleton-rating-content{height:13px;flex-grow:1;border-radius:7px}.ltr .product-card-skeleton .product-skeleton-rating .product-skeleton-rating-content{margin-left:4px}.rtl .product-card-skeleton .product-skeleton-rating .product-skeleton-rating-content{margin-right:4px}.product-card-skeleton .product-skeleton-bottom{display:flex;justify-content:space-between;align-items:center;padding:0 12px 12px}.product-card-skeleton .product-skeleton-bottom .product-skeleton-price{width:200px;max-width:calc(100% - 45px);height:28px;border-radius:4px}.product-card-skeleton .product-skeleton-bottom .product-skeleton-add-to-cart{width:28px;height:28px;border-radius:4px}@media screen and (max-width: 450px){.product-card-skeleton .product-skeleton-title{margin:8px;width:calc(100% - 16px)}.product-card-skeleton .product-skeleton-rating{margin:0 8px 15px;width:200px;max-width:85%}.product-card-skeleton .product-skeleton-bottom{padding:0 8px 8px}}@media screen and (max-width: 1760px){.products-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:14.285%}}@media screen and (max-width: 1400px){.products-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:16.66%}}@media screen and (max-width: 1200px){.products-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:20%}}@media screen and (max-width: 991px){.products-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:25%}}@media screen and (max-width: 830px){.products-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:33.33%}}@media screen and (max-width: 576px){.products-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:50%}}[x-cloak]{display:none}.scroll-to-top{position:fixed;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;visibility:hidden;opacity:0;transition:var(--transition-150)}.ltr .scroll-to-top{right:15px}.rtl .scroll-to-top{left:15px}.scroll-to-top.active{visibility:visible;opacity:1;bottom:12px}.scroll-to-top:after{content:"";width:38px;height:38px;border-radius:50%;position:absolute;top:50%;background:var(--color-white)}.ltr .scroll-to-top:after{left:50%;transform:translate(-50%,-50%)}.rtl .scroll-to-top:after{right:50%;transform:translate(50%,-50%)}.scroll-to-top>svg{height:40px;width:40px;z-index:1;position:relative}.ltr .scroll-to-top>svg{transform:rotate(-90deg)}.rtl .scroll-to-top>svg{transform:rotate(90deg)}.scroll-to-top>svg circle:first-child{color:var(--color-primary-alpha-10)}.scroll-to-top>svg circle:last-child{color:var(--color-primary)}.scroll-to-top .top-arrow{position:absolute;top:50%;z-index:3;width:-moz-max-content;width:max-content;height:auto}.ltr .scroll-to-top .top-arrow{left:50%;transform:translate(-50%,-50%)}.rtl .scroll-to-top .top-arrow{right:50%;transform:translate(50%,-50%)}.scroll-to-top .top-arrow svg{width:18px;height:18px}.scroll-to-top .top-arrow svg path{fill:var(--color-primary)}.rtl .scroll-to-top>svg{transform:rotate(-90deg)}@media screen and (max-width: 600px){.scroll-to-top{bottom:50px}.scroll-to-top.active{visibility:visible;opacity:1;bottom:75px}}html{font-family:var(--base-font-family)}body{font-family:var(--base-font-family);font-size:15px;font-weight:var(--font-normal);font-style:normal;min-width:320px;color:var(--color-black);overflow-x:hidden}body.ltr{direction:ltr}body.rtl{direction:rtl}h1,h2,h3,h4,h5,h6{color:var(--color-black)}h1,h2,h3,h4,h5,h6,ul,ol,li,address,p{margin:0;padding:0}div:active,div:focus,div:visited,a:active,a:focus,a:visited,button:active,button:focus,button:visited{outline:0}a{transition:var(--transition-150);text-decoration:none}a:hover{text-decoration:none}svg>path{transition:var(--transition-150)}b,strong{font-weight:var(--font-medium)}.tooltip{pointer-events:none}.tooltip>.tooltip-inner{font-size:12px;padding:4px 8px;border-radius:var(--radius-default)}@media screen and (min-width: 1920px){.container{max-width:1770px;padding-left:15px;padding-right:15px}}@media screen and (min-width: 2200px){.container{max-width:1920px}}@media screen and (max-width: 1920px){.container{max-width:100%;padding-left:4%;padding-right:4%}}@media screen and (max-width: 1500px){.container{padding-left:1.8%;padding-right:1.8%}}@media screen and (max-width: 991px){.container{padding-left:15px;padding-right:15px}}h1,h2,h3,h4,h5,h6,p,span{font-family:var(--base-font-family)}h1{font-size:36px;line-height:44px}h2{font-size:28px;line-height:36px}h3{font-size:24px;line-height:30px}h4{font-size:20px;line-height:28px}h5{font-size:18px;line-height:24px}h6{font-size:15px;line-height:18px}p{font-size:15px;line-height:22px}.mega-menu>.multi-level .sub-menu>li:hover>a{color:var(--color-primary)}.mega-menu .dropdown{position:relative}.mega-menu .dropdown:hover>.sub-menu{opacity:1;visibility:visible}.mega-menu .dropdown>.sub-menu{position:absolute;width:-moz-max-content;width:max-content;padding:12px 0 10px;background:var(--color-white);border-radius:var(--radius-default);box-shadow:0 1px 5px #0000001f;opacity:0;visibility:hidden;z-index:1;transition:var(--transition-150)}.mega-menu .dropdown>.sub-menu>li>a{font-size:14px;line-height:29px;position:relative;display:block;color:var(--color-gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ltr .mega-menu .dropdown>.sub-menu>li>a{padding:0 36px 0 19px}.rtl .mega-menu .dropdown>.sub-menu>li>a{padding:0 19px 0 36px}.mega-menu .dropdown>.sub-menu>li>a>i{font-size:12px;position:absolute;top:50%;transform:translateY(-50%)}.ltr .mega-menu .dropdown>.sub-menu>li>a>i{right:18px}.rtl .mega-menu .dropdown>.sub-menu>li>a>i{left:18px}.mega-menu>.fluid-menu{position:relative}.mega-menu>.fluid-menu:hover>.fluid-menu-wrap{opacity:1;visibility:visible}.mega-menu>.fluid-menu>.fluid-menu-wrap{position:absolute;width:720px;max-height:430px;background:var(--color-white);background-size:contain;background-repeat:no-repeat;border-radius:var(--radius-default);box-shadow:0 1px 5px #0000001f;opacity:0;visibility:hidden;z-index:1;transition:var(--transition-150);overflow-y:auto}.ltr .mega-menu>.fluid-menu>.fluid-menu-wrap{background-position:right bottom}.rtl .mega-menu>.fluid-menu>.fluid-menu-wrap{background-position:left bottom}.mega-menu .fluid-menu-content{display:flex;flex-wrap:wrap;justify-content:flex-start;padding:20px 10px 0}.mega-menu .fluid-menu-content .fluid-menu-list{flex:0 0 33.3333333333%;width:33.3333333333%;margin-bottom:15px;padding:0 15px}.mega-menu .fluid-menu-content .fluid-menu-title{font-size:15px;line-height:22px;margin-bottom:7px}.mega-menu .fluid-menu-content .fluid-menu-title>a{color:var(--color-black)}.mega-menu .fluid-menu-content .fluid-menu-title>a:hover{color:var(--color-primary)}.mega-menu .fluid-menu-content .fluid-sub-menu-list li a{font-size:13px;line-height:29px;max-width:100%;display:inline-block;color:var(--color-gray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.mega-menu .fluid-menu-content .fluid-sub-menu-list li a:hover{color:var(--color-primary)}@keyframes menu-in-top{0%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes menu-in-right-ltr{0%{transform:translate(0)}to{transform:translate(15px)}}@keyframes menu-in-right-rtl{0%{transform:translate(0)}to{transform:translate(-15px)}}@keyframes menu-in-bottom{0%{transform:translateY(0)}to{transform:translateY(15px)}}@keyframes menu-in-left-ltr{0%{transform:translate(-15px)}to{transform:translate(0)}}@keyframes menu-in-left-rtl{0%{transform:translate(15px)}to{transform:translate(0)}}.tabs:not(.featured-categories-tabs) .tab-item,.nav-tabs .nav-link{font-size:15px;line-height:26px;position:relative;padding:13px 3px;color:var(--color-gray);border:none;border-radius:0;transition:var(--transition-150)}.tabs:not(.featured-categories-tabs) .active.tab-item,.nav-tabs .active.nav-link{font-weight:var(--font-medium);color:var(--color-primary)}.tabs:not(.featured-categories-tabs) .active.tab-item:before,.nav-tabs .active.nav-link:before{width:100%}.tabs:not(.featured-categories-tabs) .active.tab-item:after,.nav-tabs .active.nav-link:after{opacity:1}.tabs:not(.featured-categories-tabs) .tab-item:before,.nav-tabs .nav-link:before{position:absolute;content:"";bottom:0;height:1px;width:0;background:var(--color-primary);transition:.15s ease-in-out}.ltr .tabs:not(.featured-categories-tabs) .tab-item:before,.ltr .nav-tabs .nav-link:before{left:50%;transform:translate(-50%)}.rtl .tabs:not(.featured-categories-tabs) .tab-item:before,.rtl .nav-tabs .nav-link:before{right:50%;transform:translate(50%)}.tabs:not(.featured-categories-tabs) .tab-item:after,.nav-tabs .nav-link:after{position:absolute;content:"";bottom:-7px;height:8px;width:15px;background:var(--color-primary);border-bottom-left-radius:12px;border-bottom-right-radius:12px;opacity:0;transition:.15s ease-in-out;z-index:1}.ltr .tabs:not(.featured-categories-tabs) .tab-item:after,.ltr .nav-tabs .nav-link:after{left:50%;transform:translate(-50%)}.rtl .tabs:not(.featured-categories-tabs) .tab-item:after,.rtl .nav-tabs .nav-link:after{right:50%;transform:translate(50%)}.tabs:not(.featured-categories-tabs) .tab-item:hover:not(.active):before,.nav-tabs .nav-link:hover:not(.active):before{width:40px}.nav-tabs{border:none}.nav-tabs .nav-item.loading .nav-link{pointer-events:none}.nav-tabs .nav-item.loading .nav-link:before{top:auto;transform:none}.ltr .nav-tabs .nav-item.loading .nav-link:before{left:0;animation:tab-loader-ltr 1.2s ease infinite}.rtl .nav-tabs .nav-item.loading .nav-link:before{right:0;animation:tab-loader-rtl 1.2s ease infinite}.nav-tabs .nav-item.loading .nav-link:after{content:none}.tabs:not(.featured-categories-tabs){list-style:none;margin-bottom:-1px}.tabs:not(.featured-categories-tabs) .tab-item{cursor:pointer;transition:none}.ltr .tabs:not(.featured-categories-tabs) .tab-item{margin-right:30px}.rtl .tabs:not(.featured-categories-tabs) .tab-item{margin-left:30px}.ltr .tabs:not(.featured-categories-tabs) .tab-item:last-child{margin-right:0}.rtl .tabs:not(.featured-categories-tabs) .tab-item:last-child{margin-left:0}.tabs:not(.featured-categories-tabs) .tab-item.active{font-weight:var(--font-medium);color:var(--color-primary);cursor:default}.tabs:not(.featured-categories-tabs) .tab-item.active:before{width:100%}.tabs:not(.featured-categories-tabs) .tab-item.active:after{opacity:1}.tabs:not(.featured-categories-tabs) .tab-item.loading{pointer-events:none}.tabs:not(.featured-categories-tabs) .tab-item.loading:before{top:auto;transform:none}.ltr .tabs:not(.featured-categories-tabs) .tab-item.loading:before{left:0;animation:tab-loader-ltr 1.2s ease infinite}.rtl .tabs:not(.featured-categories-tabs) .tab-item.loading:before{right:0;animation:tab-loader-rtl 1.2s ease infinite}.tabs:not(.featured-categories-tabs) .tab-item.loading:after{content:none}.btn{font-family:var(--base-font-family);font-size:15px;line-height:26px;position:relative;color:var(--color-black);padding:7px 24px;border:none;border-radius:var(--radius-default);transition:var(--transition-150)}.btn:focus{box-shadow:none!important;outline:0}.btn-primary{font-weight:var(--font-medium);color:var(--color-white);background:var(--color-primary)}.btn-primary:focus{background:var(--color-primary)}.btn-primary:active,.btn-primary:hover,.btn-primary:active:focus{background:var(--color-primary-hover)}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active{background:var(--color-primary-hover)}.btn-primary:disabled,.btn-primary.disabled,.btn-primary[disabled]{background:var(--color-primary)}.btn-primary:disabled:active,.btn-primary:disabled:hover,.btn-primary:disabled:focus,.btn-primary:disabled:hover:focus,.btn-primary.disabled:active,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:hover:focus,.btn-primary[disabled]:active,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover:focus{background:var(--color-primary)}.btn-default{font-weight:var(--font-medium);padding:6px 24px;background:transparent;border:1px solid var(--color-primary);font-size:14px}.btn-default:active,.btn-default:hover,.btn-default:active:focus{color:var(--color-white);background:var(--color-primary)}.btn-default.disabled:active,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled:hover:focus,.btn-default[disabled]:active,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:hover:focus{color:var(--color-black);background:transparent!important}.btn-default.disabled:active.btn-loading:after,.btn-default.disabled:hover.btn-loading:after,.btn-default.disabled:focus.btn-loading:after,.btn-default.disabled:hover:focus.btn-loading:after,.btn-default[disabled]:active.btn-loading:after,.btn-default[disabled]:hover.btn-loading:after,.btn-default[disabled]:focus.btn-loading:after,.btn-default[disabled]:hover:focus.btn-loading:after{border-color:var(--color-primary)}.btn-default.btn-loading:after{border-color:var(--color-primary)}.btn-default.btn-loading:active:after,.btn-default.btn-loading:hover:after,.btn-default.btn-loading:focus:after,.btn-default.btn-loading:hover:focus:after{border-color:var(--color-white)}.btn-lg{margin-top:5px;padding:7px 30px;font-size:14px}.btn-remove{font-size:15px;color:var(--color-black);background:transparent;border:none;transition:var(--transition-150)}.btn-remove:hover{color:var(--color-primary)}.custom-scrollbar{overflow-y:auto}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track,.custom-scrollbar::-webkit-scrollbar-track-piece{background:var(--color-gray-lite);border-radius:5px}.custom-scrollbar::-webkit-scrollbar-thumb,.custom-scrollbar::-webkit-scrollbar-thumb:vertical{border-radius:5px;background:var(--color-gray-lite-10);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.custom-scrollbar::-webkit-scrollbar-thumb:hover,.custom-scrollbar::-webkit-scrollbar-thumb:vertical:hover{background:var(--color-primary)}.countdown{border:none;background:transparent}.countdown .countdown-row{display:flex;padding:0;font-weight:var(--font-medium);justify-content:center;align-items:center;color:var(--color-gray)}.countdown .countdown-show4 .countdown-section{width:auto}.countdown .countdown-section{position:relative;float:none}.countdown .countdown-amount{font-size:16px;line-height:22px;font-weight:var(--font-normal);display:flex;margin:0 auto;align-items:center;justify-content:center}.countdown .countdown-period{position:absolute;font-size:12px;line-height:22px;bottom:0;color:var(--color-gray)}.ltr .countdown .countdown-period{left:50%;transform:translate(-50%)}.rtl .countdown .countdown-period{right:50%;transform:translate(50%)}.breadcrumb{margin:23px 0 0;padding:0;background:var(--color-white)}.ltr .breadcrumb ul{margin-left:-11px}.rtl .breadcrumb ul{margin-right:-11px}.breadcrumb ul>li{font-size:14px;line-height:22.4px;position:relative;display:inline-block;padding:0 10px}.breadcrumb ul>li:after{position:absolute;content:"";font-family:Line Awesome Free;font-weight:900;font-size:12px;top:1px;color:var(--color-black)}.ltr .breadcrumb ul>li:after{right:-7px}.rtl .breadcrumb ul>li:after{left:-7px}.breadcrumb ul>li:last-child:after{content:""}.breadcrumb ul>li.active{color:var(--color-gray)}.breadcrumb ul>li.active:after{color:var(--color-gray)}.breadcrumb ul>li>a{color:var(--color-black)}.breadcrumb ul>li>a:hover{color:var(--color-primary)}.rtl .breadcrumb ul>li:after{transform:rotate(180deg);top:0}@media screen and (max-width: 991px){.breadcrumb ul{display:flex;overflow-x:auto;overflow-y:hidden}.breadcrumb ul>li{white-space:nowrap}.breadcrumb ul::-webkit-scrollbar{width:8px;height:2px}.breadcrumb ul::-webkit-scrollbar-track,.breadcrumb ul::-webkit-scrollbar-track-piece{background:var(--color-gray-lite);border-radius:5px}.breadcrumb ul::-webkit-scrollbar-thumb,.breadcrumb ul::-webkit-scrollbar-thumb:vertical{border-radius:5px;background:var(--color-gray-lite-10);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.breadcrumb ul::-webkit-scrollbar-thumb:hover,.breadcrumb ul::-webkit-scrollbar-thumb:vertical:hover{background:var(--color-gray-dark)}}.form-group{margin-bottom:20px}.form-group label{font-weight:var(--font-medium);margin-bottom:6px;font-size:14px}.form-group label>span{color:var(--color-red)}.ltr .form-group label>span{margin-left:4px}.rtl .form-group label>span{margin-right:4px}.form-control{font-size:14px;height:40px;padding:10px 15px;border-color:var(--color-gray-lite);border-radius:var(--radius-default);transition:var(--transition-150)}.form-control:focus{border-color:var(--color-primary);box-shadow:none}select{border:none}.ltr select.arrow-black{background-position:right 10px center}.rtl select.arrow-black{background-position:left 10px center}textarea.form-control{transition:border var(--transition-150),resize 0ms}.form-check{padding:0!important}.form-check label{font-weight:var(--font-normal);color:var(--color-gray)}.form-check input[type=checkbox]{position:absolute;margin:0;display:none}.ltr .form-check input[type=checkbox]{left:0}.rtl .form-check input[type=checkbox]{right:0}.form-check input[type=checkbox]:checked+label,.form-check input[type=checkbox]:not(:checked)+label{position:relative;cursor:pointer;display:inline-block}.ltr .form-check input[type=checkbox]:checked+label,.ltr .form-check input[type=checkbox]:not(:checked)+label{padding-left:28px;text-align:left}.rtl .form-check input[type=checkbox]:checked+label,.rtl .form-check input[type=checkbox]:not(:checked)+label{padding-right:28px;text-align:right}.form-check input[type=checkbox]:checked+label:before,.form-check input[type=checkbox]:not(:checked)+label:before{content:"";position:absolute;top:2px;width:17px;height:17px;border:1px solid var(--border-color);border-radius:4px;transition:var(--transition-150)}.ltr .form-check input[type=checkbox]:checked+label:before,.ltr .form-check input[type=checkbox]:not(:checked)+label:before{left:0}.rtl .form-check input[type=checkbox]:checked+label:before,.rtl .form-check input[type=checkbox]:not(:checked)+label:before{right:0}.form-check input[type=checkbox]:checked+label:after,.form-check input[type=checkbox]:not(:checked)+label:after{position:absolute;content:"";top:7px;height:5px;width:9px;border:2px solid;border-color:var(--color-primary);border-top:none;border-right:none;transform:rotate(-45deg) scale(0);transition:var(--transition-150)}.ltr .form-check input[type=checkbox]:checked+label:after,.ltr .form-check input[type=checkbox]:not(:checked)+label:after{left:4px}.rtl .form-check input[type=checkbox]:checked+label:after,.rtl .form-check input[type=checkbox]:not(:checked)+label:after{right:4px}.form-check input[type=checkbox]:not(:checked)+label:after{opacity:0;transform:rotate(-45deg) scale(0)}.form-check input[type=checkbox]:checked+label:after{opacity:1;transform:rotate(-45deg) scale(1)}.form-radio{padding:0}.form-radio label{font-weight:var(--font-normal);color:var(--color-gray)}.form-radio input[type=radio]{position:absolute;margin:0;display:none}.ltr .form-radio input[type=radio]{left:0}.rtl .form-radio input[type=radio]{right:0}.form-radio input[type=radio]:checked+label,.form-radio input[type=radio]:not(:checked)+label{position:relative;cursor:pointer;display:inline-block}.ltr .form-radio input[type=radio]:checked+label,.ltr .form-radio input[type=radio]:not(:checked)+label{padding-left:28px;text-align:left}.rtl .form-radio input[type=radio]:checked+label,.rtl .form-radio input[type=radio]:not(:checked)+label{padding-right:28px;text-align:right}.form-radio input[type=radio]:checked+label:before,.form-radio input[type=radio]:not(:checked)+label:before{content:"";position:absolute;top:2px;width:18px;height:18px;border:1px solid var(--border-color);border-radius:var(--radius-full);transition:var(--transition-150)}.ltr .form-radio input[type=radio]:checked+label:before,.ltr .form-radio input[type=radio]:not(:checked)+label:before{left:0}.rtl .form-radio input[type=radio]:checked+label:before,.rtl .form-radio input[type=radio]:not(:checked)+label:before{right:0}.form-radio input[type=radio]:checked+label:after,.form-radio input[type=radio]:not(:checked)+label:after{position:absolute;content:"";top:6px;height:10px;width:10px;background:var(--color-primary);border-radius:var(--radius-full);transform:scale(0);transition:var(--transition-150)}.ltr .form-radio input[type=radio]:checked+label:after,.ltr .form-radio input[type=radio]:not(:checked)+label:after{left:4px}.rtl .form-radio input[type=radio]:checked+label:after,.rtl .form-radio input[type=radio]:not(:checked)+label:after{right:4px}.form-radio input[type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.form-radio input[type=radio]:checked+label:after{opacity:1;transform:scale(1)}.form-check-label>a{color:var(--color-primary)}.form-check-label>a:hover{color:var(--color-primary-hover)}.has-error .form-control{border-color:var(--color-red)}.has-error .form-control:focus{border-color:var(--color-red)}.error-message{line-height:20px;display:block;margin:4px 0 -5px;color:var(--color-red)}::-moz-placeholder{color:var(--color-gray-dark-5)!important;opacity:1}::placeholder{color:var(--color-gray-dark-5)!important;opacity:1}:-ms-input-placeholder{color:var(--color-gray-dark-5)!important}::-ms-input-placeholder{color:var(--color-gray-dark-5)!important}.alert{font-size:16px;position:fixed;bottom:15px;display:flex;padding:20px;align-items:center;border:1px solid #00e57b;color:var(--color-white);border-radius:var(--radius-default);z-index:10}.ltr .alert{right:15px;margin:0 0 0 15px;padding-right:20px}.rtl .alert{left:15px;margin:0 15px 0 0;padding-left:20px}.alert>svg{min-width:24px}.ltr .alert>svg{margin-right:16px}.rtl .alert>svg{margin-left:16px}.alert .close{height:24px;min-width:24px;padding:0;display:flex;align-items:center;justify-content:center;opacity:unset;background:transparent;border:none;opacity:1;border-radius:5px;transition:var(--transition-150);box-sizing:border-box}.ltr .alert .close{right:20px;margin-left:16px}.rtl .alert .close{left:20px;margin-right:16px}.alert .close svg{height:10px;width:10px}.alert .close:hover{opacity:1}.alert .close>i{color:var(--color-white)}.alert-success{background:#00bc65;border-color:#00e57b}.alert-success svg rect{fill:#009e55}.alert-success .close:hover{background:#009e55}.alert-danger{background:#ff5748;border-color:#ffa199}.alert-danger svg rect{fill:#c10}.alert-danger .close:hover{background:#c10}.alert-info{background:#0068e0;border-color:#479cff}.alert-info svg rect{fill:#005ac2}.alert-info .close:hover{background:#005ac2}.alert-warning{background:#ffad00;border-color:#ffce66}.alert-warning svg rect{fill:#e59b00}.alert-warning .close:hover{background:#e59b00}@media screen and (max-width: 991px){.alert{bottom:90px}}.table-bordered td{border-color:var(--color-gray-lite)}.table thead th{border-bottom:1px solid var(--color-gray-lite)}.table tbody tr td{padding-top:20px;min-width:120px}.table tbody tr td:nth-child(2){min-width:140px}.table th{font-weight:var(--font-medium);padding:12px 25px;border-top:none}.table td{padding:15px 25px;border-color:var(--color-gray-lite)}.badge{font-size:12px;font-weight:var(--font-normal);display:inline-block;padding:6px 10px;text-align:center;border-radius:20px}.badge-success{color:var(--color-green);background:#edf9f6}.badge-danger{color:var(--color-red);background:#fdf0ed}.badge-info{color:var(--color-info);background:#eef5fb}.badge-warning{color:var(--color-yellow);background:#fcf6ec}.panel{margin-bottom:50px;border-radius:var(--radius-default)}.panel:last-child{margin-bottom:0}.panel .panel-header{display:flex;padding:15px 25px;background:var(--color-white-lite);align-items:center;justify-content:space-between;border:1px solid var(--color-gray-lite);border-radius:var(--radius-default) var(--radius-default) 0 0}.panel .panel-header>a{color:var(--color-gray-dark)}.panel .panel-header>a:hover{color:var(--color-primary)}.panel .panel-body{border:1px solid var(--color-gray-lite);border-top:none;border-radius:0 0 var(--radius-default) var(--radius-default)}.pagination{justify-content:flex-end;padding-top:15px}.ltr .pagination .page-item{padding-left:5px}.rtl .pagination .page-item{padding-right:5px}.pagination .page-item.disabled .page-link{cursor:default}.pagination .page-item.disabled .page-link i{opacity:.5}.pagination .page-item .page-link{height:32px;width:32px;color:var(--color-black);background:var(--color-white);border:1px solid var(--color-gray-lite);border-radius:8px!important;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px}.pagination .page-item .page-link:hover{border-color:var(--color-primary)}.pagination .page-item .page-link:focus{box-shadow:none}.pagination .page-item.active .page-link{color:var(--color-white);background:var(--color-primary);border-color:var(--color-primary)}.rtl .pagination .page-item:first-child .page-link>i,.rtl .pagination .page-item:last-child .page-link>i{transform:rotateY(180deg)}@media screen and (max-width: 991px){.pagination{justify-content:center}.ltr .pagination{margin-right:0}.rtl .pagination{margin-left:0}}.loading{position:relative}.loading:before{content:"";position:absolute;background:#ffffffb3;width:100%;height:100%;top:0;z-index:1}.ltr .loading:before{left:0}.rtl .loading:before{right:0}.loading:after{content:"";position:absolute;height:30px;width:30px;top:50%;border-radius:50%;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 1.3px),var(--color-primary) 0);mask:radial-gradient(farthest-side,transparent calc(100% - 1.3px),var(--color-primary) 0);animation:loader-spin .5s linear infinite;z-index:2}.ltr .loading:after{left:50%;background-image:conic-gradient(transparent 5deg,var(--color-primary) 360deg)}.rtl .loading:after{right:50%;background-image:conic-gradient(transparent -5deg,var(--color-primary) 360deg)}.rtl .loading:after{left:50%;right:unset}.btn-loading{color:transparent!important}.btn-loading:after{content:"";position:absolute;top:50%;border-radius:50%;height:16px;width:16px;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 1.3px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 1.3px),#fff 0);animation:loader-spin .5s linear infinite}.ltr .btn-loading:after{left:50%;background-image:conic-gradient(transparent 5deg,#fff 360deg)}.rtl .btn-loading:after{right:50%;background-image:conic-gradient(transparent -5deg,#fff 360deg)}.rtl .btn-loading:after{left:50%;right:unset}@keyframes loader-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes tab-loader-ltr{0%{left:0;width:20px}50%{left:calc(100% - 20px);width:20px}to{left:0;width:20px}}@keyframes tab-loader-rtl{0%{right:0;width:20px}50%{right:calc(100% - 20px);width:20px}to{right:0;width:20px}}.modal{background:#0009;transition:var(--transition-150)}.ltr .modal{padding-right:0!important}.rtl .modal{padding-left:0!important}.modal.in{opacity:1}.modal.in .modal-dialog{transform:none}.modal-dialog{margin:15px auto}.modal-content{padding:0;border:none;border-radius:var(--radius-default)}.modal-body{padding:0}.modal-backdrop{display:none}.top-nav-wrap{border-bottom:1px solid var(--border-color)}.top-nav{padding:8px 0}.ltr .top-nav .top-nav-left{padding-right:20px}.rtl .top-nav .top-nav-left{padding-left:20px}.top-nav .top-nav-left>span{display:block}.top-nav .top-nav-right-list{display:flex}.top-nav .top-nav-right-list .custom-dropdown{display:flex;align-items:center}.ltr .top-nav .top-nav-right-list .custom-dropdown{border-right:1px solid var(--border-color-lite)}.rtl .top-nav .top-nav-right-list .custom-dropdown{border-left:1px solid var(--border-color-lite)}.top-nav .top-nav-right-list .custom-dropdown.active{z-index:13}.top-nav .top-nav-right-list .custom-dropdown .dropdown-toggle{padding:0 20px;border:none}.ltr .top-nav .top-nav-right-list .custom-dropdown .dropdown-toggle i:first-child{margin-right:5px}.rtl .top-nav .top-nav-right-list .custom-dropdown .dropdown-toggle i:first-child{margin-left:5px}.top-nav .top-nav-right-list .custom-dropdown .dropdown-menu{top:40px}.ltr .top-nav .top-nav-right-list .custom-dropdown .dropdown-menu:after{right:18px}.rtl .top-nav .top-nav-right-list .custom-dropdown .dropdown-menu:after{left:18px}.ltr .top-nav .top-nav-right-list .custom-dropdown .dropdown-menu:before{right:15px}.rtl .top-nav .top-nav-right-list .custom-dropdown .dropdown-menu:before{left:15px}.top-nav .top-nav-right-list>li:not(.dropdown){display:inline-block;padding:0 20px}.ltr .top-nav .top-nav-right-list>li:not(.dropdown){border-left:1px solid var(--border-color-lite)}.rtl .top-nav .top-nav-right-list>li:not(.dropdown){border-right:1px solid var(--border-color-lite)}.ltr .top-nav .top-nav-right-list>li:not(.dropdown):first-child{padding-left:0;border-right:1px solid var(--border-color-lite)}.rtl .top-nav .top-nav-right-list>li:not(.dropdown):first-child{padding-right:0;border-left:1px solid var(--border-color-lite)}.ltr .top-nav .top-nav-right-list>li:not(.dropdown):last-child{padding-right:0;border-left:unset}.rtl .top-nav .top-nav-right-list>li:not(.dropdown):last-child{padding-left:0;border-right:unset}.ltr .top-nav .top-nav-right-list>li:not(.dropdown):first-child{border-left:none}.rtl .top-nav .top-nav-right-list>li:not(.dropdown):first-child{border-right:none}.top-nav .top-nav-right-list>li:not(.dropdown).top-nav-compare{display:none}.top-nav .top-nav-right-list>li:not(.dropdown)>a{display:flex;align-items:center;color:var(--color-black);white-space:nowrap}.top-nav .top-nav-right-list>li:not(.dropdown)>a:hover{color:var(--color-primary)}.top-nav .top-nav-right-list>li:not(.dropdown)>a>i{color:var(--color-primary)}.ltr .top-nav .top-nav-right-list>li:not(.dropdown)>a>i{margin-right:5px}.rtl .top-nav .top-nav-right-list>li:not(.dropdown)>a>i{margin-left:5px}.top-nav .top-nav-right-list>li:not(.dropdown)>a>svg{width:13px;height:13px;margin-top:-2px}.ltr .top-nav .top-nav-right-list>li:not(.dropdown)>a>svg{margin-right:5px}.rtl .top-nav .top-nav-right-list>li:not(.dropdown)>a>svg{margin-left:5px}.top-nav .top-nav-right-list>li:not(.dropdown)>a>svg path{stroke:var(--color-primary)}.top-nav .top-nav-right-list>li:not(.dropdown)>i{color:var(--color-primary)}.ltr .top-nav .top-nav-right-list>li:not(.dropdown)>i{margin-right:5px}.rtl .top-nav .top-nav-right-list>li:not(.dropdown)>i{margin-left:5px}@media screen and (max-width: 991px){.top-nav-wrap{display:none}.top-nav>.row{flex-direction:column}.top-nav .top-nav-left{margin-bottom:10px;text-align:center}.top-nav .top-nav-right-list .top-nav-account{display:none}.ltr .top-nav .top-nav-right-list .top-nav-currency{padding-right:0}.rtl .top-nav .top-nav-right-list .top-nav-currency{padding-left:0}}@media screen and (max-width: 480px){.top-nav .top-nav-right-list>li.top-nav-compare{display:block}}.header-column-left{display:flex;align-self:flex-start}.sidebar-menu-icon-wrap{display:flex;height:55px;align-items:center;justify-content:center}.ltr .sidebar-menu-icon-wrap{padding-right:15px}.rtl .sidebar-menu-icon-wrap{padding-left:15px}.sidebar-menu-icon-wrap .sidebar-menu-icon{display:flex;height:30px;width:35px;align-items:flex-start;justify-content:center;flex-direction:column;cursor:pointer}.sidebar-menu-icon-wrap .sidebar-menu-icon svg{width:24px;height:23px}.sidebar-menu-icon-wrap .sidebar-menu-icon svg path{transition:var(--transition-150)}.sidebar-menu-icon-wrap .sidebar-menu-icon:hover svg path{fill:var(--color-primary)}.header-logo{display:flex;height:60px;width:266px;align-items:center;overflow:hidden;margin-top:1px}.ltr .header-logo{padding:0 15px 0 0}.rtl .header-logo{padding:0 0 0 15px}.header-logo img{max-height:100%;max-width:100%}.header-logo h3{color:var(--color-primary)}.header-logo svg{direction:ltr;height:60px;width:245px}.header-logo svg #logo_f_bg,.header-logo svg #logo_f_text,.header-logo svg #logo_f_text_inner{fill:var(--color-primary)}@media screen and (max-width: 1100px){.header-logo{width:230px}}@media screen and (max-width: 991px){.header-logo{height:55px;width:200px}}@media screen and (min-width: 992px){.sidebar-menu-icon-wrap{display:none}}@media screen and (max-width: 991px){.header-logo{margin-top:unset}.header-logo h1{font-size:28px}}@media screen and (max-width: 390px){.ltr .sidebar-menu-icon-wrap{padding-right:5px}.rtl .sidebar-menu-icon-wrap{padding-left:5px}.header-logo{width:160px}.ltr .header-logo{padding-left:5px}.rtl .header-logo{padding-right:5px}}.header-search-wrap-parent{flex-grow:1;padding:0 40px}.header-search-wrap-parent .header-search-wrap-overlay{visibility:hidden;opacity:0;position:fixed;width:100vw;height:100vh;left:0;top:0;bottom:0;right:0;background:#0009;z-index:200;transition:var(--transition-150)}.header-search-wrap-parent .header-search-wrap-overlay.active{visibility:visible;opacity:1}.header-search-wrap{z-index:202;position:relative;min-width:0;padding:5px;border-radius:var(--radius-default);background:var(--color-white);transition:var(--transition-150)}.header-search-wrap.has-suggestion .header-search{z-index:202}.header-search{position:relative}.header-search .header-search-lg{position:relative;display:flex;background:var(--color-white-lite);border:1px solid var(--border-color);border-radius:var(--radius-default);transition:var(--transition-150)}.header-search .header-search-lg.header-search-lg-background{background:var(--color-white);border-radius:var(--radius-default)}.header-search .header-search-lg .search-input{height:52px;background:var(--color-white-lite);border:none}.ltr .header-search .header-search-lg .search-input{padding-left:20px}.rtl .header-search .header-search-lg .search-input{padding-right:20px}.header-search .header-search-lg .search-input.focused{background:var(--color-white);border-radius:var(--radius-default)}.header-search .header-search-lg .header-search-right{display:flex;align-items:center;transition:var(--transition-150)}.ltr .header-search .header-search-lg .header-search-right{margin-right:4px}.rtl .header-search .header-search-lg .header-search-right{margin-left:4px}.header-search .header-search-lg .header-search-right.header-search-right-background{background:var(--color-white);border-radius:var(--radius-default)}.header-search .header-search-lg .header-search-right .custom-dropdown{z-index:202}.header-search .header-search-lg .header-search-right .custom-dropdown.skeleton{width:120px}.header-search .header-search-lg .header-search-right .custom-dropdown .dropdown-toggle{height:31px;transition:none;background:#0030780a;border-radius:6px;border:none}.ltr .header-search .header-search-lg .header-search-right .custom-dropdown .dropdown-toggle{padding:8px 10px 8px 12px}.rtl .header-search .header-search-lg .header-search-right .custom-dropdown .dropdown-toggle{padding:8px 12px 8px 10px}.header-search .header-search-lg .header-search-right .custom-dropdown .dropdown-toggle.skeleton{min-width:145px}.header-search .header-search-lg .header-search-right .custom-dropdown .dropdown-menu{top:50px}.ltr .header-search .header-search-lg .header-search-right .custom-dropdown .dropdown-menu:after{right:8px}.rtl .header-search .header-search-lg .header-search-right .custom-dropdown .dropdown-menu:after{left:8px}.ltr .header-search .header-search-lg .header-search-right .custom-dropdown .dropdown-menu:before{right:5px}.rtl .header-search .header-search-lg .header-search-right .custom-dropdown .dropdown-menu:before{left:5px}.header-search .header-search-lg .btn-search{display:flex;height:44px;width:44px;padding:0;align-items:center;justify-content:center;border-radius:5px}.ltr .header-search .header-search-lg .btn-search{margin-left:10px}.rtl .header-search .header-search-lg .btn-search{margin-right:10px}.header-search .header-search-lg .btn-search>svg{height:18px;width:18px}.header-search .header-search-lg .btn-search>svg path{stroke:var(--color-white)}.header-search-sm-form{position:absolute;left:0;right:0;top:50%;background:var(--color-white);opacity:0;transform:scale(.96) translateY(-50%);pointer-events:none;border-radius:var(--radius-default)}.header-search-sm-form.active{opacity:1;transform:scale(1) translateY(-50%);z-index:301;pointer-events:auto}.header-search-sm-form>form{position:relative;display:flex;width:100%;align-items:center}.header-search-sm-form>form>input{height:50px;padding:10px 50px;border:none}.header-search-sm-form>form .btn-close,.header-search-sm-form>form .btn-search{position:absolute;top:50%;display:flex;height:50px;width:50px;padding:15px;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%)}.header-search-sm-form>form .btn-close:hover>svg path,.header-search-sm-form>form .btn-search:hover>svg path{stroke:var(--color-primary)}.header-search-sm-form>form .btn-close>svg,.header-search-sm-form>form .btn-search>svg{height:24px;width:24px}.header-search-sm-form>form .btn-close>svg path,.header-search-sm-form>form .btn-search>svg path{stroke:var(--color-gray)}.ltr .header-search-sm-form>form .btn-close{left:0}.rtl .header-search-sm-form>form .btn-close{right:0}.ltr .header-search-sm-form>form .btn-search{right:0}.rtl .header-search-sm-form>form .btn-search{left:0}.rtl .header-search-sm-form>form .btn-close svg{transform:rotate(180deg)}@media screen and (min-width: 992px){.header-search .header-search-sm,.header-search-sm-form{display:none}}@media screen and (max-width: 991px){.header-search-wrap-parent{flex-grow:unset;padding:0}.ltr .header-search-wrap-parent{margin-left:auto}.rtl .header-search-wrap-parent{margin-right:auto}.header-search-wrap{position:static;display:flex;flex-grow:0;padding:0 15px;align-items:center;height:100%}.ltr .header-search-wrap{margin:0 -10px 0 auto}.rtl .header-search-wrap{margin:0 auto 0 -10px}.header-search .header-search-lg{display:none}.header-search .header-search-sm:hover>svg path{stroke:var(--color-primary)}.header-search .header-search-sm>svg{width:24px;height:24px;cursor:pointer}.header-search .header-search-sm>svg path{stroke:var(--color-black)}}@media screen and (max-width: 391px){.header-search-wrap{padding:0 10px}}.searched-keywords{display:flex;width:95%;margin:4px auto -5px;justify-content:center}.searched-keywords>label{font-size:13px;margin-bottom:0;color:var(--color-primary);white-space:nowrap}.ltr .searched-keywords-list{margin:-2px 0 0 10px}.rtl .searched-keywords-list{margin:-2px 10px 0 0}.searched-keywords-list li{font-size:13px;position:relative;display:inline-block}.ltr .searched-keywords-list li{margin-left:4px}.rtl .searched-keywords-list li{margin-right:4px}.ltr .searched-keywords-list li:first-child{margin-left:0}.rtl .searched-keywords-list li:first-child{margin-right:0}.searched-keywords-list li a{color:var(--color-gray)}.searched-keywords-list li a:hover{color:var(--color-primary)}@media screen and (max-width: 991px){.searched-keywords{display:none}}.search-suggestions{position:absolute;left:0;top:57px;right:0;background:var(--color-white);border-bottom-left-radius:var(--radius-default);border-bottom-right-radius:var(--radius-default);padding:0 5px;z-index:201}.search-suggestions .search-suggestions-inner{max-height:425px;background:var(--color-white);margin-bottom:15px;margin-top:15px;overflow-y:auto}.search-suggestions .search-suggestions-inner::-webkit-scrollbar{width:3px;height:3px}.search-suggestions .more-results{font-size:14px;display:block;padding:6px 0;color:var(--color-gray-dark);background:var(--color-white-dark);text-align:center;border-top:1px solid var(--color-gray-lite);margin-left:-8px;margin-right:-8px}.search-suggestions .more-results:hover{color:var(--color-primary)}.search-suggestions .title{font-size:13px;font-weight:var(--font-normal);position:relative;padding:6px 20px;color:var(--color-gray-dark);background:var(--color-white-dark)}.search-suggestions .title:after{position:absolute;content:"";top:7px;height:15px;width:7px;background:var(--color-primary)}.ltr .search-suggestions .title:after{left:0;border-top-right-radius:12px;border-bottom-right-radius:12px}.rtl .search-suggestions .title:after{right:0;border-top-left-radius:12px;border-bottom-left-radius:12px}.search-suggestions .list-item{transition:var(--transition-150)}.search-suggestions .list-item.active{background:#f7f9fa}.category-suggestion .title{margin-bottom:14px}.category-suggestion+.product-suggestion{margin-top:11px}.category-suggestion-list .single-item{font-size:14px;line-height:26px;display:block;max-width:100%;padding:1px 20px;color:var(--color-gray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.product-suggestion .title{margin-bottom:14px}.product-suggestion-list .list-item{margin-bottom:4px}.product-suggestion-list .list-item:last-child{margin-bottom:0}.product-suggestion-list .single-item{position:relative;display:flex;padding:6px 15px}.product-suggestion-list .product-image{height:50px;width:50px;min-width:50px;border-radius:var(--radius-default);overflow:hidden}.product-suggestion-list .product-image .image-placeholder{height:35px;width:35px}.product-suggestion-list .product-info{min-width:0;flex-grow:1}.ltr .product-suggestion-list .product-info{margin-left:20px}.rtl .product-suggestion-list .product-info{margin-right:20px}.product-suggestion-list .product-info-top{display:flex;justify-content:space-between}.product-suggestion-list .product-name{font-size:14px;display:inline-block;max-width:100%;margin-bottom:3px;color:var(--color-gray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.product-suggestion-list .product-badge{position:relative;top:auto}.ltr .product-suggestion-list .product-badge{right:auto;margin:-2px 0 -1px 15px}.rtl .product-suggestion-list .product-badge{left:auto;margin:-2px 15px -1px 0}.product-suggestion-list em{font-weight:var(--font-medium);font-style:inherit;color:var(--color-primary)}@media screen and (max-width: 991px){.search-suggestions{top:45px;display:none}.search-suggestions .search-suggestions-inner{max-height:285px}.header-wrap-inner.sticky .header-search-sm{margin-top:0!important}.header-wrap-inner.sticky .search-suggestions{top:60px}.header-search-sm-form.active+.search-suggestions{display:block}}.header-column-right{height:50px;margin-top:7px;align-items:center;justify-content:flex-end}.ltr .header-column-right{padding:0 0 0 15px}.rtl .header-column-right{padding:0 15px 0 0}.header-column-right .header-column-right-item{display:flex;align-items:center}.ltr .header-column-right .header-column-right-item{margin-right:20px}.rtl .header-column-right .header-column-right-item{margin-left:20px}.ltr .header-column-right .header-column-right-item:last-child{margin-right:0}.rtl .header-column-right .header-column-right-item:last-child{margin-left:0}.header-column-right .header-column-right-item .icon-wrap{cursor:pointer}.header-column-right .header-column-right-item .icon-wrap:hover>svg circle,.header-column-right .header-column-right-item .icon-wrap:hover>svg path{stroke:var(--color-primary)}.header-column-right .header-localization{display:none}.header-column-right .icon-wrap{position:relative}.ltr .header-column-right .icon-wrap{margin-right:6px}.rtl .header-column-right .icon-wrap{margin-left:6px}.header-column-right .icon-wrap>svg{height:26px;width:26px}.header-column-right .icon-wrap>svg circle,.header-column-right .icon-wrap>svg path{stroke:var(--color-black)}.header-column-right .icon-wrap>.count{position:absolute;font-size:10px;line-height:16px;top:0;height:16px;width:16px;color:var(--color-white);background:var(--color-red);text-align:center;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.ltr .header-column-right .icon-wrap>.count{right:-6px}.rtl .header-column-right .icon-wrap>.count{left:-6px}@media screen and (max-width: 1199px){.header-column-right .header-cart>span{display:none}}@media screen and (max-width: 991px){.header-column-right{height:auto;margin-top:unset}.ltr .header-column-right .header-column-right-item{margin-right:0}.rtl .header-column-right .header-column-right-item{margin-left:0}.header-column-right .header-localization{display:flex}.header-column-right .header-wishlist{display:none}.ltr .header-column-right .header-wishlist{margin-right:0}.rtl .header-column-right .header-wishlist{margin-left:0}.header-column-right .header-cart,.header-column-right .header-compare{display:none}.ltr .header-column-right .icon-wrap{margin-right:0}.rtl .header-column-right .icon-wrap{margin-left:0}.header-column-right .icon-wrap>svg{height:24px;width:24px}}.header-wrap-inner.sticky{position:fixed;left:0;top:-200px;right:0;min-width:320px;padding:4px 0;background:var(--color-white);box-shadow:0 1px 3px #0000001a;z-index:180}.header-wrap-inner.sticky .row.flex-nowrap{align-items:center}.header-wrap-inner.sticky .header-logo{height:50px;margin-top:5px}.header-wrap-inner.sticky .header-logo svg{height:55px}.header-wrap-inner.sticky .header-search .header-search-lg{transition:var(--transition-150)}.header-wrap-inner.sticky .header-search .header-search-lg.header-search-lg-background{background:var(--color-white);border-radius:var(--radius-default)}.header-wrap-inner.sticky .header-search .header-search-lg .search-input{height:50px}.header-wrap-inner.sticky .header-search .header-search-lg .btn-search{height:42px;width:42px}.header-wrap-inner.sticky .search-suggestions{top:55px}.header-wrap-inner.sticky .searched-keywords{display:none}.header-wrap-inner.sticky .header-column-right{margin-top:6px}.header-wrap-inner.show{top:0;transition:.6s ease}@media screen and (max-width: 991px){.header-wrap-inner.sticky{padding:4px 0;border:none}.header-wrap-inner.sticky .header-logo{margin-top:unset}.header-wrap-inner.sticky .search-suggestions{top:45px}.header-wrap-inner.sticky .header-column-right{margin-top:0}}.header-wrap{position:relative;z-index:12}.header-wrap-inner{padding:22px 0}@media screen and (max-width: 991px){.header-wrap-inner{padding:5px 0;border-bottom:1px solid var(--border-color)}}.sidebar-menu-wrap{position:fixed;top:0;bottom:0;width:317px;opacity:0;visibility:hidden;transform:translate(0);z-index:200;transition:var(--transition-200)}.ltr .sidebar-menu-wrap{left:-150px}.rtl .sidebar-menu-wrap{right:-150px}.sidebar-menu-wrap.active{opacity:1;visibility:visible}.ltr .sidebar-menu-wrap.active{transform:translate(150px)}.rtl .sidebar-menu-wrap.active{transform:translate(-150px)}.sidebar-menu-wrap .sidebar-menu-close{width:32px;height:32px;background:var(--color-white);display:flex;align-items:center;justify-content:center;transition:var(--transition-150);border-radius:50%;cursor:pointer;position:absolute;top:21px}.ltr .sidebar-menu-wrap .sidebar-menu-close{right:-26px}.rtl .sidebar-menu-wrap .sidebar-menu-close{left:-26px}.sidebar-menu-wrap .sidebar-menu-close:hover>i{color:var(--color-primary)}.sidebar-menu-wrap .sidebar-menu-close>i{font-size:18px;color:#00316c;transition:var(--transition-150)}.sidebar-menu-wrap .sidebar-menu-header{display:flex;padding:15px 26px;align-items:center;justify-content:space-between;background:var(--color-primary)}.sidebar-menu-wrap .sidebar-menu-header>h4{font-weight:var(--font-normal);color:var(--color-white)}.sidebar-menu-wrap .sidebar-menu-curve-background{border-bottom:none;width:317px;max-width:100%;height:63px;background-image:url(./curve-bg-ltr-DJkM1Jrl-v4.7.5.png);background-repeat:no-repeat;background-position:center;background-size:cover;padding-top:20px}.sidebar-menu-wrap .sidebar-menu-tab{background:var(--color-primary-alpha-12);display:flex;justify-content:space-between;width:285px;margin:auto;border-radius:10px;padding:2px}.ltr .sidebar-menu-wrap .sidebar-menu-tab{margin-left:15px}.rtl .sidebar-menu-wrap .sidebar-menu-tab{margin-right:15px}.sidebar-menu-wrap .sidebar-menu-tab .nav-item{width:33%}.sidebar-menu-wrap .sidebar-menu-tab .nav-item .nav-link{width:100%;font-size:12px;font-weight:var(--font-normal);line-height:12px;padding:10px;color:var(--color-gray);text-align:center;background:transparent;border:none;border-radius:8px;margin-bottom:unset;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.sidebar-menu-wrap .sidebar-menu-tab .nav-item .nav-link.active{color:var(--color-white);background:var(--color-primary);cursor:default}.sidebar-menu-wrap .sidebar-menu-tab .nav-item .nav-link:before,.sidebar-menu-wrap .sidebar-menu-tab .nav-item .nav-link:after{content:none}.sidebar-menu-wrap .sidebar-menu-tab .nav-item.active .nav-link{color:var(--color-white);background:var(--color-primary);cursor:default}.sidebar-menu-wrap>.tab-content{position:absolute;background:var(--color-white);left:0;top:62px;right:0;bottom:0}.rtl .sidebar-menu-wrap .sidebar-menu-curve-background{background-image:url(./curve-bg-rtl-FAPrfwxq-v4.7.5.png)}.sidebar-more-menu-items{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:16px;list-style:none;padding-left:25px!important;padding-right:25px}.sidebar-more-menu-items li{height:126px;width:calc(50% - 6px);border:1px solid #e2e8f0;border-radius:var(--radius-default);background:var(--color-white);margin-bottom:12px;transition:var(--transition-200)}.sidebar-more-menu-items li:hover{border-color:var(--color-primary)}.sidebar-more-menu-items li a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.sidebar-more-menu-items li a .sidebar-icon-parent{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-primary-alpha-12);margin-bottom:6px}.sidebar-more-menu-items li a .sidebar-icon-parent svg path{stroke:var(--color-primary)}.sidebar-more-menu-items li a span{color:#0e1e3e;width:85%;text-align:center;display:block;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.sidebar-menu{margin:5px 0}.sidebar-menu>li{cursor:pointer}.sidebar-menu>li:hover>.menu-item{color:var(--color-primary)}.sidebar-menu>li:hover>.menu-item>.menu-item-icon{color:var(--color-primary)}.sidebar-menu>li:hover>i{color:var(--color-primary)}.sidebar-menu>li.active .menu-item{color:var(--color-primary)}.sidebar-menu>li.active .menu-item:after{opacity:1;visibility:visible}.sidebar-menu>li.active .menu-item>.menu-item-icon{color:var(--color-primary)}.ltr .sidebar-menu>li.active>i{transform:rotate(90deg)}.rtl .sidebar-menu>li.active>i{transform:rotate(-90deg)}.sidebar-menu>li>.menu-item:after{position:absolute;content:"";top:16px;height:15px;width:7px;background:var(--color-primary);opacity:0;visibility:hidden;transition:var(--transition-150)}.ltr .sidebar-menu>li>.menu-item:after{left:0;border-top-right-radius:12px;border-bottom-right-radius:12px}.rtl .sidebar-menu>li>.menu-item:after{right:0;border-top-left-radius:12px;border-bottom-left-radius:12px}.sidebar-menu>li>.menu-item>.menu-item-icon{font-size:16px;color:var(--color-gray);transition:var(--transition-150)}.ltr .sidebar-menu>li>.menu-item>.menu-item-icon{margin:1px 10px 0 0}.rtl .sidebar-menu>li>.menu-item>.menu-item-icon{margin:1px 0 0 10px}.sidebar-menu>li>ul>li>a{max-width:160px}.sidebar-menu>li>ul>li>ul>li>a{max-width:155px}.sidebar-menu li:hover>a,.sidebar-menu li:hover>i{color:var(--color-primary)}.sidebar-menu li a{line-height:45px;max-width:210px;display:inline-block;color:var(--color-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.ltr .sidebar-menu li a{margin-left:24px}.rtl .sidebar-menu li a{margin-right:24px}.sidebar-menu li>i{font-size:12px;position:absolute;top:18px;color:var(--color-gray);transition:var(--transition-150)}.ltr .sidebar-menu li>i{right:18px}.rtl .sidebar-menu li>i{left:18px}.sidebar-menu li ul{display:none}.ltr .sidebar-menu li ul{margin-left:10px}.rtl .sidebar-menu li ul{margin-right:10px}.sidebar-menu .dropdown{position:relative}.sidebar-menu .dropdown.active>a{color:var(--color-primary)}.sidebar-menu .dropdown.active>i{color:var(--color-primary)}.ltr .sidebar-menu .dropdown.active>i{transform:rotate(90deg)}.rtl .sidebar-menu .dropdown.active>i{transform:rotate(-90deg)}@media screen and (max-width: 350px){.sidebar-menu-wrap{width:290px}.sidebar-menu-wrap .sidebar-menu-tab{width:254px}}.localization{width:100%;height:auto;position:fixed;bottom:0;background:#fff;border-radius:16px 16px 0 0;opacity:0;visibility:hidden;transform:translateY(100px);transition:var(--transition-200);z-index:181}.ltr .localization{left:0}.rtl .localization{right:0}.localization.active{opacity:1;visibility:visible;transform:translateY(0)}.localization .localization-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e2e8f0}.localization .localization-header h3{color:#0e1e3e;font-size:20px;font-style:normal;font-weight:var(--font-medium)}.localization .localization-header .localization-cross-icon{width:32px;height:32px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-150)}.localization .localization-header .localization-cross-icon svg{width:16px;height:16px}.localization .localization-header .localization-cross-icon svg path{stroke:#292d32;transition:var(--transition-150)}.localization .localization-header .localization-cross-icon:hover{background:var(--color-primary-alpha-12)}.localization .localization-header .localization-cross-icon:hover svg path{stroke:var(--color-primary)}.localization .localization-form{padding:24px}.localization .localization-form .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(./arrow-black-DFZmLAQh-v4.7.5.png);background-repeat:no-repeat;background-size:10px}.ltr .localization .localization-form .form-group select{background-position:right 15px center}.rtl .localization .localization-form .form-group select{background-position:left 15px center}.localization .localization-form .form-group .input-group{position:relative}.localization .localization-form .form-group .input-group .form-control{border-radius:var(--radius-default)!important}.ltr .localization .localization-form .form-group .input-group .form-control{padding-left:48px}.rtl .localization .localization-form .form-group .input-group .form-control{padding-right:48px}.localization .localization-form .form-group .input-group .input-icon{width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%);z-index:3}.ltr .localization .localization-form .form-group .input-group .input-icon{left:16px}.rtl .localization .localization-form .form-group .input-group .input-icon{right:16px}.sidebar-cart-top{display:flex;padding:15px 20px;align-items:center;justify-content:space-between;background:var(--color-white)}.sidebar-cart-top .title{font-size:20px;font-weight:500;line-height:28px;position:relative}.sidebar-cart-top .title .count{position:absolute;font-weight:var(--font-normal);font-size:10px;line-height:16px;top:-4px;height:16px;width:16px;color:#fff;background:var(--color-red);text-align:center;border-radius:50%;display:flex;align-items:center;justify-content:center}.ltr .sidebar-cart-top .title .count{right:-15px}.rtl .sidebar-cart-top .title .count{left:-15px}.sidebar-cart-top .sidebar-cart-close{display:flex;cursor:pointer;opacity:.8}.sidebar-cart-top .sidebar-cart-close:hover{opacity:1}.sidebar-cart-top .sidebar-cart-close:hover>svg path{stroke:var(--color-primary)}.sidebar-cart-top .sidebar-cart-close>svg{width:18px;height:18px;transition:var(--transition-150)}.sidebar-cart-top .sidebar-cart-close>svg path{stroke:var(--color-black)}@media screen and (max-width: 991px){.sidebar-cart-top{padding:12px 20px}}.sidebar-cart-middle{position:absolute;left:0;right:0;top:58px;bottom:102px;margin:0 20px;padding:10px 15px;border:1px solid #e2e8f0;border-radius:var(--radius-default);overflow-x:hidden}.sidebar-cart-middle::-webkit-scrollbar{width:3px;height:3px}.sidebar-cart-middle::-webkit-scrollbar-track,.sidebar-cart-middle::-webkit-scrollbar-track-piece{background:var(--color-gray-lite);border-radius:5px}.sidebar-cart-middle::-webkit-scrollbar-thumb,.sidebar-cart-middle::-webkit-scrollbar-thumb:vertical{background:var(--color-gray-lite-10);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.sidebar-cart-middle::-webkit-scrollbar-thumb:hover,.sidebar-cart-middle::-webkit-scrollbar-thumb:vertical:hover{background:var(--color-primary)}.sidebar-cart-middle.empty{bottom:20px;overflow:visible}.sidebar-cart-items-wrap{padding:8px 0;background:var(--color-white)}.sidebar-cart-item{padding:18px 0;border-bottom:1px solid #e2e8f0}.sidebar-cart-item .product-image{border:1px solid #e2e8f0;width:60px;min-width:60px;height:55px}.sidebar-cart-item:first-of-type{padding-top:0}.sidebar-cart-item:last-child{padding-bottom:0;border-bottom:none}.sidebar-cart-item .product-info{position:relative}.ltr .sidebar-cart-item .product-info{margin-left:15px}.rtl .sidebar-cart-item .product-info{margin-right:15px}.sidebar-cart-item .product-info .product-info-bottom{margin-top:-15px}.sidebar-cart-item .product-info .remove-cart-item{top:-2px}.sidebar-cart-item .product-info .remove-cart-item .btn-remove{opacity:.9}.sidebar-cart-item .product-info .product-name{margin:0 0 15px!important;font-weight:var(--font-medium)}.ltr .sidebar-cart-item .product-info .product-name{padding-right:17px}.rtl .sidebar-cart-item .product-info .product-name{padding-left:17px}.sidebar-cart-item .product-info .number-picker{width:auto}.ltr .sidebar-cart-item .product-info .number-picker{margin:13px 5px 0 0}.rtl .sidebar-cart-item .product-info .number-picker{margin:13px 0 0 5px}.sidebar-cart-item .product-info .number-picker .input-group-quantity{display:flex;align-items:center}.sidebar-cart-item .product-info .number-picker .input-group-quantity .btn-number{position:unset;background:var(--color-white);border:1px solid #e2e8f0;transform:unset;width:20px;height:20px;border-radius:5px;transition:var(--transition-150)}.sidebar-cart-item .product-info .number-picker .input-group-quantity .btn-number svg{height:10px;width:10px}.sidebar-cart-item .product-info .number-picker .input-group-quantity .btn-number svg path{stroke:var(--color-black);transition:var(--transition-150)}.sidebar-cart-item .product-info .number-picker .input-group-quantity .btn-number:hover{border-color:var(--color-primary)}.sidebar-cart-item .product-info .number-picker .input-group-quantity .btn-number:hover svg path{stroke:var(--color-primary)}.sidebar-cart-item .product-info .number-picker .input-group-quantity .btn-number:disabled{opacity:.5}.sidebar-cart-item .product-info .number-picker .input-group-quantity .btn-number:disabled svg path{stroke:var(--color-black)}.sidebar-cart-item .product-info .number-picker .input-group-quantity .input-quantity{font-size:12px;width:35px;height:20px;margin-left:4px;margin-right:4px;border:1px solid #e2e8f0;border-radius:5px;transition:var(--transition-150)}.sidebar-cart-item .product-info .number-picker .input-group-quantity .input-quantity:focus{border-color:var(--color-primary)}.sidebar-cart-item .product-info .product-price{line-height:1;margin-top:14px}.sidebar-cart-item .product-info .product-options{margin:-8px 0 15px}.sidebar-cart-item .product-info .product-options>li{color:var(--color-black)}.sidebar-cart-item .product-info .product-options+.product-options{margin-top:-12px}.sidebar-cart-item .product-info .product-options+.product-info-bottom{margin-top:-17px}@media screen and (max-width: 991px){.sidebar-cart-middle{top:52px}}@media screen and (max-width: 380px){.sidebar-cart-middle{margin:0 15px;padding:6px 13px}.ltr .sidebar-cart-item .product-info{margin-left:10px}.rtl .sidebar-cart-item .product-info{margin-right:10px}}.sidebar-cart-bottom{position:absolute;left:0;bottom:0;right:0;background:var(--color-white)}.sidebar-cart-bottom .sidebar-cart-subtotal{font-size:17px;display:flex;margin:0 20px;padding:6px 0 20px;justify-content:space-between}.sidebar-cart-bottom .sidebar-cart-subtotal>span{font-weight:var(--font-medium);color:var(--color-primary)}.sidebar-cart-bottom .sidebar-cart-actions{display:flex;padding:0 20px 15px;background:var(--color-white)}.sidebar-cart-bottom .sidebar-cart-actions .btn{font-size:14px;padding:4px 15px}.sidebar-cart-bottom .sidebar-cart-actions .btn-clear-cart{font-weight:500;align-self:center;color:var(--color-black);border:1px solid #E2E8F0;transition:var(--transition-150)}.ltr .sidebar-cart-bottom .sidebar-cart-actions .btn-clear-cart{margin-right:auto}.rtl .sidebar-cart-bottom .sidebar-cart-actions .btn-clear-cart{margin-left:auto}.sidebar-cart-bottom .sidebar-cart-actions .btn-clear-cart:hover{color:var(--color-red);border-color:var(--color-red)}.sidebar-cart-bottom .sidebar-cart-actions .btn-view-cart{border-color:#e2e8f0;background:var(--color-white-lite-2);transition:var(--transition-150)}.sidebar-cart-bottom .sidebar-cart-actions .btn-view-cart:hover{border-color:var(--color-primary-alpha-30);background:var(--color-primary-alpha-12);color:var(--color-primary)}.ltr .sidebar-cart-bottom .sidebar-cart-actions .btn-checkout{margin-left:12px}.rtl .sidebar-cart-bottom .sidebar-cart-actions .btn-checkout{margin-right:12px}@media screen and (max-width: 380px){.sidebar-cart-bottom .sidebar-cart-actions{justify-content:flex-end}.sidebar-cart-bottom .sidebar-cart-actions .btn-clear-cart{display:none}}.sidebar-cart-wrap{position:fixed;top:0;bottom:0;height:100%;width:400px;background:var(--color-white);opacity:0;visibility:hidden;z-index:200;transition:var(--transition-200)}.ltr .sidebar-cart-wrap{right:-200px;box-shadow:2.5px 4.33px 40px 5px #0c1f2e1a}.rtl .sidebar-cart-wrap{left:-200px;box-shadow:-2.5px 4.33px 40px 5px #0c1f2e1a}.sidebar-cart-wrap.active{opacity:1;visibility:visible}.ltr .sidebar-cart-wrap.active{transform:translate(-200px)}.rtl .sidebar-cart-wrap.active{transform:translate(200px)}.sidebar-cart-wrap .empty-message{position:absolute;top:0;height:100%;width:100%;display:flex;padding:40px 0;justify-content:center;align-items:center;flex-direction:column;text-align:center}.ltr .sidebar-cart-wrap .empty-message{left:0}.rtl .sidebar-cart-wrap .empty-message{right:0}.sidebar-cart-wrap .empty-message svg{height:100px;width:100px;margin-bottom:22px}.sidebar-cart-wrap .empty-message svg g{fill:var(--color-primary)}@media screen and (max-width: 420px){.sidebar-cart-wrap{width:360px}}@media screen and (max-width: 380px){.sidebar-cart-wrap{width:330px}}@media screen and (max-width: 350px){.sidebar-cart-wrap{width:300px}}.navigation-inner{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--radius-default);position:relative}.navigation-inner:after,.navigation-inner:before{content:"";display:block;height:calc(100% - 14px);width:5000px;background:var(--color-white);position:absolute;z-index:10;top:50%;transform:translateY(-50%)}.ltr .navigation-inner:after{right:100%;border-right:1px solid var(--border-color)}.rtl .navigation-inner:after{left:100%;border-left:1px solid var(--border-color)}.ltr .navigation-inner:before{left:100%;border-left:1px solid var(--border-color)}.rtl .navigation-inner:before{right:100%;border-right:1px solid var(--border-color)}.navigation-inner .navbar{padding:0;z-index:2}.category-nav{position:relative;width:287px;min-width:287px;display:flex;align-items:center;align-self:stretch;z-index:3;background:var(--color-white);border-radius:var(--radius-default)}.ltr .category-nav{padding:4px 25px 4px 4px}.rtl .category-nav{padding:4px 4px 4px 25px}.category-nav.category-dropdown-menu .category-dropdown-wrap{max-height:520px!important;height:auto}.category-nav.category-dropdown-menu .vertical-megamenu li .menu-item{line-height:44px!important}.category-nav.category-dropdown-menu .vertical-megamenu li:nth-child(10)~li:not(.more-categories){display:none!important}.category-nav .vertical-megamenu li .menu-item{line-height:44px}.category-nav.show .category-nav-inner{cursor:default}.category-nav.show .category-dropdown-wrap{display:block}.category-nav .category-nav-inner{font-weight:var(--font-medium);line-height:24px;width:100%;display:flex;color:var(--color-white);flex-grow:1;align-items:center;justify-content:space-between;background:var(--color-primary);border-radius:5px;cursor:pointer}.ltr .category-nav .category-nav-inner{padding:11px 35px 10px 30px}.rtl .category-nav .category-nav-inner{padding:11px 30px 10px 35px}.category-nav .category-nav-inner span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:160px}.category-nav .category-nav-inner:after{display:none}.category-nav .category-nav-inner>i{font-size:16px}.category-nav .category-dropdown-wrap{position:absolute;top:calc(100% + 31px);display:none;width:263px;height:520px;min-height:74px;background:var(--color-white);border:1px solid var(--border-color);border-radius:var(--radius-default);z-index:4}.ltr .category-nav .category-dropdown-wrap{left:-1px}.rtl .category-nav .category-dropdown-wrap{right:-1px}.category-nav .category-dropdown-wrap.show{display:block}.category-nav .category-dropdown-wrap .category-dropdown:before,.category-nav .category-dropdown-wrap .category-dropdown:after{position:absolute;content:"";border-style:solid;z-index:1}.ltr .category-nav .category-dropdown-wrap .category-dropdown:before,.ltr .category-nav .category-dropdown-wrap .category-dropdown:after{left:50%;transform:translate(-50%)}.rtl .category-nav .category-dropdown-wrap .category-dropdown:before,.rtl .category-nav .category-dropdown-wrap .category-dropdown:after{right:50%;transform:translate(50%)}.category-nav .category-dropdown-wrap .category-dropdown:before{top:-26px;border-width:13px 15px;border-color:transparent;border-bottom-color:var(--border-color)}.category-nav .category-dropdown-wrap .category-dropdown:after{top:-24px;border-width:12px 14px;border-color:transparent;border-bottom-color:var(--color-white)}.vertical-megamenu{position:static;padding:15px 0}.vertical-megamenu>li:nth-child(10)~li:not(.more-categories){display:none}.vertical-megamenu>li.hide{display:none}.vertical-megamenu>li:hover>.menu-item{color:var(--color-primary)}.vertical-megamenu>li:hover>.menu-item:after{opacity:1;visibility:visible}.vertical-megamenu>li:hover>.menu-item>.menu-item-icon{color:var(--color-primary)}.vertical-megamenu>li:hover>.menu-item>i{color:var(--color-primary)}.vertical-megamenu>li>.menu-item{position:relative;line-height:46px;display:block;color:var(--color-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ltr .vertical-megamenu>li>.menu-item{padding:0 50px 0 24px}.rtl .vertical-megamenu>li>.menu-item{padding:0 24px 0 50px}.vertical-megamenu>li>.menu-item:after{position:absolute;content:"";top:15px;height:15px;width:2px;background:var(--color-primary);opacity:0;visibility:hidden;transition:var(--transition-150)}.ltr .vertical-megamenu>li>.menu-item:after{left:0;border-top-right-radius:15px;border-bottom-right-radius:15px}.rtl .vertical-megamenu>li>.menu-item:after{right:0;border-top-left-radius:15px;border-bottom-left-radius:15px}.vertical-megamenu>li>.menu-item>.menu-item-icon{font-size:16px;display:inline-flex;color:var(--color-gray);vertical-align:top;transition:var(--transition-150)}.ltr .vertical-megamenu>li>.menu-item>.menu-item-icon{margin:15px 10px 0 0}.rtl .vertical-megamenu>li>.menu-item>.menu-item-icon{margin:15px 0 0 10px}.vertical-megamenu>li>.menu-item>i{font-size:12px;position:absolute;top:17px;color:var(--color-gray);transition:var(--transition-150)}.ltr .vertical-megamenu>li>.menu-item>i{right:25px}.rtl .vertical-megamenu>li>.menu-item>i{left:25px}.ltr .vertical-megamenu.mega-menu .dropdown:hover>.sub-menu{animation:menu-in-left-ltr .25s ease}.rtl .vertical-megamenu.mega-menu .dropdown:hover>.sub-menu{animation:menu-in-left-rtl .25s ease}.vertical-megamenu.mega-menu .dropdown>.sub-menu{top:0}.ltr .vertical-megamenu.mega-menu .dropdown>.sub-menu{left:100%;animation:menu-in-right-ltr .25s ease}.rtl .vertical-megamenu.mega-menu .dropdown>.sub-menu{right:100%;animation:menu-in-right-rtl .25s ease}.ltr .vertical-megamenu.mega-menu>.fluid-menu:hover>.fluid-menu-wrap{animation:menu-in-left-ltr .25s ease}.rtl .vertical-megamenu.mega-menu>.fluid-menu:hover>.fluid-menu-wrap{animation:menu-in-left-rtl .25s ease}.vertical-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{top:0}.ltr .vertical-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{left:100%;animation:menu-in-right-ltr .25s ease}.rtl .vertical-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{right:100%;animation:menu-in-right-rtl .25s ease}.rtl .vertical-megamenu>li>.menu-item>i{transform:rotate(180deg)}.horizontal-megamenu{position:relative;flex-wrap:wrap}.horizontal-megamenu.mega-menu>.fluid-menu{position:relative}.horizontal-megamenu>li:hover>.menu-item>.menu-item-icon{color:var(--color-primary)}.horizontal-megamenu>li>.menu-item>.menu-item-icon{color:var(--color-gray);transition:var(--transition-150)}.ltr .horizontal-megamenu>li>.menu-item>.menu-item-icon{margin-right:5px}.rtl .horizontal-megamenu>li>.menu-item>.menu-item-icon{margin-left:5px}.horizontal-megamenu>.nav-item:hover>.nav-link{color:var(--color-primary)}.horizontal-megamenu>.nav-item:hover>.nav-link>i{color:var(--color-primary)}.ltr .horizontal-megamenu>.nav-item.multi-level>.nav-link,.ltr .horizontal-megamenu>.nav-item.fluid-menu>.nav-link{padding-right:35px}.rtl .horizontal-megamenu>.nav-item.multi-level>.nav-link,.rtl .horizontal-megamenu>.nav-item.fluid-menu>.nav-link{padding-left:35px}.horizontal-megamenu>.nav-item>.nav-link{line-height:36px;position:relative;margin-bottom:-1px;padding:9px 15px;color:var(--color-black);white-space:nowrap}.horizontal-megamenu>.nav-item>.nav-link>i{position:absolute;top:50%;font-size:13px;color:var(--color-gray)}.ltr .horizontal-megamenu>.nav-item>.nav-link>i{right:15px;transform:translateY(-50%) rotate(90deg)}.rtl .horizontal-megamenu>.nav-item>.nav-link>i{left:15px;transform:translateY(-50%) rotate(-90deg)}.horizontal-megamenu.mega-menu>.dropdown.multi-level>.sub-menu{top:54px}.ltr .horizontal-megamenu.mega-menu>.dropdown.multi-level>.sub-menu{left:0}.rtl .horizontal-megamenu.mega-menu>.dropdown.multi-level>.sub-menu{right:0}.horizontal-megamenu.mega-menu .dropdown:hover>.sub-menu{animation:menu-in-top .25s ease}.horizontal-megamenu.mega-menu .dropdown>.sub-menu{top:0;animation:menu-in-bottom .25s ease}.ltr .horizontal-megamenu.mega-menu .dropdown>.sub-menu{left:100%}.rtl .horizontal-megamenu.mega-menu .dropdown>.sub-menu{right:100%}.horizontal-megamenu.mega-menu>.fluid-menu:hover>.fluid-menu-wrap{animation:menu-in-top .25s ease}.horizontal-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{top:54px;animation:menu-in-bottom .25s ease}.ltr .horizontal-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{left:0}.rtl .horizontal-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{right:0}.primary-menu:before,.primary-menu:after{content:"";display:block;height:100%;width:85px;position:absolute;top:0;border-radius:10px;z-index:2}.ltr .primary-menu:before,.ltr .primary-menu:after{right:0}.rtl .primary-menu:before,.rtl .primary-menu:after{left:0}.primary-menu:before{width:30px;border-radius:unset;pointer-events:none}.ltr .primary-menu:before{right:85px;background:linear-gradient(90deg,#fff0 0,#fff)}.rtl .primary-menu:before{left:85px;background:linear-gradient(-90deg,#fff0 0,#fff)}.primary-menu:after{background:var(--color-white)}.primary-menu.swiper{overflow:unset;width:calc(100% - 286px)}.ltr .primary-menu.swiper{padding-right:90px}.rtl .primary-menu.swiper{padding-left:90px}.primary-menu.swiper .swiper-wrapper{flex-wrap:unset}.primary-menu.swiper .swiper-wrapper .swiper-slide{width:-moz-max-content;width:max-content}.ltr .primary-menu.swiper .swiper-wrapper .swiper-slide:first-child a{padding-left:0}.rtl .primary-menu.swiper .swiper-wrapper .swiper-slide:first-child a{padding-right:0}.ltr .primary-menu.swiper .swiper-wrapper .swiper-slide:last-child a{padding-right:0}.rtl .primary-menu.swiper .swiper-wrapper .swiper-slide:last-child a{padding-left:0}.primary-menu.swiper .swiper-button-prev,.primary-menu.swiper .swiper-button-next{height:25px;width:25px;background:var(--color-primary);border-radius:50%;top:50%;transform:translateY(-50%);bottom:unset;margin-top:unset;transition:var(--transition-150)}.primary-menu.swiper .swiper-button-prev:after,.primary-menu.swiper .swiper-button-next:after{font-size:9px;font-weight:var(--font-medium);color:var(--color-white)}.primary-menu.swiper .swiper-button-prev:hover,.primary-menu.swiper .swiper-button-next:hover{background:var(--color-primary-hover)}.ltr .primary-menu.swiper .swiper-button-prev{left:unset;right:48px;padding-right:2px}.rtl .primary-menu.swiper .swiper-button-prev{right:unset;left:48px;padding-left:2px}.ltr .primary-menu.swiper .swiper-button-next{right:15px;padding-left:2px}.rtl .primary-menu.swiper .swiper-button-next{left:15px;padding-right:2px}@media screen and (max-width: 1400px){.primary-menu.swiper{width:calc(100% - 270px)}}.rtl .horizontal-megamenu>.nav-item:hover>.nav-link>i{left:15px}.rtl .horizontal-megamenu>.nav-item>.nav-link>i{transform:translateY(-50%) rotate(90deg)}@media screen and (max-width: 1600px){.category-nav .category-dropdown-wrap{height:480px}.vertical-megamenu>li:nth-child(n){display:block}.vertical-megamenu>li:nth-child(9)~li:not(.more-categories){display:none}}@media screen and (max-width: 1500px){.category-nav .category-dropdown-wrap{height:460px}.vertical-megamenu>li:nth-child(n){display:block}.vertical-megamenu>li:nth-child(8)~li:not(.more-categories){display:none}.category-nav .vertical-megamenu li .menu-item{line-height:46px}}@media screen and (max-width: 1400px){.category-nav{width:270px;min-width:270px}.category-nav .category-dropdown-wrap{width:246px;height:430px}.category-nav .vertical-megamenu li .menu-item{line-height:44px}}@media screen and (max-width: 1300px){.category-nav .category-dropdown-wrap{height:400px}.vertical-megamenu>li:nth-child(n){display:block}.vertical-megamenu>li:nth-child(7)~li:not(.more-categories){display:none}.category-nav .vertical-megamenu li .menu-item{line-height:46px}}@media screen and (max-width: 1199px){.category-nav .category-dropdown-wrap{height:430px}.category-nav .vertical-megamenu li .menu-item{line-height:44px}.vertical-megamenu>li:nth-child(n){display:block!important}.vertical-megamenu>li:nth-child(8)~li:not(.more-categories){display:none!important}}@media screen and (max-width: 1047px){.vertical-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{width:696px}.ltr .vertical-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{right:-696px}.rtl .vertical-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{left:-696px}}@media screen and (max-width: 991px){.navigation-wrap{display:none}.ltr .navigation-inner .navbar .navbar-nav{margin-left:0}.rtl .navigation-inner .navbar .navbar-nav{margin-right:0}.category-nav,.category-nav .category-dropdown-wrap{display:none}}.bottom-navigation-wrap{display:none}@media screen and (max-width: 991px){.bottom-navigation-wrap{position:fixed;display:block;bottom:0;background:var(--color-white);width:100%;min-width:320px;z-index:7;border-top:1px solid #e2e8f0}.ltr .bottom-navigation-wrap{left:0}.rtl .bottom-navigation-wrap{right:0}.bottom-navigation-wrap .bottom-navigation-items{display:flex;align-items:center;justify-content:space-between;width:350px;max-width:100%;margin:0 auto;list-style:none;padding:12px 0 10px}.bottom-navigation-wrap .bottom-navigation-items li{width:20%;flex:0 0 20%;display:flex;justify-content:center}.bottom-navigation-wrap .bottom-navigation-items li a{display:flex;flex-direction:column;align-items:center;padding:0 5px;position:relative;text-decoration:none}.bottom-navigation-wrap .bottom-navigation-items li a .svg-stroke-color path{stroke:#191919}.bottom-navigation-wrap .bottom-navigation-items li a svg{width:22px;height:22px}.bottom-navigation-wrap .bottom-navigation-items li a.active.compare svg path{stroke:var(--color-primary);fill:none}.bottom-navigation-wrap .bottom-navigation-items li a.active svg path{fill:var(--color-primary)}.bottom-navigation-wrap .bottom-navigation-items li a .cart-fill-color{stroke:var(--color-primary)}.bottom-navigation-wrap .bottom-navigation-items li a span:not(.count){font-size:10.5px;font-style:normal;font-weight:var(--font-normal);line-height:140%;text-align:center;color:var(--color-black-20);padding-top:2px;transition:.2s ease-in-out;min-width:50px;max-width:65px;white-space:nowrap;overflow:hidden;display:inline-block;text-overflow:ellipsis}.bottom-navigation-wrap .bottom-navigation-items li a.active span:not(.count){color:var(--color-primary)}.bottom-navigation-wrap .bottom-navigation-items li a.activesvg{fill:var(--color-primary)}.bottom-navigation-wrap .bottom-navigation-items li a .count{position:absolute;font-size:9px;line-height:14px;top:-2px;height:14px;width:14px;color:var(--color-white);background:var(--color-red);text-align:center;border-radius:50%;display:flex;align-items:center;justify-content:center}.ltr .bottom-navigation-wrap .bottom-navigation-items li a .count{right:12px}.rtl .bottom-navigation-wrap .bottom-navigation-items li a .count{left:12px}.bottom-navigation-wrap .bottom-navigation-items li .bottom-navigation-cart svg{height:22px;width:22px}}@media screen and (max-width: 375px){.bottom-navigation-wrap .bottom-navigation-items li a{min-width:50px;max-width:50px}.ltr .bottom-navigation-wrap .bottom-navigation-items li a .count{right:7px}.rtl .bottom-navigation-wrap .bottom-navigation-items li a .count{left:7px}}.subscribe-wrap{margin-top:50px;background:var(--color-primary)}.subscribe{display:flex;justify-content:center;padding:30px 0 25px}.subscribe>.row{width:100%}.subscribe .subscribe-text .title,.subscribe .subscribe-text .sub-title{display:block;color:var(--color-white)}.subscribe .subscribe-text .title{font-size:30px;font-weight:var(--font-medium);line-height:30px}.subscribe .subscribe-text .sub-title{line-height:24px;margin-top:10px}.subscribe .subscribe-field{display:flex;align-items:center;justify-content:flex-end}.subscribe .subscribe-field .form-group{position:relative;margin-bottom:0}.subscribe .subscribe-field .form-group>input{height:50px;width:450px;border:none;border-radius:50px}.ltr .subscribe .subscribe-field .form-group>input{padding:12px 147px 10px 20px}.rtl .subscribe .subscribe-field .form-group>input{padding:12px 20px 10px 147px}.subscribe .subscribe-field .form-group>.btn-subscribe{font-weight:var(--font-normal);position:absolute;top:5px;border-radius:50px}.ltr .subscribe .subscribe-field .form-group>.btn-subscribe{right:5px}.rtl .subscribe .subscribe-field .form-group>.btn-subscribe{left:5px}@media screen and (max-width: 1300px){.subscribe .subscribe-field .form-group>input{width:400px}}@media screen and (max-width: 1199px){.subscribe .subscribe-field .form-group>input{width:450px}}@media screen and (max-width: 991px){.subscribe{padding-bottom:34px}.subscribe .subscribe-text{text-align:center}.subscribe .subscribe-field{margin-top:25px;justify-content:center}}@media screen and (max-width: 500px){.subscribe .subscribe-field>form{width:100%}.subscribe .subscribe-field .form-group>input{width:100%}}.newsletter-wrap .modal-dialog{width:716px;max-width:calc(100% - 30px)}.newsletter-wrap .modal-dialog .modal-content{border-radius:12px;overflow:hidden}.newsletter-inner{position:relative;display:flex;border-radius:var(--radius-default);overflow:hidden}.newsletter-inner .close{font-size:20px;position:absolute;top:16px;border:none;width:20px;height:20px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-150)}.ltr .newsletter-inner .close{right:16px}.rtl .newsletter-inner .close{left:16px}.newsletter-inner .close i{font-size:18px;color:var(--color-gray);-webkit-text-stroke:.2px var(--color-gray);transition:var(--transition-150)}.newsletter-inner .close:hover i{-webkit-text-stroke:.2px var(--color-red);color:var(--color-red)}.newsletter-left{width:300px;min-width:300px;background-size:cover;background-repeat:no-repeat;background-position:center center}.newsletter-right{padding:35px 40px}.newsletter-right .title{font-weight:var(--font-medium);margin-bottom:11px;font-size:30px;line-height:36px}.newsletter-right .sub-title{font-size:16px;font-weight:var(--font-normal);margin-bottom:30px;color:var(--color-gray);line-height:21px}.newsletter-right .newsletter-form{margin-bottom:26px}.newsletter-right .newsletter-form .form-group{margin-bottom:15px;position:relative}.newsletter-right .newsletter-form .form-group svg{position:absolute;top:50%;transform:translateY(-50%)}.ltr .newsletter-right .newsletter-form .form-group svg{left:16px}.rtl .newsletter-right .newsletter-form .form-group svg{right:16px}.newsletter-right .newsletter-form .form-group svg path{stroke:var(--color-gray-dark-5);transition:var(--transition-150)}.ltr .newsletter-right .newsletter-form .form-group .form-control{padding-left:45px}.rtl .newsletter-right .newsletter-form .form-group .form-control{padding-right:45px}.newsletter-right .newsletter-form .form-group .form-control:focus+svg path{stroke:var(--color-black)}.newsletter-right .newsletter-form .error-message{font-size:14px;margin:-12px 0 8px}.ltr .newsletter-right .newsletter-form .error-message{text-align:left}.rtl .newsletter-right .newsletter-form .error-message{text-align:right}.newsletter-right .btn-no-thanks{font-size:14px;font-weight:var(--font-normal);display:inline-flex;align-self:center;margin-top:6px;padding:0 10px;color:var(--color-gray);text-decoration:none;transition:var(--transition-150)}.newsletter-right .btn-no-thanks:hover,.newsletter-right .btn-no-thanks:active,.newsletter-right .btn-no-thanks:visited{color:var(--color-primary)}.newsletter-right .btn-subscribe{font-weight:var(--font-normal)}.ltr .newsletter-right .btn-subscribe>i{margin-right:4px}.rtl .newsletter-right .btn-subscribe>i{margin-left:4px}.newsletter-right .info-text{font-size:13px;font-weight:var(--font-normal);color:var(--color-gray-dark);line-height:19px}.newsletter-right .info-text a{color:var(--color-primary)}.newsletter-right .info-text a:hover{color:var(--color-primary-hover)}@media screen and (max-width: 991px){.newsletter-inner .close{top:10px;height:25px;width:25px}.ltr .newsletter-inner .close{right:10px}.rtl .newsletter-inner .close{left:10px}.newsletter-inner .close i{font-size:15px}.newsletter-wrap .modal-dialog{width:550px}.newsletter-right{width:100%;padding:40px;text-align:center}.newsletter-right .newsletter-form{margin-bottom:18px}.newsletter-right .title{font-size:28px;line-height:36px}.newsletter-right .sub-title{font-size:17px;margin-bottom:26px}.newsletter-left{display:none}}@media screen and (max-width: 600px){.newsletter-wrap .modal-dialog{width:calc(100% - 30px)}}@media screen and (max-width: 500px){.newsletter-right{padding:30px 25px 35px}.newsletter-right .newsletter-form .form-group{flex-direction:column}.ltr .newsletter-right .btn-subscribe{margin-left:0}.rtl .newsletter-right .btn-subscribe{margin-right:0}}.cookie-bar-wrap{position:fixed;left:0;right:0;bottom:-200px;background:var(--color-white);box-shadow:0 -1px 3px #0000001a;opacity:0;visibility:hidden;transform:translateY(0);z-index:50;transition:.6s ease}.cookie-bar-wrap.show{opacity:1;visibility:visible;transform:translateY(-200px)}.cookie-bar{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;padding:15px 0}.cookie-bar .cookie-bar-text{font-size:14px;color:var(--color-black)}.ltr .cookie-bar .cookie-bar-text{margin-right:100px}.rtl .cookie-bar .cookie-bar-text{margin-left:100px}.cookie-bar .cookie-bar-action{display:flex;white-space:nowrap}.cookie-bar .cookie-bar-action .btn{padding:4px 15px}.cookie-bar .cookie-bar-action .btn-decline{outline:unset;border-color:#e2e8f0;background:#f8f9f9}.ltr .cookie-bar .cookie-bar-action .btn-decline{margin-right:15px}.rtl .cookie-bar .cookie-bar-action .btn-decline{margin-left:15px}.cookie-bar .cookie-bar-action .btn-decline:visited,.cookie-bar .cookie-bar-action .btn-decline:active,.cookie-bar .cookie-bar-action .btn-decline:hover{border-color:var(--color-primary-alpha-30);background:var(--color-primary-alpha-12);color:var(--color-primary)}@media screen and (max-width: 991px){.cookie-bar{flex-direction:column;padding:16px 0 20px}.cookie-bar .cookie-bar-text{margin-bottom:14px;text-align:center}.ltr .cookie-bar .cookie-bar-text{margin-right:0}.rtl .cookie-bar .cookie-bar-text{margin-left:0}}.footer-top .title{font-size:20px;font-weight:500;line-height:28px;margin-bottom:23px}.ltr .footer-top .social-links{margin:20px 0 0 -8px}.rtl .footer-top .social-links{margin:20px -8px 0 0}.footer-links:not(.footer-tags) .list-inline li{display:block;margin-bottom:14px}.footer-links:not(.footer-tags) .list-inline li:last-child{margin-bottom:0}.footer-links:not(.footer-tags) .list-inline li a{display:inline-block;max-width:100%;color:var(--color-gray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top;transition:var(--transition-150)}.footer-links:not(.footer-tags) .list-inline li a:hover{color:var(--color-primary)}.footer-tags .title{margin-bottom:28px}.footer-tags .list-inline{margin-bottom:-7px}.footer-tags .list-inline li{display:inline-block;max-width:100%}.ltr .footer-tags .list-inline li{margin:0 4px 7px 0}.rtl .footer-tags .list-inline li{margin:0 0 7px 4px}.ltr .footer-tags .list-inline li:last-child{margin-right:0}.rtl .footer-tags .list-inline li:last-child{margin-left:0}.footer-tags .list-inline li a{font-size:14px;line-height:30px;display:flex;align-items:center;color:var(--color-gray);border:1px solid var(--color-gray-lite);border-radius:var(--radius-default);padding:0 10px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer-tags .list-inline li a svg{width:15px;height:15px}.ltr .footer-tags .list-inline li a svg{margin-right:5px}.rtl .footer-tags .list-inline li a svg{margin-left:5px}.footer-tags .list-inline li a svg path{transition:var(--transition-150);stroke:var(--color-black-35)}.footer-tags .list-inline li a:hover svg path{stroke:var(--color-primary)}.footer-tags .list-inline li a:hover{color:var(--color-primary);border-color:var(--color-primary-alpha-80)}@media screen and (max-width: 991px){.footer-top>.row>div:nth-child(4) .footer-links{margin-top:38px}.footer-tags{margin-top:38px}}@media screen and (max-width: 767px){.ltr .footer-top .social-links{margin:19px 0 -3px -8px}.rtl .footer-top .social-links{margin:19px -8px -3px 0}.footer-links{margin-top:38px}}.footer-bottom{margin-top:50px;padding:20px 0;border-top:1px solid var(--border-color-lite)}.footer-text{line-height:26px;color:var(--color-gray)}.footer-text a{font-weight:var(--font-medium);color:var(--color-primary)}.footer-text a:hover{color:var(--color-primary-hover)}.footer-payment{display:flex;justify-content:flex-end}.footer-payment>img{max-height:30px;max-width:100%}@media screen and (max-width: 767px){.footer-bottom{margin-top:50px;padding-top:13px}.footer-text{text-align:center}.footer-payment{margin-top:15px;justify-content:center}}.footer{padding-top:50px}@media screen and (max-width: 991px){.footer{padding-bottom:62px}}[x-cloak]{display:none!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track,::-webkit-scrollbar-track-piece{background:var(--color-gray-lite);border-radius:5px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:vertical{border-radius:5px;background:#bab9b9;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:vertical:hover{background:var(--color-primary)}
