.dot-loader{width:50px;height:10px}.dot,.dot-loader{position:relative}.dot{border-radius:50%;float:left;width:10px!important;height:10px!important;margin:0!important;opacity:.15;left:0;top:0;-webkit-transform:scale(1);transform:scale(1)}.dot:first-child{-webkit-animation:dots-animation 1s ease-in-out .2s infinite;animation:dots-animation 1s ease-in-out .2s infinite;left:0}.dot:nth-child(2){-webkit-animation:dots-animation 1s ease-in-out .4s infinite;animation:dots-animation 1s ease-in-out .4s infinite;left:7.5px}.dot:nth-child(3){-webkit-animation:dots-animation 1s ease-in-out .6s infinite;animation:dots-animation 1s ease-in-out .6s infinite;left:15px}@-webkit-keyframes dots-animation{0%,70%,to{opacity:.15;-webkit-transform:scale(1);transform:scale(1)}35%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dots-animation{0%,70%,to{opacity:.15;-webkit-transform:scale(1);transform:scale(1)}35%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.miniCartShow{width:40px;height:100%;display:flex;justify-content:center;align-items:center}.miniCartShow .miniCartLink{height:19px;cursor:pointer}.miniCartShow .miniCartLink .shopIcon{width:18px!important;height:auto;margin-left:unset!important}.miniCartShow .miniCartLink .badge{position:absolute;top:13px;right:11px;background-color:#f53b57;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;justify-content:center;align-items:center;font-size:11px;font-weight:700;margin:0;padding-top:5px}.miniCartShow .cartInfo{display:none;position:absolute;top:60px;left:0;background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:450px;height:auto;overflow:hidden;z-index:9999999999;border-radius:15px;box-shadow:0 3px 7px 0 rgba(0,0,0,.3)}.miniCartShow .cartInfo .cartInfoHeader{width:100%;height:60px;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;padding:0 20px;background-color:#0099ba}.miniCartShow .cartInfo .cartInfoHeader .cartInfoProductCount{font-size:15px;color:#fff;font-weight:700;margin:0}.miniCartShow .cartInfo .cartInfoHeader .cartInfoBtnGoToCart{font-size:15px;color:#fff;margin:0;font-weight:700;cursor:pointer;transition:all .4s ease}.miniCartShow .cartInfo .cartInfoHeader .cartInfoBtnGoToCart svg{margin:-3px 0;color:#fff;font-size:13px}.miniCartShow .cartInfo .cartInfoHeader .cartInfoBtnGoToCart:hover,.miniCartShow .cartInfo .cartInfoHeader .cartInfoBtnGoToCart:hover svg{color:#1e272e}.miniCartShow .cartInfo form{width:100%}.miniCartShow .cartInfo form .cartInfoBody{width:100%;max-height:280px;height:100%;overflow-y:auto;padding:10px}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems{width:100%;height:100px;position:relative;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems:last-child{border-bottom:unset}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems .cartProductItemImage{width:80px;height:80px;overflow:hidden;padding:3px;display:flex;justify-content:center;align-items:center}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems .cartProductItemImage img{max-width:100%;height:auto;cursor:pointer}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems .cartProductItemDetails{width:calc(100% - 90px);height:80px;display:flex;justify-content:space-evenly;align-items:flex-start;flex-direction:column}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems .cartProductItemDetails .cartProductItemTitle{font-size:14px;color:#777;margin:0;line-height:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems .cartProductItemDetails .cartProductItemCount{font-size:13px;color:#777;margin:0}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems .cartProductItemDetails .priceAndDelete{width:100%;display:flex;justify-content:space-between;align-items:center}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems .cartProductItemDetails .priceAndDelete .cartProductItemAmount{font-size:14px;color:#0099ba;margin:0}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems .deleteItem{font-size:15px;color:#888;cursor:pointer;transition:all .4s ease}.miniCartShow .cartInfo form .cartInfoBody .cartProductItems .deleteItem:hover{color:#f53b57}.miniCartShow .cartInfo form .cartInfoFooter{width:100%;height:60px;display:flex;justify-content:space-between;align-items:normal;border-top:1px solid rgba(0,0,0,.1)}.miniCartShow .cartInfo form .cartInfoFooter .totalAmountBox{height:100%;width:50%;display:flex;justify-content:center;align-items:center;flex-direction:column}.miniCartShow .cartInfo form .cartInfoFooter .totalAmountBox .caption{font-size:14px;font-weight:700;color:#777;margin:0}.miniCartShow .cartInfo form .cartInfoFooter .totalAmountBox .totalAmount{font-size:14px;font-weight:700;color:#0099ba;margin:0}.miniCartShow .cartInfo form .cartInfoFooter .btnCartSubmit{width:50%;height:100%;padding:5px 15px;background-color:#0099ba;color:#fff;display:flex;justify-content:center;align-items:center;border:0;outline:0;transition:all .4s ease;cursor:pointer;font-size:15px;font-weight:700}.miniCartShow .cartInfo form .cartInfoFooter .btnCartSubmit:focus,.miniCartShow .cartInfo form .cartInfoFooter .btnCartSubmit:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}.miniCartShow:hover .cartInfo{display:flex}.miniCartShow:hover svg{color:#0099ba}.cartModalBox{width:100vw;height:100vh;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:9999999}.cartModalBox .cartModal{max-width:360px;width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background:#fff;border-radius:20px;padding:10px;z-index:99999999;position:relative}.cartModalBox .cartModal .modalHeader{width:100%;min-height:40px;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:0 10px;border-bottom:1px solid rgba(0,0,0,.1)}.cartModalBox .cartModal .modalHeader .title{font-size:14px;font-weight:700;color:#1c4981}.cartModalBox .cartModal .modalHeader .closeModalIcon{width:25px;height:25px;padding:5px;border-radius:50%;color:#777;border:1px solid #777;cursor:pointer;transition:all .3s ease-out}.cartModalBox .cartModal .modalHeader .closeModalIcon:hover{color:#0099ba}.cartModalBox .cartModal .modalContent{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;margin:10px 0}.cartModalBox .cartModal .modalContent .addressBox{height:auto;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,.05);width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.cartModalBox .cartModal .modalContent .addressBox:last-child{border-bottom:unset}.cartModalBox .cartModal .modalContent .addressBox .addressTitle{display:block;width:100%;font-size:14px;color:#333;margin-bottom:10px}.cartModalBox .cartModal .modalContent .addressBox .addressTitle .btnChangeAddress,.cartModalBox .cartModal .modalContent .addressBox .addressTitle .changeAddress{font-size:12px;color:#0099ba;cursor:pointer}.cartModalBox .cartModal .modalContent .addressBox .addressInput{width:100%;height:80px;resize:none;overflow-y:auto;outline:none;border:1px solid #ced6e0;border-radius:3px;background-color:#fff;font-size:14px;color:#333}.cartModalBox .cartModal .modalContent .addressBox .addressInput:focus{box-shadow:none}.cartModalBox .cartModal .modalContent .addressBox .address{display:block;width:100%;font-size:14px;color:#f53b57;margin-bottom:10px;text-align:justify;line-height:20px}.cartModalBox .cartModal .modalContent .desc{width:100%;height:auto;text-align:justify;line-height:30px;font-size:13px;color:#777;margin-bottom:10px}.cartModalBox .cartModal .modalContent .btnBoxes{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.cartModalBox .cartModal .modalContent .btnBoxes .goBank,.cartModalBox .cartModal .modalContent .btnBoxes .showCart{min-width:160px;width:-webkit-max-content;width:max-content;height:40px;border-radius:5px;border:none;outline:none;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;color:#fff;background-color:#0099ba!important;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.3;padding:0 10px;transition:all .3s ease-out}.cartModalBox .cartModal .modalContent .btnBoxes .goBank:focus,.cartModalBox .cartModal .modalContent .btnBoxes .showCart:focus{box-shadow:none}.cartModalBox .cartModal .modalContent .btnBoxes .goBank.active,.cartModalBox .cartModal .modalContent .btnBoxes .showCart,.cartModalBox .cartModal .modalContent .btnBoxes .showCart.active{pointer-events:unset;-webkit-user-select:unset;-ms-user-select:unset;user-select:unset;opacity:1}.cartModalBox .cartModal .modalContent .btnBoxes .showCart{background-color:#fff!important;color:#0099ba;border:1px solid #0099ba;margin-left:15px}@media screen and (max-width:576px){.cartModalBox{padding:0 10px}.cartModalBox .cartModal{max-width:300px}.cartModalBox .cartModal .modalContent .btnBoxes{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.cartModalBox .cartModal .modalContent .btnBoxes .goBank,.cartModalBox .cartModal .modalContent .btnBoxes .showCart{min-width:130px;width:-webkit-max-content;width:max-content;padding:0 10px}}header{width:100%}header .topHeader{width:100%;height:60px;position:fixed;top:0;right:0;display:flex;justify-content:flex-start;align-items:center;background-color:#fff;padding:0 4%;z-index:99999}header .topHeader .logo{height:50px;padding-left:10px;display:flex;justify-content:center;align-items:center}header .topHeader .logo img{height:35px;width:auto;object-fit:cover}header .topHeader .menu{display:none}header .topHeader .searchBox{max-width:500px;width:100%;height:50px;z-index:15;background-color:#fff;display:flex;justify-content:center;align-items:center}header .topHeader .searchBox .formBox{width:100%}header .topHeader .searchBox .formBox .formGroup{width:100%;height:40px;padding:0 15px;position:relative}header .topHeader .searchBox .formBox .formGroup .searchInput{width:100%;height:100%;background-color:#f0f0f1;border:1px solid #f0f0f1;border-radius:10px;outline:0;font-size:14px;color:#444;padding:5px 10px 5px 40px;position:relative;overflow:hidden}header .topHeader .searchBox .formBox .formGroup .searchInput:focus{box-shadow:none}header .topHeader .searchBox .formBox .formGroup .searchInput::-webkit-input-placeholder{color:#444}header .topHeader .searchBox .formBox .formGroup .searchInput:-ms-input-placeholder{color:#444}header .topHeader .searchBox .formBox .formGroup .searchInput::placeholder{color:#444}header .topHeader .searchBox .formBox .formGroup .btnSearch{position:absolute;top:0;left:15px;outline:0;border:0;font-size:13px;background-color:transparent;color:#e2e2e2;width:50px;height:100%;border-top-left-radius:5px;border-bottom-left-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer}header .topHeader .searchBox .formBox .formGroup .btnSearch svg{font-size:20px;color:#0099ba}header .topHeader .headerLinks{height:100%;margin-right:auto;display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}header .topHeader .headerLinks .headerlinksItem{width:-webkit-max-content;width:max-content;height:100%;margin-right:15px;padding-right:10px;position:relative;display:flex;justify-content:center;align-items:center}header .topHeader .headerLinks .headerlinksItem .linksParent{position:relative;width:100%;height:100%;display:block;display:flex;justify-content:center;align-items:center;cursor:pointer}header .topHeader .headerLinks .headerlinksItem .linksParent .userMenu{display:none;position:absolute;top:60px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;min-width:100px;width:-webkit-max-content;width:max-content;border-bottom-left-radius:5px;border-bottom-right-radius:5px;overflow:hidden;flex-direction:column;justify-content:flex-start;align-items:center;border-top:1px solid #0099ba;box-shadow:0 3px 7px 0 rgba(0,0,0,.3);z-index:19}header .topHeader .headerLinks .headerlinksItem .linksParent .userMenu .userMenuItems{width:100%;height:36px;display:flex;justify-content:center;align-items:center;padding:0 15px;font-size:13px;color:#888}header .topHeader .headerLinks .headerlinksItem .linksParent .userMenu .userMenuItems:hover{background-color:#ced6e0}header .topHeader .headerLinks .headerlinksItem .linksParent .userMenu .userMenuItems:not(:last-child){border-bottom:1px solid #e2e2e2}header .topHeader .headerLinks .headerlinksItem .linksParent .userMenu:hover{display:flex}header .topHeader .headerLinks .headerlinksItem .linksParent svg{margin-left:5px}header .topHeader .headerLinks .headerlinksItem .linksParent:hover .userMenu{display:flex}header .topHeader .headerLinks .headerlinksItem svg{font-size:16px;color:#ced6e0;transition:all .4s ease}header .topHeader .headerLinks .headerlinksItem .profileIcon{width:16px;height:auto;margin-left:5px}header .topHeader .headerLinks .headerlinksItem:last-child{margin-right:unset;padding-right:unset;padding-left:5px}header .topHeader .headerLinks .headerlinksItem:not(:last-child):before{content:"";width:1px;height:25px;position:absolute;top:50%;right:-5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#ced6e0}header .topHeader .headerLinks .headerlinksItem .userInfo{font-size:13px;font-weight:700;color:#4b6584;transition:all .3s ease-out;margin:5px 5px 0 0}header .topHeader .headerLinks .headerlinksItem .userInfo:hover{color:#0099ba}header .topHeader.mobile .logo .menuHumburger,header .topHeader.mobile .logo .menuHumburgerBox{display:none;z-index:99999}header .topHeader.mobile .logo .menuOverlay{position:fixed;width:100%;z-index:900;height:100%;background-color:rgba(0,0,0,.7);top:0;left:0}header .menuLinks{width:100%;height:40px;border-top:1px solid #f2f2f2;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);transition:all .4s ease;background-color:#fff;padding:0 4%;z-index:9999;position:fixed;transition:all .3s ease-in-out;top:60px;right:0}header .menuLinks .menuItems{height:100%;display:flex;justify-content:flex-start;align-items:center}header .menuLinks .menuItems .menuItem{width:-webkit-max-content;width:max-content;height:100%;display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;cursor:pointer;transition:all .4s ease;padding:0 15px;position:relative}header .menuLinks .menuItems .menuItem:after{content:"";width:100%;height:2px;background-color:#0099ba;position:absolute;bottom:0;left:0;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:scaleX(0);transform:scaleX(0);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}header .menuLinks .menuItems .menuItem:hover .menuItemSubMenu{display:flex}header .menuLinks .menuItems .menuItem:hover:after{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:scale(1);transform:scale(1)}header .menuLinks .menuItems .menuItem .menuItemLink,header .menuLinks .menuItems .menuItem span{height:100%;font-size:14px;color:#333;margin-right:5px;display:flex;justify-content:center;align-items:center}header .menuLinks .menuItems .menuItem svg{font-size:14px;color:#999}header .menuLinks .menuItems .menuItem img{width:18px;height:auto}header .menuLinks .menuItems .menuItem .menuItemSubMenu{display:none;align-items:flex-start;width:-webkit-max-content;width:max-content;height:auto;background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;overflow:hidden;position:absolute;top:39px;right:0;cursor:default;box-shadow:0 10px 10px 0 rgba(0,0,0,.15);justify-content:space-between}header .menuLinks .menuItems .menuItem .menuItemSubMenu .rightSide{width:150px;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;border-left:1px solid #e2e2e2;align-self:stretch}header .menuLinks .menuItems .menuItem .menuItemSubMenu .rightSide .mainCategories{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:5px 0}header .menuLinks .menuItems .menuItem .menuItemSubMenu .rightSide .mainCategories .mainCategory{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;padding:0 15px;color:#777;margin-right:0;cursor:pointer}header .menuLinks .menuItems .menuItem .menuItemSubMenu .rightSide .mainCategories .mainCategory.active,header .menuLinks .menuItems .menuItem .menuItemSubMenu .rightSide .mainCategories .mainCategory:hover{background-color:#f9f9f9;border-bottom:1px solid #f0f0f1;border-top:1px solid #f0f0f1;color:#0099ba}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide{height:auto;padding:10px}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories{width:100%;height:auto}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory{width:100%;display:none;flex-direction:column;justify-content:flex-start;align-items:flex-start}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory.active{display:flex}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory .allCategory{font-size:14px;color:#0099ba;margin-bottom:15px}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory .subCategoryBox{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory .subCategoryBox .subCategoryItems{width:100%;min-width:400px;height:100%;padding-left:15px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;max-height:400px}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory .subCategoryBox .subCategoryItems:last-child{padding-left:unset}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory .subCategoryBox .subCategoryItems .mainSub{font-size:13px;font-weight:700;color:#4b6584;margin-bottom:5px;display:block;width:-webkit-max-content;width:max-content;height:20px;padding-left:15px}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory .subCategoryBox .subCategoryItems .mainSub svg{font-size:14px;color:#0099ba;margin-left:1px;margin-bottom:-2px}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory .subCategoryBox .subCategoryItems .subs{font-size:13px;color:#777;margin-bottom:5px;display:block;width:-webkit-max-content;width:max-content;height:25px;padding-left:15px;cursor:pointer}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory .subCategoryBox .subCategoryItems .subs:hover{color:#0099ba}header .menuLinks .menuItems .menuItem .menuItemSubMenu .leftSide .subCategories .subCategory .subCategoryBox .subCategoryItems .subs:last-child{margin-bottom:unset}header .menuLinks .menuItems .menuItem .menuItemSubMenu.guarantee{min-width:unset;width:-webkit-max-content;width:max-content;height:auto;flex-direction:column;justify-content:flex-start;align-items:flex-start}header .menuLinks .menuItems .menuItem .menuItemSubMenu.guarantee a{font-size:13px;color:#4b6584;width:100%;display:block;border-bottom:1px solid #e2e2e2;padding:15px}header .menuLinks .menuItems .menuItem .menuItemSubMenu.guarantee a:hover{color:#0099ba}header .menuLinks .menuItems .menuItem .menuItemSubMenu.guarantee a:last-child{margin-bottom:unset;border-bottom:unset}header .menuLinks .menuItems .menuItem.product{padding:0 0 0 15px}header .menuLinks .menuItems .menuItem.product:before{content:"";display:block;width:1px;height:15px;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#e2e2e2;z-index:30;opacity:1}header .menuLinks .socialLinks{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}header .menuLinks .socialLinks a{font-size:14px;color:#999;margin-right:10px;transition:all .4s ease;position:relative;display:flex;justify-content:center;align-items:center}header .menuLinks .socialLinks a:hover{color:#0099ba}header .menuLinks .socialLinks a svg{font-size:18px}header .menuLinks .socialLinks a svg.fa-phone{font-size:14px}header .menuLinks .socialLinks a img{width:18px;height:auto;margin-left:5px}header .menuLinks .socialLinks a:first-child{padding-right:10px}header .menuLinks .socialLinks a:first-child:before{content:"";display:block;width:1px;height:15px;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#e2e2e2;z-index:30;opacity:1}@media screen and (max-width:1024px){header{width:100%;position:fixed;top:0;left:0;z-index:999;box-shadow:0 0 7px rgba(0,0,0,.1)}header .topHeader.mobile{width:100%;height:60px;position:relative;display:flex;justify-content:space-between;align-items:center;background-color:#f2f2f2;padding:0 15px;z-index:18}header .topHeader.mobile .logo{height:40px;display:flex;justify-content:flex-start;align-items:center}header .topHeader.mobile .logo img{height:30px;width:auto;margin-top:5px}header .topHeader.mobile .logo .menuHumburger,header .topHeader.mobile .logo .menuHumburgerBox{display:flex}header .topHeader.mobile .logo .menuHumburger{font-size:20px;margin-left:10px;height:auto;color:#4b6584;cursor:pointer}header .topHeader.mobile .logo .menuHumburgerBox{position:absolute;top:0;right:0;max-width:300px;width:100%;overflow-y:auto;height:100vh;padding-bottom:20px;padding-right:30px;padding-left:30px;z-index:100000;background-color:#e2e2e2;-webkit-transform:translateX(130%);transform:translateX(130%);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;transition:all .3s ease-in}header .topHeader.mobile .logo .menuHumburgerBox.active{transition:all .3s ease-out;-webkit-transform:translateX(0);transform:translateX(0)}header .topHeader.mobile .logo .menuHumburgerBox .header{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;margin-bottom:1px}header .topHeader.mobile .logo .menuHumburgerBox .header .title{font-size:14px;color:#777}header .topHeader.mobile .logo .menuHumburgerBox .header .mLogo{width:auto;height:30px;object-fit:cover}header .topHeader.mobile .logo .menuHumburgerBox .header .close{font-size:18px;color:#777;cursor:pointer;width:25px;height:25px;border-radius:50%;border:1px solid rgba(0,0,0,.1);padding:4px;transition:all .3s ease}header .topHeader.mobile .logo .menuHumburgerBox .header .close:hover{color:#1c4981}header .topHeader.mobile .logo .menuHumburgerBox .sideMenuItem{width:100%;background-color:transparent;font-size:14px;color:#777;font-weight:700;display:flex;justify-content:center;align-items:center;flex-direction:column;height:auto!important;margin-bottom:20px}header .topHeader.mobile .logo .menuHumburgerBox .sideMenuItem .titleWrapper{width:100%;display:flex;justify-content:space-between;align-items:center}header .topHeader.mobile .logo .menuHumburgerBox .sideMenuItem .titleWrapper .svgicon{color:#777;transition:all .3s ease-in-out}header .topHeader.mobile .logo .menuHumburgerBox .sideMenuItem .titleWrapper .svgicon.activeIcon{color:#0099ba;-webkit-transform:rotate(180deg);transform:rotate(180deg)}header .topHeader.mobile .logo .menuHumburgerBox .sideMenuItem .categoriesProduct{width:100%;padding-top:0;height:0;transition:all .1s ease-in;-webkit-transform:translateX(300px);transform:translateX(300px)}header .topHeader.mobile .logo .menuHumburgerBox .sideMenuItem .categoriesProduct .productItem{opacity:0}header .topHeader.mobile .logo .menuHumburgerBox .sideMenuItem .categoriesProduct.activeTab{padding-top:10px;-webkit-transform:translateX(0);transform:translateX(0);height:auto}header .topHeader.mobile .logo .menuHumburgerBox .sideMenuItem .categoriesProduct.activeTab .productItem{opacity:1}header .topHeader.mobile .logo .menuHumburgerBox .menuItem{width:100%;height:40px;padding:10px 0;background-color:transparent;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;transition:all .3s ease}header .topHeader.mobile .logo .menuHumburgerBox .menuItem .itemImage{width:20px;height:auto;margin:0 0 0 10px}header .topHeader.mobile .logo .menuHumburgerBox .menuItem:last-child{border-bottom:unset}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.active,header .topHeader.mobile .logo .menuHumburgerBox .menuItem:hover{background:rgba(255,92,57,.2);border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1);border-right:3px solid #0099ba}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.active .title,header .topHeader.mobile .logo .menuHumburgerBox .menuItem:hover .title{color:#0099ba}header .topHeader.mobile .logo .menuHumburgerBox .menuItem .title{font-size:14px;color:#777;font-weight:700;width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu{justify-content:space-between;flex-direction:column;height:40px}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu.active{height:auto}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu .subMenuHeader{width:100%;height:40px;display:flex;justify-content:space-between;align-items:center;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu .subMenuHeader .subMenuIcon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu .subMenuIcon{font-size:14px;color:#0099ba;transition:all .3s ease}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu .subMenuIcon.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu .subMenuBox{width:100%;max-height:200px;height:100%;overflow-y:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;display:none}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu .subMenuBox.active{display:flex}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu .subMenuBox .subMenuItem{width:100%;height:40px;background-color:transparent;padding:0 15px;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.1)}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu .subMenuBox .subMenuItem:last-child{border-bottom:unset}header .topHeader.mobile .logo .menuHumburgerBox .menuItem.hasSubMenu .subMenuBox .subMenuItem .title{font-size:14px;color:#1c4981;font-weight:700}header .topHeader.mobile .logo .menuHumburgerBox .headerCategories{width:100%;border-top:1px solid #f0f0f1;margin-top:15px;padding-top:10px;position:relative}header .topHeader.mobile .logo .menuHumburgerBox .headerCategories .categoriesTitle{font-size:16px;font-weight:700;color:#0099ba;margin:10px 0 15px}header .topHeader.mobile .logo .menuHumburgerBox .headerCategories .productItem{color:hsla(0,0%,46.7%,.7);font-size:12px;position:relative;padding-right:15px;margin:10px 0;display:flex;justify-content:start;align-items:center}header .topHeader.mobile .logo .menuHumburgerBox .headerCategories .productItem .itemSvg{position:absolute;right:0}header .topHeader.mobile .menu{display:flex;justify-content:flex-start;align-items:center}header .topHeader.mobile .menu svg{color:#4b6584;font-size:18px;cursor:pointer;width:30px}header .topHeader.mobile .menu svg.back{color:#4b6584}header .topHeader.mobile .menu .menuTitle{font-size:12px;color:#0099ba;margin-right:3px;padding-right:5px;position:relative;display:flex}header .topHeader.mobile .menu .menuTitle:before{content:"";width:1px;height:15px;position:absolute;top:2px;right:0;background-color:#ced6e0}header .topHeader.mobile .menu .menuBar{background-color:transparent;outline:0;border:0}header .topHeader.mobile .menu .menuBar:focus{box-shadow:none}header .topHeader.mobile .menu .menuBar svg{color:#4b6584;font-size:20px}header .topHeader.mobile .searchBox{display:none;width:100%;height:50px;max-width:unset;position:absolute;top:60px;left:0;z-index:15;background-color:#f2f2f2;border-top:1px solid #e2e2e2;justify-content:center;align-items:center;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:all .4s ease;box-shadow:-2px 3px 7px 0 rgba(0,0,0,.1)}header .topHeader.mobile .searchBox .formBox{width:100%}header .topHeader.mobile .searchBox .formBox .formGroup{width:100%;height:35px;padding:0 15px;position:relative}header .topHeader.mobile .searchBox .formBox .formGroup .searchInput{width:100%;height:100%;background-color:transparent;border:1px solid #ced6e0;border-radius:30px;outline:0;font-size:14px;color:#444;padding:5px 10px 5px 48px;position:relative;overflow:hidden}header .topHeader.mobile .searchBox .formBox .formGroup .searchInput:focus{box-shadow:none}header .topHeader.mobile .searchBox .formBox .formGroup .searchInput::-webkit-input-placeholder{color:#777}header .topHeader.mobile .searchBox .formBox .formGroup .searchInput:-ms-input-placeholder{color:#777}header .topHeader.mobile .searchBox .formBox .formGroup .searchInput::placeholder{color:#777}header .topHeader.mobile .searchBox .formBox .formGroup .btnSearch{position:absolute;top:0;left:15px;outline:0;border:0;font-size:13px;background-color:transparent;color:#e2e2e2;width:40px;height:100%;border-top-left-radius:5px;border-bottom-left-radius:5px}header .topHeader.mobile .headerLinks{display:none}header .menuLinks{display:none!important}}@media screen and (max-width:330px){header .topHeader.mobile .logo .menuHumburgerBox.active .header .close{margin-left:20px}}footer{width:100%}footer .footer.mobile{display:none}footer .footer.desktop{width:100%;min-height:300px;height:auto;display:flex;justify-content:space-between;align-items:center;background-color:#1e272e;box-shadow:0 0 5px #999}footer .footer.desktop .desktop{max-width:1366px;width:100%;height:auto;margin:auto}footer .footer.desktop .desktop .footerBox{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;margin-bottom:20px}footer .footer.desktop .desktop .footerBox:last-child{margin-bottom:unset}footer .footer.desktop .desktop .footerBox .footerItems{width:calc(25% - 30px);height:auto;margin:15px}footer .footer.desktop .desktop .footerBox .footerItems .title{height:40px;font-size:16px;color:#0099ba;font-weight:700;display:flex;justify-content:flex-start;align-items:center}footer .footer.desktop .desktop .footerBox .footerItems .detail{font-size:14px;color:#ced6e0;margin:0;text-align:justify;line-height:20px}footer .footer.desktop .desktop .footerBox .footerItems .links{width:100%;margin-top:40px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;text-align:center}footer .footer.desktop .desktop .footerBox .footerItems .links.contact{margin-top:unset}footer .footer.desktop .desktop .footerBox .footerItems .links .link,footer .footer.desktop .desktop .footerBox .footerItems .links a{color:#ced6e0;font-size:14px;transition:all .4s ease;line-height:30px;cursor:pointer}footer .footer.desktop .desktop .footerBox .footerItems .links .link:hover,footer .footer.desktop .desktop .footerBox .footerItems .links a:hover{color:#0099ba}footer .footer.desktop .desktop .footerBox .footerItems .links p{color:#ced6e0;font-size:14px;margin:0;line-height:30px;text-align:right}footer .footer.desktop .desktop .footerBox .footerItems .nemad{width:100%;display:flex;justify-content:flex-start;align-items:center;margin-top:10px}footer .footer.desktop .desktop .footerBox .footerItems .nemad img{width:80px;height:80px;background-color:#fff;padding:3px;border-radius:5px;margin-left:5px}footer .footer.desktop .desktop .footerBox .footerItems .nemad img:last-child{margin-left:unset}footer .footer.desktop .desktop .footerBox .footerItems .socialMedia{height:50px;display:flex;justify-content:flex-end;align-items:center}footer .footer.desktop .desktop .footerBox .footerItems .socialMedia a{margin-left:5px}footer .footer.desktop .desktop .footerBox .footerItems .socialMedia a:last-child{margin-left:unset}footer .footer.desktop .desktop .footerBox .footerItems .socialMedia a svg{font-size:22px;color:#ced6e0}footer .footer.desktop .desktop .footerBox .footerItems .socialMedia a:hover svg{color:#0099ba}footer .footer.desktop .desktop .footerBox .copyRight{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;margin-top:10px;border-top:1px solid rgba(0,0,0,.15);position:relative;padding:0 15px}footer .footer.desktop .desktop .footerBox .copyRight p{font-size:12px;color:#ced6e0;margin:0}footer .footer.desktop .desktop .footerBox .copyRight p a{color:#ced6e0}footer .footer.desktop .desktop .footerBox .copyRight p a:hover{color:#0099ba}footer .footer.desktop .desktop .footerBox .copyRight img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;height:30px;object-fit:contain}@media screen and (max-width:1440px){footer .footer.desktop .desktop{padding:0 15px}}@media screen and (max-width:1024px){footer{width:100%}footer .footer.mobile{position:fixed;bottom:0;left:0;width:100%;height:60px;display:flex;justify-content:center;align-items:center;padding:0;z-index:998;background-color:#f2f2f2;box-shadow:0 0 5px #999;border-top-left-radius:20px;border-top-right-radius:20px}footer .footer.mobile .footerItems{width:100%;display:flex;justify-content:space-evenly;align-items:center}footer .footer.mobile .footerItems .footerIcon{position:relative;width:44px;height:60px;background-color:transparent;outline:0;border:0;z-index:21;cursor:pointer}footer .footer.mobile .footerItems .footerIcon:focus{box-shadow:none}footer .footer.mobile .footerItems .footerIcon svg{color:#4b6584;font-size:20px;z-index:-1;position:relative}footer .footer.mobile .footerItems .footerIcon img{width:25px;height:25px;z-index:-1;position:relative}footer .footer.mobile .footerItems .footerIcon .badge{position:absolute;top:7px;right:0;background-color:#f53b57;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:12px;margin:0;font-weight:700}footer .footer.mobile .footerItems .footerIcon .title{position:absolute;bottom:3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#1e272e;font-size:11px;font-weight:700;display:none}footer .footer.mobile .footerItems .footerIcon .subMenuLogin{position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);bottom:100%;width:-webkit-max-content;width:max-content;min-width:80px;height:auto;z-index:23;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:1px solid #0099ba;box-shadow:0 0 7px rgba(0,0,0,.3);overflow:hidden;transition:all .3s ease}footer .footer.mobile .footerItems .footerIcon .subMenuLogin.active{-webkit-transform:translate(-50%,-101%);transform:translate(-50%,-101%)}footer .footer.mobile .footerItems .footerIcon .subMenuLogin .subMenuItems{width:100%;height:40px;border-bottom:1px solid #f2f2f2;padding:15px 10px;text-align:right;display:flex;justify-content:center;align-items:center}footer .footer.mobile .footerItems .footerIcon .subMenuLogin .subMenuItems:hover{background-color:#ced6e0}footer .footer.mobile .footerItems .footerIcon .subMenuLogin .subMenuItems:hover a{color:#444}footer .footer.mobile .footerItems .footerIcon .subMenuLogin .subMenuItems a{font-size:12px;color:#666}footer .footer.mobile .footerItems .footerIcon.active,footer .footer.mobile .footerItems .footerIcon:hover{border-top:1px solid #0099ba;background-color:#f2f2f2!important}footer .footer.mobile .footerItems .footerIcon.active svg,footer .footer.mobile .footerItems .footerIcon:hover svg{color:#0099ba;padding-bottom:4px}footer .footer.mobile .footerItems .footerIcon.active .title,footer .footer.mobile .footerItems .footerIcon:hover .title{display:block;width:-webkit-max-content;width:max-content;text-align:center;color:#0099ba}footer .footer.mobile .navigation{position:relative;max-width:1024px;width:100%;height:60px;display:flex;justify-content:center;align-items:center;border-radius:10px}footer .footer.mobile .navigation ul{width:100%;display:flex;justify-content:center;align-items:center;background-color:#f2f2f2;box-shadow:0 0 7px 2px #0099ba;border-top:9px solid #1c4981;border-top-left-radius:20px;border-top-right-radius:20px}footer .footer.mobile .navigation ul li{position:relative;width:60px;height:60px;z-index:999;list-style:none;margin:0 10px;cursor:pointer}footer .footer.mobile .navigation ul li .listItem{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;font-weight:700}footer .footer.mobile .navigation ul li .listItem,footer .footer.mobile .navigation ul li .listItem .icon{position:relative;text-align:center;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}footer .footer.mobile .navigation ul li .listItem .icon{display:block;line-height:50px;font-size:14px;transition:.5s;color:#1e272e}footer .footer.mobile .navigation ul li .listItem .icon img,footer .footer.mobile .navigation ul li .listItem .icon svg{width:20px;height:20px;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}footer .footer.mobile .navigation ul li .listItem .badge{position:absolute;top:2px;left:10px;background-color:#f53b57;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:12px;margin:0;font-weight:700}footer .footer.mobile .navigation ul li .listItem .text{position:absolute;color:#1e272e;font-weight:700;font-size:13px;letter-spacing:.05em;transition:.5s;opacity:0;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}footer .footer.mobile .navigation ul li.active{background-color:unset!important}footer .footer.mobile .navigation ul li.active .listItem .icon{-webkit-transform:translateY(-25px);transform:translateY(-25px)}footer .footer.mobile .navigation ul li.active .listItem .icon svg path{fill:#fff}footer .footer.mobile .navigation ul li.active .listItem .text{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}footer .footer.mobile .navigation ul li.active .listItem .badge{top:unset;bottom:22px;left:-10px}footer .footer.mobile .navigation ul li:nth-child(2).active .listItem .icon svg path,footer .footer.mobile .navigation ul li:nth-child(3).active .listItem .icon svg path{fill:unset;stroke:#fff}footer .footer.mobile .navigation ul li:first-child.active~.indicator{-webkit-transform:translateX(calc(300% - 60px));transform:translateX(calc(300% - 60px))}footer .footer.mobile .navigation ul li:nth-child(2).active~.indicator{-webkit-transform:translateX(calc(200% - 80px));transform:translateX(calc(200% - 80px))}footer .footer.mobile .navigation ul li:nth-child(3).active~.indicator{-webkit-transform:translateX(calc(100% - 100px));transform:translateX(calc(100% - 100px))}footer .footer.mobile .navigation ul li:nth-child(4).active~.indicator{-webkit-transform:translateX(-120px);transform:translateX(-120px)}footer .footer.mobile .navigation ul .indicator{position:absolute;top:-50%;width:60px;height:60px;background-color:#0099ba;border-radius:50%;border:6px solid #1c4981;transition:.05s;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:none}footer .footer.mobile .navigation ul .indicator.active{display:block;background-color:#0099ba!important}footer .footer.mobile .navigation ul .indicator.active:before{content:"";position:absolute;top:60%;left:-13px;width:12px;height:16px;background-color:transparent;border-top-right-radius:20px;box-shadow:1px -9px 0 0 #1c4981}footer .footer.mobile .navigation ul .indicator.active:after{content:"";position:absolute;top:60%;right:-13px;width:12px;height:16px;background-color:transparent;border-top-left-radius:20px;box-shadow:-1px -9px 0 0 #1c4981}footer .footer.mobile .navigation ul .indicator :after,footer .footer.mobile .navigation ul .indicator:before{content:none}footer .footer.mobile .backdrop{position:fixed;top:0;left:0;width:100vw;height:calc(100vh - 60px);z-index:20;background-color:rgba(0,0,0,.1)}footer .footer.mobile .subMenuProduct{position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);bottom:100%;width:70%;min-height:400px;height:auto;z-index:23;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 0 7px rgba(0,0,0,.3);overflow:hidden;transition:all .3s ease}footer .footer.mobile .subMenuProduct.active{-webkit-transform:translate(-50%,-101%);transform:translate(-50%,-101%)}footer .footer.mobile .subMenuProduct .subMenuItems{width:100%;height:20px;border-bottom:1px solid #f2f2f2;padding:15px 10px;text-align:right;display:flex;justify-content:center;align-items:center}footer .footer.mobile .subMenuProduct .subMenuItems:hover{background-color:#ced6e0}footer .footer.mobile .subMenuProduct .subMenuItems:hover a{color:#444}footer .footer.mobile .subMenuProduct .subMenuItems a{font-size:12px;color:#666}footer .footer.desktop{display:flex;justify-content:space-between;align-items:center;margin-bottom:45px;padding-bottom:100px}footer .footer.desktop .desktop .footerBox .footerItems{width:calc(50% - 30px)}footer .footer.desktop .desktop .footerBox .footerItems:first-child{width:calc(100% - 30px)}footer .footer.desktop .desktop .footerBox .footerItems .nemad{justify-content:center}footer .footer.desktop .desktop .footerBox .copyRight{flex-direction:column;padding:unset}footer .footer.desktop .desktop .footerBox .copyRight img{top:unset;bottom:-50px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (max-width:486px){footer .footer.desktop .desktop .footerBox .footerItems,footer .footer.desktop .desktop .footerBox .footerItems:first-child{width:calc(100% - 30px)}}.scrollToTop{position:fixed;bottom:30px;left:15px;width:40px;height:40px;background-color:rgba(0,153,186,.5);border-radius:50%;display:flex;justify-content:center;align-items:center;overflow:hidden;opacity:.6;cursor:pointer;z-index:9999}.scrollToTop:hover{opacity:1}.scrollToTop:hover .scrollToTopIcon{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.scrollToTop .scrollToTopIcon{font-size:22px;color:#fff;transition:all .1s ease-in}@media screen and (max-width:1024px){.scrollToTop{bottom:85px}}.sliderImageFigure{width:100%;height:100%;position:relative}.sliderImageFigure .sliderLink{width:100%;height:100%;cursor:pointer;display:flex}.sliderImageFigure .sliderImage{width:100%;height:100%;object-fit:cover}.sliderImageFigure .sliderDetail{position:absolute;top:10%;right:5%;width:-webkit-max-content;width:max-content;height:auto;padding:20px;border-radius:5px;background-color:hsla(0,0%,100%,.2);color:#000}.slick-list,.slick-slider{width:100%;height:100%}.slick-next:before,.slick-prev:before{font-family:"slick";font-size:30px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots{position:absolute;bottom:15px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:30px;height:30px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:before{font-family:"slick";font-size:15px;line-height:20px;position:absolute;top:0;left:0;width:30px;height:30px;content:"•";text-align:center;opacity:.5;color:#888;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.brandSliderWrapper{width:100%;height:100%;position:relative;margin:50px auto}.brandSliderWrapper .sliderImageFigure{width:100%!important;height:100px;overflow:hidden;display:flex;justify-content:center;align-items:center;display:flex!important}.brandSliderWrapper .sliderImageFigure .sliderImage{width:auto;height:100px;margin:15px 25px!important;opacity:.6;transition:all .4s ease;border-radius:24px}.brandSliderWrapper .sliderImageFigure .sliderImage:hover{filter:none;-webkit-filter:none;opacity:1}.brandSliderWrapper .slick-track{display:flex!important;justify-content:center;align-items:center}.brandSliderWrapper .slick-list,.brandSliderWrapper .slick-slider{height:100%}.brandSliderWrapper .slick-next:before,.brandSliderWrapper .slick-prev:before{font-family:"slick";font-size:30px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#444}.brandSliderWrapper .slick-dots{position:absolute;bottom:15px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.brandSliderWrapper .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.brandSliderWrapper .slick-dots li button{font-size:0;line-height:0;display:block;width:30px;height:30px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.brandSliderWrapper .slick-dots li button:before{font-family:"slick";font-size:15px;line-height:20px;position:absolute;top:0;left:0;width:30px;height:30px;content:"•";text-align:center;opacity:.5;color:#888;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.brandSliderWrapper .slick-dots li.slick-active button:before{opacity:.75;color:#000}.sectionWrapper{width:100%;min-height:100px;height:auto;display:flex;justify-content:center;align-items:center;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.sectionWrapper .title{font-size:26px;font-weight:700;color:#2f3542;margin:0;padding:0 10px;background:transparent;position:relative}.sectionWrapper .title:before{left:-110px;background:linear-gradient(270deg,#0099ba,transparent)}.sectionWrapper .title:after,.sectionWrapper .title:before{width:100px;height:2px;content:"";position:absolute;top:20px}.sectionWrapper .title:after{right:-110px;background:linear-gradient(90deg,#0099ba,transparent)}@media screen and (max-width:576px){.sectionWrapper .title{font-size:20px}.sectionWrapper .title:before{width:70px;left:-80px}.sectionWrapper .title:after{width:70px;right:-80px}}.productSlider{width:100%;height:auto;background-color:#f7f9fc;overflow:hidden;padding:30px 0}.productSlider .desktop{max-width:1366px;width:100%;margin:auto;overflow:hidden}.productSlider .desktop .productContents{width:100%;height:470px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;overflow:hidden}.productSlider .desktop .productContents .productItemWrapper{position:relative}.productSlider .desktop .productContents .addCart{direction:rtl;width:-webkit-max-content;width:max-content;padding:5px 20px;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#1e272e;border-top-right-radius:15px;border-top-left-radius:15px;cursor:pointer;display:flex;justify-content:center;align-items:center}.productSlider .desktop .productContents .addCart span{font-size:13px;font-weight:700;color:#fff}.productSlider .desktop .productContents .addCart img{width:20px;height:20px;margin-left:5px}.productSlider .desktop .productContents .productItems{width:100%!important;height:100%;background-color:#fff;border-radius:10px;overflow:hidden;position:relative;box-shadow:0 2px 4px 0 rgba(0,0,0,.13);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.productSlider .desktop .productContents .productItems .itemGroups{position:absolute;top:10px;left:10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;z-index:99}.productSlider .desktop .productContents .productItems .itemGroups .itemGroupFigure{width:70px;height:auto;margin-bottom:10px}.productSlider .desktop .productContents .productItems .itemGroups .itemGroupFigure .figureImage{width:100%;height:100%;object-fit:cover}.productSlider .desktop .productContents .productItems .imageFigure{width:100%;height:300px;text-align:center;background-color:#fff;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:12}.productSlider .desktop .productContents .productItems .imageFigure img{max-width:100%;height:100%;object-fit:cover;position:relative;z-index:13;transition:all .4s ease-in}.productSlider .desktop .productContents .productItems .imageFigure .productAddToBasket{position:absolute;bottom:-50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:none;outline:none;z-index:15;border-radius:30px;width:-webkit-max-content;width:max-content;height:35px;display:flex;justify-content:center;align-items:center;padding:5px 15px;transition:all .4s ease-in;box-shadow:0 0 7px rgba(0,0,0,.3);direction:rtl;cursor:pointer;background:linear-gradient(90deg,#1e272e 25%,#4b6584 80%)}.productSlider .desktop .productContents .productItems .imageFigure .productAddToBasket svg{font-size:16px;color:#f2f2f2}.productSlider .desktop .productContents .productItems .imageFigure .productAddToBasket .title{margin:0 10px 0 0;font-size:14px;color:#fff}.productSlider .desktop .productContents .productItems .imageFigure .productAddToBasket:focus{box-shadow:none}.productSlider .desktop .productContents .productItems .productInfo{width:100%;height:auto;background-color:#fff;direction:rtl}.productSlider .desktop .productContents .productItems .productInfo .title{width:100%;line-height:24px;margin-bottom:15px;padding:0 10px;text-align:center;font-size:14px;font-weight:700;color:#1e272e;display:flex;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;cursor:pointer}.productSlider .desktop .productContents .productItems .productInfo .priceBox{width:100%;height:auto;margin-bottom:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item1{width:100%;height:30px;display:flex;justify-content:space-between;align-items:center;padding:0 15px;margin-bottom:15px}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item1 .discount{width:-webkit-max-content;width:max-content;height:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item1 .discount .dTime{background-color:#fff;border:1px solid #cecece;color:#ff453a;border-radius:20px;padding:2px 5px;font-size:13px;display:flex;justify-content:flex-start;align-items:center}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item1 .discount .dTime img{width:20px;height:20px;margin-left:5px}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item1 .discount .dOff{background-color:#fff;border:1px solid #cecece;color:#ff453a;border-radius:20px;padding:2px 5px;font-size:13px;margin-right:3px}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item1 .amount{color:#888;font-size:13px}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item1 .amount .off{position:relative;color:#888;font-size:14px}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item1 .amount .off:after{position:absolute;width:100%;content:"";left:0;top:50%;right:0;border-color:currentcolor #1e272e #1e272e;border-top:1px solid #1e272e;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item2{width:100%;height:30px;padding:0 15px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item2 .exist{width:-webkit-max-content;width:max-content;font-size:15px;color:#1e272e;display:flex;justify-content:flex-start;align-items:center;margin-right:10px}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item2 .exist span.green{width:10px;height:10px;border-radius:50%;margin-left:10px;background-color:#0ac974;box-shadow:0 0 7px rgba(10,201,116,.6)}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item2 .exist span.red{width:10px;height:10px;border-radius:50%;margin-left:10px;background-color:#ea2027;box-shadow:0 0 7px rgba(234,32,39,.6)}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item2 .amount{width:-webkit-max-content;width:max-content;font-size:16px;font-weight:700;color:#1e272e;display:flex;justify-content:flex-start;align-items:center}.productSlider .desktop .productContents .productItems .productInfo .priceBox .item2 .amount span{color:#0099ba}.productSlider .desktop .productContents .productItems .productInfo .price{width:100%;height:25px;margin:0;font-size:14px;font-weight:700;color:#4b6584;display:flex;justify-content:center;align-items:center}.productSlider .desktop .productContents .productItems .more{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.productSlider .desktop .productContents .productItems .more svg{font-size:32px;color:#0099ba;margin-bottom:15px}.productSlider .desktop .productContents .productItems .more p{font-size:16px;color:#1e272e;margin:0}.productSlider .desktop .productContents .productItems:hover:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.productSlider .desktop .productContents .productItems:hover:hover .imageFigure img{-webkit-filter:grayscale(60%);filter:grayscale(60%);transition:all .4s ease-out;-webkit-transform:scale(1.1);transform:scale(1.1)}.productSlider .desktop .productContents .slick-slide{padding:0 10px!important}.productSlider .desktop .productContents .slick-next:before,.productSlider .desktop .productContents .slick-prev:before{color:#444!important}.productSlider .desktop .productContents .slick-arrow.slick-prev{left:-2px!important}.productSlider .desktop .productContents .slick-arrow.slick-next{right:-2px!important}@media screen and (max-width:1024px){.productSlider .desktop .productContents{padding:0 15px}}.services{width:100%;height:auto;position:relative;padding:30px 15px;margin-top:-10px;background-color:#fff;z-index:2}.services .desktop{max-width:1366px;width:100%;margin:auto;overflow:hidden}.services .desktop .serviceItems{width:100%;height:auto;display:flex;justify-content:center;align-items:flex-start}.services .desktop .serviceItems .serviceItem{width:33.33%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:0 5px;padding:10px 0}.services .desktop .serviceItems .serviceItem svg{font-size:36px;color:#0099ba;margin-bottom:10px}.services .desktop .serviceItems .serviceItem img{width:50px;height:auto}.services .desktop .serviceItems .serviceItem .serviceTitle{font-size:14px;font-weight:700;text-align:center;margin:10px 0;line-height:14px;width:-webkit-max-content;width:max-content;color:#1e272e}.services .desktop .serviceItems .serviceItem .serviceDesc{font-size:13px;margin-bottom:0;color:#777;text-align:center}.services .desktop:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/static/media/pattern1.fb50e5eb.png);background-size:15%;background-repeat:repeat;background-position:50%;z-index:1}@media screen and (max-width:1024px){.services{width:100%;height:auto;position:relative;padding:30px 15px}.services .serviceItems{width:100%;height:auto;display:flex;justify-content:center;align-items:flex-start}.services .serviceItems .serviceItem{width:33.33%;height:80px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:0 5px}.services .serviceItems .serviceItem svg{font-size:24px;color:#0099ba;margin-bottom:10px}.services .serviceItems .serviceItem .serviceTitle{font-size:11px;font-weight:700;text-align:center;margin:15px 0;line-height:14px;width:-webkit-max-content;width:max-content;color:#1e272e}.services .serviceItems .serviceItem .serviceDesc{font-size:11px;margin-bottom:0;color:#777;text-align:center}.services:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/static/media/pattern1.fb50e5eb.png);background-size:15%;background-repeat:repeat;background-position:50%;z-index:1}}@media screen and (max-width:486px){.services .serviceItems{flex-direction:column;align-items:center!important;display:flex;justify-content:center;align-items:flex-start}.services .serviceItems .serviceItem{width:100%!important}}.preloaderWrapper{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:99999999999999;display:flex;justify-content:center;align-items:center}.preloaderWrapper,.preloaderWrapper.active{background-color:#1e272e!important}.preloaderWrapper .circular-container{margin:0 auto}.preloaderWrapper .circular-container .circle{border:5px solid transparent;border-radius:50%}.preloaderWrapper .circular-container .circle.circular-loader1{width:100px;height:100px;display:table;padding:10px;border-top:5px solid #0099ba;border-bottom:5px solid #0099ba;-webkit-animation:circular_loader1 2s linear infinite;animation:circular_loader1 2s linear infinite}.preloaderWrapper .circular-container .circle.circular-loader2{width:10px;height:10px;display:table-cell;border-right:5px solid #1c4981;border-left:5px solid #1c4981;-webkit-animation:circular_loader2 2s linear infinite;animation:circular_loader2 2s linear infinite}@-webkit-keyframes circular_loader1{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes circular_loader1{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes circular_loader2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes circular_loader2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.banner{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.banner img{width:100%;height:100%;object-fit:contain}.banner div{background-color:hsla(0,0%,100%,.6);font-size:20px;color:#1e272e;margin-bottom:15px;padding:5px 10px;border-radius:5px;z-index:5}.banner a{width:100%;height:100%;display:flex}@media screen and (max-width:1024px){.banner{width:100%;height:300px;display:flex}}@media screen and (max-width:768px){.banner{width:100%;height:300px;display:flex}.banner img{object-fit:fill}}@media screen and (max-width:486px){.banner{width:100%;height:200px;display:flex}}.pricesPackage{width:100%;height:auto;position:relative;display:flex;justify-content:flex-start;align-items:center;padding:0 50px;direction:ltr}.pricesPackage .desktop{max-width:1366px;width:100%;margin:auto}.pricesPackage .desktop .pageTitle{font-size:26px;font-weight:400;color:#5c5c5c;margin:10px 0;width:100%;text-align:center}.pricesPackage .desktop .pricesPackageSlider{width:100%;height:auto;position:relative}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem{width:calc(100% - 20px)!important;background-color:rgba(0,0,0,.05);padding:15px 10px;margin:0 10px;border-radius:10px;direction:rtl;position:relative}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .first{padding:10px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .first .title{margin-bottom:10px;font-weight:700;font-size:17px}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .first .packageDetails{width:100%;height:100%;text-align:justify;padding:15px 30px;background-color:#fff;border-radius:10px;margin:0 10px;font-size:14px;box-shadow:inset 0 0 10px 0 #ccdbe8,inset 0 0 6px 1px hsla(0,0%,100%,.5)}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .first .packageDetails .targetItem{display:-ms-flexbox;display:none;justify-content:flex-start;align-items:start;flex-wrap:wrap;width:100%;height:100%}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .first .packageDetails .targetItem .docIcon{color:#0099ba;margin-left:10px}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .first .packageDetails .targetItem.activeTarget{display:flex}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .first .packageDetails .documents.activeTarget{flex-direction:column}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .first .packageDetails .packageServiceItem{width:100%;display:flex;justify-content:flex-start;align-items:center}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .actionsWrapper{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-top:10px}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .actionsWrapper .actionBtn{width:calc(33.33% - 20px);margin:0 10px;cursor:pointer;border:1px solid #0099ba;border-radius:5px;background-color:#fff;padding:10px 0;font-weight:700;color:#0099ba;transition:all .3s ease-in-out}@media screen and (max-width:350px){.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .actionsWrapper .actionBtn{width:calc(100% - 20px);margin-bottom:10px}}.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .actionsWrapper .actionBtn.activeBtn,.pricesPackage .desktop .pricesPackageSlider .pricesPackageItem .actionsWrapper .actionBtn:hover{color:#fff;background-color:#0099ba}.pricesPackage .desktop .slick-slider{width:100%;height:100%}.pricesPackage .desktop .slick-next:before,.pricesPackage .desktop .slick-prev:before{color:#444!important}.pricesPackage .desktop .slick-prev{left:-30px!important}.pricesPackage .desktop .slick-prev:before{content:"";width:20px;height:30px;position:relative;display:inline-block;background-image:url(/static/media/LeftArrow.52e8ad16.svg)}.pricesPackage .desktop .slick-next{right:-30px!important}.pricesPackage .desktop .slick-next:before{content:"";width:20px;height:30px;position:relative;display:inline-block;background-image:url(/static/media/RightArrow.e9c109f0.svg)}.pricesPackage.cartPackage,.pricesPackage.cartPackage .desktop{padding:0}.slick-arrow{display:flex!important;justify-content:center;align-items:center}.slick-arrow:before{background-repeat:no-repeat}@media screen and (max-width:1024px){.pricesPackage{padding:0 30px}.pricesPackage .pageTitle{font-size:22px}}@media screen and (max-width:576px){.pricesPackage{padding:0 15px}.pricesPackage .pageTitle{font-size:18px}.pricesPackage .slick-prev{left:5px!important}.pricesPackage .slick-next{right:-10px!important}}.InstallmentCalculationWrapper{width:100%;height:auto;background-color:#f7f9fc;overflow:hidden;padding:30px 0;box-shadow:inset 0 0 10px 0 #ccdbe8,inset 0 0 6px 1px hsla(0,0%,100%,.5)}.InstallmentCalculationWrapper .desktop{max-width:1366px;width:100%;margin:auto}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTitle{font-size:24px;font-weight:700;color:#313131;margin:0 0 20px}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTitle span{font-size:26px;font-weight:bolder;color:#2f3542}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup{width:calc(33.33% - 30px);margin:15px;height:40px;position:relative}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInput{height:100%;width:100%;outline:none;font-size:14px;border:1px solid #d6d6d6;border-radius:5px;text-align:right;position:relative;padding:0 10px;transition:all .4s ease;background-color:#fff}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInput:focus{border-color:#0099ba;box-shadow:0 0 5px #0099ba}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInput.select{cursor:pointer}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInput::-webkit-input-placeholder{text-align:right}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInput:-ms-input-placeholder{text-align:right}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInput::placeholder{text-align:right}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInput.pl{text-align:left}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup.btn{width:100%}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInputBtn{width:100%;height:100%;border:none;background-color:#0099ba;box-shadow:0 0 5px rgba(0,0,0,.3);color:#fff;border-radius:5px;outline:none;font-size:16px;font-weight:bolder;cursor:pointer;transition:all .4s ease;display:flex;justify-content:center;align-items:center}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInputBtn:focus,.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup .InstallmentCalculationInputBtn:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}@media screen and (max-width:1024px){.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup{width:calc(50% - 30px)}}@media screen and (max-width:576px){.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationInput .formGroup{width:calc(100% - 30px)}}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable{width:100%;overflow-x:auto;height:auto;border-radius:5px;position:relative;margin-top:15px}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .th{width:100%;min-width:1336px;overflow-x:auto;min-height:40px;height:auto;background-color:#fff;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:5px;border-top-right-radius:5px}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .th .td{width:calc(12.5% - 4px);margin:0 2px;display:flex;justify-content:center;align-items:center;font-size:14px;color:#1e272e}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr{width:100%;min-width:1336px;min-height:40px;height:auto;display:flex;justify-content:space-between;align-items:center}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr .td{width:calc(12.5% - 4px);margin:0 2px;display:flex;justify-content:center;align-items:center;font-size:14px;color:#1e272e}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr .td.green{color:green}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr .td.red{color:red}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr .td.pay{width:-webkit-max-content;width:max-content;background-color:#fff;border-radius:3px;height:25px;display:flex;justify-content:center;align-items:center;padding:0 10px;color:#0099ba;font-size:12px;font-weight:700;cursor:pointer}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr .td.noPay{background-color:#fff;border-radius:3px;height:25px;display:flex;justify-content:center;align-items:center;padding:0 10px;border:1px solid #f53b57;color:#888;font-size:12px;font-weight:700;cursor:no-drop}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr:nth-child(2n){background-color:#f2f2f2}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr:nth-child(2n):hover{background-color:#0099ba}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr:nth-child(odd){background-color:#e2e2e2}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr:nth-child(odd):hover{background-color:#0099ba}.InstallmentCalculationWrapper .desktop .InstallmentCalculationBox .InstallmentCalculationTable .tr:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.main{background-color:#000;color:#fff}.productsSkeletonWrapper{display:flex;justify-content:center;align-items:normal;flex-wrap:wrap;min-height:350px;max-width:1366px;width:auto;margin:auto;height:auto}.productsSkeletonWrapper .productsSkeletonItem{width:calc(25% - 40px);max-width:330px;margin:0 20px;height:auto}.homeSliderSkeletonWrapper{height:440px;width:100%;display:inline-block}.brandsSkeletonWrapper{width:auto}@media screen and (max-width:1100px){.productsSkeletonWrapper .productsSkeletonItem{width:calc(33.33% - 40px)}.brandsSkeletonWrapper .brandsSkeletonItem{width:calc(25% - 40px)}}@media screen and (max-width:992px){.homeSliderSkeletonWrapper{height:340px}.productsSkeletonWrapper .productsSkeletonItem{width:calc(50% - 40px)}.brandsSkeletonWrapper .brandsSkeletonItem{width:calc(33.33% - 40px)}}@media screen and (max-width:768px){.homeSliderSkeletonWrapper{height:240px}}@media screen and (max-width:486px){.brandsSkeletonWrapper .brandsSkeletonItem,.productsSkeletonWrapper .productsSkeletonItem{width:calc(100% - 40px)}}.breadcrumbHeader{width:100%;background-color:#1e272e}.breadcrumbHeader .desktop{max-width:1366px;height:50px;padding:0 4%;overflow-x:auto}.breadcrumbHeader .desktop,.breadcrumbHeader .topBreadcrumb{width:100%;display:flex;justify-content:flex-start;align-items:center}.breadcrumbHeader .topBreadcrumb .breadcrumbItem{font-size:14px;color:#ced6e0;position:relative;padding-left:15px;white-space:pre}.breadcrumbHeader .topBreadcrumb .breadcrumbItem:after{content:"/";position:absolute;left:5px;color:#0099ba}.breadcrumbHeader .topBreadcrumb .breadcrumbItem:last-child:after{content:""}@media screen and (max-width:1024px){.breadcrumbHeader .desktop{padding:0 25px}}.faqQuestion{width:100%;height:auto;position:relative;background-color:#f7f9fc}.faqQuestion .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:flex-start;align-items:center;padding:0 15px}.faqQuestion .desktop .faqContents{width:100%;height:auto;margin-bottom:30px}.faqQuestion .desktop .faqContents .questionWrapper{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.faqQuestion .desktop .faqContents .questionWrapper .questions{width:calc(50% - 15px);height:auto;margin-bottom:40px}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionCategory{width:100%;height:auto;margin-bottom:15px}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionCategory .categoryTitle{font-size:15px;font-weight:700;color:#1e272e;margin:0;text-align:right;line-height:25px}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox{width:100%;height:auto}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems{width:100%;height:50px;border:1px solid #e3ebfe;border-radius:5px;padding:0 15px;margin-bottom:10px;overflow:hidden;transition:all .4s ease-in;position:relative;z-index:5;cursor:pointer}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems.active{box-shadow:4.871px 34.659px 30px 0 rgba(0,0,0,.06);border:1px solid #e3ebfe;transition:all .4s ease-out}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems.active .header,.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems.active .header p{-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:-1;position:relative}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems.active .header p:before{content:"-";font-size:20px;color:#0099ba;font-weight:700;position:absolute;left:0;padding-right:10px}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems .header{width:100%;height:50px;display:flex;justify-content:flex-start;align-items:center}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems .header,.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems .header p{-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:-1;position:relative}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems .header p:before{content:"+";font-size:20px;color:#0099ba;font-weight:700;position:absolute;left:0;padding-right:10px}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems p{font-size:14px;line-height:normal;cursor:pointer;color:#313e5b;display:block;text-align:right;font-weight:500;text-decoration:none;margin:0;width:100%;display:flex;justify-content:flex-start;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:-1;position:relative}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems .content{width:100%;height:auto;padding-bottom:5px;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:-1;position:relative}.faqQuestion .desktop .faqContents .questionWrapper .questions .questionBox .questionItems .content p{-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:-1;position:relative;font-size:14px;color:#777;text-align:justify;margin:0 0 8px}.faqQuestion .desktop .faqContents .questionWrapper .faqSkeleton{width:calc(50% - 20px);margin:10px 0}@media screen and (max-width:1024px){.faqWrapper.mobile{width:100%;height:auto;position:relative}.faqWrapper.mobile .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:flex-start;align-items:center;padding:0 25px}.faqWrapper.mobile .desktop .faqContents{width:100%;height:auto;margin-bottom:30px}.faqWrapper.mobile .desktop .faqContents .questionWrapper{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questions{width:100%;height:auto;margin-bottom:40px}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questions .questionCategory{width:100%;height:auto;margin-bottom:15px}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questions .questionCategory .categoryTitle{font-size:15px;font-weight:700;color:#1e272e;margin:0;text-align:right;line-height:25px}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox{width:100%;height:auto}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems{width:100%;height:50px;border:1px solid #e3ebfe;border-radius:5px;padding:0 15px;margin-bottom:10px;overflow:hidden;transition:all .4s ease-in;position:relative;z-index:5}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems.active{box-shadow:4.871px 34.659px 30px 0 rgba(0,0,0,.06);border:1px solid #e3ebfe;transition:all .4s ease-out}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems.active .header,.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems.active .header p{-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:-1;position:relative}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems.active .header p:before{content:"-";font-size:20px;color:#0099ba;margin-left:10px;font-weight:700}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems .header{width:100%;height:50px;display:flex;justify-content:flex-start;align-items:center}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems .header p:before{content:"+";font-size:20px;color:#0099ba;margin-left:10px;font-weight:700}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems p{position:relative;font-size:14px;line-height:normal;cursor:pointer;color:#313e5b;display:block;text-align:right;font-weight:500;text-decoration:none;margin:0;width:100%;display:flex;justify-content:flex-start;align-items:center}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems .content{width:100%;height:auto;padding-bottom:5px}.faqWrapper.mobile .desktop .faqContents .questionWrapper .questionBox .questionItems .content p{font-size:14px;color:#777;text-align:justify;margin:0 0 8px}}.faqWrapper{width:100%;height:auto;margin-top:100px;position:relative}.faqWrapper .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:flex-start;align-items:center;padding:0 15px}.faqWrapper .desktop .faqContents{width:100%;height:auto;margin-bottom:30px}.faqWrapper .desktop .faqContents .faqHeader{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin:30px 0;background-color:#fff}.faqWrapper .desktop .faqContents .faqHeader .lSide{width:calc(50% - 20px);height:auto;padding:10px}.faqWrapper .desktop .faqContents .faqHeader .lSide img{max-width:100%;height:auto}.faqWrapper .desktop .faqContents .faqHeader .rSide{width:calc(50% - 20px);height:auto;padding:10px}.faqWrapper .desktop .faqContents .faqHeader .rSide .title{font-size:22px;color:#0099ba;font-weight:700;margin-bottom:20px}.faqWrapper .desktop .faqContents .faqHeader .rSide .description{font-size:14px;color:#555;margin:0;text-align:justify;line-height:25px}@media screen and (max-width:1024px){.faqWrapper.mobile{width:100%;height:auto;margin-top:60px;position:relative}.faqWrapper.mobile .desktop{padding:0 25px}}@media screen and (max-width:1024px)and (max-width:768px){.faqWrapper.mobile .desktop .faqContents .faqHeader .lSide,.faqWrapper.mobile .desktop .faqContents .faqHeader .rSide{width:100%}}.brandsSkeletonWrapper{display:flex;justify-content:center;align-items:normal;flex-wrap:wrap;max-width:1366px;min-height:100px;width:100%;margin:auto;height:auto;padding-bottom:30px}.brandsSkeletonWrapper .brandsSkeletonItem{width:calc(20% - 40px);max-width:160px;margin:0 20px;height:auto}.aboutusWrapper{margin-top:100px;position:relative}.aboutusWrapper,.aboutusWrapper .aboutusContents{width:100%;height:auto}.aboutusWrapper .aboutusContents .topBanner{width:100%;height:auto;max-height:500px;position:relative;overflow:hidden}.aboutusWrapper .aboutusContents .topBanner .aboutusImageBanner{max-width:100%;width:100%;object-fit:cover;height:auto}.aboutusWrapper .aboutusContents .topBanner .title{font-size:30px;color:#fff;font-weight:700;margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.aboutusWrapper .aboutusContents .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;padding:25px}.aboutusWrapper .aboutusContents .desktop .aboutusItems{width:100%;height:auto;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;position:relative;margin:50px 0}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem{width:calc(50% + 100px);height:auto;display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;z-index:30}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem .imageFigure{width:200px;height:200px;border-radius:50%;overflow:hidden;border:7px solid #dfe4ea}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem .imageFigure img{width:100%;height:100%;object-fit:cover}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem .aboutText{width:calc(100% - 230px);background-color:#fff;padding:15px;border-radius:15px;position:relative;box-shadow:0 0 10px #d6d6d6}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem .aboutText .title{font-size:16px;font-weight:700;color:#0099ba;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.05)}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem .aboutText .description{font-size:14px;color:#777;margin:0;text-align:justify;line-height:20px}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd){align-self:flex-end}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd) .imageFigure{align-self:center}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd) .aboutText:after{content:"";position:absolute;top:50%;left:100%;border-color:transparent transparent transparent #fff;border-style:solid;border-width:15px 0 15px 15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:13}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n){flex-direction:row-reverse;align-self:flex-start}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n) .imageFigure{align-self:center}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n) .aboutText:after{content:"";position:absolute;top:50%;right:100%;border-color:transparent #fff transparent transparent;border-style:solid;border-width:15px 15px 15px 0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:13}.aboutusWrapper .aboutusContents .desktop .aboutusItems .aboutusItem:last-child{margin-bottom:unset}.aboutusWrapper .aboutusContents .desktop .aboutusItems:after{position:absolute;content:"";display:block;width:5px;height:100%;left:50%;margin-left:-5px;top:0;bottom:0;background-color:rgba(0,0,0,.1);z-index:0}.aboutusWrapper .aboutusContents .ourPartnersSection{width:100%;height:auto;margin-top:80px;padding:80px 0 0;background-color:#f7f9fc}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners{height:auto;max-width:1366px;width:100%;margin:auto;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .titles{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:20px}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .titles .title{font-size:16px;font-weight:700;color:#1e272e;margin-bottom:20px;position:relative}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .titles .title:before{width:50px;height:2px;content:"";position:absolute;top:10px;left:-60px;background:linear-gradient(270deg,#0099ba,transparent)}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .titles .title:after{width:50px;height:2px;content:"";position:absolute;top:10px;right:-60px;background:linear-gradient(90deg,#0099ba,transparent)}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners{width:100%;height:110px;margin-top:40px}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .brands-wrap{max-width:960px;height:100%;margin:0 auto}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .carousel{background:transparent}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .gallery-cell{width:100%;height:auto;padding:0 15px;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .gallery-cell.is-selected img{-webkit-transform:scale(.5);transform:scale(.5);-webkit-filter:grayscale(0) blur(0);filter:grayscale(0) blur(0)}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .gallery-cell img{transition:all .5s cubic-bezier(.68,-.55,.265,1.55);max-width:150px;display:inline-block;-webkit-transform:scale(.3);transform:scale(.3);-webkit-filter:grayscale(100%) blur(2px);filter:grayscale(100%) blur(2px)}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .flickity-prev-next-button.previous{left:-50px}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .flickity-prev-next-button.next{right:-50px}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .brand-carousel{margin:0 60px;height:100%}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .flickity-prev-next-button .arrow{fill:#999;box-shadow:0 0 5px #000}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .flickity-prev-next-button.no-svg{color:#999}.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .flickity-prev-next-button,.aboutusWrapper .aboutusContents .ourPartnersSection .ourPartners .partners .flickity-prev-next-button:hover{background:transparent}@media screen and (max-width:1024px){.aboutusWrapper.mobile{width:100%;height:auto;margin-top:60px;position:relative}.aboutusWrapper.mobile .aboutusContents .topBanner .title{font-size:22px}.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem{width:80%;height:auto;display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;z-index:30}.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd),.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd) .imageFigure{align-self:center}.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd) .aboutText:after{content:"";position:absolute;top:50%;left:100%;border-color:transparent transparent transparent #fff;border-style:solid;border-width:15px 0 15px 15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:13}.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n){flex-direction:row-reverse;align-self:center}.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n) .imageFigure{align-self:center}.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n) .aboutText:after{content:"";position:absolute;top:50%;right:100%;border-color:transparent #fff transparent transparent;border-style:solid;border-width:15px 15px 15px 0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:13}}@media screen and (max-width:1024px)and (max-width:768px){.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n),.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd){flex-direction:column}.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n) .imageFigure,.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd) .imageFigure{margin-bottom:30px}.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n) .aboutText,.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd) .aboutText{width:100%}.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(2n) .aboutText:after,.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem:nth-child(odd) .aboutText:after{content:"";position:absolute;top:-15px;right:unset;left:50%;border-color:transparent transparent #fff;border-style:solid;border-width:0 15px 15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:13}}@media screen and (max-width:1024px)and (max-width:486px){.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems .aboutusItem{width:90%}}@media screen and (max-width:1024px){.aboutusWrapper.mobile .aboutusContents .desktop .aboutusItems:after{display:none}}@media screen and (max-width:1024px){.aboutusWrapper.mobile .aboutusContents .ourPartnersSection{padding:20px 25px 0}.aboutusWrapper.mobile .aboutusContents .ourPartnersSection .ourPartners{width:100%;height:auto}.aboutusWrapper.mobile .aboutusContents .ourPartnersSection .ourPartners .titles .description{font-size:13px;color:#777;margin-bottom:20px;text-align:justify}.aboutusWrapper.mobile .aboutusContents .ourPartnersSection .ourPartners .partners{width:100%;height:110px;margin-top:40px}.aboutusWrapper.mobile .aboutusContents .ourPartnersSection .ourPartners .partners .brands-wrap{max-width:960px;height:100%;margin:0 auto}.aboutusWrapper.mobile .aboutusContents .ourPartnersSection .ourPartners .partners .carousel{background:transparent}}@media screen and (max-width:1024px)and (min-width:548px){.aboutusWrapper.mobile .aboutusContents .ourPartnersSection .ourPartners .partners .gallery-cell{width:25%}}@media screen and (max-width:1100px){.brandsSkeletonWrapper .brandsSkeletonItem{width:calc(25% - 40px)}}@media screen and (max-width:992px){.brandsSkeletonWrapper .brandsSkeletonItem{width:calc(33.33% - 40px)}}@media screen and (max-width:486px){.brandsSkeletonWrapper .brandsSkeletonItem{width:calc(100% - 40px)}}.topMap{width:100%;height:450px;display:block;position:relative;overflow:hidden}.InputTooltipWrapper{width:-webkit-max-content;width:max-content;position:relative;display:flex;justify-content:flex-start;align-items:center}.InputTooltipWrapper .inpTooltipText{font-size:12px;color:#f53b57;text-align:right}.contactusWrapper{width:100%;height:auto;margin-top:100px;position:relative}.contactusWrapper .contactusContents{width:100%;height:auto;margin-bottom:30px}.contactusWrapper .contactusContents .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:15px;position:relative}.contactusWrapper .contactusContents .desktop .contactusInfo{width:calc(50% - 20px);min-height:525px;height:auto;background-color:#fff;box-shadow:0 6px 27px 7px rgba(0,0,0,.06);margin:20px 0;border-radius:15px;padding:15px;position:relative}.contactusWrapper .contactusContents .desktop .contactusInfo:before{content:"";position:absolute;top:0;left:-20px;width:2px;height:100%;border-left:2px dashed rgba(0,0,0,.1)}.contactusWrapper .contactusContents .desktop .contactusInfo:last-child:before{content:"";display:none}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusInfoTitle{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusInfoTitle .title{font-size:16px;font-weight:700;color:#0099ba;margin:0}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusInfoTitle .title span{font-size:14px;color:#999}.contactusWrapper .contactusContents .desktop .contactusInfo .contactInfoContent{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:20px 0}.contactusWrapper .contactusContents .desktop .contactusInfo .contactInfoContent .contactInfoAbout{width:100%;position:relative;margin-bottom:20px}.contactusWrapper .contactusContents .desktop .contactusInfo .contactInfoContent .contactInfoAbout .title{font-size:14px;font-weight:700;color:#1e272e;position:relative;margin-bottom:10px}.contactusWrapper .contactusContents .desktop .contactusInfo .contactInfoContent .contactInfoAbout .infoItem{width:100%;display:inline-block;font-size:14px;color:#888;margin-bottom:15px}.contactusWrapper .contactusContents .desktop .contactusInfo .contactInfoContent .contactInfoAbout .infoItem svg{width:16px;height:16px;font-size:16px;color:#0099ba}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm{width:100%;height:auto;margin:25px 0}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:7px 0}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption{position:relative;width:100%;margin-bottom:10px}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption .placeholder{padding:7px 10px;position:absolute;right:0;top:0;transition:.2s;transition-timing-function:ease;opacity:.7;font-size:13px;color:#888;pointer-events:none;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=email],.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=text],.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption textarea{width:100%;height:35px;margin-bottom:5px;outline:0;font-size:14px;border:1px solid #d6d6d6;border-radius:.2rem;text-align:right;position:relative;padding:0 10px;transition:all .4s ease}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=email]+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=text]+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption textarea+.placeholder{opacity:.7;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=email]:focus,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=text]:focus,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption textarea:focus{border-color:#0099ba;box-shadow:0 0 5px #0099ba}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=email]:focus+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=text]:focus+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption textarea:focus+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=email]:not(:placeholder-shown)+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=text]:not(:placeholder-shown)+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption textarea:not(:placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=email]:not(:-ms-input-placeholder)+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=text]:not(:-ms-input-placeholder)+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption textarea:not(:-ms-input-placeholder)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=email]:not(:-moz-placeholder-shown)+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=text]:not(:-moz-placeholder-shown)+.placeholder,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption textarea:not(:-moz-placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption textarea{height:100px;resize:none;overflow-y:auto}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .caption input[type=email]{text-align:left}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup.sm{width:calc(50% - 15px)}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup.sm .caption{height:50px}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .btnSend{width:-webkit-max-content;width:max-content;height:40px;border:0;background-color:#0099ba;box-shadow:0 0 5px rgba(0,0,0,.3);color:#fff;border-radius:5px;outline:0;font-size:14px;cursor:pointer;padding:5px 25px;transition:all .4s ease}.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .btnSend:focus,.contactusWrapper .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup .btnSend:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}@media screen and (max-width:1024px){.contactusWrapper.mobile{width:100%;height:auto;margin-top:60px;position:relative}.contactusWrapper.mobile .contactusContents .desktop .contactusInfo{width:100%;min-height:unset;height:auto;background-color:#fff;box-shadow:0 6px 27px 7px rgba(0,0,0,.06);margin:20px 0;border-radius:15px;position:relative;padding:15px}.contactusWrapper.mobile .contactusContents .desktop .contactusInfo:before{content:"";display:none}.contactusWrapper.mobile .contactusContents .desktop .contactusInfo .contactusInfoTitle{width:100%;min-height:40px;height:auto;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}}@media screen and (max-width:1024px)and (max-width:768px){.contactusWrapper.mobile .contactusContents .desktop .contactusInfo .contactusForm .formBox .formGroup.sm{width:100%}}@media screen and (max-width:992px){.ChangeAddressWrapper.mobile .addressContent .desktop .boxAddress .mapBox .mapItem{width:calc(50% - 20px)}}@media screen and (max-width:486px){.ChangeAddressWrapper.mobile .addressContent .desktop .boxAddress .mapBox .mapItem{width:100%}}.pagination{width:100%;height:40px;margin:20px 15px 10px}.pagination .page{display:flex;justify-content:center;align-items:center;height:40px;direction:ltr;background:#fff;width:-webkit-max-content;width:max-content;margin:auto;border-radius:10px}.pagination .page .pageBtn,.pagination .page .pageDots,.pagination .page .pageNumbers{display:flex;justify-content:center;align-items:center;margin:2px;font-size:14px;font-weight:600;cursor:pointer;width:35px;height:35px}.pagination .page .pageDots{color:#2d4848;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.pagination .page .pageDots:hover{color:#0099ba}.pagination .page .pageNumbers{border-radius:50px}.pagination .page .pageNumbers:hover{color:#0099ba}.pagination .page .pageNumbers.active{color:#fff;background:#0099ba!important;font-weight:600;padding:0 5px;min-width:35px;width:-webkit-max-content;width:max-content}.pagination .page .pageBtn{color:#2d4848}.pagination .page .pageBtn svg{font-size:18px}.pagination .page .pageBtn.active{color:#2d4848;pointer-events:auto}.pagination .page .pageBtn:hover{color:#0099ba}.pagination .page .pageBtn.disable{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#ced6e0}@media screen and (max-width:1024px){.pagination{width:calc(100% - 30px);height:40px;margin:20px 15px 40px}.pagination .page{display:flex;justify-content:center;align-items:center;height:40px;direction:ltr;background:#fff;width:-webkit-max-content;width:max-content;margin:auto;border-radius:10px}.pagination .page .pageBtn,.pagination .page .pageDots,.pagination .page .pageNumbers{display:flex;justify-content:center;align-items:center;margin:2px;font-size:14px;font-weight:600;cursor:pointer;width:35px;height:35px}.pagination .page .pageDots{color:#2d4848;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.pagination .page .pageDots:hover{color:#0099ba}.pagination .page .pageNumbers{border-radius:50px}.pagination .page .pageNumbers:hover{color:#0099ba}.pagination .page .pageNumbers.active{color:#fff;background:#0099ba!important;font-weight:600;padding:0 5px;min-width:35px;width:-webkit-max-content;width:max-content}.pagination .page .pageBtn{color:#2d4848}.pagination .page .pageBtn svg{font-size:18px}.pagination .page .pageBtn.active{color:#2d4848;pointer-events:auto}.pagination .page .pageBtn:hover{color:#0099ba}.pagination .page .pageBtn.disable{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#ced6e0}}@media screen and (max-width:486px){.pagination{width:100%;margin:20px 0 40px}.pagination .page{width:100%}}.nothingToShowBox{min-height:400px;background-color:#fff;border-radius:5px;box-shadow:0 0 7px rgba(0,0,0,.1);margin-bottom:10px;padding:30px;align-items:flex-start;flex-direction:column}.nothingToShowBox,.nothingToShowBox .alertBox{width:100%;height:auto;display:flex;justify-content:flex-start}.nothingToShowBox .alertBox{min-height:40px;padding:0 10px;align-items:center;flex-wrap:wrap;background-color:rgba(255,77,0,.5);background-color:#fffde4;border:1px solid #f6e8a1;color:#a37731;border-radius:5px;font-size:14px;margin-bottom:20px}.nothingToShowBox .alertBox .notice{font-size:15px;font-weight:700;color:#8a6222}.nothingToShowBox .desc{align-items:flex-start;flex-direction:column}.nothingToShowBox .desc,.nothingToShowBox .desc .title{width:100%;height:auto;display:flex;justify-content:flex-start}.nothingToShowBox .desc .title{font-size:15px;font-weight:700;color:#0099ba;align-items:center;flex-wrap:wrap;margin-bottom:10px}.nothingToShowBox .desc .note{width:100%;height:auto;font-size:14px;color:#444;text-align:right;margin-bottom:10px}.productsWrapper{width:100%;height:auto;margin-top:100px}.productsWrapper .productContents{width:100%;height:auto;padding:30px 0 50px}.productsWrapper .productContents .desktop{max-width:1366px;width:100%;margin:auto;overflow:hidden;display:flex;justify-content:space-between;align-items:flex-start}.productsWrapper .productContents .desktop .filterBox{width:20%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:0 15px}.productsWrapper .productContents .desktop .filterBox .header{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.productsWrapper .productContents .desktop .filterBox .header .headerBox{width:100%;height:40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfe4ea;margin-bottom:10px}.productsWrapper .productContents .desktop .filterBox .header .headerBox .title{font-size:14px;color:#4b6584;width:100%;margin:0}.productsWrapper .productContents .desktop .filterBox .header .headerBox .btnFilter .btnDeleteFilters{cursor:pointer;background-color:transparent;color:#f53b57;border:0;outline:0;width:-webkit-max-content;width:max-content;font-size:14px}.productsWrapper .productContents .desktop .filterBox .header .headerBox .btnFilter .btnDeleteFilters:focus{box-shadow:none}.productsWrapper .productContents .desktop .filterBox .header .filterItems{width:100%;height:auto;padding:10px 0;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.productsWrapper .productContents .desktop .filterBox .header .filterItems p{width:-webkit-max-content;width:max-content;border:1px solid #dfe4ea;border-radius:5px;color:#1e272e;font-size:12px;position:relative;padding:5px 8px 5px 18px;margin:0 0 5px 5px}.productsWrapper .productContents .desktop .filterBox .header .filterItems p svg{position:absolute;top:50%;left:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:12px;color:#dfe4ea;cursor:pointer;transition:all .4s ease}.productsWrapper .productContents .desktop .filterBox .header .filterItems p svg:hover{color:#f53b57}.productsWrapper .productContents .desktop .filterBox .header .filterLists{width:100%;height:40px;overflow:hidden;transition:all .3s ease-out;z-index:15;background-color:#fff;box-shadow:0 12px 12px 0 hsla(0,0%,71%,.11);border:1px solid #dedede;margin:0 0 10px;border-radius:8px;padding:0 7px}.productsWrapper .productContents .desktop .filterBox .header .filterLists .title{width:100%;display:block;font-size:13px;font-weight:700;color:#1e272e;position:relative;cursor:pointer;line-height:20px;border-bottom:1px solid #f2f2f2;padding:8px 5px 10px}.productsWrapper .productContents .desktop .filterBox .header .filterLists .title:after{color:#1e272e;content:"";display:block;font-family:"molla";font-size:14px;line-height:1;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.productsWrapper .productContents .desktop .filterBox .header .filterLists.open{transition:all .3s ease-in}.productsWrapper .productContents .desktop .filterBox .header .filterLists.open .title:after{content:""}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters{width:100%;margin:10px 0;z-index:16;display:block;padding:5px}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .formWrap .lists{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;position:relative}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .formWrap .lists .mainTitle{font-size:14px;color:#0099ba;margin-bottom:10px}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .formWrap .lists .mPrice{font-size:13px;color:#4b6584;margin:0 0 10px}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .formWrap .lists .btnApplyFilters{width:100%;height:35px;background-color:#0099ba;color:#fff;font-size:14px;border-radius:5px;border:none;outline:none;margin:10px 0 5px;cursor:pointer}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .formWrap .lists .btnApplyFilters:focus,.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .formWrap .lists .btnApplyFilters:hover{box-shadow:0 0 5px rgba(0,0,0,.3)}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .formWrap .lists .formGroup{position:relative;width:100%;margin-bottom:10px}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .formWrap .lists .formGroup:last-child{margin-bottom:unset}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range{width:calc(100% - 30px)!important;direction:ltr!important;margin:10px 15px!important;height:unset!important}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__label--value{direction:rtl;text-align:right;top:unset!important;bottom:-2rem}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__label{color:#1e272e!important;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:-1}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__track{height:.5rem!important}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__track--active{background:#0099ba!important}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__slider{background:#f1f5f7!important;border:none!important;border-radius:50%!important;box-shadow:0 0 1px 1px #a7a7a7!important;cursor:pointer!important;height:18px!important;width:18px!important;margin-top:-13px!important;pointer-events:all!important}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__slider-container{z-index:1}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__slider-container:before{transition:left .3s ease-out}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__slider-container:after{transition:none}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__slider:before{width:200%;height:200%;top:-50%;position:absolute;left:-50%;content:" ";z-index:2}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__track--background:before{position:absolute;content:" ";width:100%;height:1.5em;top:-1.5em;left:0}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__track--background:after{position:absolute;content:" ";width:100%;height:1.5em;top:100%;left:0}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__label-container{right:0}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__label-container,.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__label .input-range__label--value{pointer-events:none}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__label--max,.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__label--min{bottom:-2.2rem;direction:rtl;text-align:right}.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__track.input-range__track--background span.input-range__slider-container:nth-child(2) span.input-range__label.input-range__label--value,.productsWrapper .productContents .desktop .filterBox .header .filterLists .filters .input-range .input-range__track.input-range__track--background span.input-range__slider-container:nth-child(3) span.input-range__label.input-range__label--value{opacity:0;transition:all .2s ease-in-out}.productsWrapper .productContents .desktop .productsBox{width:80%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:0 10px}.productsWrapper .productContents .desktop .productsBox .productTools{width:100%;height:40px;border-bottom:1px solid #e2e2e2;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px;padding:0 15px}.productsWrapper .productContents .desktop .productsBox .productTools .title{font-size:14px;color:#0099ba;margin:0}.productsWrapper .productContents .desktop .productsBox .productTools .pageCounter{font-size:14px;color:#1e272e;margin:0}.productsWrapper .productContents .desktop .productsBox .addCart{direction:rtl;width:-webkit-max-content;width:max-content;padding:5px 20px;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#1e272e;border-top-right-radius:15px;border-top-left-radius:15px;cursor:pointer;display:flex;justify-content:center;align-items:center}.productsWrapper .productContents .desktop .productsBox .addCart span{font-size:13px;font-weight:700;color:#fff}.productsWrapper .productContents .desktop .productsBox .addCart img{width:20px;height:20px;margin-left:5px}.productsWrapper .productContents .desktop .productsBox .productItems{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.productsWrapper .productContents .desktop .productsBox .productItems .productItemWrapper{position:relative;width:calc(33.33% - 20px);height:auto;margin:10px}.productsWrapper .productContents .desktop .productsBox .productItems .productItem{width:100%;height:100%;background-color:#fff;overflow:hidden;border-radius:5px;position:relative;box-shadow:0 0 5px 0 rgba(0,0,0,.1);transition:all .4s ease-in}.productsWrapper .productContents .desktop .productsBox .productItems .productItem:hover{box-shadow:0 0 30px 0 rgba(0,0,0,.2)}.productsWrapper .productContents .desktop .productsBox .productItems .productItem:hover .imageFigure img{-webkit-filter:grayscale(50%);filter:grayscale(50%);-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .4s ease-out}.productsWrapper .productContents .desktop .productsBox .productItems .productItem:hover .imageFigure .productAddToBasket{bottom:20px;transition:all .4s ease-out}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .itemGroups{position:absolute;top:10px;left:10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;z-index:99}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .itemGroups .itemGroupFigure{width:70px;height:auto;margin-bottom:5px}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .itemGroups .itemGroupFigure .figureImage{width:100%;height:100%;object-fit:contain}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .imageFigure{width:100%;height:200px;padding:5px;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px;position:relative}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .imageFigure .plink{width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .imageFigure img{max-width:100%;height:100%;object-fit:cover}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .imageFigure .productAddToBasket{position:absolute;bottom:-50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:0;outline:0;border-radius:30px;width:-webkit-max-content;width:max-content;height:35px;display:flex;justify-content:center;align-items:center;padding:0 15px;transition:all .4s ease-in;box-shadow:0 0 7px rgba(0,0,0,.3);cursor:pointer;background:linear-gradient(90deg,#1e272e 25%,#4b6584 80%)}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .imageFigure .productAddToBasket svg{font-size:16px;color:#f2f2f2}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .imageFigure .productAddToBasket .title{margin:0 10px 0 0;font-size:13px;color:#fff}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .imageFigure .productAddToBasket:focus{box-shadow:none}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox{width:100%;height:auto;margin-bottom:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item1{width:100%;height:30px;display:flex;justify-content:space-between;align-items:center;padding:0 15px;margin-bottom:5px}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item1 .discount{width:-webkit-max-content;width:max-content;height:100%;display:flex;justify-content:flex-start;align-items:center}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item1 .discount .dTime{background-color:#fff;border:1px solid #cecece;color:#ff453a;border-radius:20px;padding:2px 5px;font-size:13px;display:flex;justify-content:flex-start;align-items:center}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item1 .discount .dTime img{width:20px;height:20px;margin-left:5px}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item1 .discount .dOff{background-color:#fff;border:1px solid #cecece;color:#ff453a;border-radius:20px;padding:2px 5px;font-size:13px;margin-right:3px}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item1 .amount{color:#888;font-size:14px}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item1 .amount .off{position:relative;color:#888}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item1 .amount .off:after{position:absolute;width:100%;content:"";left:0;top:50%;right:0;border-color:currentcolor #1e272e #1e272e;border-top:1px solid #1e272e;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item2{width:100%;height:30px;padding:0 15px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item2 .exist{width:-webkit-max-content;width:max-content;font-size:15px;color:#1e272e;display:flex;justify-content:flex-start;align-items:center;margin-right:10px}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item2 .exist span.green{width:10px;height:10px;border-radius:50%;margin-left:10px;background-color:#0ac974;box-shadow:0 0 7px rgba(10,201,116,.6)}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item2 .exist span.red{width:10px;height:10px;border-radius:50%;margin-left:10px;background-color:#ea2027;box-shadow:0 0 7px rgba(234,32,39,.6)}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item2 .amount{width:-webkit-max-content;width:max-content;font-size:16px;font-weight:700;color:#1e272e;display:flex;justify-content:flex-start;align-items:center}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .priceBox .item2 .amount span{color:#0099ba}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .productInfo{width:100%;height:auto;background-color:#fff;direction:rtl}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .productInfo .title{width:100%;line-height:24px;margin-bottom:15px;padding:0 10px;text-align:center;font-size:14px;font-weight:700;color:#1e272e;display:flex;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;cursor:pointer}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .productDetail{width:100%;height:auto;padding:15px 10px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;overflow:hidden}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .productDetail .productTitle{font-size:14px;color:#1e272e;font-weight:700;text-align:center;line-height:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;cursor:pointer;width:100%;height:auto}.productsWrapper .productContents .desktop .productsBox .productItems .productItem .productDetail .productAmount{width:100%;font-size:13px;font-weight:700;color:#1e272e;margin:0;text-align:center}@media screen and (max-width:1200px){.productsWrapper .productContents .desktop .productsBox .productItems .productItemWrapper{width:calc(50% - 20px)}}.productsWrapper .productContents .desktop .mobileProductFilterButton{display:none}@media screen and (max-width:1280px){.productsWrapper .productContents .desktop .filterBox{width:25%}.productsWrapper .productContents .desktop .productsBox{width:75%}}@media screen and (max-width:1024px){.productsWrapper.mobile{width:100%;height:auto;margin-top:60px;position:relative}.productsWrapper.mobile .productContents{position:relative}.productsWrapper.mobile .productContents .desktop{max-width:unset}.productsWrapper.mobile .productContents .desktop .filterBox{display:none}.productsWrapper.mobile .productContents .desktop .filterBox.mobile{height:auto;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:30px 15px;position:fixed;-webkit-transform:translateX(110%) translateY(-50%);transform:translateX(110%) translateY(-50%);transition:all .5s ease;z-index:100000;border-left:1px solid rgba(0,0,0,.1);background-color:#eee;overflow-y:auto;border-radius:20px;width:90%;max-height:350px;min-height:150px;top:50%}.productsWrapper.mobile .productContents .desktop .filterBox.mobile.open{right:50%;-webkit-transform:translate(50%,-50%)!important;transform:translate(50%,-50%)!important}}@media screen and (max-width:1024px)and (max-width:992px){.productsWrapper.mobile .productContents .desktop .filterBox.mobile{width:40%}}@media screen and (max-width:1024px)and (max-width:768px){.productsWrapper.mobile .productContents .desktop .filterBox.mobile{width:50%}}@media screen and (max-width:1024px)and (max-width:576px){.productsWrapper.mobile .productContents .desktop .filterBox.mobile{width:90%}}@media screen and (max-width:1024px){.productsWrapper.mobile .productContents .desktop .productsBox{width:100%;z-index:21}.productsWrapper.mobile .productContents .desktop .productsBox .productItems{z-index:20}.productsWrapper.mobile .productContents .desktop .productsBox .productItems .productItemWrapper{min-height:100px;z-index:21}}@media screen and (max-width:1024px)and (max-width:992){.productsWrapper.mobile .productContents .desktop .productsBox .productItems .productItemWrapper{width:calc(50% - 20px)}}@media screen and (max-width:1024px)and (max-width:650px){.productsWrapper.mobile .productContents .desktop .productsBox .productItems .productItemWrapper{width:calc(100% - 20px);margin:auto auto 15px}}@media screen and (max-width:1024px){.productsWrapper.mobile .productContents .desktop .mobileProductFilterButton{position:fixed;bottom:85px;right:15px;z-index:100;width:40px;height:40px;border-radius:50%;background-color:#0099ba;display:flex;justify-content:center;align-items:center;box-shadow:0 0 7px rgba(0,0,0,.3);cursor:pointer}.productsWrapper.mobile .productContents .desktop .mobileProductFilterButton svg{font-size:14px;color:#f2f2f2}}@media screen and (max-width:1024px){.productsWrapper.mobile .backdropFilter{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:95;width:100vw;height:100vh;-webkit-transform:translateX(110%);transform:translateX(110%)}.productsWrapper.mobile .backdropFilter.show{-webkit-transform:translateX(0);transform:translateX(0)}}.commentModal{position:fixed;top:110%;left:50%;width:50%;height:auto;margin:auto;border-radius:20px;background-color:#fff;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .4s ease;box-shadow:0 0 15px 4px rgba(0,0,0,.3);z-index:9999999}.commentModal.show{top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.commentModal .commentForm{width:100%;min-height:150px;height:auto;background-color:#f2f2f2;border-radius:5px;padding:20px 25px;position:relative}.commentModal .commentForm .header{width:100%;height:40px;display:flex;justify-content:space-between;align-items:center;position:relative;background-color:#f2f2f2;margin-bottom:10px}.commentModal .commentForm .header p{font-size:14px;font-weight:700;color:#1e272e;margin:0}.commentModal .commentForm .header svg{font-size:18px;font-weight:700;color:#1e272e;cursor:pointer}.commentModal .commentForm .header svg:hover{color:#0099ba}.commentModal .commentForm .formGroup{width:100%;height:auto;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.commentModal .commentForm .formGroup .commentText{border:1px solid #e2e2e2;width:100%;height:150px;resize:none;overflow-y:auto;background-color:#fff;border-radius:5px;margin-bottom:10px;outline:0;padding:15px}.commentModal .commentForm .formGroup .commentText:focus{box-shadow:none}.commentModal .commentForm .formGroup .commentError{font-size:13px;color:#f53b57;display:inline-block;margin-bottom:10px}.commentModal .commentForm .formGroup .commentSubmit{width:-webkit-max-content;width:max-content;min-width:120px;height:40px;display:flex;justify-content:center;align-items:center;background-color:#0099ba;color:#fff;font-size:14px;border:0;outline:0;border-radius:5px;cursor:pointer}.commentModal .commentForm .formGroup .commentSubmit:focus,.commentModal .commentForm .formGroup .commentSubmit:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}.commentModal .backdropComment{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.2);z-index:99999;display:none}@media screen and (max-width:1024px){.commentModal{position:fixed;top:110%;left:50%;width:90%;height:auto;margin:auto;border-radius:20px;background-color:#fff;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .4s ease;box-shadow:0 0 15px 4px rgba(0,0,0,.3);z-index:9999999}.commentModal.show{top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.commentModal .commentForm{width:100%;min-height:150px;height:auto;background-color:#f2f2f2;border-radius:5px;padding:15px;position:relative}.commentModal .commentForm .header{width:100%;height:40px;display:flex;justify-content:space-between;align-items:center;position:relative;background-color:#f2f2f2;margin-bottom:10px}.commentModal .commentForm .header p{font-size:14px;font-weight:700;color:#1e272e;margin:0}.commentModal .commentForm .header svg{font-size:18px;font-weight:700;color:#1e272e;cursor:pointer}.commentModal .commentForm .header svg:hover{color:#0099ba}.commentModal .commentForm .formGroup{width:100%;height:auto;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.commentModal .commentForm .formGroup .commentText{border:1px solid #e2e2e2;width:100%;height:150px;resize:none;overflow-y:auto;background-color:#fff;border-radius:5px;margin-bottom:10px;outline:0;padding:15px}.commentModal .commentForm .formGroup .commentText:focus{box-shadow:none}.commentModal .commentForm .formGroup .commentError{font-size:13px;color:#f53b57;display:inline-block;margin-bottom:10px}.commentModal .commentForm .formGroup .commentSubmit{width:-webkit-max-content;width:max-content;padding:10px 15px;background-color:#0099ba;color:#fff;font-size:14px;border:0;outline:0;border-radius:5px}.commentModal .commentForm .formGroup .commentSubmit:focus,.commentModal .commentForm .formGroup .commentSubmit:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}.commentModal .backdropComment{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.2);z-index:99999;display:none}}.tags{width:100%;min-height:40px;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:15px 0}.tags .tagTitle{font-size:14px;font-weight:700;color:#0099ba;margin:0 0 5px 5px}.tags .tagLink{font-size:12px;color:#1e272e;background-color:#e2e2e2;border-radius:20px;padding:5px 10px;margin:0 0 5px 5px;cursor:pointer}.gSlider{width:100%;height:100%;position:relative;overflow:hidden}.gSlider .slick-arrow.slick-next,.gSlider .slick-arrow.slick-prev{background-color:#2af}.gSlider .slick-next:before,.gSlider .slick-prev:before{color:rgba(0,0,0,.3)}.gSlider .slick-list{width:100%;height:500px;border:1px solid rgba(0,0,0,.1);border-radius:10px}.gSlider .slick-list .slick-track,.gSlider .slick-list .slick-track .slick-slide{height:100%}.gSlider .slick-list .slick-track .slick-slide>div{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.gSlider .slick-list .slick-track .slick-slide .cuTopImageFigure{max-width:500px;max-height:500px;width:100%!important;height:100%!important;display:flex!important;justify-content:center;align-items:center}.gSlider .slick-list .slick-track .slick-slide .cuTopImageFigure .iiz,.gSlider .slick-list .slick-track .slick-slide .cuTopImageFigure .iiz div:first-child,.gSlider .slick-list .slick-track .slick-slide .cuTopImageFigure .iiz div:first-child img{height:100%}.gSlider .slick-list .slick-track .slick-slide .cuTopImageFigure .cuTopImage{width:100%;height:100%;object-fit:contain}.gSlider .slick-dots{position:relative!important;width:100%;height:auto;margin-top:20px;bottom:unset!important;display:flex!important;justify-content:flex-start;flex-wrap:wrap;align-items:center}.gSlider .slick-dots li{width:calc(20% - 10px);height:80px;display:flex!important;justify-content:center;align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:10px;margin-bottom:10px}.gSlider .slick-dots li .cuBottomImage{width:auto;height:75px;object-fit:cover;overflow:hidden}.gSlider .custom-indicator{bottom:-65px}.gSlider .custom-indicator li{width:50px;height:50px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.gSlider .custom-indicator li.slick-active{-webkit-filter:grayscale(0);filter:grayscale(0)}@media screen and (max-width:992px){.gSlider .slick-list{height:470px}.gSlider .slick-list .slick-track .slick-slide .cuTopImageFigure{max-width:470px;max-height:470px}.gSlider .slick-dots li{width:calc(25% - 10px)}}@media screen and (max-width:768px){.gSlider .slick-list{height:415px}.gSlider .slick-list .slick-track .slick-slide .cuTopImageFigure{max-width:415px;max-height:415px}}@media screen and (max-width:486px){.gSlider .slick-list{height:250px}.gSlider .slick-list .slick-track .slick-slide .cuTopImageFigure{max-width:250px;max-height:250px}.gSlider .slick-dots li{width:calc(33.33% - 10px)}}.commentBox{width:100%;min-height:200px;height:auto;background-color:#f5f5f5;border-radius:10px;margin-top:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:60px;position:relative}.commentBox .backBg{position:absolute;top:0;left:0;width:500px;height:auto;z-index:1}.commentBox .noComment{font-size:18px;color:#555;padding-top:30px;z-index:4}.commentBox .commentItem{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.07);z-index:2}.commentBox .commentItem:last-child{border-bottom:unset;padding-bottom:unset;margin-bottom:unset}.commentBox .commentItem .userName{font-size:13px;font-weight:700;color:#1e272e;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;width:100%}.commentBox .commentItem .userName svg{font-size:30px;color:#888;margin-left:10px}.commentBox .commentItem .userName span:first-child{display:flex;justify-content:flex-start;align-items:center}.commentBox .commentItem .userName span:nth-child(2){font-size:12px;color:#555}.commentBox .commentItem .userName span:nth-child(2) svg{font-size:14px;color:#888;margin:0 3px}.commentBox .commentItem .userComment{font-size:14px;color:#666;display:inline-block;text-align:justify;margin:0;line-height:25px}@media screen and (max-width:1024px){.commentBox{min-height:200px;background-color:#f2f2f2;border-radius:10px;margin-top:20px;padding:30px 50px}.commentBox,.commentBox .commentItem{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.commentBox .commentItem{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.07)}.commentBox .commentItem:last-child{border-bottom:unset;padding-bottom:unset;margin-bottom:unset}.commentBox .commentItem .userName{font-size:13px;font-weight:700;color:#1e272e;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap}.commentBox .commentItem .userName svg{font-size:30px;color:#888;margin-left:10px}.commentBox .commentItem .userName span:first-child{display:flex;justify-content:flex-start;align-items:center;margin-bottom:10px}.commentBox .commentItem .userName span:nth-child(2){font-size:12px;color:#999}.commentBox .commentItem .userName span:nth-child(2) svg{font-size:14px;color:#888;margin:0 3px}.commentBox .commentItem .userComment{font-size:14px;color:#777;display:inline-block;text-align:justify;margin:0;line-height:25px}}@media screen and (max-width:1024px)and (max-width:992px){.commentBox{padding:30px}}.singleProductWrapper{width:100%;height:auto;margin-top:100px;position:relative}.singleProductWrapper .productContents{width:100%;height:auto;margin:50px 0 0}.singleProductWrapper .productContents .desktop{max-width:1366px;width:100%;margin:auto auto 30px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.singleProductWrapper .productContents .desktop .productImagesBox{width:50%;height:auto;border-radius:5px;padding-left:15px;max-width:500px;position:relative}.singleProductWrapper .productContents .desktop .productImagesBox .guarantee{position:absolute;left:25px;top:10px;z-index:999;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.singleProductWrapper .productContents .desktop .productImagesBox .guarantee .guaranteeImage{position:relative;width:70px;height:35px;margin-bottom:10px}.singleProductWrapper .productContents .desktop .productImagesBox .guarantee .guaranteeImage img{width:100%;height:auto;object-fit:cover;cursor:help}.singleProductWrapper .productContents .desktop .productImagesBox .guarantee .guaranteeImage .guaranteeModal{position:absolute;top:0;right:100%;width:250px;height:auto;background-color:#fff;box-shadow:0 6px 12px 0 hsla(0,0%,71%,.3);border-radius:8px;z-index:90;padding:15px;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:none;flex-direction:column;justify-content:flex-start;align-items:flex-start}.singleProductWrapper .productContents .desktop .productImagesBox .guarantee .guaranteeImage .guaranteeModal:after{content:"";position:absolute;top:25px;right:-10px;width:20px;height:20px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#fff;border-radius:0 0 4px 0;z-index:1}.singleProductWrapper .productContents .desktop .productImagesBox .guarantee .guaranteeImage .guaranteeModal .title{font-size:14px;font-weight:700;color:#0099ba;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1);width:100%}.singleProductWrapper .productContents .desktop .productImagesBox .guarantee .guaranteeImage .guaranteeModal .guaranteeTime{font-size:13px;color:#777;margin-bottom:10px}.singleProductWrapper .productContents .desktop .productImagesBox .guarantee .guaranteeImage .guaranteeModal .description{font-size:13px;color:#777;margin-bottom:0;text-align:justify}.singleProductWrapper .productContents .desktop .productImagesBox .guarantee .guaranteeImage:hover .guaranteeModal{display:flex}.singleProductWrapper .productContents .desktop .productLeftBox{width:50%;height:auto;padding-right:15px;flex:auto}.singleProductWrapper .productContents .desktop .productLeftBox .topTitle{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:20px}.singleProductWrapper .productContents .desktop .productLeftBox .topTitle .title{width:100%;font-size:24px;font-weight:700;color:#0099ba;margin-bottom:15px}.singleProductWrapper .productContents .desktop .productLeftBox .topTitle .description{width:100%;font-size:14px;height:auto;overflow:hidden;color:#777;margin-bottom:0;line-height:25px;text-align:justify;transition:height .3s ease}.singleProductWrapper .productContents .desktop .productLeftBox .topTitle .showDescMore{font-size:14px;color:#4b6584;margin-top:10px;cursor:pointer;display:none}.singleProductWrapper .productContents .desktop .productLeftBox .topTitle .showDescMore svg{margin:0 0 -3px}.singleProductWrapper .productContents .desktop .productLeftBox .moreInfo{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:5px}.singleProductWrapper .productContents .desktop .productLeftBox .moreInfo .moreInfoTable{width:100%;height:auto;background-color:#ced6e0;border-radius:5px;position:relative}.singleProductWrapper .productContents .desktop .productLeftBox .moreInfo .moreInfoTable .th{width:100%;min-height:40px;height:auto;background-color:#1e272e;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:5px;border-top-right-radius:5px}.singleProductWrapper .productContents .desktop .productLeftBox .moreInfo .moreInfoTable .th .td{width:calc(25% - 4px);margin:0 2px;display:flex;justify-content:center;align-items:center;font-size:14px;color:#fff}.singleProductWrapper .productContents .desktop .productLeftBox .moreInfo .moreInfoTable .tr{width:100%;min-height:40px;height:auto;display:flex;justify-content:space-between;align-items:center}.singleProductWrapper .productContents .desktop .productLeftBox .moreInfo .moreInfoTable .tr .td{width:calc(25% - 4px);margin:0 2px;display:flex;justify-content:center;align-items:center;font-size:14px;color:#1e272e}.singleProductWrapper .productContents .desktop .productLeftBox .tools{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.singleProductWrapper .productContents .desktop .productLeftBox .tools .toolsImage{width:80px;height:40px;margin:0 0 10px 10px;position:relative}.singleProductWrapper .productContents .desktop .productLeftBox .tools .toolsImage img{width:100%;height:100%}.singleProductWrapper .productContents .desktop .productLeftBox .tools .toolsImage:first-child img{cursor:help}.singleProductWrapper .productContents .desktop .productLeftBox .tools .toolsImage .toolsModal{position:absolute;top:0;right:100%;width:-webkit-max-content;width:max-content;height:auto;background-color:#fff;box-shadow:0 6px 12px 0 hsla(0,0%,71%,.3);border-radius:8px;z-index:90;padding:15px;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:none;flex-direction:column;justify-content:flex-start;align-items:flex-start}.singleProductWrapper .productContents .desktop .productLeftBox .tools .toolsImage .toolsModal:after{content:"";position:absolute;top:10px;right:-8px;width:15px;height:15px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#fff;border-radius:0 0 4px 0;z-index:1}.singleProductWrapper .productContents .desktop .productLeftBox .tools .toolsImage .toolsModal .title{font-size:14px;font-weight:700;color:#0099ba;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1);width:100%}.singleProductWrapper .productContents .desktop .productLeftBox .tools .toolsImage .toolsModal .toolsTime{font-size:13px;color:#777;margin-bottom:10px}.singleProductWrapper .productContents .desktop .productLeftBox .tools .toolsImage .toolsModal .description{font-size:13px;color:#777;margin-bottom:0;text-align:justify}.singleProductWrapper .productContents .desktop .productLeftBox .tools .toolsImage:hover .toolsModal{display:flex}.singleProductWrapper .productContents .desktop .productLeftBox .amount{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:20px;padding-bottom:10px}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin:15px 0;position:relative}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox{width:-webkit-max-content;width:max-content;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .amountCount{position:relative;width:100px;height:40px}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .amountCount .amountCountInput{width:100px;height:40px;padding:0 27px;font-size:14px;color:#444;background-color:#fff;border:1px solid #d6d5d4;border-radius:3px;outline:0;text-align:center;-moz-appearance:textfield;letter-spacing:3px}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .amountCount .amountCountInput:focus{box-shadow:none}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .amountCount .amountCountInput::-webkit-inner-spin-button,.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .amountCount .amountCountInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .amountCount .fa-plus{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10px;font-size:12px;color:#888;cursor:pointer;transition:all .3s ease}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .amountCount .fa-plus:hover{opacity:.8;color:#0ac974}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .amountCount .fa-minus{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:10px;font-size:12px;color:#888;cursor:pointer;transition:all .3s ease}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .amountCount .fa-minus:hover{color:#f53b57;opacity:.8}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .amountInnerBox .stockCount{font-size:13px;color:#777;margin-right:5px}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .addToCart{width:-webkit-max-content;width:max-content;height:40px;padding:0 15px;border:0;outline:0;background-color:#0099ba;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:3px;font-size:13px;position:relative;overflow:hidden;cursor:pointer}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .addToCart:focus{box-shadow:none}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .addToCart svg{font-size:15px;margin-left:2px}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .addToCart:before{content:"";width:100%;height:100%;background-color:hsla(0,0%,100%,.3);position:absolute;top:0;right:0;transition:all .4s ease;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:scaleX(0);transform:scaleX(0)}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .addToCart:hover:before{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:scaleX(1.1);transform:scaleX(1.1)}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .totalPrice{font-size:15px;color:#1e272e;font-weight:700}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountBox .totalPrice span{color:#0099ba;font-size:16px}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails{width:100%;height:50px;margin-top:15px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:10px 5px;height:auto}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discount{width:-webkit-max-content;width:max-content;height:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;font-size:15px}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discount .dTime{background-color:#fff;color:#f53b57;font-size:16px;display:flex;justify-content:flex-start;align-items:center}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discount .dTime img{width:20px;height:20px;margin-left:3px}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discount .dOff{background-color:#fff;color:#f53b57;font-size:16px}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .unitPrice{font-size:15px;color:#1e272e;margin:0}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .unitPrice span:first-child.off{position:relative;display:inline}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .unitPrice span:first-child.off:after{position:absolute;width:100%;content:"";left:0;top:50%;right:0;border-color:currentcolor #1e272e #1e272e;border-top:1px solid #1e272e;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .unitPrice span:nth-child(2){margin-right:10px;color:#f53b57}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discountPriceBox{width:-webkit-max-content;width:max-content;height:auto;display:flex;justify-content:flex-end;align-items:flex-start;flex-direction:column}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discountPriceBox .discountPrice{font-size:15px;color:#777;margin:0}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discountPriceBox .discountPrice span:first-child{color:#f53b57}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discountPriceBox .discountPrice span:first-child.off{position:relative;display:inline-flex}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discountPriceBox .discountPrice span:first-child.off:after{position:absolute;width:100%;content:"";left:0;top:50%;right:0;border-color:currentcolor #1e272e #1e272e;border-top:1px solid #1e272e;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}.singleProductWrapper .productContents .desktop .productLeftBox .amount .amountDetails .discountPriceBox .discountPrice span:nth-child(2){margin-right:10px;color:#0099ba}.singleProductWrapper .productContents .desktop .productLeftBox .tags{width:100%;min-height:40px;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.singleProductWrapper .productContents .desktop .productLeftBox .tags .title{font-size:14px;font-weight:700;color:#0099ba;margin:0 0 5px 5px}.singleProductWrapper .productContents .desktop .productLeftBox .tags .tag{font-size:12px;color:#1e272e;background-color:#e2e2e2;border-radius:20px;padding:5px 10px;margin:0 0 5px 5px}.singleProductWrapper .productContents .desktop .optionWrapper,.singleProductWrapper .productContents .desktop .optionWrapper .options{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.singleProductWrapper .productContents .desktop .optionWrapper .options{min-height:100px;overflow:hidden;margin:30px 0 20px}.singleProductWrapper .productContents .desktop .optionWrapper .options .title{width:100%;line-height:25px;font-size:15px;font-weight:700;color:#0099ba}.singleProductWrapper .productContents .desktop .optionWrapper .options .optionItems{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin-top:10px}.singleProductWrapper .productContents .desktop .optionWrapper .options .optionItems .optionItem{width:100%;line-height:25px;font-size:14px;color:#1e272e;padding:7px}.singleProductWrapper .productContents .desktop .optionWrapper .options .optionItems .optionItem .optionKey{width:15%;display:inline-flex}.singleProductWrapper .productContents .desktop .optionWrapper .options .optionItems .optionItem .optionValue{width:80%;display:inline-flex;text-align:justify;border-right:2px solid #fff;padding:0 10px}.singleProductWrapper .productContents .desktop .optionWrapper .options .optionItems:nth-child(2n) .optionItem{background-color:#f2f2f2}.singleProductWrapper .productContents .desktop .optionWrapper .options .optionItems:nth-child(odd) .optionItem{background-color:#e2e2e2}.singleProductWrapper .productContents .desktop .comments{width:100%;min-height:100px;height:auto;overflow:hidden;margin-top:40px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}.singleProductWrapper .productContents .desktop .comments .title{font-size:16px;font-weight:700;color:#0099ba;width:100%;margin-bottom:20px}.singleProductWrapper .productContents .desktop .comments .loginWarning{font-size:14px;color:#f53b57;margin-bottom:15px}.singleProductWrapper .productContents .desktop .comments .showCommentModal{width:-webkit-max-content;width:max-content;padding:10px 15px;background-color:#0099ba;color:#fff;font-size:14px;border:0;outline:0;border-radius:5px;cursor:pointer}.singleProductWrapper .productContents .desktop .comments .showCommentModal:focus,.singleProductWrapper .productContents .desktop .comments .showCommentModal:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}.singleProductWrapper .productContents .desktop .similarProduct{max-width:1366px;width:100%;overflow:hidden;margin:30px auto auto}.singleProductWrapper .productContents .desktop .similarProduct .productsTitle{width:100%;height:50px;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.singleProductWrapper .productContents .desktop .similarProduct .productsTitle p{font-size:16px;font-weight:700;color:#1e272e;margin:0;position:relative}.singleProductWrapper .productContents .desktop .similarProduct .productsTitle p:before{width:50px;height:2px;content:"";position:absolute;top:10px;left:-60px;background:linear-gradient(270deg,#0099ba,transparent)}.singleProductWrapper .productContents .desktop .similarProduct .productsTitle p:after{width:50px;height:2px;content:"";position:absolute;top:10px;right:-60px;background:linear-gradient(90deg,#0099ba,transparent)}.singleProductWrapper .productContents .desktop .similarProduct .productContents{width:-webkit-max-content;width:max-content;height:280px;padding:15px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems{width:230px;height:100%;background-color:#fff;border-radius:10px;margin-left:15px;overflow:hidden;position:relative;box-shadow:0 2px 4px 0 rgba(0,0,0,.13);display:flex;justify-content:center;align-items:center}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems:last-child{margin-left:unset}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems a{width:100%;height:100%;text-align:center;background-color:#fff}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems img{max-width:100%;height:100%}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems .title{position:absolute;bottom:40px;right:0;background:linear-gradient(270deg,rgba(0,0,0,.7),transparent);width:100%;height:25px;margin:0;padding:0 5px;text-align:right;font-size:14px;color:#fff;display:flex;justify-content:flex-start;align-items:center}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems .price{position:absolute;bottom:10px;left:0;background:linear-gradient(90deg,hsla(30,50%,60%,.9),transparent);width:100%;height:25px;margin:0;padding:0 5px;text-align:left;font-size:14px;color:#1e272e;display:flex;justify-content:flex-end;align-items:center}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems .more{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems .more svg{font-size:32px;color:#0099ba;margin-bottom:15px}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems .more p{font-size:16px;color:#1e272e;margin:0}.singleProductWrapper .productContents .desktop .similarProduct .productContents .productItems:hover{box-shadow:0 0 15px rgba(0,0,0,.18);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.singleProductWrapper .backdropComment{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.2);z-index:99999;display:none}@media screen and (max-width:1440px){.singleProductWrapper.mobile .productContents .desktop{width:calc(100% - 40px);margin:0 20px 30px}}@media screen and (max-width:1024px){.singleProductWrapper.mobile{width:100%;height:auto;margin-top:60px;margin-bottom:30px;position:relative}}@media screen and (max-width:1024px)and (max-width:992px){.singleProductWrapper.mobile .productContents .desktop .productImagesBox .guarantee .guaranteeImage .guaranteeModal{right:unset;left:100%}.singleProductWrapper.mobile .productContents .desktop .productImagesBox .guarantee .guaranteeImage .guaranteeModal:after{right:unset;left:-10px}}@media screen and (max-width:1024px)and (max-width:576px){.singleProductWrapper.mobile .productContents .desktop .productImagesBox .guarantee .guaranteeImage .guaranteeModal{width:200px}}@media screen and (max-width:1024px){.singleProductWrapper.mobile .productContents .desktop .productLeftBox .amount .amountDetails{flex-wrap:wrap}}@media screen and (max-width:1024px){.singleProductWrapper.mobile .productContents .desktop .similarProduct .productContents .productItems:hover{box-shadow:0 0 15px rgba(0,0,0,.18);-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@media screen and (max-width:1024px)and (max-width:1280px){.singleProductWrapper.mobile .productContents .desktop .comments,.singleProductWrapper.mobile .productContents .desktop .productImagesBox,.singleProductWrapper.mobile .productContents .desktop .productLeftBox{padding:15px}}@media screen and (max-width:1024px)and (max-width:992px){.singleProductWrapper.mobile .productContents .desktop .productImagesBox{width:70%;height:auto;margin:auto}.singleProductWrapper.mobile .productContents .desktop .productLeftBox{width:100%}}@media screen and (max-width:1024px)and (max-width:768px){.singleProductWrapper.mobile .productContents .desktop .productImagesBox{width:80%}}@media screen and (max-width:1024px)and (max-width:576px){.singleProductWrapper.mobile .productContents .desktop .productImagesBox{width:100%}}@media screen and (max-width:768px){.singleProductWrapper.mobile{width:100%;height:auto;margin-top:60px;margin-bottom:30px;position:relative}.singleProductWrapper.mobile .productContents .desktop .productLeftBox .topTitle .title{font-size:16px}.singleProductWrapper.mobile .productContents .desktop .productLeftBox .amount .amountDetails{flex-wrap:wrap}}@media screen and (max-width:600px){.singleProductWrapper.mobile .productContents .desktop .optionWrapper .options .optionItems{width:100%}.singleProductWrapper.mobile .productContents .desktop .optionWrapper .options .optionItems .optionKey{width:100%;border-bottom:2px solid #fff;padding-bottom:5px}.singleProductWrapper.mobile .productContents .desktop .optionWrapper .options .optionItems .optionValue{width:100%;padding-top:5px;border-right:none}}.cartWrapper{width:100%;min-height:650px;height:auto;margin-top:100px;position:relative}.cartWrapper .cartContents{width:100%;height:auto;margin:0 0 60px}.cartWrapper .cartContents .desktop{max-width:1366px;width:100%;margin:30px auto 0;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:0 15px}.cartWrapper .cartContents .desktop .cartItemsBox{width:calc(70% - 15px);min-height:100px;margin-left:15px;background-color:#fff;border-radius:15px;position:relative;padding:0 15px;box-shadow:0 6px 27px 7px rgba(0,0,0,.06)}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemBoxHeader{width:100%;height:50px;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemBoxHeader .title{font-size:15px;color:#0099ba;margin:0}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemBoxHeader .title svg{font-size:14px;color:#0099ba}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemHeader{width:100%;height:40px;display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemHeader .cartItemImage{width:80px;text-align:center;font-size:14px;color:#777;margin:0}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemHeader .headerBox{width:calc(100% - 100px);display:flex;justify-content:flex-start;align-items:center}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemHeader .headerBox .title{width:40%;text-align:right;font-size:14px;color:#777}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemHeader .headerBox .amount{width:20%;text-align:center;font-size:14px;color:#777}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemHeader .headerBox .amountCount{width:15%;text-align:center;font-size:14px;color:#777}.cartWrapper .cartContents .desktop .cartItemsBox .cartItemHeader .headerBox .totalAmount{width:20%;text-align:center;font-size:14px;color:#777}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems{width:100%;min-height:100px;height:auto;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);position:relative;padding:10px 0}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems:last-child{border-bottom:unset}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemImage{width:80px;height:80px;overflow:hidden}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemImage a{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemImage a img{max-width:100%;height:100%;object-fit:cover;cursor:pointer}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo{width:calc(100% - 100px);min-height:80px;height:auto;display:flex;justify-content:flex-start;align-items:center}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .showMobile{display:none}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .title{font-size:15px;color:#1e272e;margin:0;width:40%;white-space:nowrap;display:inline-block;overflow:hidden;text-overflow:ellipsis;text-align:right;cursor:pointer}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amount{font-size:14px;color:#777;margin:0;width:20%;text-align:center}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .totalAmount{font-size:14px;color:#0099ba;margin:0;width:20%;text-align:center}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem{font-size:14px;color:#fff;transition:all .4s ease;cursor:pointer;background-color:transparent;border:0;outline:0;display:flex;justify-content:center;align-items:center}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem:focus{box-shadow:none}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem svg{color:#777}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem:hover svg{color:#f53b57}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount{position:relative;width:15%;height:40px;text-align:center}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount .amountCountInput{width:100%;height:40px;padding:0 27px;font-size:14px;color:#444;background-color:#fff;border:1px solid #d6d5d4;border-radius:3px;outline:0;text-align:center;-moz-appearance:textfield;letter-spacing:3px}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount .amountCountInput:focus{box-shadow:none}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount .amountCountInput::-webkit-inner-spin-button,.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount .amountCountInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount .fa-plus{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10px;font-size:12px;color:#888;cursor:pointer;transition:all .3s ease}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount .fa-plus:hover{opacity:.8;color:#0ac974}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount .fa-minus{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:10px;font-size:12px;color:#888;cursor:pointer;transition:all .3s ease}.cartWrapper .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount .fa-minus:hover{color:#f53b57;opacity:.8}.cartWrapper .cartContents .desktop .summaryCart{width:calc(30% - 15px);min-height:100px;margin-right:15px;background-color:#fff;border-radius:15px;position:relative;padding:0 15px;box-shadow:0 6px 27px 7px rgba(0,0,0,.06)}.cartWrapper .cartContents .desktop .summaryCart .summaryHeader{width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.cartWrapper .cartContents .desktop .summaryCart .summaryHeader .summaryheaderTitle{font-size:14px;color:#333;margin:0}.cartWrapper .cartContents .desktop .summaryCart .summaryHeader .summaryHeaderTotalAmount{font-size:14px;font-weight:700;color:#0099ba;margin:0}.cartWrapper .cartContents .desktop .summaryCart .summaryItems{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,.05)}.cartWrapper .cartContents .desktop .summaryCart .summaryItems:last-child{border-bottom:unset}.cartWrapper .cartContents .desktop .summaryCart .summaryItems.col{flex-direction:column;height:auto}.cartWrapper .cartContents .desktop .summaryCart .summaryItems.col .summaryType{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.cartWrapper .cartContents .desktop .summaryCart .summaryItems.col .summaryInputs{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:10px 0}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .title{font-size:14px;color:#333;margin:0}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .totalAmount{font-size:14px;font-weight:700;color:#0099ba;margin:0}.cartWrapper .cartContents .desktop .summaryCart .summaryItems.address{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.cartWrapper .cartContents .desktop .summaryCart .summaryItems.address .addressTitle{display:block;width:100%;font-size:14px;color:#333;margin-bottom:10px}.cartWrapper .cartContents .desktop .summaryCart .summaryItems.address .addressTitle .btnChangeAddress,.cartWrapper .cartContents .desktop .summaryCart .summaryItems.address .addressTitle .changeAddress{font-size:12px;color:#0099ba;cursor:pointer}.cartWrapper .cartContents .desktop .summaryCart .summaryItems.address .addressInput{width:100%;height:80px;resize:none;overflow-y:auto;outline:none;border:1px solid #ced6e0;border-radius:3px;background-color:#fff;font-size:14px;color:#333}.cartWrapper .cartContents .desktop .summaryCart .summaryItems.address .addressInput:focus{box-shadow:none}.cartWrapper .cartContents .desktop .summaryCart .summaryItems.address .address{display:block;width:100%;font-size:14px;color:#f53b57;margin-bottom:10px;text-align:justify;line-height:20px}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .btnSubmitCart{width:100%;height:40px;display:flex;justify-content:center;align-items:center;font-size:14px;color:#fff;font-weight:700;background-color:#0099ba;opacity:.5;border-radius:5px;cursor:pointer;border:0;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .btnSubmitCart:focus,.cartWrapper .cartContents .desktop .summaryCart .summaryItems .btnSubmitCart:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .btnSubmitCart:before{content:"";width:100%;height:100%;background-color:hsla(0,0%,100%,.3);position:absolute;top:0;right:0;transition:all .4s ease;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:scaleX(0);transform:scaleX(0)}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .btnSubmitCart:hover:before{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:scaleX(1.1);transform:scaleX(1.1)}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .btnSubmitCart.actived{pointer-events:unset;-webkit-user-select:unset;-ms-user-select:unset;user-select:unset;opacity:1}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .installmentAction{width:50%;height:40px;background-color:#f2f2f2;display:flex;justify-content:center;align-items:center;font-size:14px;color:#444;cursor:pointer;font-weight:700;transition:all .3s ease}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .installmentAction.active{background-color:#0099ba!important;color:#fff}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .installmentAction:hover{background-color:#0099ba;color:#fff}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .installmentAction:first-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .installmentAction:nth-child(2){border-top-left-radius:5px;border-bottom-left-radius:5px}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup{width:100%;height:40px;position:relative;margin:0 0 10px}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup:last-child{margin-bottom:unset}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup .InstallmentCalculationInput{height:100%;width:100%;outline:none;font-size:14px;border:1px solid #d6d6d6;border-radius:5px;text-align:right;position:relative;padding:0 10px;transition:all .4s ease;background-color:#fff}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup .InstallmentCalculationInput:focus{border-color:#0099ba;box-shadow:0 0 5px #0099ba}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup .InstallmentCalculationInput.select{cursor:pointer}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup .InstallmentCalculationInput::-webkit-input-placeholder{text-align:right}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup .InstallmentCalculationInput:-ms-input-placeholder{text-align:right}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup .InstallmentCalculationInput::placeholder{text-align:right}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup .InstallmentCalculationInput.pl{text-align:center}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .formGroup .InstallmentCalculationInput.error{border:1px solid #f53b57;box-shadow:0 0 5px #f53b57}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .sumItem{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .sumItem .sumInput{border:none;background-color:#f0f0f1;border-radius:10px;padding:7px 10px;text-align:center;outline:none}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .sumItem .discountItem{font-size:14px;color:#333;margin:0;display:flex;justify-content:center;align-items:center}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .sumItem .discountItem .discountRadio{-webkit-appearance:none;appearance:none;width:15px;height:15px;background-color:transparent;border:1px solid #0099ba;border-radius:50%;margin:0 5px 0 0;outline:none;cursor:pointer;transition:all .3s ease-in-out;position:relative}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .sumItem .discountItem .discountRadio:hover{border-radius:4px}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .sumItem .discountItem .discountRadio:checked{box-shadow:0 7px 29px 0 rgba(0,148,180,.2)}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .sumItem .discountItem .discountRadio:checked:before{content:"";background-color:#0099ba;position:absolute;border-radius:50%;width:9px;height:9px;top:2px;left:2px}.cartWrapper .cartContents .desktop .summaryCart .summaryItems .sumItem .sumInput{width:100%;color:#000}@media screen and (max-width:1200px){.cartWrapper .cartContents .desktop .cartItemsBox{width:calc(67% - 15px)}.cartWrapper .cartContents .desktop .summaryCart{width:calc(33% - 15px)}}.cartWrapper .cartContents .desktop .emptyCart{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;box-shadow:0 0 7px rgba(0,0,0,.1);border-radius:20px;padding:30px 0}.cartWrapper .cartContents .desktop .emptyCart .emptyCartImage{width:60%;height:auto}.cartWrapper .cartContents .desktop .emptyCart .emptyTitle{font-size:32px;font-weight:700;color:#ced6e0}@media screen and (max-width:1024px){.cartWrapper.mobile{width:100%;height:auto;margin-top:60px;margin-bottom:10px;position:relative}.cartWrapper.mobile .cartContents{width:100%;height:auto;margin:50px 0 60px}.cartWrapper.mobile .cartContents .desktop .cartItemsBox{width:calc(65% - 15px)}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItemHeader .headerBox .title{width:35%;text-align:right;font-size:14px;color:#777}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItemHeader .headerBox .amount{width:15%;text-align:center;font-size:14px;color:#777}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItemHeader .headerBox .amountCount,.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItemHeader .headerBox .totalAmount{width:20%;text-align:center;font-size:14px;color:#777}}@media screen and (max-width:1024px)and (max-width:600px){.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItemHeader{display:none}}@media screen and (max-width:1024px){.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .title{font-size:15px;color:#1e272e;margin:0;width:35%;white-space:nowrap;display:inline-block;overflow:hidden;text-overflow:ellipsis;text-align:right}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amount{font-size:14px;color:#777;margin:0;width:20%;text-align:center}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .totalAmount{font-size:14px;color:#0099ba;margin:0;width:20%;text-align:center}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount{position:relative;width:20%;height:40px;text-align:center}}@media screen and (max-width:1024px)and (max-width:576px){.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems{flex-direction:column}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemImage{width:30%;height:110px;overflow:hidden}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .showMobile{display:block;margin-left:10px}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .title{width:100%;text-align:center;margin:10px 0}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amount,.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .totalAmount{width:100%;margin-bottom:10px;display:flex;justify-content:center}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem{font-size:14px;color:#fff;transition:all .4s ease;cursor:pointer;background-color:#f53b57;border:0;border-radius:5px;width:30%;height:35px;outline:0;display:flex;justify-content:center;align-items:center}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem:focus{box-shadow:none}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem svg{color:#fff;margin-left:10px}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem:hover svg{color:#fff}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount{width:30%;margin-bottom:10px}}@media screen and (max-width:1024px)and (max-width:400px){.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems{flex-direction:column}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemImage{width:50%;height:110px;overflow:hidden}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .showMobile{display:block;margin-left:10px}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .title{width:100%;text-align:center;margin:10px 0}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amount,.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .totalAmount{width:100%;margin-bottom:10px;display:flex;justify-content:center}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem{font-size:14px;color:#fff;transition:all .4s ease;cursor:pointer;background-color:#f53b57;border:0;border-radius:5px;width:50%;height:35px;outline:0;display:flex;justify-content:center;align-items:center}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem:focus{box-shadow:none}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem svg{color:#fff;margin-left:10px}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .deleteItem:hover svg{color:#fff}.cartWrapper.mobile .cartContents .desktop .cartItemsBox .cartItems .cartItemInfo .amountCount{width:50%;margin-bottom:10px}}@media screen and (max-width:1024px){.cartWrapper.mobile .cartContents .desktop .summaryCart .summaryItems .btnSubmitCart{max-width:300px}}@media screen and (max-width:1024px)and (max-width:576px){.cartWrapper.mobile .cartContents .desktop .summaryCart .summaryItems .btnSubmitCart{margin:auto}}@media screen and (max-width:1024px)and (max-width:900px){.cartWrapper.mobile .cartContents .desktop .cartItemsBox{width:100%;margin-left:unset;margin-bottom:15px}.cartWrapper.mobile .cartContents .desktop .summaryCart{width:100%;margin-right:unset;margin-bottom:15px}}@media screen and (max-width:1024px)and (max-width:576px){.cartWrapper.mobile .cartContents .desktop .cartItemsBox,.cartWrapper.mobile .cartContents .desktop .summaryCart{width:90%;margin:15px auto}.cartWrapper.mobile .cartContents .desktop .emptyCart .emptyTitle{font-size:22px;font-weight:700;color:#ced6e0}}@media screen and (max-width:1024px)and (max-width:400px){.cartWrapper.mobile .cartContents .desktop .cartItemsBox,.cartWrapper.mobile .cartContents .desktop .summaryCart{width:98%;margin:10px auto}}#app-cover{display:table;width:600px;margin:80px auto;counter-reset:button-counter}.row{display:table-row}.toggle-button-cover{height:36px}.button-cover{width:100%}.knobs,.layer{position:absolute;top:0;right:0;bottom:0;left:0}.button{position:relative;width:74px;height:36px;overflow:hidden}.button.r,.button.r .layer{border-radius:100px}.button.b2{border-radius:2px}.checkbox{height:100%;padding:0;margin:0;opacity:0;z-index:3}.knobs{z-index:2}.layer{width:100%;transition:all .3s ease;background-color:#ebf7fc;z-index:1}#button-11{overflow:visible}#button-11 .knobs{-webkit-perspective:70px;perspective:70px}#button-11 .knobs:after,#button-11 .knobs:before,#button-11 .knobs span{position:absolute;top:4px;border-radius:2px}#button-11 .knobs:after,#button-11 .knobs:before{width:20px;height:10px;color:#4e4e4e;font-size:10px;font-weight:700;text-align:center;line-height:1;padding:9px 4px}#button-11 .knobs:before{content:"بله";left:4px}#button-11 .knobs:after{content:"خیر";right:4px}#button-11 .knobs span{right:4px;width:33px;height:28px;-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;transition:all .6s ease;background-color:#0099ba;z-index:1}#button-11 .checkbox:checked+.knobs span{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);background-color:#aaa}#button-11 .checkbox:checked~.layer{background-color:#f2f2f2}.blogWrapper{width:100%;height:auto;margin-top:100px;position:relative}.blogWrapper .blogContents{width:100%;height:auto;padding:50px 0 60px}.blogWrapper .blogContents .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.blogWrapper .blogContents .desktop .blogList{width:80%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:0 15px}.blogWrapper .blogContents .desktop .blogList .blogTools{width:100%;height:40px;border-bottom:1px solid #e2e2e2;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:10px;padding:0 15px}.blogWrapper .blogContents .desktop .blogList .blogTools .title{font-size:14px;color:#0099ba;margin:0}.blogWrapper .blogContents .desktop .blogList .blogTools .pageCounter{font-size:14px;color:#1e272e;margin:0}.blogWrapper .blogContents .desktop .blogList .blogItems{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem{width:calc(25% - 20px);height:auto;margin:10px;background-color:#fff;overflow:hidden;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.1);transition:all .4s ease-in;box-shadow:0 0 5px 0 rgba(0,0,0,.1);min-height:300px;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem:hover{box-shadow:0 0 15px rgba(0,0,0,.2)}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem:hover .blogCategory{display:block!important}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem:hover .imageFigure span .blogImage{-webkit-filter:grayscale(50%);filter:grayscale(50%);-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .4s ease-out}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .imageFigure{width:100%;height:150px;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px;position:relative}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .imageFigure span .blogImage{max-width:100%;height:100%;object-fit:cover;cursor:pointer}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .imageFigure .blogCategory{position:absolute;top:20px;right:20px;transition:all .4s ease;display:none}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .imageFigure .blogCategory .categoryLink{font-size:13px;background-color:#0099ba;padding:4px 10px;color:#fff;margin:0;border-radius:20px}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .blogDetails{width:100%;height:auto;padding:15px 10px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;overflow:hidden}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .blogDetails .blogTitle{font-size:14px;color:#666;font-weight:700;text-align:center;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .blogFooter{width:100%;height:40px;padding:0 10px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f9f9f9}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .blogFooter .blogCreateDate p{font-size:13px;color:#888;margin:0}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .blogFooter .blogCreateDate p svg{font-size:14px;color:#999}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .blogFooter .blogCommentCount p{font-size:13px;color:#888;margin:0}.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem .blogFooter .blogCommentCount p svg{font-size:14px;color:#999}@media screen and (max-width:1280px){.blogWrapper .blogContents .desktop .blogList .blogItems .blogItem{width:calc(33.33% - 20px)}}.blogWrapper .blogContents .desktop .mobileBlogToolsButton{display:none}.blogWrapper .blogContents .desktop .blogLeftSidebar{width:20%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:0 15px}.blogWrapper .blogContents .desktop .blogLeftSidebar .header{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .headerBox{width:100%;height:40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfe4ea;margin-bottom:10px}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .headerBox .title{font-size:14px;color:#4b6584;margin:0}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .headerBox .removeFilter{cursor:pointer;background-color:transparent;color:#f53b57;border:0;outline:0;width:-webkit-max-content;width:max-content;font-size:14px}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .searchBox{width:100%;height:60px;display:flex;justify-content:center;align-items:center}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .searchBox .searchForm{width:100%;height:40px;position:relative}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .searchBox .searchForm .searchInput{width:100%;height:40px;outline:0;border-radius:5px;padding:0 10px 0 40px;font-size:14px;color:#666;border:1px solid #e2e2e2;box-shadow:0 0 7px #d6d6d6}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .searchBox .searchForm .searchInput:focus{box-shadow:none}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .searchBox .searchForm .btnSearch{position:absolute;top:0;left:0;width:40px;height:100%;background-color:transparent;border:0;outline:0;transition:all .4s ease;display:flex;justify-content:center;align-items:center}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .searchBox .searchForm .btnSearch:focus{box-shadow:none}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .searchBox .searchForm .btnSearch:hover svg{color:#0099ba;-webkit-transform:scale(1.1);transform:scale(1.1)}.blogWrapper .blogContents .desktop .blogLeftSidebar .header .searchBox .searchForm .btnSearch svg{font-size:16px;color:#dfe4ea}.blogWrapper .blogContents .desktop .blogLeftSidebar .categoryList{width:100%;height:auto;background-color:#fff;border-radius:5px;box-shadow:0 0 7px #d6d6d6;padding:0 15px;margin-bottom:15px}.blogWrapper .blogContents .desktop .blogLeftSidebar .categoryList .header{width:100%;height:40px;display:flex;justify-content:center;align-items:flex-start;border-bottom:1px solid #e2e2e2}.blogWrapper .blogContents .desktop .blogLeftSidebar .categoryList .header .title{font-size:14px;font-weight:700;margin:0}.blogWrapper .blogContents .desktop .blogLeftSidebar .categoryList .categoryItems{width:100%;height:auto;margin:10px 0}.blogWrapper .blogContents .desktop .blogLeftSidebar .categoryList .categoryItems .categoryItem{width:100%;display:inline-block;font-size:14px;color:#888;margin-bottom:5px;transition:all .4s ease;cursor:pointer}.blogWrapper .blogContents .desktop .blogLeftSidebar .categoryList .categoryItems .categoryItem svg{color:#0099ba;font-size:15px;margin:0 0 -5px}.blogWrapper .blogContents .desktop .blogLeftSidebar .categoryList .categoryItems .categoryItem:hover{color:#0099ba}@media screen and (max-width:1280px){.blogWrapper .blogContents .desktop .blogLeftSidebar{width:25%}.blogWrapper .blogContents .desktop .blogList{width:75%}}@media screen and (max-width:1024px){.blogWrapper.mobile{width:100%;height:auto;margin-top:60px;position:relative}.blogWrapper.mobile .blogContents .desktop{max-width:unset}.blogWrapper.mobile .blogContents .desktop .blogList{width:100%}}@media screen and (max-width:1024px)and (max-width:1024px){.blogWrapper.mobile .blogContents .desktop .blogList .blogItems .blogItem{width:calc(25% - 20px)}}@media screen and (max-width:1024px)and (max-width:992px){.blogWrapper.mobile .blogContents .desktop .blogList .blogItems .blogItem{width:calc(33.33% - 20px)}}@media screen and (max-width:1024px)and (max-width:768px){.blogWrapper.mobile .blogContents .desktop .blogList .blogItems .blogItem{width:calc(50% - 20px)}}@media screen and (max-width:1024px)and (max-width:480px){.blogWrapper.mobile .blogContents .desktop .blogList .blogItems .blogItem{width:calc(100% - 20px);margin:auto auto 15px}}@media screen and (max-width:1024px)and (max-width:480px){.blogWrapper.mobile .blogContents .desktop .blogList .blogPagination .page{width:100%}}@media screen and (max-width:1024px){.blogWrapper.mobile .blogContents .desktop .mobileBlogToolsButton{position:fixed;bottom:70px;right:15px;z-index:999;width:40px;height:40px;border-radius:50%;background-color:#0099ba;display:flex;justify-content:center;align-items:center;box-shadow:0 0 7px rgba(0,0,0,.3);cursor:pointer}.blogWrapper.mobile .blogContents .desktop .mobileBlogToolsButton svg{font-size:14px;color:#f2f2f2}}@media screen and (max-width:1024px){.blogWrapper.mobile .blogContents .desktop .blogLeftSidebar{display:none}}@media screen and (max-width:1024px){.blogWrapper.mobile .blogContents .desktop .blogLeftSidebar.mobile{height:auto;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:30px 15px;position:fixed;-webkit-transform:translateX(110%) translateY(-50%);transform:translateX(110%) translateY(-50%);transition:all .5s ease;z-index:100000;border-left:1px solid rgba(0,0,0,.1);background-color:#eee;overflow-y:auto;border-radius:20px;width:90%;max-height:450px;min-height:150px;top:50%}.blogWrapper.mobile .blogContents .desktop .blogLeftSidebar.mobile.open{right:50%;-webkit-transform:translate(50%,-50%)!important;transform:translate(50%,-50%)!important}}@media screen and (max-width:1024px)and (max-width:992px){.blogWrapper.mobile .blogContents .desktop .blogLeftSidebar.mobile{width:40%}}@media screen and (max-width:1024px)and (max-width:768px){.blogWrapper.mobile .blogContents .desktop .blogLeftSidebar.mobile{width:50%}}@media screen and (max-width:1024px)and (max-width:576px){.blogWrapper.mobile .blogContents .desktop .blogLeftSidebar.mobile{width:90%}}@media screen and (max-width:1024px){.blogWrapper.mobile .backdropBlog{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:95;width:100vw;height:100vh;-webkit-transform:translateX(110%);transform:translateX(110%)}.blogWrapper.mobile .backdropBlog.show{-webkit-transform:translateX(0);transform:translateX(0)}}.singleBlogWrapper{width:100%;height:auto;margin-top:100px;position:relative}.singleBlogWrapper .blogContents{width:100%;height:auto;padding:20px 0 30px}.singleBlogWrapper .blogContents .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:15px}.singleBlogWrapper .blogContents .desktop .blogContent{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background-color:#fff;border-radius:5px;padding:25px 40px}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText{width:100%;height:auto}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogTitle{font-size:15px;color:#0099ba;margin-bottom:20px;text-align:justify;line-height:26px}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .imageFigure{width:100%;height:auto;max-height:500px;margin:auto auto 20px;overflow:hidden;text-align:center}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .imageFigure img{max-width:100%;height:auto}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogTools{width:100%;padding:15px 0;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogTools .dateTime{width:-webkit-max-content;width:max-content;display:flex;justify-content:flex-start;align-items:center;margin-bottom:15px}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogTools .dateTime .date,.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogTools .dateTime .time{font-size:14px;color:#888;margin:0 0 0 20px}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogTools .dateTime .date svg,.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogTools .dateTime .time svg{font-size:15px;color:#0099ba;margin-left:5px}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogTools .commentCount{width:-webkit-max-content;width:max-content;margin-bottom:15px;font-size:14px;color:#888}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogTools .commentCount svg{font-size:15px;color:#0099ba;margin-left:5px}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogText img{max-width:100%;height:auto;margin-bottom:20px}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogText p,.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogText span{font-size:14px;color:#777;text-align:justify;line-height:26px;margin-bottom:20px}.singleBlogWrapper .blogContents .desktop .blogContent .blogContentText .blogText a{font-size:14px;color:#0099ba;line-height:26px}.singleBlogWrapper .blogContents .desktop .blogContent .blogTags{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:20px 0}.singleBlogWrapper .blogContents .desktop .blogContent .blogTags .blogTagTitle{font-size:14px;font-weight:700;color:#0099ba;margin:0 0 5px 5px}.singleBlogWrapper .blogContents .desktop .blogContent .blogTags .blogTagItem{font-size:12px;color:#1e272e;background-color:#f2f2f2;border-radius:20px;padding:5px 10px;margin:0 0 5px 5px}.singleBlogWrapper .blogContents .desktop .blogComments{width:100%;min-height:100px;height:auto;overflow:hidden;margin-top:40px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.singleBlogWrapper .blogContents .desktop .blogComments .title{font-size:16px;font-weight:700;color:#0099ba;width:100%;margin-bottom:20px}.singleBlogWrapper .blogContents .desktop .blogComments .loginWarning{font-size:14px;color:#f53b57;margin-bottom:15px}.singleBlogWrapper .blogContents .desktop .blogComments .showCommentModal{width:-webkit-max-content;width:max-content;padding:10px 15px;background-color:#0099ba;color:#fff;font-size:14px;border:0;outline:0;border-radius:5px;cursor:pointer}.singleBlogWrapper .blogContents .desktop .blogComments .showCommentModal:focus,.singleBlogWrapper .blogContents .desktop .blogComments .showCommentModal:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}.singleBlogWrapper .blogContents .desktop .blogComments .commentBox{width:100%;min-height:200px;height:auto;background-color:#f2f2f2;border-radius:10px;margin-top:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:30px 50px}.singleBlogWrapper .blogContents .desktop .blogComments .commentBox .commentItem{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.07)}.singleBlogWrapper .blogContents .desktop .blogComments .commentBox .commentItem:last-child{border-bottom:unset;padding-bottom:unset;margin-bottom:unset}.singleBlogWrapper .blogContents .desktop .blogComments .commentBox .commentItem .userName{font-size:13px;font-weight:700;color:#1e272e;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;width:100%}.singleBlogWrapper .blogContents .desktop .blogComments .commentBox .commentItem .userName svg{font-size:30px;color:#888;margin-left:10px}.singleBlogWrapper .blogContents .desktop .blogComments .commentBox .commentItem .userName span:first-child{display:flex;justify-content:flex-start;align-items:center}.singleBlogWrapper .blogContents .desktop .blogComments .commentBox .commentItem .userName span:nth-child(2){font-size:12px;color:#999}.singleBlogWrapper .blogContents .desktop .blogComments .commentBox .commentItem .userName span:nth-child(2) svg{font-size:14px;color:#888;margin:0 3px}.singleBlogWrapper .blogContents .desktop .blogComments .commentBox .commentItem .userComment{font-size:14px;color:#777;display:inline-block;text-align:justify;margin:0;line-height:25px}.singleBlogWrapper .backdropComment{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.2);z-index:99999;display:none}@media screen and (max-width:1024px){.singleBlogWrapper.mobile{width:100%;height:auto;margin-top:60px;position:relative}}.representationWrapper{width:100%;height:auto;margin-top:100px;position:relative}.representationWrapper .representationContent{width:100%;height:auto}.representationWrapper .representationContent .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:center;align-items:center;padding:0 15px}.representationWrapper .representationContent .desktop .representationForm{width:60%;height:auto;background-color:#fff;box-shadow:0 6px 27px 7px rgba(0,0,0,.06);margin:30px 0;border-radius:15px;position:relative;padding:10px 25px}.representationWrapper .representationContent .desktop .representationForm .formHeader{width:100%;min-height:50px;height:auto;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-start;align-items:center;margin-bottom:25px}.representationWrapper .representationContent .desktop .representationForm .formHeader .title{font-size:14px;font-weight:700;color:#0099ba;margin:0}.representationWrapper .representationContent .desktop .representationForm .formHeader .title span{font-size:12px;color:#888;margin-right:2px}.representationWrapper .representationContent .desktop .representationForm .formWrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:7px 0}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .guarantieImageFigure{width:300px;height:300px;overflow:hidden;margin:auto}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .guarantieImageFigure .guarantieImage{width:100%;height:auto}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption{position:relative;width:100%;margin-bottom:10px}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption .placeholder{padding:7px 10px;position:absolute;right:0;top:0;transition:.2s;transition-timing-function:ease;opacity:.7;font-size:13px;color:#888;pointer-events:none;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email],.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number],.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text],.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea{width:100%;height:35px;margin-bottom:5px;outline:0;font-size:14px;border:1px solid #d6d6d6;border-radius:.2rem;text-align:right;position:relative;padding:0 10px;transition:all .4s ease}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea+.placeholder{opacity:.7;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:focus,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:focus,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:focus,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:focus{border-color:#0099ba;box-shadow:0 0 5px #0099ba}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:focus+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:focus+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:focus+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:focus+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:not(:placeholder-shown)+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:not(:placeholder-shown)+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:not(:placeholder-shown)+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:not(:placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:not(:-ms-input-placeholder)+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:not(:-ms-input-placeholder)+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:not(:-ms-input-placeholder)+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:not(:-ms-input-placeholder)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:not(:-moz-placeholder-shown)+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:not(:-moz-placeholder-shown)+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:not(:-moz-placeholder-shown)+.placeholder,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:not(:-moz-placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea{height:100px;resize:none;overflow-y:auto}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]{text-align:left}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup.sm{width:calc(50% - 15px)}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .btnSend{width:-webkit-max-content;width:max-content;height:40px;border:0;background-color:#0099ba;box-shadow:0 0 5px rgba(0,0,0,.3);color:#fff;border-radius:5px;outline:0;font-size:14px;cursor:pointer;padding:5px 25px;transition:all .4s ease}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .btnSend:focus,.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup .btnSend:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.representationWrapper .representationContent .desktop .representationForm .formWrapper .formGroup.license{margin-top:20px;display:none}@media screen and (max-width:1024px){.representationWrapper.mobile{width:100%;height:auto;margin-top:unset;margin-bottom:60px;position:relative}.representationWrapper.mobile .representationContent{width:100%;height:auto}.representationWrapper.mobile .representationContent .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:center;align-items:center;padding:0 15px}.representationWrapper.mobile .representationContent .desktop .representationForm{width:80%;height:auto;background-color:#fff;box-shadow:0 6px 27px 7px rgba(0,0,0,.06);margin:30px 0;border-radius:15px;position:relative;padding:10px 25px}.representationWrapper.mobile .representationContent .desktop .representationForm .formHeader{width:100%;min-height:50px;height:auto;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-start;align-items:center;margin-bottom:25px}.representationWrapper.mobile .representationContent .desktop .representationForm .formHeader .title{font-size:14px;font-weight:700;color:#0099ba;margin:0}.representationWrapper.mobile .representationContent .desktop .representationForm .formHeader .title span{font-size:12px;color:#888;margin-right:2px}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:7px 0}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .guarantieImageFigure{width:200px;height:200px;overflow:hidden;margin:auto}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .guarantieImageFigure .guarantieImage{width:100%;height:auto}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption{position:relative;width:100%;margin-bottom:10px}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption .placeholder{padding:7px 10px;position:absolute;right:0;top:0;transition:.2s;transition-timing-function:ease;opacity:.7;font-size:13px;color:#888;pointer-events:none;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email],.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number],.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text],.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea{width:100%;height:35px;margin-bottom:5px;outline:0;font-size:14px;border:1px solid #d6d6d6;border-radius:.2rem;text-align:right;position:relative;padding:0 10px;transition:all .4s ease}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea+.placeholder{opacity:.7;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:focus,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:focus,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:focus,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:focus{border-color:#0099ba;box-shadow:0 0 5px #0099ba}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:focus+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:focus+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:focus+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:focus+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:not(:placeholder-shown)+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:not(:placeholder-shown)+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:not(:placeholder-shown)+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:not(:placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:not(:-ms-input-placeholder)+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:not(:-ms-input-placeholder)+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:not(:-ms-input-placeholder)+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:not(:-ms-input-placeholder)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]:not(:-moz-placeholder-shown)+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=number]:not(:-moz-placeholder-shown)+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=text]:not(:-moz-placeholder-shown)+.placeholder,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea:not(:-moz-placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption textarea{height:100px;resize:none;overflow-y:auto}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .caption input[type=email]{text-align:left}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup.sm{width:calc(50% - 15px)}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .btnSend{width:-webkit-max-content;width:max-content;height:40px;border:0;background-color:#0099ba;box-shadow:0 0 5px rgba(0,0,0,.3);color:#fff;border-radius:5px;outline:0;font-size:14px;cursor:pointer;padding:5px 25px;transition:all .4s ease}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .btnSend:focus,.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup .btnSend:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup.license{margin-top:20px;display:none}}@media screen and (max-width:1024px)and (max-width:768px){.representationWrapper.mobile .representationContent .desktop .representationForm .formWrapper .formGroup.sm{width:100%}}@media screen and (max-width:1024px)and (max-width:768px){.representationWrapper.mobile .representationContent .desktop .representationForm{width:90%}}@media screen and (max-width:1024px)and (max-width:486px){.representationWrapper.mobile .representationContent .desktop .representationForm{width:100%}}.guarantieWrapper{margin-top:100px;position:relative}.guarantieWrapper,.guarantieWrapper .guarantieContent{width:100%;height:auto}.guarantieWrapper .guarantieContent .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:center;align-items:center;padding:0 15px}.guarantieWrapper .guarantieContent .desktop .guarantieForm{width:60%;height:auto;background-color:#fff;box-shadow:0 6px 27px 7px rgba(0,0,0,.06);margin:30px 0;border-radius:15px;position:relative;padding:10px 25px}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formHeader{width:100%;min-height:50px;height:auto;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-start;align-items:center;margin-bottom:25px}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formHeader .title{font-size:14px;font-weight:700;color:#0099ba;margin:0}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formHeader .title span{font-size:12px;color:#888;margin-right:2px}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:7px 0}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .guarantieImageFigure{width:300px;height:300px;overflow:hidden;margin:auto}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .guarantieImageFigure .guarantieImage{width:100%;height:auto}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption{position:relative;width:100%;margin-bottom:10px}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption .placeholder{padding:7px 10px;position:absolute;right:0;top:0;transition:.2s;transition-timing-function:ease;opacity:.7;font-size:13px;color:#888;pointer-events:none;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email],.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number],.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text],.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea{width:100%;height:35px;margin-bottom:5px;outline:0;font-size:14px;border:1px solid #d6d6d6;border-radius:.2rem;text-align:right;position:relative;padding:0 10px;transition:all .4s ease}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea+.placeholder{opacity:.7;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:focus,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:focus,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:focus,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:focus{border-color:#0099ba;box-shadow:0 0 5px #0099ba}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:focus+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:focus+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:focus+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:focus+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:placeholder-shown)+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:placeholder-shown)+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:placeholder-shown)+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:-ms-input-placeholder)+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:-ms-input-placeholder)+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:-ms-input-placeholder)+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:-ms-input-placeholder)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:-moz-placeholder-shown)+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:-moz-placeholder-shown)+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:-moz-placeholder-shown)+.placeholder,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:-moz-placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea{height:100px;resize:none;overflow-y:auto}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]{text-align:left}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.sm{width:calc(50% - 15px)}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend{width:-webkit-max-content;width:max-content;height:40px;border:0;background-color:#0099ba;box-shadow:0 0 5px rgba(0,0,0,.3);color:#fff;border-radius:5px;outline:0;font-size:14px;cursor:pointer;padding:5px 25px;transition:all .4s ease}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend:focus,.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.guarantieWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.license{margin-top:20px;display:none}@media screen and (max-width:1024px){.guarantieWrapper.mobile{width:100%;height:auto;margin-top:unset;margin-bottom:60px;position:relative}.guarantieWrapper.mobile .guarantieContent{width:100%;height:auto}.guarantieWrapper.mobile .guarantieContent .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:center;align-items:center;padding:0 15px}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm{width:80%;height:auto;background-color:#fff;box-shadow:0 6px 27px 7px rgba(0,0,0,.06);margin:30px 0;border-radius:15px;position:relative;padding:10px 25px}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formHeader{width:100%;min-height:50px;height:auto;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-start;align-items:center;margin-bottom:25px}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formHeader .title{font-size:14px;font-weight:700;color:#0099ba;margin:0}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formHeader .title span{font-size:12px;color:#888;margin-right:2px}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:7px 0}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .guarantieImageFigure{width:200px;height:200px;overflow:hidden;margin:auto}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .guarantieImageFigure .guarantieImage{width:100%;height:auto}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption{position:relative;width:100%;margin-bottom:10px}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption .placeholder{padding:7px 10px;position:absolute;right:0;top:0;transition:.2s;transition-timing-function:ease;opacity:.7;font-size:13px;color:#888;pointer-events:none;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email],.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number],.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text],.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea{width:100%;height:35px;margin-bottom:5px;outline:0;font-size:14px;border:1px solid #d6d6d6;border-radius:.2rem;text-align:right;position:relative;padding:0 10px;transition:all .4s ease}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea+.placeholder{opacity:.7;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:focus,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:focus,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:focus,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:focus{border-color:#0099ba;box-shadow:0 0 5px #0099ba}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:focus+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:focus+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:focus+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:focus+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:placeholder-shown)+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:placeholder-shown)+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:placeholder-shown)+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:-ms-input-placeholder)+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:-ms-input-placeholder)+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:-ms-input-placeholder)+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:-ms-input-placeholder)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:-moz-placeholder-shown)+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:-moz-placeholder-shown)+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:-moz-placeholder-shown)+.placeholder,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:-moz-placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea{height:100px;resize:none;overflow-y:auto}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]{text-align:left}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.sm{width:calc(50% - 15px)}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend{width:-webkit-max-content;width:max-content;height:40px;border:0;background-color:#0099ba;box-shadow:0 0 5px rgba(0,0,0,.3);color:#fff;border-radius:5px;outline:0;font-size:14px;cursor:pointer;padding:5px 25px;transition:all .4s ease}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend:focus,.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.license{margin-top:20px;display:none}}@media screen and (max-width:1024px)and (max-width:768px){.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.sm{width:100%}}@media screen and (max-width:1024px)and (max-width:768px){.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm{width:90%}}@media screen and (max-width:1024px)and (max-width:486px){.guarantieWrapper.mobile .guarantieContent .desktop .guarantieForm{width:100%}}.guarantieCheckWrapper{width:100%;height:auto;margin-top:100px;position:relative}.guarantieCheckWrapper .guarantieContent{width:100%;height:auto}.guarantieCheckWrapper .guarantieContent .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:center;align-items:center;padding:0 15px}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm{width:60%;height:auto;background-color:#fff;box-shadow:0 6px 27px 7px rgba(0,0,0,.06);margin:30px 0;border-radius:15px;position:relative;padding:10px 25px}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formHeader{width:100%;min-height:50px;height:auto;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-start;align-items:center;margin-bottom:25px}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formHeader .title{font-size:14px;font-weight:700;color:#0099ba;margin:0}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formHeader .title span{font-size:12px;color:#888;margin-right:2px}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:7px 0}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .guarantieImageFigure{width:300px;height:300px;overflow:hidden;margin:auto}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .guarantieImageFigure .guarantieImage{width:100%;height:auto}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption{position:relative;width:100%;margin-bottom:10px}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption .placeholder{padding:7px 10px;position:absolute;right:0;top:0;transition:.2s;transition-timing-function:ease;opacity:.7;font-size:13px;color:#888;pointer-events:none;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email],.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number],.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text],.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea{width:100%;height:35px;margin-bottom:5px;outline:0;font-size:14px;border:1px solid #d6d6d6;border-radius:.2rem;text-align:right;position:relative;padding:0 10px;transition:all .4s ease}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea+.placeholder{opacity:.7;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:focus,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:focus,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:focus,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:focus{border-color:#0099ba;box-shadow:0 0 5px #0099ba}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:focus+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:focus+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:focus+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:focus+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:placeholder-shown)+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:placeholder-shown)+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:placeholder-shown)+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:-ms-input-placeholder)+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:-ms-input-placeholder)+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:-ms-input-placeholder)+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:-ms-input-placeholder)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:-moz-placeholder-shown)+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:-moz-placeholder-shown)+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:-moz-placeholder-shown)+.placeholder,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:-moz-placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea{height:100px;resize:none;overflow-y:auto}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]{text-align:left}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.sm{width:calc(50% - 15px)}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend{width:-webkit-max-content;width:max-content;height:40px;border:0;background-color:#0099ba;box-shadow:0 0 5px rgba(0,0,0,.3);color:#fff;border-radius:5px;outline:0;font-size:14px;cursor:pointer;padding:5px 25px;transition:all .4s ease}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend:focus,.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.guarantieCheckWrapper .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.license{margin-top:20px;display:none}@media screen and (max-width:1024px){.guarantieCheckWrapper.mobile{width:100%;height:auto;margin-top:unset;margin-bottom:60px;position:relative}.guarantieCheckWrapper.mobile .guarantieContent{width:100%;height:auto}.guarantieCheckWrapper.mobile .guarantieContent .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:center;align-items:center;padding:0 15px}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm{width:80%;height:auto;background-color:#fff;box-shadow:0 6px 27px 7px rgba(0,0,0,.06);margin:30px 0;border-radius:15px;position:relative;padding:10px 25px}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formHeader{width:100%;min-height:50px;height:auto;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-start;align-items:center;margin-bottom:25px}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formHeader .title{font-size:14px;font-weight:700;color:#0099ba;margin:0}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formHeader .title span{font-size:12px;color:#888;margin-right:2px}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:7px 0}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .guarantieImageFigure{width:200px;height:200px;overflow:hidden;margin:auto}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .guarantieImageFigure .guarantieImage{width:100%;height:auto}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption{position:relative;width:100%;margin-bottom:10px}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption .placeholder{padding:7px 10px;position:absolute;right:0;top:0;transition:.2s;transition-timing-function:ease;opacity:.7;font-size:13px;color:#888;pointer-events:none;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email],.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number],.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text],.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea{width:100%;height:35px;margin-bottom:5px;outline:0;font-size:14px;border:1px solid #d6d6d6;border-radius:.2rem;text-align:right;position:relative;padding:0 10px;transition:all .4s ease}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea+.placeholder{opacity:.7;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:focus,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:focus,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:focus,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:focus{border-color:#0099ba;box-shadow:0 0 5px #0099ba}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:focus+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:focus+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:focus+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:focus+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:placeholder-shown)+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:placeholder-shown)+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:placeholder-shown)+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:-ms-input-placeholder)+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:-ms-input-placeholder)+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:-ms-input-placeholder)+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:-ms-input-placeholder)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]:not(:-moz-placeholder-shown)+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=number]:not(:-moz-placeholder-shown)+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=text]:not(:-moz-placeholder-shown)+.placeholder,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea:not(:-moz-placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.9) translateY(-95%) translateX(10px);transform:scale(.9) translateY(-95%) translateX(10px)}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption textarea{height:100px;resize:none;overflow-y:auto}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .caption input[type=email]{text-align:left}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.sm{width:calc(50% - 15px)}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend{width:-webkit-max-content;width:max-content;height:40px;border:0;background-color:#0099ba;box-shadow:0 0 5px rgba(0,0,0,.3);color:#fff;border-radius:5px;outline:0;font-size:14px;cursor:pointer;padding:5px 25px;transition:all .4s ease}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend:focus,.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup .btnSend:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.license{margin-top:20px;display:none}}@media screen and (max-width:1024px)and (max-width:768px){.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm .formWrapper .formGroup.sm{width:100%}}@media screen and (max-width:1024px)and (max-width:768px){.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm{width:90%}}@media screen and (max-width:1024px)and (max-width:486px){.guarantieCheckWrapper.mobile .guarantieContent .desktop .guarantieForm{width:100%}}.otherPagesWrapper{width:100%;height:auto;position:relative;margin-top:100px}.otherPagesWrapper .headerBackground{width:100%;height:400px;overflow:hidden}.otherPagesWrapper .headerBackground img{width:100%;height:100%;object-fit:cover}.otherPagesWrapper .contentWrapper{width:100%;height:auto;position:relative;margin:10px 0 50px}.otherPagesWrapper .contentWrapper .desktop{max-width:1366px;width:100%;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:0 15px}.otherPagesWrapper .contentWrapper .desktop .minHeader{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin:15px 0}.otherPagesWrapper .contentWrapper .desktop .minHeader .minHeaderItem{width:-webkit-max-content;width:max-content;min-height:30px;height:auto;padding:0 0 0 10px;margin:0 0 10px 10px;border-left:1px solid rgba(0,0,0,.1);font-size:14px;color:#777}.otherPagesWrapper .contentWrapper .desktop .minHeader .minHeaderItem:last-child{border-left:unset;margin-left:0}.otherPagesWrapper .contentWrapper .desktop .pageContent{width:100%;height:auto;margin:15px 0}.otherPagesWrapper .contentWrapper .desktop .pageContent .contentTitle{width:100%;font-size:16px;font-weight:700;color:#1e272e;line-height:30px}.otherPagesWrapper .contentWrapper .desktop .pageContent .contentDetails{width:100%;font-size:14px;color:#555;line-height:30px;text-align:justify}@media screen and (max-width:1024px){.otherPagesWrapper{width:100%;height:auto;margin-top:60px;margin-bottom:60px;position:relative}}.notFoundWrapper{background:#34495e;width:100vw;height:100vh;overflow:hidden;position:relative}.space{width:100%;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.space,.space .text,.space>div{position:absolute}.space .text{display:table;z-index:100;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px;height:500px;color:#fff}.space .text .align-middle{display:table-cell;vertical-align:middle;text-align:center}.space .text h1{font-size:140px;line-height:140px;font-family:"varela",sans-serif!important;letter-spacing:.1em;font-smoothing:antialiased}.space .text p{font-size:18px;color:#687c8f;line-height:60px}.space .text .link{color:#0ac974;font-size:16px}.space div[class^=moon]{background:url(/static/media/0i18KL5.25e67cb2.png);background-size:60px;width:60px;height:60px;z-index:10}.space div[class^=moon].sm{background-size:30px;width:30px;height:30px}.space .moon-1{background-size:50% auto;-webkit-animation:orbit1 15s linear infinite;animation:orbit1 15s linear infinite}.space .moon-1,.space .moon-2{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.space .moon-2{-webkit-animation:orbit2 -6s linear 18s infinite;animation:orbit2 -6s linear 18s infinite}.space .moon-3{-webkit-animation:orbit3 -12s linear 22s infinite;animation:orbit3 -12s linear 22s infinite}.space .moon-3,.space .orbit-1{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.space .orbit-1{width:500px;height:500px;border-radius:250px;background:#3f5468;z-index:8}.space .orbit-2{width:680px;height:680px;border-radius:340px;background:#3a4f64;z-index:7}.space .orbit-2,.space .orbit-3{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.space .orbit-3{width:790px;height:790px;border-radius:395px;background:#374c61;z-index:6}@-webkit-keyframes orbit1{0%{-webkit-transform:rotate(0deg) translateX(250px);transform:rotate(0deg) translateX(250px)}to{-webkit-transform:rotate(1turn) translateX(250px);transform:rotate(1turn) translateX(250px)}}@keyframes orbit1{0%{-webkit-transform:rotate(0deg) translateX(250px);transform:rotate(0deg) translateX(250px)}to{-webkit-transform:rotate(1turn) translateX(250px);transform:rotate(1turn) translateX(250px)}}@-webkit-keyframes orbit2{0%{-webkit-transform:rotate(0deg) translateX(340px);transform:rotate(0deg) translateX(340px)}to{-webkit-transform:rotate(1turn) translateX(340px);transform:rotate(1turn) translateX(340px)}}@keyframes orbit2{0%{-webkit-transform:rotate(0deg) translateX(340px);transform:rotate(0deg) translateX(340px)}to{-webkit-transform:rotate(1turn) translateX(340px);transform:rotate(1turn) translateX(340px)}}@-webkit-keyframes orbit3{0%{-webkit-transform:rotate(0deg) translateX(395px);transform:rotate(0deg) translateX(395px)}to{-webkit-transform:rotate(1turn) translateX(395px);transform:rotate(1turn) translateX(395px)}}@keyframes orbit3{0%{-webkit-transform:rotate(0deg) translateX(395px);transform:rotate(0deg) translateX(395px)}to{-webkit-transform:rotate(1turn) translateX(395px);transform:rotate(1turn) translateX(395px)}}.loginWrapper .rightSide .logo{width:auto!important;max-width:200px!important;text-align:center}.loginWrapper .rightSide .formWrapper .formGroup p>.loginWrapper .rightSide .formWrapper .formGroup p>.link{color:#0099ba}.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password],.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]{width:100%;height:40px;margin-bottom:5px;font-size:14px;outline:none;border:1px solid #d6d5d4;border-radius:.2rem;text-align:center;position:relative;padding:0 10px;transition:all .4s ease}.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:focus+.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:focus+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:focus+.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:focus+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:focus+.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:focus+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:focus+.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:focus+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(35px);transform:scale(.98) translateY(-85%) translateX(35px)}.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:focus~.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:focus~.loginInputIcon,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:focus~.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:focus~.loginInputIcon,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:focus~.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:focus~.loginInputIcon,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:focus~.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:focus~.loginInputIcon{color:#0099ba}.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:not(:-moz-placehler-shown)+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:not(:-moz-placehler-shown)+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(35px);transform:scale(.98) translateY(-85%) translateX(35px)}.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:not(:-ms-input-lceholder)+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:not(:-ms-input-lceholder)+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(35px);transform:scale(.98) translateY(-85%) translateX(35px);color:#555}.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:-webi-autofill+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=password]:not(:placehler-shown)+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:-webi-autofill+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup .caption input[type=text]:not(:placehler-shown)+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(35px);transform:scale(.98) translateY(-85%) translateX(35px)}.loginWrapper .rightSide .formWrapper .formGroup .caption .placeholder{padding:10px;pointer-events:none;position:absolute;right:25px;top:0;transition:.2s;transition-timing-function:ease;opacity:.7;font-size:13px;color:#888;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.loginWrapper .rightSide .formWrapper .formGroup .caption .loginInputIcon{position:absolute;top:10px;right:10px;color:#e2e2e2;font-size:18px;z-index:99}.loginWrapper .rightSide .formWrapper .formGroup .loginType{font-size:13px;font-weight:700;color:#0099ba;margin-bottom:10px;transition:all .4s ease;cursor:pointer}.loginWrapper .rightSide .formWrapper .formGroup .loginType:last-child{margin-bottom:unset}.loginWrapper .rightSide .formWrapper .formGroup .loginType:hover{margin-right:5px}.loginWrapper .rightSide .formWrapper .formGroup .loginType .loginTypeIcon{margin:0 0 -3px}.loginWrapper .rightSide .formWrapper .formGroup .btnLogin{display:flex;justify-content:center;align-items:center}.loginWrapper .rightSide .formWrapper .formGroup p .loginWrapper .rightSide .formWrapper .formGroup p>.link{color:#0099ba}.loginWrapper .rightSide .formWrapper .formGroup input[type=password]:not(:-moz-placehole-shown)+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup input[type=text]:not(:-moz-placehole-shown)+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(10px);transform:scale(.98) translateY(-85%) translateX(10px);color:#555}.loginWrapper .rightSide .formWrapper .formGroup input[type=password]:not(:-ms-input-plcholder)+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup input[type=text]:not(:-ms-input-plcholder)+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(10px);transform:scale(.98) translateY(-85%) translateX(10px);color:#555}.loginWrapper .rightSide .formWrapper .formGroup input[type=password]:not(:placehole-shown)+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup input[type=text]:not(:placehole-shown)+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(10px);transform:scale(.98) translateY(-85%) translateX(10px);color:#555}.loginWrapper .rightSide .formWrapper .formGroup input[type=password]:-webki-utofill+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup input[type=text]:-webki-utofill+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(10px);transform:scale(.98) translateY(-85%) translateX(10px)}.loginWrapper{width:100%;background-color:#fff;justify-content:space-between}.loginWrapper,.loginWrapper .rightSide{min-height:100vh;height:100%;position:relative;display:flex;align-items:center}.loginWrapper .rightSide{width:30%;background-color:#faf9fb;justify-content:center;flex-direction:column}.loginWrapper .rightSide .goBack{position:absolute;top:5%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#777;font-size:14px;font-weight:700;display:flex;justify-content:flex-start;align-items:center;flex-direction:row-reverse;cursor:pointer;transition:all .3s ease-in}.loginWrapper .rightSide .goBack:hover{color:#0099ba}.loginWrapper .rightSide .goBack:hover svg{margin-right:15px;transition:all .3s ease-out}.loginWrapper .rightSide .goBack svg{font-size:14px;font-weight:700;color:#0099ba;margin-right:10px}.loginWrapper .rightSide .goBack.back{top:8%}.loginWrapper .rightSide .goBack.back svg{color:#ff9f1a}.loginWrapper .rightSide .logo{width:150px;height:auto}.loginWrapper .rightSide .logo img{max-width:100%}.loginWrapper .rightSide .logo .pageTitle{width:100%;display:flex;justify-content:center;align-items:center;margin:10px 0 0;font-size:14px;font-weight:700;color:#1e272e}.loginWrapper .rightSide .formWrapper{width:70%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:50px}.loginWrapper .rightSide .formWrapper .formGroup{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;margin:10px 0}.loginWrapper .rightSide .formWrapper .formGroup p{font-size:13px;font-weight:700;color:#666;-webkit-user-select:none;-ms-user-select:none;user-select:none}.loginWrapper .rightSide .formWrapper .formGroup p>.link{color:#0099ba}.loginWrapper .rightSide .formWrapper .formGroup .message{width:100%;font-size:13px;font-weight:700;text-align:justify}.loginWrapper .rightSide .formWrapper .formGroup .message.success{color:#0ac974}.loginWrapper .rightSide .formWrapper .formGroup .message.error{color:#ea2027}.loginWrapper .rightSide .formWrapper .formGroup label{font-size:14px;font-weight:700;color:#666;margin-bottom:5px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.loginWrapper .rightSide .formWrapper .formGroup label .link{color:#0099ba;-webkit-user-select:none;-ms-user-select:none;user-select:none}.loginWrapper .rightSide .formWrapper .formGroup input[type=password],.loginWrapper .rightSide .formWrapper .formGroup input[type=text]{width:100%;height:40px;margin-bottom:5px;font-size:14px;outline:none;border:1px solid #d6d5d4;border-radius:.2rem;text-align:center;position:relative;padding:0 10px;transition:all .4s ease}.loginWrapper .rightSide .formWrapper .formGroup input[type=password]:focus+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup input[type=text]:focus+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(10px);transform:scale(.98) translateY(-85%) translateX(10px);color:#555}.loginWrapper .rightSide .formWrapper .formGroup input[type=password]:not(:-ms-input-placeholder)+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup input[type=text]:not(:-ms-input-placeholder)+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(10px);transform:scale(.98) translateY(-85%) translateX(10px);color:#555}.loginWrapper .rightSide .formWrapper .formGroup input[type=password]:not(:placeholder-shown)+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup input[type=text]:not(:placeholder-shown)+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(10px);transform:scale(.98) translateY(-85%) translateX(10px);color:#555}.loginWrapper .rightSide .formWrapper .formGroup input[type=password]:-webkit-autofill+.placeholder,.loginWrapper .rightSide .formWrapper .formGroup input[type=text]:-webkit-autofill+.placeholder{opacity:1;-webkit-transform:scale(.98) translateY(-85%) translateX(10px);transform:scale(.98) translateY(-85%) translateX(10px)}.loginWrapper .rightSide .formWrapper .formGroup .placeholder{padding:10px;pointer-events:none;position:absolute;right:0;top:0;transition:.2s;transition-timing-function:ease;opacity:.7;font-size:13px;color:#888;-webkit-transform:scale(1) translateY(0) translateX(0);transform:scale(1) translateY(0) translateX(0)}.loginWrapper .rightSide .formWrapper .formGroup .caption{position:relative;width:100%;margin-bottom:10px}.loginWrapper .rightSide .formWrapper .formGroup .link{font-size:13px;font-weight:700;color:#666;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:10px}.loginWrapper .rightSide .formWrapper .formGroup .link:last-child{margin-bottom:unset}.loginWrapper .rightSide .formWrapper .formGroup .group{font-size:13px;font-weight:700;color:#666;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;margin-bottom:10px}.loginWrapper .rightSide .formWrapper .formGroup .btnLogin{width:100%;height:35px;border:none;background-color:#0099ba;color:#fff;border-radius:3px;outline:none;font-size:14px;font-weight:700;cursor:pointer;transition:all .5s ease}.loginWrapper .rightSide .formWrapper .formGroup .btnLogin:hover{box-shadow:0 0 5px #0099ba}.loginWrapper .leftSide{width:70%;min-height:100vh;height:100%;background-image:url(/static/media/backgroundLogin.947e34fa.png);background-position:50%;background-position:0;background-repeat:no-repeat;background-size:cover}.loginWrapper .rulesModal{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50%;height:400px;overflow:hidden;background-color:#f6f6f6;box-shadow:0 0 7px #d6d6d6;border-radius:10px}.loginWrapper .rulesModal .modalHeader{width:100%;height:50px;background-color:#f0f0f0;box-shadow:0 2px 7px #ccc;color:#888;display:flex;justify-content:flex-start;align-items:center;padding:0 15px}.loginWrapper .rulesModal .modalContent{height:330px;overflow-y:auto;padding:10px 15px;scroll-behavior:smooth;scrollbar-width:thin}.loginWrapper .rulesModal .modalContent p{font-size:14px;color:#888;text-align:justify;margin:0}@media screen and (max-width:992px){.loginWrapper .rightSide{width:40%}.loginWrapper .leftSide{width:60%}}@media screen and (max-width:768px){.loginWrapper .rightSide{width:100%}.loginWrapper .leftSide{width:0;display:none}}.mapModalWrapper{width:100vw;height:100vh;position:relative;display:flex;justify-content:center;align-items:center}.mapModalWrapper .mapModal{width:50%;max-height:60%;height:100%;border-radius:20px;box-shadow:0 0 7px rgba(0,0,0,.1);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:99999999999;background-color:#fff;padding:20px}.mapModalWrapper .mapModal .header{width:100%;height:50px;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center}.mapModalWrapper .mapModal .header .title{font-size:14px;color:#e2e2e2;color:#0099ba}.mapModalWrapper .mapModal .header .closeModal{width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#f2f2f2;cursor:pointer;transition:all .3s ease-in}.mapModalWrapper .mapModal .header .closeModal svg{font-size:14px;color:#ccc}.mapModalWrapper .mapModal .header .closeModal:hover svg{color:#1e272e}.mapModalWrapper .mapModal .content{width:100%;height:100%;overflow-y:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:10px 0;position:relative}.mapModalWrapper .mapModal .content .mapItem{width:100%;height:250px;background-color:#f2f2f2;box-shadow:0 0 7px rgba(0,0,0,.1);border-radius:5px;position:relative;direction:ltr}.mapModalWrapper .mapModal .content .mapItem .activeMap,.mapModalWrapper .mapModal .content .mapItem .deleteMap,.mapModalWrapper .mapModal .content .mapItem .editMap{display:none}.mapModalWrapper .mapModal .content .mapForm{margin-top:10px}.mapModalWrapper .mapModal .content .mapForm,.mapModalWrapper .mapModal .content .mapForm .formGroup{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.mapModalWrapper .mapModal .content .mapForm .formGroup{margin-bottom:20px}.mapModalWrapper .mapModal .content .mapForm .formGroup:last-child{margin-bottom:unset}.mapModalWrapper .mapModal .content .mapForm .formGroup label{width:100%;margin-bottom:5px;font-size:14px;color:#1e272e}.mapModalWrapper .mapModal .content .mapForm .formGroup label span.redColor{color:#f53b57}.mapModalWrapper .mapModal .content .mapForm .formGroup .phoneInput{width:100%;height:40px;border:1px solid rgba(0,0,0,.1);outline:none;background-color:#f2f2f2;border-radius:5px;padding:0 10px;font-size:14px;color:#1e272e}.mapModalWrapper .mapModal .content .mapForm .formGroup .addressInput{width:100%;height:80px;border:1px solid rgba(0,0,0,.1);outline:none;background-color:#f2f2f2;border-radius:5px;padding:10px;font-size:14px;color:#1e272e;resize:none;overflow-y:auto}.mapModalWrapper .mapModal .content .mapForm .formGroup.btn{flex-direction:row;flex-wrap:wrap}.mapModalWrapper .mapModal .content .mapForm .formGroup .btnApplyMap{min-width:110px;width:-webkit-max-content;width:max-content;height:40px;padding:0 15px;display:flex;justify-content:center;align-items:center;font-size:14px;color:#fff;outline:none;border:none;background-color:#0099ba;border-radius:5px;transition:all .3s ease-in;cursor:pointer}.mapModalWrapper .mapModal .content .mapForm .formGroup .btnApplyMap:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}.mapModalWrapper .mapModal .content .mapForm .formGroup .changeMapSate{width:-webkit-max-content;width:max-content;height:40px;padding:0 15px;display:flex;justify-content:center;align-items:center;font-size:14px;color:#fff;outline:none;border:none;background-color:#ff9f1a;border-radius:5px;transition:all .3s ease-in;cursor:pointer;margin-right:10px}.mapModalWrapper .mapModal .content .mapForm .formGroup .changeMapSate:hover{box-shadow:0 0 7px rgba(0,0,0,.3)}@media screen and (max-width:1200px){.mapModalWrapper .mapModal{width:80%}}@media screen and (max-width:768px){.mapModalWrapper .mapModal{width:94%;max-height:80%}}.mapModalWrapper .mapOverlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.3);z-index:999999999}@media screen and (max-width:1440px){.ChangeAddressWrapper .addressContent{padding:20px}}@media screen and (max-width:1024px){.ChangeAddressWrapper.mobile{width:100%;height:auto;margin-top:60px;position:relative}}@media screen and (max-width:992px){.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem{width:calc(50% - 20px)}}@media screen and (max-width:486px){.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem{width:100%}}.ChangeAddressWrapper{width:100%;height:auto;margin-top:100px;position:relative}.ChangeAddressWrapper .addressContent{width:100%;height:auto;padding:50px 0 60px}.ChangeAddressWrapper .addressContent .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.ChangeAddressWrapper .addressContent .desktop .boxAddress{width:100%;min-height:200px;height:auto;border-radius:10px;margin:60px 0;box-shadow:0 0 7px rgba(0,0,0,.1);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:20px}.ChangeAddressWrapper .addressContent .desktop .boxAddress .header{width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-bottom:1px solid rgba(0,0,0,.1)}.ChangeAddressWrapper .addressContent .desktop .boxAddress .header .title{font-size:17px;font-weight:700;color:#1e272e}.ChangeAddressWrapper .addressContent .desktop .boxAddress .header .addMap{width:30px;height:30px;border-radius:50%;background-color:#0099ba;display:flex;justify-content:center;align-items:center;cursor:pointer}.ChangeAddressWrapper .addressContent .desktop .boxAddress .header .addMap svg{color:#fff;font-size:16px}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox{width:calc(100% + 20px);height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:20px -10px 0}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem{width:calc(33.33% - 20px);height:250px;margin:10px;background-color:#f2f2f2;box-shadow:0 0 7px rgba(0,0,0,.1);border-radius:5px;position:relative;direction:ltr;overflow:hidden}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .editMap{position:absolute;bottom:5px;left:5px;width:30px;height:30px;border-radius:50%;background-color:#ff9f1a;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:20}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .editMap svg{color:#fff;font-size:14px}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .deleteMap{position:absolute;bottom:5px;left:40px;width:30px;height:30px;border-radius:50%;background-color:#f53b57;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:20}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .deleteMap svg{color:#fff;font-size:14px}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .activeMap{position:absolute;bottom:5px;left:75px;width:30px;height:30px;border-radius:50%;background-color:#eee!important;display:flex;justify-content:center;align-items:center;z-index:20;cursor:pointer}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .activeMap svg{color:#1e272e;font-size:14px}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .activeMap.active{background-color:#0099ba!important}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .activeMap.active svg{color:#fff}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .activeMap:hover{background-color:#0099ba!important}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .activeMap:hover svg{color:#fff}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem .mapAddress{width:100%;height:250px;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;color:#fff;font-size:15px;font-weight:700;text-align:center;line-height:24px;position:absolute;top:0;left:0;padding:20px;z-index:16;-webkit-transform:translateY(-150%);transform:translateY(-150%);transition:all .3s ease-out}.ChangeAddressWrapper .addressContent .desktop .boxAddress .mapBox .mapItem:hover .mapAddress{-webkit-transform:translateY(0);transform:translateY(0)}.paymentWrapper{width:100%;height:auto;margin-top:100px;position:relative}.paymentWrapper .paymentContents{width:100%;height:auto;margin:20px 0}.paymentWrapper .paymentContents .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:0 15px}.paymentWrapper .paymentContents .desktop .paymentFigure{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;box-shadow:0 0 7px rgba(0,0,0,.1);border-radius:20px;padding:30px 0}.paymentWrapper .paymentContents .desktop .paymentFigure .paymentImage{width:60%;height:auto}.paymentWrapper .paymentContents .desktop .paymentFigure .paymentTitle{font-size:32px;font-weight:700;color:#ced6e0}.paymentWrapper .paymentContents .desktop .paymentFigure .return{width:-webkit-max-content;width:max-content;height:40px;margin-top:20px;border-radius:5px;background-color:#f2f2f2;color:#1e272e;border:none;outline:none;padding:0 20px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700}.paymentWrapper .paymentContents .desktop .paymentFigure .return:hover{box-shadow:0 0 7px rgba(0,0,0,.1)}@media screen and (max-width:486px){.paymentWrapper.mobile{width:100%;height:auto;margin-top:60px;margin-bottom:60px;position:relative}.paymentWrapper.mobile .desktop{max-width:1366px;width:100%;height:50px;margin:auto;display:flex;justify-content:flex-start;align-items:center;padding:0 25px}.paymentWrapper.mobile .desktop .paymentFigure .paymentTitle{font-size:22px;font-weight:700;color:#ced6e0}}.MobileProductCategory{width:100%;height:auto;margin-top:100px;position:relative}.MobileProductCategory .ctIdContent{width:100%;height:auto;margin:50px 0}.MobileProductCategory .ctIdContent .desktop{max-width:1366px;width:100%;margin:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:0 25px}.MobileProductCategory .ctIdContent .desktop .categoryBox{width:100%;min-height:400px;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;box-shadow:0 0 7px rgba(0,0,0,.1);border-radius:20px;padding:30px 0}.MobileProductCategory .ctIdContent .desktop .categoryBox .categoryItems{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:0 25px}.MobileProductCategory .ctIdContent .desktop .categoryBox .categoryItems .categoryItemsTitle{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;font-size:15px;font-weight:700;color:#1e272e;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:20px}.MobileProductCategory .ctIdContent .desktop .categoryBox .categoryItems .categoryItem{width:calc(25% - 40px);height:70px;margin:10px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;color:#1e272e;border-radius:10px;background-color:#f7f7f7;box-shadow:0 0 5px rgba(0,0,0,.2);cursor:pointer}@media screen and (max-width:1024px){.MobileProductCategory{width:100%;height:auto;margin-top:60px;margin-bottom:100px;position:relative}}@media screen and (max-width:768px){.MobileProductCategory .ctIdContent .desktop .categoryBox .categoryItems .categoryItem{width:calc(33.33% - 40px)}}@media screen and (max-width:576px){.MobileProductCategory .ctIdContent .desktop .categoryBox .categoryItems .categoryItem{width:calc(50% - 20px)}}.ProfileUserFavorites{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.ProfileUserFavorites .historyList{width:100%;height:auto;padding:25px}.ProfileUserFavorites .historyList .historyListItems{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;background-color:#fff;box-shadow:0 0 7px rgba(0,0,0,.1);border-radius:20px;margin-bottom:15px;padding:15px;min-height:270px}.ProfileUserFavorites .historyList .historyListItems .imageFigure{width:360px;height:220px}.ProfileUserFavorites .historyList .historyListItems .imageFigure img{object-fit:cover;width:100%;height:100%;border-radius:20px}.ProfileUserFavorites .historyList .historyListItems:last-child{margin-bottom:unset}.ProfileUserFavorites .historyList .historyListItems .leftInfo{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:calc(100% - 380px);height:100%;min-height:220px}.ProfileUserFavorites .historyList .historyListItems .leftInfo .mobileAndButton{align-items:flex-start!important}.ProfileUserFavorites .historyList .historyListItems .leftInfo .salonAddress img,.ProfileUserFavorites .historyList .historyListItems .leftInfo .salonSuport img{width:19px;height:auto}.ProfileUserFavorites .historyList .historyListItems .leftInfo .item{display:flex;justify-content:flex-start;align-items:center;width:100%}.ProfileUserFavorites .historyList .historyListItems .leftInfo .item .salonSuport{display:flex;justify-content:flex-start;align-items:center}.ProfileUserFavorites .historyList .historyListItems .leftInfo .item .salonSuport img{width:19px;height:auto}.ProfileUserFavorites .historyList .historyListItems .leftInfo .mobileAndButton{justify-content:space-between}.ProfileUserFavorites .historyList .historyListItems .leftInfo .mobileAndButton .seeSalon{width:150px;height:40px;background-color:unset;border:1px solid #ff5c39;border-radius:10px;color:#ff5c39;font-size:14px;font-weight:700;cursor:pointer}.ProfileUserFavorites .historyList .historyListItems .leftInfo .titleAndRate{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.ProfileUserFavorites .historyList .historyListItems .leftInfo .titleAndRate .salonTitle{font-size:20px;color:#ff5c39;font-weight:700}.ProfileUserFavorites .historyList .historyListItems .leftInfo .titleAndRate .rateWrapper{display:flex;justify-content:space-between;align-items:start;direction:ltr}.ProfileUserFavorites .historyList .historyListItems .leftInfo .titleAndRate .rateWrapper .rate{color:#ff5c39;font-weight:700}.ProfileUserFavorites .historyList .historyListItems .leftInfo .titleAndRate .rateWrapper .widget-ratings{margin-right:10px;margin-left:25px;display:flex;justify-content:space-between;align-items:center}.ProfileUserFavorites .historyList .historyListItems .leftInfo .titleAndRate .rateWrapper .widget-ratings .widget-container svg{height:100%}.ProfileUserFavorites .historyList .historyListItems .salonIcon{width:18px;height:auto;margin-left:5px}@media screen and (max-width:1440px){.ProfileUserFavorites .historyList .historyListItems{justify-content:start}.ProfileUserFavorites .historyList .historyListItems .imageFigure{width:40%;height:200px}.ProfileUserFavorites .historyList .historyListItems .leftInfo{margin-top:15px;width:100%}}@media screen and (max-width:768px){.ProfileUserFavorites .historyList .historyListItems .leftInfo .item{font-size:14px}.ProfileUserFavorites .historyList .historyListItems .leftInfo .mobileAndButton .salonSuport .salonIcon,.ProfileUserFavorites .historyList .historyListItems .leftInfo .salonAddress .salonIcon,.ProfileUserFavorites .historyList .historyListItems .leftInfo .salonSuport .salonIcon{width:14px;height:auto}.ProfileUserFavorites .historyList .historyListItems .leftInfo .mobileAndButton .seeSalon{font-size:14px;width:150px;height:35px}}@media screen and (max-width:576px){.ProfileUserFavorites .historyList .historyListItems{justify-content:center}.ProfileUserFavorites .historyList .historyListItems .imageFigure{width:60%;height:200px}.ProfileUserFavorites .historyList .historyListItems .leftInfo .titleAndRate .salonTitle{font-size:17px}.ProfileUserFavorites .historyList .historyListItems .leftInfo .titleAndRate .rateWrapper{margin-top:5px;font-size:12px}.ProfileUserFavorites .historyList .historyListItems .leftInfo .titleAndRate .rateWrapper .widget-ratings .widget-container .widget-svg{height:15px!important;width:15px!important}.ProfileUserFavorites .historyList .historyListItems .leftInfo .item{font-size:14px}.ProfileUserFavorites .historyList .historyListItems .leftInfo .mobileAndButton .salonSuport .salonIcon,.ProfileUserFavorites .historyList .historyListItems .leftInfo .salonAddress .salonIcon,.ProfileUserFavorites .historyList .historyListItems .leftInfo .salonSuport .salonIcon{width:14px;height:auto}.ProfileUserFavorites .historyList .historyListItems .leftInfo .mobileAndButton .seeSalon{font-size:14px;width:150px;height:35px}}@media screen and (max-width:432px){.ProfileUserFavorites .historyList .historyListItems .imageFigure{width:80%}.ProfileUserFavorites .historyList .historyListItems .leftInfo .mobileAndButton{flex-direction:column}.ProfileUserFavorites .historyList .historyListItems .leftInfo .mobileAndButton .seeSalon{width:100%;margin-top:10px}}.ProfileInformation{width:100%;height:auto;display:flex;justify-content:center;align-items:center;padding:30px}.ProfileInformation:first-child{padding-bottom:unset}.ProfileInformation:last-child{padding-top:unset}.ProfileInformation .formWrapper{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.ProfileInformation .formWrapper .formHeader{width:100%;font-weight:700;font-size:20px;color:#1a245e;margin-bottom:15px}.ProfileInformation .formWrapper .formInput{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;margin-bottom:10px}.ProfileInformation .formWrapper .formInput .formLabel{color:#1a245e;font-size:16px;margin-bottom:5px}.ProfileInformation .formWrapper .formInput .input{width:100%;border:none;border-radius:10px;height:40px;padding:0 10px;font-size:15px;pointer-events:unset;-webkit-user-select:unset;-ms-user-select:unset;user-select:unset;background-color:#fff;outline:none;text-align:center}.ProfileInformation .formWrapper .formInput .input:focus{box-shadow:none}.ProfileInformation .formWrapper .formInput .input.fill{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:no-drop;background-color:#fffdfb;color:#888}.ProfileInformation .formWrapper .formInput .input[type=file]{direction:ltr;padding:5px;height:40px;text-align:left}.ProfileInformation .formWrapper .formInput .input[type=file]::file-selector-button{background-color:#e2e2e2;border:none;height:100%;padding:5px 10px;left:0;border-radius:5px;cursor:pointer}.ProfileInformation .formWrapper .formInput .input[type=email]{text-align:left}.ProfileInformation .formWrapper .formInput .input.select{padding:unset;border:unset}.ProfileInformation .formWrapper .formInput .input.error{border:1px solid #f53b57}.ProfileInformation .formWrapper .formInput.half{width:calc(50% - 10px)}.ProfileInformation .formWrapper .formInput .datePicker{width:100%;border:none;border-radius:10px;height:40px;font-size:15px;pointer-events:unset;-webkit-user-select:unset;-ms-user-select:unset;user-select:unset;background-color:#fff;outline:none}.ProfileInformation .formWrapper .formInput .datePicker:focus{box-shadow:none}@media screen and (max-width:768px){.ProfileInformation .formWrapper .formInput.half{width:100%}}.ProfileInformation .formWrapper .formInput .imageFigure{width:100%;height:200px;border-radius:20px;border:1px solid rgba(0,0,0,.1);padding:2px;overflow:hidden}.ProfileInformation .formWrapper .formInput .imageFigure img{width:100%;height:100%;object-fit:contain}.ProfileInformation .formWrapper .submit{background-color:#0099ba;color:#fff;border:none;padding:10px 15px;border-radius:10px;cursor:pointer;align-self:flex-end;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.5;font-size:15px;margin:10px 0 0;transition:all .3s ease-out}.ProfileInformation .formWrapper .submit.active{pointer-events:unset;-webkit-user-select:unset;-ms-user-select:unset;user-select:unset;opacity:1;background-color:#0099ba!important}@media screen and (max-width:768px){.ProfileInformation .formWrapper .submit{width:100%}}.ProfileInformation .imgFigure{width:calc(100% - 350px);height:auto}.ProfileInformation .imgFigure img{width:100%;height:100%}.divider{display:flex;width:calc(100% - 60px);height:1px;background-color:rgba(0,0,0,.1);margin:30px auto}@media screen and (max-width:1440px){.ProfileInformation .imgFigure{display:none}}@media screen and (max-width:768px){.ProfileInformation .formWrapper .formInput .input{width:100%}}.ProfileChangePassword{width:100%;min-height:400px;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;padding:30px}.ProfileChangePassword .formWrapper{width:100%;min-height:300px;height:auto;display:flex;justify-content:space-between;align-items:start;flex-direction:column}.ProfileChangePassword .formWrapper .formHeader{font-weight:700;font-size:25px;color:#1a245e;margin-bottom:15px}.ProfileChangePassword .formWrapper .formInput{width:100%;display:flex;justify-content:space-between;align-items:start;flex-direction:column;margin-bottom:10px}.ProfileChangePassword .formWrapper .formInput .formLabel{color:#1a245e;font-size:16px;margin-bottom:5px}.ProfileChangePassword .formWrapper .formInput .input{width:500px;border:none;border-radius:10px;height:40px;outline-style:none;padding:0 10px}.ProfileChangePassword .formWrapper .formInput .changeNumber{font-size:16px;color:#0099ba;cursor:pointer}.ProfileChangePassword .formWrapper .formInput .changeNumber:hover{text-decoration:underline}.ProfileChangePassword .formWrapper .formInput .submit{background-color:#0099ba;color:#fff;border:none;padding:10px 15px;border-radius:10px;margin-bottom:10px;cursor:pointer}.ProfileChangePassword .formWrapper .formInput .blurInput,.ProfileChangePassword .formWrapper .formInput .submitBlurInput{opacity:.5;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-filter:blur(1px);filter:blur(1px)}.ProfileChangePassword .formWrapper .specialFormInput{width:500px}.ProfileChangePassword .formWrapper .specialFormInput .buttonAndInput{width:100%;display:flex;justify-content:space-between;align-items:center}.ProfileChangePassword .formWrapper .specialFormInput .buttonAndInput .input{width:calc(80% - 10px);margin-left:10px}.ProfileChangePassword .formWrapper .specialFormInput .buttonAndInput .submit{width:20%;min-width:155px;margin-bottom:0}.ProfileChangePassword .formWrapper .submit{background-color:#0099ba;color:#fff;border:none;padding:10px 15px;border-radius:10px;margin-bottom:10px;cursor:pointer}.ProfileChangePassword .formWrapper .blurInput,.ProfileChangePassword .formWrapper .submitBlurInput{opacity:.5;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-filter:blur(1px);filter:blur(1px)}.ProfileChangePassword .formWrapper .inputsWrapper{width:100%;flex-wrap:wrap;display:flex;justify-content:flex-start;align-items:center}.ProfileChangePassword .formWrapper .otpForm{width:100%!important}.ProfileChangePassword .imagFigure{width:calc(100% - 320px);min-height:420px;height:auto}.ProfileChangePassword .imagFigure img{width:100%;height:100%;-webkit-animation-name:littleRotate;animation-name:littleRotate;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-play-state:running;animation-play-state:running}@media screen and (max-width:1440px){.ProfileChangePassword .imagFigure{display:none}.ProfileChangePassword .formWrapper .formInput{width:calc(50% - 20px);margin-right:10px;margin-left:10px}.ProfileChangePassword .formWrapper .formInput .input{width:100%}}@media screen and (max-width:768px){.ProfileChangePassword .formWrapper .formInput .input,.ProfileChangePassword .formWrapper .specialFormInput{width:100%}}@media screen and (max-width:486px){.ProfileChangePassword .formWrapper .formInput{width:100%}.ProfileChangePassword .formWrapper .submit{width:100%;min-width:unset}.ProfileChangePassword .formWrapper .specialFormInput .buttonAndInput{width:100%;flex-direction:column}.ProfileChangePassword .formWrapper .specialFormInput .buttonAndInput .input{width:100%;margin-left:0;margin-bottom:10px}.ProfileChangePassword .formWrapper .specialFormInput .buttonAndInput .submit{width:100%;min-width:unset}}@-webkit-keyframes littleRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}@keyframes littleRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}.ProfileChangeBasePassword{width:100%;min-height:400px;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;padding:30px}.ProfileChangeBasePassword .formWrapper{width:100%;min-height:300px;height:auto;display:flex;justify-content:space-between;align-items:start;flex-direction:column;flex-wrap:wrap}.ProfileChangeBasePassword .formWrapper .formHeader{font-weight:700;font-size:25px;color:#1a245e;margin-bottom:15px}.ProfileChangeBasePassword .formWrapper .formInput{width:100%;display:flex;justify-content:space-between;align-items:start;flex-direction:column;margin-bottom:10px}.ProfileChangeBasePassword .formWrapper .formInput .formLabel{color:#1a245e;font-size:16px;margin-bottom:5px}.ProfileChangeBasePassword .formWrapper .formInput .input{width:500px;border:none;border-radius:10px;height:40px;outline-style:none;padding:0 10px}.ProfileChangeBasePassword .formWrapper .submit{background-color:#0099ba;color:#fff;border:none;padding:10px 15px;border-radius:10px;cursor:pointer}.ProfileChangeBasePassword .formWrapper .blurInput{opacity:.5;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-filter:blur(1px);filter:blur(1px)}.ProfileChangeBasePassword .imagFigure{width:calc(100% - 320px);min-height:420px;height:auto}.ProfileChangeBasePassword .imagFigure img{width:100%;height:100%;-webkit-animation-name:littleRotate;animation-name:littleRotate;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-play-state:running;animation-play-state:running}@media screen and (max-width:1440px){.ProfileChangeBasePassword .imagFigure{display:none}.ProfileChangeBasePassword .lastPassword{width:100%!important}.ProfileChangeBasePassword .formWrapper{flex-direction:row}.ProfileChangeBasePassword .formWrapper .formInput{width:calc(50% - 20px);margin-right:10px;margin-left:10px}.ProfileChangeBasePassword .formWrapper .formInput .input{width:100%}}@media screen and (max-width:768px){.ProfileChangeBasePassword .formWrapper .formWrapper .formInput .input{width:100%}}@media screen and (max-width:486px){.ProfileChangeBasePassword .formWrapper .formInput{width:100%}}.ProfileMyOrders .myOrderBox{justify-content:flex-start;align-items:center}.ProfileMyOrders .myOrderBox .accordeonButtonWrapepr{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-radius:10px;transition:all .3s ease-in-out;cursor:pointer}.ProfileMyOrders .myOrderBox .accordeonButtonWrapepr:hover{background-color:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.ProfileMyOrders .myOrderBox .accordeonButtonWrapepr .myOrderBoxTitle{margin:0}.ProfileMyOrders .myOrderBox .accordeonButtonWrapepr .accordeonIconWrapper{width:30px;height:30px;color:#0099ba}.ProfileMyOrders .myOrderBox .accordeonButtonWrapepr .accordeonIconWrapper .accordeonIcon{width:100%;height:100%}.ProfileMyOrders .myOrderBox .accordionInput{width:0;height:0;appearance:none;margin:0;-webkit-appearance:none}.ProfileMyOrders .myOrderBox .accordionInput:checked+.accordeonButtonWrapepr{background-color:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.ProfileMyOrders .myOrderBox .accordionInput:checked~.calculateContent{height:auto;max-height:unset;overflow:unset;padding:30px}.ProfileMyOrders .myOrderBox .accordionInput:checked~.calculateContent.firstBox{border-bottom:1px dashed rgba(0,0,0,.1)}.ProfileMyOrders .myOrderBox .calculateContent{display:flex;justify-content:flex-start;align-items:center;height:0;width:100%;max-height:0;overflow:hidden;flex-wrap:wrap}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox{border:none!important;width:calc(100% - 370px);display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;font-size:15px}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .description{width:100%}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent{width:100%;margin-left:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent .selectItem{width:100%;margin:10px 0}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent .selectItem .selectLabel{margin-bottom:10px}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent .selectItem.disable{-webkit-filter:blur(2px);filter:blur(2px);-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent .priceRangeWrapper{width:100%;margin-top:20px;display:flex;justify-content:center;align-items:normal;flex-direction:column}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent .priceRangeWrapper .priceLabelWrapper{display:flex;justify-content:space-between;align-items:center}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent .priceRangeWrapper .priceLabelWrapper .priceBox{color:#0099ba;border:1px solid #0099ba;border-radius:5px;padding:10px}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent .priceRangeWrapper .rangeInput{width:100%;direction:ltr;margin:10px 0}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent .priceRangeWrapper .minAndMax{display:flex;justify-content:space-between;align-items:center;color:#0099ba}.ProfileMyOrders .myOrderBox .calculateContent .installmentOrderBox .calcContent .priceRangeWrapper.disable{-webkit-filter:blur(2px);filter:blur(2px);-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ProfileMyOrders .myOrderBox .calculateContent .installmentBox{width:350px;background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);display:flex;justify-content:center;align-items:normal;flex-direction:column}.ProfileMyOrders .myOrderBox .calculateContent .installmentBox .installmentPriceWrapper{background-color:#f6f5f4;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px 0;margin-bottom:10px}.ProfileMyOrders .myOrderBox .calculateContent .installmentBox .installmentPriceWrapper .installmentPrice{margin-top:10px;color:#0099ba}.ProfileMyOrders .myOrderBox .calculateContent .installmentBox .installmentBoxItem{display:flex;justify-content:space-between;align-items:center;margin:10px 0;font-size:14px}.ProfileMyOrders .myOrderBox .calculateContent .installmentBox .installmentBoxItem.submitButton{background-color:#fff;border:1px solid #0099ba;color:#0099ba;padding:10px 0;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:5px;transition:all .3s ease-in-out;font-weight:700}.ProfileMyOrders .myOrderBox .calculateContent .installmentBox .installmentBoxItem.submitButton:hover{background-color:#0099ba;color:#fff}.ProfileMyOrders .myOrderBox .calculateContent .installmentBox .installmentBoxItem.finalPrice{background-color:#f6f5f4;padding:5px 15px;border-radius:5px;color:#0099ba}.ProfileMyOrders .myOrderBox .calculateContent .installmentBox .installmentBoxItem.finalPrice .itemLabel{color:#000}.ProfileMyOrders .myOrderBox.calculateOrderBox{align-items:normal}.ProfileMyOrders.specialProfileMyOrders{padding:0}@media(min-width:1024px)and (max-width:1150px){.ProfileMyOrders.mobile .calculateOrderBox .calculateContent{justify-content:center}.ProfileMyOrders.mobile .calculateOrderBox .calculateContent .installmentOrderBox{width:100%;margin-left:0}.ProfileMyOrders.mobile .calculateOrderBox .calculateContent .installmentOrderBox .calcContent{margin:0}.ProfileMyOrders.mobile .calculateOrderBox .calculateContent .installmentBox{margin-top:30px}}@media screen and (max-width:768px){.ProfileMyOrders.mobile .calculateOrderBox .calculateContent{justify-content:center}.ProfileMyOrders.mobile .calculateOrderBox .calculateContent .installmentOrderBox{margin-left:0;width:100%}.ProfileMyOrders.mobile .calculateOrderBox .calculateContent .installmentOrderBox .calcContent{margin:0}.ProfileMyOrders.mobile .calculateOrderBox .calculateContent .installmentBox{margin-top:30px}}.orderDetailModalBox{width:100vw;height:100vh;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:9999999}.orderDetailModalBox .orderDetailModal{max-width:600px;width:100%;max-height:80%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background:#fff;border-radius:20px;padding:10px;z-index:99999999;position:relative}.orderDetailModalBox .orderDetailModal .modalHeader{width:100%;min-height:40px;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:0 10px;border-bottom:1px solid rgba(0,0,0,.1)}.orderDetailModalBox .orderDetailModal .modalHeader .title{font-size:14px;font-weight:700;color:#1c4981}.orderDetailModalBox .orderDetailModal .modalHeader .closeModalIcon{width:25px;height:25px;padding:5px;border-radius:50%;color:#777;border:1px solid #777;cursor:pointer;transition:all .3s ease-out}.orderDetailModalBox .orderDetailModal .modalHeader .closeModalIcon:hover{color:#0099ba}.orderDetailModalBox .orderDetailModal .modalContent{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;margin:10px 0}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox{width:100%;max-height:400px;height:auto;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;flex-wrap:wrap}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem{height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding:10px;width:calc(50% - 20px);max-width:300px;margin:10px;background-color:rgba(0,0,0,.05);border-radius:10px}@media screen and (max-width:600px){.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem{width:100%}}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .ProductImage{width:58px;height:58px;overflow:hidden;border-radius:5px;margin-left:10px}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .ProductImage img{width:100%;height:100%;object-fit:cover}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .productTitleWrapper{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .productTitleWrapper .productName{width:calc(100% - 68px);font-size:14px;color:#4b6584;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:center}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .productInfo{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:10px}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .productInfo .count{width:auto;font-size:14px;color:#4b6584;text-align:center}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .productInfo .price{width:auto;font-size:14px;color:#4b6584;text-align:right}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup .orderDetail{min-width:200px;width:-webkit-max-content;width:max-content;font-weight:700;height:auto;font-size:18px;flex-direction:column;display:flex;justify-content:space-between;align-items:center;color:#777}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup .orderDetail .statusWrapepr{margin:5px 0;font-weight:400;color:#777;font-size:14px;display:flex;justify-content:center;align-items:center;width:100%}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup .orderDetail .statusWrapepr .statusHeader{width:-webkit-max-content;width:max-content;display:block;margin-left:10px}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup .orderDetail .statusWrapepr .status{color:#0ac974;display:none;font-weight:700}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup .orderAction{width:100%;display:flex;justify-content:flex-start;align-items:normal;flex-direction:column;margin-bottom:10px}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup .orderAction .inputSelector{width:100%;height:200px;padding:5px;border:1px dashed #bbb;color:#aaa;border-radius:5px;font-size:14px;text-align:center;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup .orderAction .inputSelector:hover{color:#000;border-color:#000}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup .orderAction .inputSelector .defImages{display:none;width:100%;height:190px;object-fit:cover;background-color:unset}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup .orderAction .orderInput{appearance:none;-webkit-appearance:none;width:0;height:0}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.activeForm .statusWrapepr .status{display:inline-block}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.activeForm .inputSelector{justify-content:flex-start}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.activeForm .inputSelector .selectText{display:none}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.activeForm .inputSelector .defImages{display:inline-block}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.activeForm .btnSubmitOrderList{color:#0ac974;border:1px solid #0ac974;-webkit-user-select:unset;-ms-user-select:unset;user-select:unset;pointer-events:unset;-webkit-filter:blur(0);filter:blur(0)}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.activeForm .btnSubmitOrderList:hover{background-color:#0ac974;color:#fff}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.showImage .statusWrapepr .status{display:inline-block}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.showImage .inputSelector .selectText{display:none}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.showImage .inputSelector .defImages{display:inline-block}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.showImage.wait .statusWrapepr .status{color:orange}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.showImage.wait .btnSubmitOrderList{color:orange;border:1px solid orange}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.showImage.wait .btnSubmitOrderList:hover{background-color:orange}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.showImage.rejected .statusWrapepr .status{color:red}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.showImage.rejected .btnSubmitOrderList{color:red;border:1px solid red}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .formGroup.showImage.rejected .btnSubmitOrderList:hover{background-color:red}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .message{width:100%;line-height:30px;font-size:16px;color:#4b6584;text-align:justify}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .btnSubmitOrderList{border-radius:5px;width:100%;height:30px;display:flex;justify-content:center;align-items:center;outline:none;background-color:#fff;color:#bbb;border:1px solid #bbb;font-size:15px;margin-top:10px;cursor:pointer;transition:all .3s ease-in-out;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-filter:blur(2px);filter:blur(2px)}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .btnSubmitOrderList .sendText{margin-left:10px}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .btnSubmitOrderList .sendPlane{transition:all .3s ease-in-out}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .btnSubmitOrderList.disableInput{-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important;pointer-events:none!important;-webkit-filter:blur(2px)!important;filter:blur(2px)!important}@media screen and (max-width:992px){.orderDetailModalBox{padding:0 10px}}@media screen and (max-width:768px){.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem{flex-direction:column}.orderDetailModalBox .orderDetailModal .modalContent .modalContentBox .modalContentItem .productInfo{width:100%}}.ProfileMyOrders{width:100%;height:auto;display:flex;justify-content:center;align-items:center;padding:30px}.ProfileMyOrders .myOrderBox{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.ProfileMyOrders .myOrderBox .myOrderBoxTitle{width:100%;font-weight:700;font-size:20px;color:#1a245e;margin-bottom:15px}.ProfileMyOrders .myOrderBox .orderTabs{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.ProfileMyOrders .myOrderBox .orderTabs .tabItem{width:-webkit-max-content;width:max-content;height:40px;font-size:14px;font-weight:500;color:#0099ba;background-color:#fff;border-top-right-radius:10px;border-top-left-radius:10px;display:flex;justify-content:center;align-items:center;padding:0 15px;transition:all .3s ease-in;cursor:pointer}.ProfileMyOrders .myOrderBox .orderTabs .tabItem.active,.ProfileMyOrders .myOrderBox .orderTabs .tabItem:hover{background-color:#0099ba!important;color:#fff;transition:all .3s ease-out}.ProfileMyOrders .myOrderBox .orderTabs .tabItem:not(:last-child){margin-left:2px}.ProfileMyOrders .myOrderBox .orderBox{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.08)}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-top:10px}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;background-color:#fff;border-radius:10px;padding:10px;margin-bottom:10px}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem:last-child{margin-bottom:unset}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow .orderColumn{max-width:33.33%;width:100%;min-height:30px;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;color:#4b6584;font-size:15px}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow .orderColumn.address{max-width:80%}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow .orderColumn span{color:#555;margin-right:5px}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow.lg .orderColumn{max-width:25%;width:100%}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow .btnDetail{width:-webkit-max-content;width:max-content;height:30px;padding:0 10px;background-color:#0099ba;color:#fff;display:flex;justify-content:center;align-items:center;outline:none;border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:700}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow .btnDetail.submit{background-color:#0ac974}@media screen and (max-width:768px){.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow .orderColumn{max-width:unset;width:100%}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow .orderColumn.address{max-width:unset;width:100%;flex-wrap:unset;align-items:flex-start}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow .btnDetail{width:100%;height:40px}.ProfileMyOrders .myOrderBox .orderBox .orderBoxItems .orderBoxItem .orderRow.lg .orderColumn{max-width:unset;width:100%}}.profilePanel{background-color:#f6f5f4;border-radius:20px}.calculatorWrapper,.profilePanel{width:calc(100% - 400px);height:auto}.calculatorWrapper .profilePanel{background-color:#f6f5f4;border-radius:20px;width:100%;margin-bottom:20px}@media screen and (max-width:1440px){.calculatorWrapper,.profilePanel{width:calc(100% - 320px)}}@media screen and (max-width:1024px){.calculatorWrapper,.profilePanel{width:100%;margin-top:20px}}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.profileSideBar{max-width:380px;width:100%;height:auto;min-height:50px;background-color:#f6f5f4;border-radius:7px}.profileSideBar .sideBarItemsBox{width:100%;height:auto;position:relative;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.profileSideBar .sideBarItemsBox .profileBox{width:100%;min-height:200px;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.profileSideBar .sideBarItemsBox .profileBox .profileAvatar{width:110px;height:110px;display:flex;justify-content:center;align-items:center;position:relative}.profileSideBar .sideBarItemsBox .profileBox .profileAvatar .profileImage{border-radius:50%;cursor:pointer;border:1px solid #0099ba;width:100%;height:100%;object-fit:cover;padding:3px}.profileSideBar .sideBarItemsBox .profileBox .profileAvatar .profileEditImageWrapper{width:auto;height:auto;padding:6px;position:absolute;bottom:0;right:0;z-index:12;cursor:pointer;background-color:#c4c4c4;border-radius:50%;display:flex;justify-content:center;align-items:center}.profileSideBar .sideBarItemsBox .profileBox .profileAvatar .cancellProfileImage{width:20px;height:20px;position:absolute;bottom:0;right:5px;z-index:12;cursor:pointer}.profileSideBar .sideBarItemsBox .profileBox .profileAvatar .sendProfileImage{width:20px;height:20px;position:absolute;z-index:12;cursor:pointer;bottom:20px;right:-10px}.profileSideBar .sideBarItemsBox .profileBox .profileAvatar .sendSpinner{background-color:#19be29;border-radius:50%;display:flex;justify-content:center;align-items:center;width:20px;height:20px}.profileSideBar .sideBarItemsBox .profileBox .profileAvatar .sendSpinner:before{content:" ";display:block;width:40%;height:40%;margin:0;border-radius:50%;border-color:#fff transparent;border-style:solid;border-width:2px;-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite}.profileSideBar .sideBarItemsBox .profileBox .profileAvatar .profileEditImage{position:relative;width:15px;height:15px;z-index:13}.profileSideBar .sideBarItemsBox .profileBox .imageSelector{width:0;height:0;appearance:none!important;-webkit-appearance:none!important}.profileSideBar .sideBarItemsBox .profileBox .profileTitle{width:100%;text-align:center;font-size:15px;font-weight:700;color:#1c4981;margin:10px 0 5px}.profileSideBar .sideBarItemsBox .profileBox .profileNumber{width:100%;text-align:center;font-size:14px;font-weight:700;color:#1c4981}.profileSideBar .sideBarItemsBox .sideBarTitle{width:100%;height:30px;display:flex;justify-content:flex-start;align-items:center;font-size:18px;font-weight:700;color:#0099ba;padding-right:50px}.profileSideBar .sideBarItemsBox .sideBarItems{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding:5px 15px}.profileSideBar .sideBarItemsBox .sideBarItems .sideBarItem{width:100%;min-height:46px;height:auto;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding:0 10px;position:relative;margin:2px 0}.profileSideBar .sideBarItemsBox .sideBarItems .sideBarItem:last-child{border:none!important}.profileSideBar .sideBarItemsBox .sideBarItems .sideBarItem.active,.profileSideBar .sideBarItemsBox .sideBarItems .sideBarItem:hover{background-color:rgba(0,202,205,.11);border-radius:10px}.profileSideBar .sideBarItemsBox .sideBarItems .sideBarItem .sideBarItemImage{width:14px;height:auto;margin-left:10px;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.profileSideBar .sideBarItemsBox .sideBarItems .sideBarItem .sideBarItemText{font-size:14px;font-weight:700;color:#474747;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.profileSideBar .sideBarItemsBox .sideBarItems hr{border:none;border-bottom:1px solid #ededed;margin:3px 0;width:100%}.profileSideBar .sideBarItemsBox .sideBarItems .needBefore:before{content:"";border-radius:5px;width:5px;height:5px;left:15px;position:absolute;background-color:#0099ba;box-shadow:0 0 3px #00cacd}@media screen and (max-width:1440px){.profileSideBar{width:300px}}@media screen and (max-width:1024px){.profileSideBar{max-width:unset;width:100%}}.profileWrapper{width:100%;height:auto;position:relative;margin:170px 0 30px;display:flex;justify-content:center;align-items:flex-start}.profileWrapper .desktop{max-width:1440px;width:100%;height:auto}.profileWrapper .desktop .profileItems{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}@media screen and (max-width:1440px){.profileWrapper .desktop{padding:0 30px}}@media screen and (max-width:1024px){.profileWrapper{margin:90px 0 30px}.profileWrapper .desktop{padding:0 15px}}@media screen and (max-width:576px){.profileWrapper .desktop{padding:0 15px}}@font-face{font-family:"iransans";src:url(/static/media/IRANSansWeb_Light.27ce2292.woff) format("woff");src:url(/static/media/IRANSansWeb_Light.037063d3.woff2) format("woff2")}@font-face{font-family:"molla";src:url(/static/media/molla0ab2.a54af901.eot);src:url(/static/media/molla0ab2.a54af901.eot#iefix) format("embedded-opentype"),url(/static/media/molla0ab2.03999a87.woff2) format("woff2"),url(/static/media/molla0ab2.be9ed8e5.woff) format("woff"),url(/static/media/molla0ab2.dbaa541f.ttf) format("truetype"),url(/static/media/molla0ab2.c5544286.svg#molla) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"varela";font-style:normal;font-weight:400;src:url(/static/media/w8gdH283Tvk__Lua32TysjIfpcuPP9g.0df0c991.woff2) format("woff2")}[class*=" icon-"]:before,[class^=icon-]:before{font-family:"molla";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,body{font-family:"iransans";box-sizing:border-box}.skeleton{display:inline-block;height:100%;width:100%}.disableInput{-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.inputBlur{-webkit-filter:blur(2px);filter:blur(2px)}.addToCartInputBlur{background-color:#e2e2e2!important}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:#fff;direction:rtl;overflow-x:hidden}a,a:hover{text-decoration:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.active{background-color:#fff!important}.radio{position:relative;padding-left:35px;margin:0!important;cursor:pointer;font-size:13px;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.radio:hover input~.checkmark{background-color:#ccc}.radio input{position:absolute;opacity:0;cursor:pointer}.radio input:checked~.checkmark{background-color:#0ac974}.radio input:checked~.checkmark:after{display:block}.radio .checkmark:after{top:4px;left:4px;width:8px;height:8px;border-radius:50%;background:#fff}.checkmark{position:absolute;top:5px;left:10px;height:16px;width:16px;background-color:#eee;border-radius:50%}.checkmark:after{content:"";position:absolute;display:none}.checkbox{position:relative;padding-right:25px;margin:0!important;cursor:pointer;font-size:13px;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.checkbox:hover input~.checkboxmark{background-color:#ccc}.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox input:checked~.checkboxmark{background-color:#0ac974}.checkbox input:checked~.checkboxmark:after{display:block}.checkbox .checkboxmark:after{left:4px;top:0;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.checkboxmark{position:absolute;top:3px;right:0;height:16px;width:16px;background-color:#eee;border-radius:3px}.checkboxmark:after{content:"";position:absolute;display:none}main{position:relative;width:100%;height:auto;margin:100px 0 0}@media screen and (max-width:1024px){main{margin:60px 0 0}}.customTooltip{position:relative;display:inline-block}.customTooltip .customTooltipText{visibility:hidden;width:-webkit-max-content;width:max-content;background-color:rgba(0,0,0,.7);color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .3s;position:absolute;bottom:120%;left:50%;margin-left:-60px;padding:8px;font-size:12px}.customTooltip .customTooltipText:before{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:rgba(0,0,0,.7)}.customTooltip:hover .customTooltipText{visibility:visible;opacity:1}.customAlert{width:-webkit-max-content;width:max-content;min-width:200px;max-width:280px;height:auto;position:fixed;top:30px;right:30px;z-index:9999999999999;border-radius:5px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;transition:all .4s ease;-webkit-transform:translateX(150%);transform:translateX(150%)}main .customAlert.show{-webkit-transform:translateX(0);transform:translateX(0);transition:all .4s ease}main .customAlert.success{background-color:#28b463;border-color:#28b463}main .customAlert.error{background-color:#ff4757;border-color:#ff4757}main .customAlert .alertHeader{width:100%;height:40px;position:relative;display:flex;justify-content:space-between;align-items:center;padding:10px}main .customAlert .alertHeader .alertIcon{font-size:22px;opacity:.5}main .customAlert .alertHeader .closeAlert{text-shadow:unset;margin-top:5px;opacity:.5;transition:all .4s ease}main .customAlert .alertHeader .closeAlert:hover{opacity:.8}main .customAlert .alertText{font-size:13px;font-weight:700;margin:0;padding:10px;text-align:right;color:#fff}[data-tooltip]{position:relative;z-index:10}[data-tooltip]:before{content:attr(data-tooltip);padding:10px 18px;min-width:50px;max-width:300px;width:-webkit-max-content;width:max-content;width:-moz-max-content;border-radius:6px;font-size:14px;background-color:rgba(59,72,80,.9);background-image:linear-gradient(30deg,rgba(59,72,80,.44),rgba(59,68,75,.44),rgba(60,82,88,.44));box-shadow:0 0 24px rgba(0,0,0,.2);font-size:13px;color:#fff;text-align:center;white-space:pre-wrap;-webkit-transform:translate(-50%,-5px) scale(.5);transform:translate(-50%,-5px) scale(.5)}[data-tooltip]:after,[data-tooltip]:before{position:absolute;visibility:hidden;opacity:0;left:50%;bottom:calc(100% + 5px);pointer-events:none;transition:.2s;will-change:transform}[data-tooltip]:after{content:"";border-color:rgba(55,64,70,.9) transparent transparent;border-style:solid;border-width:5px 5px 0;transition-duration:0s;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:translateX(-50%) scaleY(0);transform:translateX(-50%) scaleY(0)}[data-tooltip]:hover:before{visibility:visible;opacity:1;transition-delay:.3s;-webkit-transform:translate(-50%,-5px) scale(1);transform:translate(-50%,-5px) scale(1)}[data-tooltip]:hover:after{visibility:visible;opacity:1;transition-delay:.5s;transition-duration:.2s;-webkit-transform:translateX(-50%) scaleY(1);transform:translateX(-50%) scaleY(1)}[data-tooltip-location=left]:before{left:auto;right:calc(100% + 5px);bottom:50%;-webkit-transform:translate(-5px,50%) scale(.5);transform:translate(-5px,50%) scale(.5)}[data-tooltip-location=left]:after{left:auto;right:calc(100% + 5px);bottom:50%;border-width:5px 0 5px 5px;border-color:transparent transparent transparent rgba(55,64,70,.9);-webkit-transform-origin:left;transform-origin:left;-webkit-transform:translateY(50%) scaleX(0);transform:translateY(50%) scaleX(0)}[data-tooltip-location=left]:hover:before{-webkit-transform:translate(-5px,50%) scale(1);transform:translate(-5px,50%) scale(1)}[data-tooltip-location=left]:hover:after{-webkit-transform:translateY(50%) scaleX(1);transform:translateY(50%) scaleX(1)}[data-tooltip-location=right]:before{left:calc(100% + 5px);bottom:50%;-webkit-transform:translate(5px,50%) scale(.5);transform:translate(5px,50%) scale(.5)}[data-tooltip-location=right]:after{left:calc(100% + 5px);bottom:50%;border-width:5px 5px 5px 0;border-color:transparent rgba(55,64,70,.9) transparent transparent;-webkit-transform-origin:right;transform-origin:right;-webkit-transform:translateY(50%) scaleX(0);transform:translateY(50%) scaleX(0)}[data-tooltip-location=right]:hover:before{-webkit-transform:translate(5px,50%) scale(1);transform:translate(5px,50%) scale(1)}[data-tooltip-location=right]:hover:after{-webkit-transform:translateY(50%) scaleX(1);transform:translateY(50%) scaleX(1)}[data-tooltip-location=bottom]:before{top:calc(100% + 5px);bottom:auto;-webkit-transform:translate(-50%,5px) scale(.5);transform:translate(-50%,5px) scale(.5)}[data-tooltip-location=bottom]:after{top:calc(100% + 5px);bottom:auto;border-width:0 5px 5px;border-color:transparent transparent rgba(55,64,70,.9);-webkit-transform-origin:bottom;transform-origin:bottom}[data-tooltip-location=bottom]:hover:before{-webkit-transform:translate(-50%,5px) scale(1);transform:translate(-50%,5px) scale(1)}.nightMode{background-color:#262e3e!important;color:#c4c4c4!important}.nightModeCard{background-color:#2d3748!important;color:#c4c4c4!important}.nightModeSecondCard{background-color:#303a4d!important}.nightModeColor,.nightModeSecondCard{color:#c4c4c4!important}.nightModeBorder{border-color:#262e3e!important}.nightModeSecondBorder{border-color:#303a4d!important}.nightModeInput{background-color:#ccc!important}.Toastify{position:relative;z-index:9999999999}
/*# sourceMappingURL=main.5d3453b3.chunk.css.map */